Define AdministrativeDivision view set (return all)

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

{
    "id": 1861,
    "ags": "03257015",
    "name": "Heuerßen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Lindhorst",
    "office_zip": "31700",
    "office_street": "Bahnhofstraße 55 a",
    "office_city": "Lindhorst",
    "area": 3.98,
    "citizens_total": 885,
    "citizens_male": 450,
    "citizens_female": 435,
    "population_density": 222.0,
    "area_accumulated": 3.98,
    "citizens_accumulated": {
        "total": 885,
        "female": 435,
        "male": 450
    },
    "longitude": 9.277037,
    "latitude": 52.329615,
    "travel_name": "Weserbergland",
    "travel_code": "G10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1861/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1859/?format=api",
    "children": [],
    "zip_codes": [
        "31700"
    ]
}