Define AdministrativeDivision view set (return all)

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

{
    "id": 8176,
    "ags": "08335096",
    "name": "Hohenfels",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Hohenfels",
    "office_zip": "78355",
    "office_street": "Hauptstraße 30",
    "office_city": "Hohenfels",
    "area": 30.49,
    "citizens_total": 2072,
    "citizens_male": 1019,
    "citizens_female": 1053,
    "population_density": 68.0,
    "area_accumulated": 30.49,
    "citizens_accumulated": {
        "total": 2072,
        "female": 1053,
        "male": 1019
    },
    "longitude": 9.109328,
    "latitude": 47.885245,
    "travel_name": "Hegau",
    "travel_code": "L73",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8176/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8172/?format=api",
    "children": [],
    "zip_codes": [
        "78355"
    ]
}