Define AdministrativeDivision view set (return all)

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

{
    "id": 3254,
    "ags": "05566092",
    "name": "Westerkappeln",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Westerkappeln",
    "office_zip": "49492",
    "office_street": "Große Straße 13",
    "office_city": "Westerkappeln",
    "area": 85.83,
    "citizens_total": 11241,
    "citizens_male": 5667,
    "citizens_female": 5574,
    "population_density": 131.0,
    "area_accumulated": 85.83,
    "citizens_accumulated": {
        "total": 11241,
        "female": 5574,
        "male": 5667
    },
    "longitude": 7.877587,
    "latitude": 52.314798,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3254/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3253/?format=api",
    "children": [],
    "zip_codes": [
        "49492"
    ]
}