Define AdministrativeDivision view set (return all)

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

{
    "id": 8106,
    "ags": "08327027",
    "name": "Irndorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Irndorf",
    "office_zip": "78597",
    "office_street": "Eichfelsenstraße 22",
    "office_city": "Irndorf",
    "area": 14.56,
    "citizens_total": 695,
    "citizens_male": 348,
    "citizens_female": 347,
    "population_density": 48.0,
    "area_accumulated": 14.56,
    "citizens_accumulated": {
        "total": 695,
        "female": 347,
        "male": 348
    },
    "longitude": 8.971759,
    "latitude": 48.066334,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8106/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8102/?format=api",
    "children": [],
    "zip_codes": [
        "78597"
    ]
}