Define AdministrativeDivision view set (return all)

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

{
    "id": 15455,
    "ags": "16065048",
    "name": "Niederbösa",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Greußen",
    "office_zip": "99718",
    "office_street": "Bahnhofstraße 13 a",
    "office_city": "Greußen",
    "area": 4.63,
    "citizens_total": 129,
    "citizens_male": 59,
    "citizens_female": 70,
    "population_density": 28.0,
    "area_accumulated": 4.63,
    "citizens_accumulated": {
        "total": 129,
        "female": 70,
        "male": 59
    },
    "longitude": 10.999851,
    "latitude": 51.276607,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15455/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15453/?format=api",
    "children": [],
    "zip_codes": [
        "99718"
    ]
}