Define AdministrativeDivision view set (return all)

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

{
    "id": 1136,
    "ags": "01061054",
    "name": "Krempdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Horst-Herzhorn",
    "office_zip": "25376",
    "office_street": "Elmshorner Straße 27",
    "office_city": "Horst",
    "area": 5.65,
    "citizens_total": 233,
    "citizens_male": 117,
    "citizens_female": 116,
    "population_density": 41.0,
    "area_accumulated": 5.65,
    "citizens_accumulated": {
        "total": 233,
        "female": 116,
        "male": 117
    },
    "longitude": 9.461193,
    "latitude": 53.826512,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1136/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1127/?format=api",
    "children": [],
    "zip_codes": [
        "25361",
        "25376"
    ]
}