Define AdministrativeDivision view set (return all)

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

{
    "id": 7328,
    "ags": "08125038",
    "name": "Güglingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Güglingen",
    "office_zip": "74363",
    "office_street": "Marktstraße 19-21",
    "office_city": "Güglingen",
    "area": 16.27,
    "citizens_total": 6396,
    "citizens_male": 3128,
    "citizens_female": 3268,
    "population_density": 393.0,
    "area_accumulated": 16.27,
    "citizens_accumulated": {
        "total": 6396,
        "female": 3268,
        "male": 3128
    },
    "longitude": 8.99847,
    "latitude": 49.066703,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7328/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7327/?format=api",
    "children": [],
    "zip_codes": [
        "74363"
    ]
}