Define AdministrativeDivision view set (return all)

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

{
    "id": 8967,
    "ags": "09178145",
    "name": "Neufahrn b.Freising",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Neufahrn b.Freising",
    "office_zip": "85371",
    "office_street": "Postfach 1380",
    "office_city": "Neufahrn",
    "area": 45.54,
    "citizens_total": 20165,
    "citizens_male": 9776,
    "citizens_female": 10389,
    "population_density": 443.0,
    "area_accumulated": 45.54,
    "citizens_accumulated": {
        "total": 20165,
        "female": 10389,
        "male": 9776
    },
    "longitude": 11.66279,
    "latitude": 48.316081,
    "travel_name": "Münchener Umland",
    "travel_code": "T24",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8967/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8966/?format=api",
    "children": [],
    "zip_codes": [
        "85375",
        "85376"
    ]
}