Define AdministrativeDivision view set (return all)

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

{
    "id": 7918,
    "ags": "08315041",
    "name": "Glottertal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Glottertal",
    "office_zip": "79286",
    "office_street": "Talstraße 45",
    "office_city": "Glottertal",
    "area": 30.74,
    "citizens_total": 3167,
    "citizens_male": 1549,
    "citizens_female": 1618,
    "population_density": 103.0,
    "area_accumulated": 30.74,
    "citizens_accumulated": {
        "total": 3167,
        "female": 1618,
        "male": 1549
    },
    "longitude": 7.936459,
    "latitude": 48.049481,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7918/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7917/?format=api",
    "children": [],
    "zip_codes": [
        "79286"
    ]
}