Define AdministrativeDivision view set (return all)

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

{
    "id": 2424,
    "ags": "03453004",
    "name": "Cloppenburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Cloppenburg",
    "office_zip": "49661",
    "office_street": "Sevelter Straße 8",
    "office_city": "Cloppenburg",
    "area": 70.86,
    "citizens_total": 35451,
    "citizens_male": 17882,
    "citizens_female": 17569,
    "population_density": 500.0,
    "area_accumulated": 70.86,
    "citizens_accumulated": {
        "total": 35451,
        "female": 17569,
        "male": 17882
    },
    "longitude": 8.042518,
    "latitude": 52.848368,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2424/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2423/?format=api",
    "children": [],
    "zip_codes": [
        "49661"
    ]
}