Define AdministrativeDivision view set (return all)

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

{
    "id": 15483,
    "ags": "16066047",
    "name": "Oberhof, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Oberhof",
    "office_zip": "98559",
    "office_street": "Zellaer Straße 10",
    "office_city": "Oberhof",
    "area": 23.4,
    "citizens_total": 1650,
    "citizens_male": 840,
    "citizens_female": 810,
    "population_density": 71.0,
    "area_accumulated": 23.4,
    "citizens_accumulated": {
        "total": 1650,
        "female": 810,
        "male": 840
    },
    "longitude": 10.724059,
    "latitude": 50.706347,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15483/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15482/?format=api",
    "children": [],
    "zip_codes": [
        "98559"
    ]
}