Define AdministrativeDivision view set (return all)

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

{
    "id": 7605,
    "ags": "08216017",
    "name": "Gernsbach, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Gernsbach",
    "office_zip": "76593",
    "office_street": "Igelbachstraße 11",
    "office_city": "Gernsbach",
    "area": 82.03,
    "citizens_total": 14157,
    "citizens_male": 7218,
    "citizens_female": 6939,
    "population_density": 173.0,
    "area_accumulated": 82.03,
    "citizens_accumulated": {
        "total": 14157,
        "female": 6939,
        "male": 7218
    },
    "longitude": 8.337715,
    "latitude": 48.763758,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7605/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7604/?format=api",
    "children": [],
    "zip_codes": [
        "76593"
    ]
}