Define AdministrativeDivision view set (return all)

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

{
    "id": 16011,
    "ags": "16076023",
    "name": "Großenstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Am Brahmetal",
    "office_zip": "07580",
    "office_street": "Dorfstraße 17",
    "office_city": "Großenstein",
    "area": 14.51,
    "citizens_total": 1201,
    "citizens_male": 598,
    "citizens_female": 603,
    "population_density": 83.0,
    "area_accumulated": 14.51,
    "citizens_accumulated": {
        "total": 1201,
        "female": 603,
        "male": 598
    },
    "longitude": 12.196776,
    "latitude": 50.902019,
    "travel_name": "Thüringer Vogtland",
    "travel_code": "E27",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/16011/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/16008/?format=api",
    "children": [],
    "zip_codes": [
        "07580"
    ]
}