Define AdministrativeDivision view set (return all)

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

{
    "id": 9577,
    "ags": "09261000",
    "name": "Landshut",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Landshut",
    "office_zip": "84026",
    "office_street": "Altstadt 315",
    "office_city": "Landshut",
    "area": 65.83,
    "citizens_total": 73411,
    "citizens_male": 37459,
    "citizens_female": 35952,
    "population_density": 1115.0,
    "area_accumulated": 65.83,
    "citizens_accumulated": {
        "total": 73411,
        "female": 35952,
        "male": 37459
    },
    "longitude": 12.15892,
    "latitude": 48.538623,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9577/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9576/?format=api",
    "children": [],
    "zip_codes": [
        "84028",
        "84030",
        "84032",
        "84034",
        "84036"
    ]
}