Define AdministrativeDivision view set (return all)

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

{
    "id": 3244,
    "ags": "05566072",
    "name": "Recke",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Recke",
    "office_zip": "49509",
    "office_street": "Hauptstraße 28",
    "office_city": "Recke",
    "area": 53.69,
    "citizens_total": 11376,
    "citizens_male": 5670,
    "citizens_female": 5706,
    "population_density": 212.0,
    "area_accumulated": 53.69,
    "citizens_accumulated": {
        "total": 11376,
        "female": 5706,
        "male": 5670
    },
    "longitude": 7.718617,
    "latitude": 52.370571,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3244/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3243/?format=api",
    "children": [],
    "zip_codes": [
        "49509"
    ]
}