Define AdministrativeDivision view set (return all)

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

{
    "id": 1134,
    "ags": "01061044",
    "name": "Horst (Holstein)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Horst-Herzhorn",
    "office_zip": "25358",
    "office_street": "Elmshorner Straße 27",
    "office_city": "Horst",
    "area": 29.06,
    "citizens_total": 5731,
    "citizens_male": 2873,
    "citizens_female": 2858,
    "population_density": 197.0,
    "area_accumulated": 29.06,
    "citizens_accumulated": {
        "total": 5731,
        "female": 2858,
        "male": 2873
    },
    "longitude": 9.618468,
    "latitude": 53.81099,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1134/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1127/?format=api",
    "children": [],
    "zip_codes": [
        "25358"
    ]
}