Define AdministrativeDivision view set (return all)

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

{
    "id": 7560,
    "ags": "08215109",
    "name": "Stutensee, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Stutensee",
    "office_zip": "76297",
    "office_street": "Rathausstraße 3",
    "office_city": "Stutensee",
    "area": 45.68,
    "citizens_total": 24788,
    "citizens_male": 12474,
    "citizens_female": 12314,
    "population_density": 543.0,
    "area_accumulated": 45.68,
    "citizens_accumulated": {
        "total": 24788,
        "female": 12314,
        "male": 12474
    },
    "longitude": 8.470789,
    "latitude": 49.063748,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7560/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7559/?format=api",
    "children": [],
    "zip_codes": [
        "76297"
    ]
}