Define AdministrativeDivision view set (return all)

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

{
    "id": 10035,
    "ags": "09278113",
    "name": "Aiterhofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Aiterhofen",
    "office_zip": "94330",
    "office_street": "Postfach 51",
    "office_city": "Aiterhofen",
    "area": 43.09,
    "citizens_total": 3378,
    "citizens_male": 1729,
    "citizens_female": 1649,
    "population_density": 78.0,
    "area_accumulated": 43.09,
    "citizens_accumulated": {
        "total": 3378,
        "female": 1649,
        "male": 1729
    },
    "longitude": 12.62018,
    "latitude": 48.84583,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10035/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10034/?format=api",
    "children": [],
    "zip_codes": [
        "94330"
    ]
}