Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/2145/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2145,
    "ags": "03357009",
    "name": "Brockel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Bothel",
    "office_zip": "27386",
    "office_street": "Horstweg 17",
    "office_city": "Bothel",
    "area": 25.2,
    "citizens_total": 1363,
    "citizens_male": 687,
    "citizens_female": 676,
    "population_density": 54.0,
    "area_accumulated": 25.2,
    "citizens_accumulated": {
        "total": 1363,
        "female": 676,
        "male": 687
    },
    "longitude": 9.520542,
    "latitude": 53.095016,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2145/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2143/?format=api",
    "children": [],
    "zip_codes": [
        "27386"
    ]
}