Define AdministrativeDivision view set (return all)

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

{
    "id": 8202,
    "ags": "08336006",
    "name": "Bad Bellingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Bad Bellingen",
    "office_zip": "79415",
    "office_street": "Rheinstraße 25",
    "office_city": "Bad",
    "area": 16.93,
    "citizens_total": 4600,
    "citizens_male": 2278,
    "citizens_female": 2322,
    "population_density": 272.0,
    "area_accumulated": 16.93,
    "citizens_accumulated": {
        "total": 4600,
        "female": 2322,
        "male": 2278
    },
    "longitude": 7.556809,
    "latitude": 47.731696,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8202/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8201/?format=api",
    "children": [],
    "zip_codes": [
        "79415"
    ]
}