Define AdministrativeDivision view set (return all)

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

{
    "id": 2430,
    "ags": "03453007",
    "name": "Friesoythe, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Friesoythe",
    "office_zip": "26169",
    "office_street": "Alte Mühlenstraße 12",
    "office_city": "Friesoythe",
    "area": 247.48,
    "citizens_total": 22368,
    "citizens_male": 11166,
    "citizens_female": 11202,
    "population_density": 90.0,
    "area_accumulated": 247.48,
    "citizens_accumulated": {
        "total": 22368,
        "female": 11202,
        "male": 11166
    },
    "longitude": 7.859448,
    "latitude": 53.020613,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2430/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2429/?format=api",
    "children": [],
    "zip_codes": [
        "26169"
    ]
}