Define AdministrativeDivision view set (return all)

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

{
    "id": 7287,
    "ags": "08125058",
    "name": "Leingarten, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Leingarten",
    "office_zip": "74211",
    "office_street": "Heilbronner Straße 38",
    "office_city": "Leingarten",
    "area": 23.47,
    "citizens_total": 11725,
    "citizens_male": 5867,
    "citizens_female": 5858,
    "population_density": 500.0,
    "area_accumulated": 23.47,
    "citizens_accumulated": {
        "total": 11725,
        "female": 5858,
        "male": 5867
    },
    "longitude": 9.127562,
    "latitude": 49.143857,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7287/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7286/?format=api",
    "children": [],
    "zip_codes": [
        "74211"
    ]
}