Define AdministrativeDivision view set (return all)

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

{
    "id": 2410,
    "ags": "03452008",
    "name": "Hage, Flecken",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Hage",
    "office_zip": "26524",
    "office_street": "Hauptstraße 81",
    "office_city": "Hage",
    "area": 16.62,
    "citizens_total": 6272,
    "citizens_male": 3284,
    "citizens_female": 2988,
    "population_density": 377.0,
    "area_accumulated": 16.62,
    "citizens_accumulated": {
        "total": 6272,
        "female": 2988,
        "male": 3284
    },
    "longitude": 7.284319,
    "latitude": 53.602759,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2410/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2408/?format=api",
    "children": [],
    "zip_codes": [
        "26524"
    ]
}