Define AdministrativeDivision view set (return all)

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

{
    "id": 10372,
    "ags": "09375182",
    "name": "Pfakofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Pfakofen",
    "office_zip": "93101",
    "office_street": "Bahnhofstraße 10",
    "office_city": "Alteglofsheim",
    "area": 15.28,
    "citizens_total": 1598,
    "citizens_male": 785,
    "citizens_female": 813,
    "population_density": 105.0,
    "area_accumulated": 15.28,
    "citizens_accumulated": {
        "total": 1598,
        "female": 813,
        "male": 785
    },
    "longitude": 12.227776,
    "latitude": 48.858214,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10372/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10370/?format=api",
    "children": [],
    "zip_codes": [
        "93101"
    ]
}