Define AdministrativeDivision view set (return all)

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

{
    "id": 12445,
    "ags": "09779162",
    "name": "Hohenaltheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hohenaltheim",
    "office_zip": "86720",
    "office_street": "Beuthener Straße 6",
    "office_city": "Nördlingen",
    "area": 17.78,
    "citizens_total": 589,
    "citizens_male": 271,
    "citizens_female": 318,
    "population_density": 33.0,
    "area_accumulated": 17.78,
    "citizens_accumulated": {
        "total": 589,
        "female": 318,
        "male": 271
    },
    "longitude": 10.534662,
    "latitude": 48.78423,
    "travel_name": "Bayerisch-Schwaben",
    "travel_code": "T22",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12445/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12439/?format=api",
    "children": [],
    "zip_codes": [
        "86745"
    ]
}