Define AdministrativeDivision view set (return all)

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

{
    "id": 10371,
    "ags": "09375113",
    "name": "Alteglofsheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Alteglofsheim",
    "office_zip": "93087",
    "office_street": "Bahnhofstraße 10",
    "office_city": "Alteglofsheim",
    "area": 13.22,
    "citizens_total": 3295,
    "citizens_male": 1667,
    "citizens_female": 1628,
    "population_density": 249.0,
    "area_accumulated": 13.22,
    "citizens_accumulated": {
        "total": 3295,
        "female": 1628,
        "male": 1667
    },
    "longitude": 12.203745,
    "latitude": 48.919919,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10371/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10370/?format=api",
    "children": [],
    "zip_codes": [
        "93087"
    ]
}