Define AdministrativeDivision view set (return all)

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

{
    "id": 15766,
    "ags": "16073106",
    "name": "Leutenberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Leutenberg",
    "office_zip": "07338",
    "office_street": "Markt 1",
    "office_city": "Leutenberg",
    "area": 57.52,
    "citizens_total": 2079,
    "citizens_male": 1028,
    "citizens_female": 1051,
    "population_density": 36.0,
    "area_accumulated": 57.52,
    "citizens_accumulated": {
        "total": 2079,
        "female": 1051,
        "male": 1028
    },
    "longitude": 11.456972,
    "latitude": 50.562982,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15766/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15765/?format=api",
    "children": [],
    "zip_codes": [
        "07338"
    ]
}