Define AdministrativeDivision view set (return all)

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

{
    "id": 2663,
    "ags": "03459033",
    "name": "Wallenhorst",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wallenhorst",
    "office_zip": "49134",
    "office_street": "Rathausallee 1",
    "office_city": "Wallenhorst",
    "area": 47.17,
    "citizens_total": 23048,
    "citizens_male": 11663,
    "citizens_female": 11385,
    "population_density": 489.0,
    "area_accumulated": 47.17,
    "citizens_accumulated": {
        "total": 23048,
        "female": 11385,
        "male": 11663
    },
    "longitude": 8.015405,
    "latitude": 52.350532,
    "travel_name": "Grafschaft Bentheim-Emsland-Osnabrücker Land",
    "travel_code": "G07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2663/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2662/?format=api",
    "children": [],
    "zip_codes": [
        "49134"
    ]
}