Define AdministrativeDivision view set (return all)

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

{
    "id": 10788,
    "ags": "09475145",
    "name": "Leupoldsgrün",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Leupoldsgrün",
    "office_zip": "95191",
    "office_street": "Postfach 53",
    "office_city": "Schauenstein",
    "area": 10.25,
    "citizens_total": 1201,
    "citizens_male": 611,
    "citizens_female": 590,
    "population_density": 117.0,
    "area_accumulated": 10.25,
    "citizens_accumulated": {
        "total": 1201,
        "female": 590,
        "male": 611
    },
    "longitude": 11.799216,
    "latitude": 50.289812,
    "travel_name": "Frankenwald",
    "travel_code": "T07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10788/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10787/?format=api",
    "children": [],
    "zip_codes": [
        "95191"
    ]
}