Define AdministrativeDivision view set (return all)

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

{
    "id": 3145,
    "ags": "05554032",
    "name": "Isselburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Isselburg",
    "office_zip": "46419",
    "office_street": "Minervastraße 12",
    "office_city": "Isselburg",
    "area": 42.8,
    "citizens_total": 10636,
    "citizens_male": 5299,
    "citizens_female": 5337,
    "population_density": 249.0,
    "area_accumulated": 42.8,
    "citizens_accumulated": {
        "total": 10636,
        "female": 5337,
        "male": 5299
    },
    "longitude": 6.463264,
    "latitude": 51.833517,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3145/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3144/?format=api",
    "children": [],
    "zip_codes": [
        "46419"
    ]
}