Define AdministrativeDivision view set (return all)

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

{
    "id": 3531,
    "ags": "05966016",
    "name": "Kirchhundem",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Kirchhundem",
    "office_zip": "57399",
    "office_street": "Hundemstraße 35",
    "office_city": "Kirchhundem",
    "area": 148.63,
    "citizens_total": 11485,
    "citizens_male": 5666,
    "citizens_female": 5819,
    "population_density": 77.0,
    "area_accumulated": 148.63,
    "citizens_accumulated": {
        "total": 11485,
        "female": 5819,
        "male": 5666
    },
    "longitude": 8.090176,
    "latitude": 51.086248,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3531/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3530/?format=api",
    "children": [],
    "zip_codes": [
        "57399"
    ]
}