Define AdministrativeDivision view set (return all)

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

{
    "id": 15108,
    "ags": "15088150",
    "name": "Kabelsketal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Kabelsketal",
    "office_zip": "06184",
    "office_street": "Lange Straße 18",
    "office_city": "Kabelsketal",
    "area": 51.0,
    "citizens_total": 8837,
    "citizens_male": 4384,
    "citizens_female": 4453,
    "population_density": 173.0,
    "area_accumulated": 51.0,
    "citizens_accumulated": {
        "total": 8837,
        "female": 4453,
        "male": 4384
    },
    "longitude": 12.116301,
    "latitude": 51.4287,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15108/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15107/?format=api",
    "children": [],
    "zip_codes": [
        "06184"
    ]
}