Define AdministrativeDivision view set (return all)

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

{
    "id": 11650,
    "ags": "09675177",
    "name": "Wiesenbronn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wiesenbronn",
    "office_zip": "97355",
    "office_street": "Schwarzacher Straße 4",
    "office_city": "Großlangheim",
    "area": 10.57,
    "citizens_total": 1074,
    "citizens_male": 530,
    "citizens_female": 544,
    "population_density": 102.0,
    "area_accumulated": 10.57,
    "citizens_accumulated": {
        "total": 1074,
        "female": 544,
        "male": 530
    },
    "longitude": 10.305512,
    "latitude": 49.747215,
    "travel_name": "Steigerwald",
    "travel_code": "T14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11650/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11647/?format=api",
    "children": [],
    "zip_codes": [
        "97355"
    ]
}