Define AdministrativeDivision view set (return all)

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

{
    "id": 7590,
    "ags": "08216013",
    "name": "Forbach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Forbach",
    "office_zip": "76596",
    "office_street": "Landstraße 27",
    "office_city": "Forbach",
    "area": 131.86,
    "citizens_total": 4684,
    "citizens_male": 2323,
    "citizens_female": 2361,
    "population_density": 36.0,
    "area_accumulated": 131.86,
    "citizens_accumulated": {
        "total": 4684,
        "female": 2361,
        "male": 2323
    },
    "longitude": 8.358737,
    "latitude": 48.680136,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7590/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7589/?format=api",
    "children": [],
    "zip_codes": [
        "76596"
    ]
}