Define AdministrativeDivision view set (return all)

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

{
    "id": 1367,
    "ags": "03151036",
    "name": "Wahrenholz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Wesendorf",
    "office_zip": "29399",
    "office_street": "Alte Heerstraße 20",
    "office_city": "Wesendorf",
    "area": 58.0,
    "citizens_total": 3691,
    "citizens_male": 1805,
    "citizens_female": 1886,
    "population_density": 64.0,
    "area_accumulated": 58.0,
    "citizens_accumulated": {
        "total": 3691,
        "female": 1886,
        "male": 1805
    },
    "longitude": 10.603296,
    "latitude": 52.615669,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1367/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1362/?format=api",
    "children": [],
    "zip_codes": [
        "29399"
    ]
}