Define AdministrativeDivision view set (return all)

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

{
    "id": 5966,
    "ags": "07232010",
    "name": "Beilingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Speicher",
    "office_zip": "54662",
    "office_street": "Bahnhofstraße 36",
    "office_city": "Speicher",
    "area": 4.31,
    "citizens_total": 397,
    "citizens_male": 202,
    "citizens_female": 195,
    "population_density": 92.0,
    "area_accumulated": 4.31,
    "citizens_accumulated": {
        "total": 397,
        "female": 195,
        "male": 202
    },
    "longitude": 6.662445,
    "latitude": 49.953427,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5966/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5964/?format=api",
    "children": [],
    "zip_codes": [
        "54662"
    ]
}