Define AdministrativeDivision view set (return all)

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

{
    "id": 8473,
    "ags": "08426011",
    "name": "Attenweiler",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Attenweiler",
    "office_zip": "88448",
    "office_street": "Bachstraße 7",
    "office_city": "Attenweiler",
    "area": 27.2,
    "citizens_total": 1952,
    "citizens_male": 904,
    "citizens_female": 1048,
    "population_density": 72.0,
    "area_accumulated": 27.2,
    "citizens_accumulated": {
        "total": 1952,
        "female": 1048,
        "male": 904
    },
    "longitude": 9.698617,
    "latitude": 48.136819,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8473/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8472/?format=api",
    "children": [],
    "zip_codes": [
        "88448"
    ]
}