Define AdministrativeDivision view set (return all)

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

{
    "id": 9171,
    "ags": "09183140",
    "name": "Reichertsheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Reichertsheim",
    "office_zip": "84437",
    "office_street": "Bräustraße 11",
    "office_city": "Reichertsheim",
    "area": 31.36,
    "citizens_total": 1635,
    "citizens_male": 771,
    "citizens_female": 864,
    "population_density": 52.0,
    "area_accumulated": 31.36,
    "citizens_accumulated": {
        "total": 1635,
        "female": 864,
        "male": 771
    },
    "longitude": 12.28674,
    "latitude": 48.198249,
    "travel_name": "Inn-Salzach",
    "travel_code": "T34",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9171/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9169/?format=api",
    "children": [],
    "zip_codes": [
        "84437"
    ]
}