Define AdministrativeDivision view set (return all)

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

{
    "id": 8215,
    "ags": "08336034",
    "name": "Hasel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Hasel",
    "office_zip": "79686",
    "office_street": "Hofstraße 2",
    "office_city": "Hasel",
    "area": 11.65,
    "citizens_total": 1103,
    "citizens_male": 548,
    "citizens_female": 555,
    "population_density": 95.0,
    "area_accumulated": 11.65,
    "citizens_accumulated": {
        "total": 1103,
        "female": 555,
        "male": 548
    },
    "longitude": 7.897903,
    "latitude": 47.654288,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8215/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8214/?format=api",
    "children": [],
    "zip_codes": [
        "79686"
    ]
}