Define AdministrativeDivision view set (return all)

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

{
    "id": 7899,
    "ags": "08315016",
    "name": "Breitnau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Breitnau",
    "office_zip": "79874",
    "office_street": "Dorfstraße 11",
    "office_city": "Breitnau",
    "area": 39.9,
    "citizens_total": 1751,
    "citizens_male": 902,
    "citizens_female": 849,
    "population_density": 44.0,
    "area_accumulated": 39.9,
    "citizens_accumulated": {
        "total": 1751,
        "female": 849,
        "male": 902
    },
    "longitude": 8.075349,
    "latitude": 47.940646,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7899/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7898/?format=api",
    "children": [],
    "zip_codes": [
        "79874"
    ]
}