Define AdministrativeDivision view set (return all)

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

{
    "id": 10494,
    "ags": "09464000",
    "name": "Hof",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Hof",
    "office_zip": "95015",
    "office_street": "Postfach 1665",
    "office_city": "Hof",
    "area": 58.02,
    "citizens_total": 45825,
    "citizens_male": 23730,
    "citizens_female": 22095,
    "population_density": 790.0,
    "area_accumulated": 58.02,
    "citizens_accumulated": {
        "total": 45825,
        "female": 22095,
        "male": 23730
    },
    "longitude": 11.913545,
    "latitude": 50.316521,
    "travel_name": "Fichtelgebirge",
    "travel_code": "T02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10494/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10493/?format=api",
    "children": [],
    "zip_codes": [
        "95028",
        "95030",
        "95032"
    ]
}