Define AdministrativeDivision view set (return all)

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

{
    "id": 15126,
    "ags": "15088330",
    "name": "Schkopau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Schkopau",
    "office_zip": "06258",
    "office_street": "Schulstraße 18",
    "office_city": "Schkopau",
    "area": 99.7,
    "citizens_total": 10926,
    "citizens_male": 5446,
    "citizens_female": 5480,
    "population_density": 110.0,
    "area_accumulated": 99.7,
    "citizens_accumulated": {
        "total": 10926,
        "female": 5480,
        "male": 5446
    },
    "longitude": 11.985224,
    "latitude": 51.389674,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15126/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15125/?format=api",
    "children": [],
    "zip_codes": [
        "06258"
    ]
}