Define AdministrativeDivision view set (return all)

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

{
    "id": 14300,
    "ags": "14522470",
    "name": "Rechenberg-Bienenmühle",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Rechenberg-Bienenmühle",
    "office_zip": "09623",
    "office_street": "An der Schanze 1",
    "office_city": "Rechenberg-Bienenmühle",
    "area": 52.66,
    "citizens_total": 1835,
    "citizens_male": 903,
    "citizens_female": 932,
    "population_density": 35.0,
    "area_accumulated": 52.66,
    "citizens_accumulated": {
        "total": 1835,
        "female": 932,
        "male": 903
    },
    "longitude": 13.555734,
    "latitude": 50.7367,
    "travel_name": "Erzgebirge",
    "travel_code": "C06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14300/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14299/?format=api",
    "children": [],
    "zip_codes": [
        "09623"
    ]
}