Define AdministrativeDivision view set (return all)

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

{
    "id": 7393,
    "ags": "08127043",
    "name": "Ilshofen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Ilshofen",
    "office_zip": "74532",
    "office_street": "Haller Straße 1",
    "office_city": "Ilshofen",
    "area": 54.87,
    "citizens_total": 6682,
    "citizens_male": 3265,
    "citizens_female": 3417,
    "population_density": 122.0,
    "area_accumulated": 54.87,
    "citizens_accumulated": {
        "total": 6682,
        "female": 3417,
        "male": 3265
    },
    "longitude": 9.921075,
    "latitude": 49.169825,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7393/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7392/?format=api",
    "children": [],
    "zip_codes": [
        "74532"
    ]
}