Define AdministrativeDivision view set (return all)

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

{
    "id": 3232,
    "ags": "05566048",
    "name": "Lotte",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lotte",
    "office_zip": "49504",
    "office_street": "Westerkappelner Straße 19",
    "office_city": "Lotte",
    "area": 37.69,
    "citizens_total": 14095,
    "citizens_male": 7062,
    "citizens_female": 7033,
    "population_density": 374.0,
    "area_accumulated": 37.69,
    "citizens_accumulated": {
        "total": 14095,
        "female": 7033,
        "male": 7062
    },
    "longitude": 7.915207,
    "latitude": 52.274892,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3232/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3231/?format=api",
    "children": [],
    "zip_codes": [
        "49504"
    ]
}