Define AdministrativeDivision view set (return all)

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

{
    "id": 10827,
    "ags": "09476189",
    "name": "Wilhelmsthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wilhelmsthal",
    "office_zip": "96352",
    "office_street": "Wöhrleite 1",
    "office_city": "Wilhelmsthal",
    "area": 42.91,
    "citizens_total": 3620,
    "citizens_male": 1802,
    "citizens_female": 1818,
    "population_density": 84.0,
    "area_accumulated": 42.91,
    "citizens_accumulated": {
        "total": 3620,
        "female": 1818,
        "male": 1802
    },
    "longitude": 11.372148,
    "latitude": 50.310361,
    "travel_name": "Frankenwald",
    "travel_code": "T07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10827/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10826/?format=api",
    "children": [],
    "zip_codes": [
        "96352"
    ]
}