Define AdministrativeDivision view set (return all)

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

{
    "id": 9049,
    "ags": "09180114",
    "name": "Eschenlohe",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Eschenlohe",
    "office_zip": "82438",
    "office_street": "Murnauer Straße 1",
    "office_city": "Eschenlohe",
    "area": 55.04,
    "citizens_total": 1582,
    "citizens_male": 814,
    "citizens_female": 768,
    "population_density": 29.0,
    "area_accumulated": 55.04,
    "citizens_accumulated": {
        "total": 1582,
        "female": 768,
        "male": 814
    },
    "longitude": 11.185861,
    "latitude": 47.59802,
    "travel_name": "Zugspitz-Region",
    "travel_code": "T29",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9049/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9048/?format=api",
    "children": [],
    "zip_codes": [
        "82438"
    ]
}