Define AdministrativeDivision view set (return all)

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

{
    "id": 2409,
    "ags": "03452003",
    "name": "Berumbur",
    "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": 6.42,
    "citizens_total": 2773,
    "citizens_male": 1401,
    "citizens_female": 1372,
    "population_density": 432.0,
    "area_accumulated": 6.42,
    "citizens_accumulated": {
        "total": 2773,
        "female": 1372,
        "male": 1401
    },
    "longitude": 7.308371,
    "latitude": 53.599722,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2409/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2408/?format=api",
    "children": [],
    "zip_codes": [
        "26524"
    ]
}