Define AdministrativeDivision view set (return all)

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

{
    "id": 1960,
    "ags": "03352042",
    "name": "Oberndorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Land Hadeln",
    "office_zip": "21787",
    "office_street": "Marktstraße 21",
    "office_city": "Otterndorf",
    "area": 32.71,
    "citizens_total": 1352,
    "citizens_male": 660,
    "citizens_female": 692,
    "population_density": 41.0,
    "area_accumulated": 32.71,
    "citizens_accumulated": {
        "total": 1352,
        "female": 692,
        "male": 660
    },
    "longitude": 9.145492,
    "latitude": 53.751967,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1960/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1953/?format=api",
    "children": [],
    "zip_codes": [
        "21787"
    ]
}