Define AdministrativeDivision view set (return all)

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

{
    "id": 7946,
    "ags": "08316039",
    "name": "Sexau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Sexau",
    "office_zip": "79350",
    "office_street": "Dorfstraße 61",
    "office_city": "Sexau",
    "area": 16.29,
    "citizens_total": 3397,
    "citizens_male": 1747,
    "citizens_female": 1650,
    "population_density": 209.0,
    "area_accumulated": 16.29,
    "citizens_accumulated": {
        "total": 3397,
        "female": 1650,
        "male": 1747
    },
    "longitude": 7.90734,
    "latitude": 48.102953,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7946/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7943/?format=api",
    "children": [],
    "zip_codes": [
        "79350"
    ]
}