Define AdministrativeDivision view set (return all)

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

{
    "id": 2531,
    "ags": "03455020",
    "name": "Wangerland",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wangerland",
    "office_zip": "26434",
    "office_street": "Helmsteder Straße 1",
    "office_city": "Wangerland",
    "area": 176.19,
    "citizens_total": 9182,
    "citizens_male": 4668,
    "citizens_female": 4514,
    "population_density": 52.0,
    "area_accumulated": 176.19,
    "citizens_accumulated": {
        "total": 9182,
        "female": 4514,
        "male": 4668
    },
    "longitude": 7.915526,
    "latitude": 53.662516,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2531/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2530/?format=api",
    "children": [],
    "zip_codes": [
        "26434"
    ]
}