Define AdministrativeDivision view set (return all)

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

{
    "id": 7967,
    "ags": "08317005",
    "name": "Appenweier",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Appenweier",
    "office_zip": "77767",
    "office_street": "Ortenauer Straße 13",
    "office_city": "Appenweier",
    "area": 38.02,
    "citizens_total": 10244,
    "citizens_male": 5054,
    "citizens_female": 5190,
    "population_density": 269.0,
    "area_accumulated": 38.02,
    "citizens_accumulated": {
        "total": 10244,
        "female": 5190,
        "male": 5054
    },
    "longitude": 7.978133,
    "latitude": 48.537224,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7967/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7966/?format=api",
    "children": [],
    "zip_codes": [
        "77767"
    ]
}