Define AdministrativeDivision view set (return all)

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

{
    "id": 3540,
    "ags": "05970004",
    "name": "Bad Berleburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Bad Berleburg",
    "office_zip": "57319",
    "office_street": "Poststraße 42",
    "office_city": "Bad",
    "area": 275.52,
    "citizens_total": 18914,
    "citizens_male": 9344,
    "citizens_female": 9570,
    "population_density": 69.0,
    "area_accumulated": 275.52,
    "citizens_accumulated": {
        "total": 18914,
        "female": 9570,
        "male": 9344
    },
    "longitude": 8.392854,
    "latitude": 51.049858,
    "travel_name": "Siegerland-Wittgenstein",
    "travel_code": "H06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3540/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3539/?format=api",
    "children": [],
    "zip_codes": [
        "57319"
    ]
}