Define AdministrativeDivision view set (return all)

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

{
    "id": 8170,
    "ags": "08335081",
    "name": "Volkertshausen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Volkertshausen",
    "office_zip": "78269",
    "office_street": "Hauptstraße 27",
    "office_city": "Volkertshausen",
    "area": 5.15,
    "citizens_total": 3153,
    "citizens_male": 1605,
    "citizens_female": 1548,
    "population_density": 612.0,
    "area_accumulated": 5.15,
    "citizens_accumulated": {
        "total": 3153,
        "female": 1548,
        "male": 1605
    },
    "longitude": 8.869619,
    "latitude": 47.821701,
    "travel_name": "Hegau",
    "travel_code": "L73",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8170/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8167/?format=api",
    "children": [],
    "zip_codes": [
        "78269"
    ]
}