Define AdministrativeDivision view set (return all)

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

{
    "id": 3475,
    "ags": "05958016",
    "name": "Eslohe (Sauerland)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Eslohe (Sauerland)",
    "office_zip": "59889",
    "office_street": "Schultheißstraße 2",
    "office_city": "Eslohe",
    "area": 113.36,
    "citizens_total": 8811,
    "citizens_male": 4336,
    "citizens_female": 4475,
    "population_density": 78.0,
    "area_accumulated": 113.36,
    "citizens_accumulated": {
        "total": 8811,
        "female": 4475,
        "male": 4336
    },
    "longitude": 8.174776,
    "latitude": 51.257259,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3475/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3474/?format=api",
    "children": [],
    "zip_codes": [
        "59889"
    ]
}