Define AdministrativeDivision view set (return all)

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

{
    "id": 9524,
    "ags": "09190130",
    "name": "Hohenpeißenberg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hohenpeißenberg",
    "office_zip": "82383",
    "office_street": "Postfach 69",
    "office_city": "Hohenpeißenberg",
    "area": 20.52,
    "citizens_total": 3853,
    "citizens_male": 1911,
    "citizens_female": 1942,
    "population_density": 188.0,
    "area_accumulated": 20.52,
    "citizens_accumulated": {
        "total": 3853,
        "female": 1942,
        "male": 1911
    },
    "longitude": 11.006471,
    "latitude": 47.794447,
    "travel_name": "Pfaffenwinkel",
    "travel_code": "T28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9524/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9523/?format=api",
    "children": [],
    "zip_codes": [
        "82383"
    ]
}