Define AdministrativeDivision view set (return all)

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

{
    "id": 7463,
    "ags": "08135027",
    "name": "Niederstotzingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Niederstotzingen",
    "office_zip": "89168",
    "office_street": "Im Städtle 26",
    "office_city": "Niederstotzingen",
    "area": 29.81,
    "citizens_total": 4717,
    "citizens_male": 2363,
    "citizens_female": 2354,
    "population_density": 158.0,
    "area_accumulated": 29.81,
    "citizens_accumulated": {
        "total": 4717,
        "female": 2354,
        "male": 2363
    },
    "longitude": 10.236742,
    "latitude": 48.536593,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7463/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7462/?format=api",
    "children": [],
    "zip_codes": [
        "89168"
    ]
}