Define AdministrativeDivision view set (return all)

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

{
    "id": 8157,
    "ags": "08335026",
    "name": "Gailingen am Hochrhein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Gailingen am Hochrhein",
    "office_zip": "78262",
    "office_street": "Hauptstraße 7",
    "office_city": "Gailingen",
    "area": 13.18,
    "citizens_total": 2915,
    "citizens_male": 1493,
    "citizens_female": 1422,
    "population_density": 221.0,
    "area_accumulated": 13.18,
    "citizens_accumulated": {
        "total": 2915,
        "female": 1422,
        "male": 1493
    },
    "longitude": 8.754804,
    "latitude": 47.696988,
    "travel_name": "Hegau",
    "travel_code": "L73",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8157/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8155/?format=api",
    "children": [],
    "zip_codes": [
        "78262"
    ]
}