Define AdministrativeDivision view set (return all)

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

{
    "id": 11627,
    "ags": "09674180",
    "name": "Theres",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Theres",
    "office_zip": "97531",
    "office_street": "Rathausstraße 3",
    "office_city": "Theres",
    "area": 30.77,
    "citizens_total": 2705,
    "citizens_male": 1349,
    "citizens_female": 1356,
    "population_density": 88.0,
    "area_accumulated": 30.77,
    "citizens_accumulated": {
        "total": 2705,
        "female": 1356,
        "male": 1349
    },
    "longitude": 10.447021,
    "latitude": 50.019983,
    "travel_name": "Haßberge",
    "travel_code": "T08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11627/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11625/?format=api",
    "children": [],
    "zip_codes": [
        "97531"
    ]
}