Define AdministrativeDivision view set (return all)

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

{
    "id": 7451,
    "ags": "08135020",
    "name": "Herbrechtingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Herbrechtingen",
    "office_zip": "89542",
    "office_street": "Lange Straße 58",
    "office_city": "Herbrechtingen",
    "area": 58.63,
    "citizens_total": 13025,
    "citizens_male": 6631,
    "citizens_female": 6394,
    "population_density": 222.0,
    "area_accumulated": 58.63,
    "citizens_accumulated": {
        "total": 13025,
        "female": 6394,
        "male": 6631
    },
    "longitude": 10.175775,
    "latitude": 48.621668,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7451/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7450/?format=api",
    "children": [],
    "zip_codes": [
        "89542"
    ]
}