Define AdministrativeDivision view set (return all)

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

{
    "id": 9485,
    "ags": "09189145",
    "name": "Siegsdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Siegsdorf",
    "office_zip": "83313",
    "office_street": "Postfach 1163",
    "office_city": "Siegsdorf",
    "area": 57.0,
    "citizens_total": 8310,
    "citizens_male": 4205,
    "citizens_female": 4105,
    "population_density": 146.0,
    "area_accumulated": 57.0,
    "citizens_accumulated": {
        "total": 8310,
        "female": 4105,
        "male": 4205
    },
    "longitude": 12.641761,
    "latitude": 47.820981,
    "travel_name": "Chiemsee-Chiemgau",
    "travel_code": "T39",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9485/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9484/?format=api",
    "children": [],
    "zip_codes": [
        "83313"
    ]
}