Define AdministrativeDivision view set (return all)

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

{
    "id": 8233,
    "ags": "08337038",
    "name": "Görwihl",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Görwihl",
    "office_zip": "79733",
    "office_street": "Hauptstraße 54",
    "office_city": "Görwihl",
    "area": 50.41,
    "citizens_total": 4209,
    "citizens_male": 2121,
    "citizens_female": 2088,
    "population_density": 83.0,
    "area_accumulated": 50.41,
    "citizens_accumulated": {
        "total": 4209,
        "female": 2088,
        "male": 2121
    },
    "longitude": 8.07848,
    "latitude": 47.641249,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8233/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8232/?format=api",
    "children": [],
    "zip_codes": [
        "79733"
    ]
}