Define AdministrativeDivision view set (return all)

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

{
    "id": 10073,
    "ags": "09361000",
    "name": "Amberg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Amberg",
    "office_zip": "92224",
    "office_street": "Postfach 2155",
    "office_city": "Amberg",
    "area": 50.13,
    "citizens_total": 42207,
    "citizens_male": 21391,
    "citizens_female": 20816,
    "population_density": 842.0,
    "area_accumulated": 50.13,
    "citizens_accumulated": {
        "total": 42207,
        "female": 20816,
        "male": 21391
    },
    "longitude": 11.855879,
    "latitude": 49.442448,
    "travel_name": "Bayerischer Jura",
    "travel_code": "T40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10073/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10072/?format=api",
    "children": [],
    "zip_codes": [
        "92224"
    ]
}