Define AdministrativeDivision view set (return all)

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

{
    "id": 7998,
    "ags": "08317046",
    "name": "Hofstetten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Hofstetten",
    "office_zip": "77716",
    "office_street": "Hauptstraße 5",
    "office_city": "Hofstetten",
    "area": 18.16,
    "citizens_total": 1802,
    "citizens_male": 897,
    "citizens_female": 905,
    "population_density": 99.0,
    "area_accumulated": 18.16,
    "citizens_accumulated": {
        "total": 1802,
        "female": 905,
        "male": 897
    },
    "longitude": 8.068304,
    "latitude": 48.257209,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7998/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7995/?format=api",
    "children": [],
    "zip_codes": [
        "77716"
    ]
}