Define AdministrativeDivision view set (return all)

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

{
    "id": 8139,
    "ags": "08327054",
    "name": "Wurmlingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Wurmlingen",
    "office_zip": "78573",
    "office_street": "Obere Hauptstraße 4",
    "office_city": "Wurmlingen",
    "area": 15.42,
    "citizens_total": 3822,
    "citizens_male": 1930,
    "citizens_female": 1892,
    "population_density": 248.0,
    "area_accumulated": 15.42,
    "citizens_accumulated": {
        "total": 3822,
        "female": 1892,
        "male": 1930
    },
    "longitude": 8.779827,
    "latitude": 48.004959,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8139/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8136/?format=api",
    "children": [],
    "zip_codes": [
        "78573"
    ]
}