Define AdministrativeDivision view set (return all)

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

{
    "id": 470,
    "ags": "01055041",
    "name": "Süsel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Süsel",
    "office_zip": "23701",
    "office_street": "An der Bäderstraße 64",
    "office_city": "Süsel",
    "area": 75.29,
    "citizens_total": 5048,
    "citizens_male": 2538,
    "citizens_female": 2510,
    "population_density": 67.0,
    "area_accumulated": 75.29,
    "citizens_accumulated": {
        "total": 5048,
        "female": 2510,
        "male": 2538
    },
    "longitude": 10.717998,
    "latitude": 54.076679,
    "travel_name": "Holsteinische Schweiz",
    "travel_code": "F03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/470/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/469/?format=api",
    "children": [],
    "zip_codes": [
        "23701"
    ]
}