Define AdministrativeDivision view set (return all)

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

{
    "id": 7416,
    "ags": "08128020",
    "name": "Creglingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Creglingen",
    "office_zip": "97993",
    "office_street": "Torstraße 2",
    "office_city": "Creglingen",
    "area": 117.23,
    "citizens_total": 4681,
    "citizens_male": 2289,
    "citizens_female": 2392,
    "population_density": 40.0,
    "area_accumulated": 117.23,
    "citizens_accumulated": {
        "total": 4681,
        "female": 2392,
        "male": 2289
    },
    "longitude": 10.032709,
    "latitude": 49.470427,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7416/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7415/?format=api",
    "children": [],
    "zip_codes": [
        "97993"
    ]
}