Define AdministrativeDivision view set (return all)

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

{
    "id": 7016,
    "ags": "08115028",
    "name": "Leonberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Leonberg",
    "office_zip": "71229",
    "office_street": "Belforter Platz 1",
    "office_city": "Leonberg",
    "area": 48.73,
    "citizens_total": 48848,
    "citizens_male": 24437,
    "citizens_female": 24411,
    "population_density": 1002.0,
    "area_accumulated": 48.73,
    "citizens_accumulated": {
        "total": 48848,
        "female": 24411,
        "male": 24437
    },
    "longitude": 9.016776,
    "latitude": 48.800497,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7016/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7015/?format=api",
    "children": [],
    "zip_codes": [
        "71229"
    ]
}