Define AdministrativeDivision view set (return all)

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

{
    "id": 11910,
    "ags": "09679194",
    "name": "Thüngersheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Thüngersheim",
    "office_zip": "97291",
    "office_street": "Untere Hauptstraße 14",
    "office_city": "Thüngersheim",
    "area": 11.06,
    "citizens_total": 2704,
    "citizens_male": 1359,
    "citizens_female": 1345,
    "population_density": 244.0,
    "area_accumulated": 11.06,
    "citizens_accumulated": {
        "total": 2704,
        "female": 1345,
        "male": 1359
    },
    "longitude": 9.84164,
    "latitude": 49.878637,
    "travel_name": "Fränkisches Weinland",
    "travel_code": "T05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11910/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11909/?format=api",
    "children": [],
    "zip_codes": [
        "97291"
    ]
}