Define AdministrativeDivision view set (return all)

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

{
    "id": 15456,
    "ags": "16065051",
    "name": "Oberbö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": 11.99,
    "citizens_total": 325,
    "citizens_male": 165,
    "citizens_female": 160,
    "population_density": 27.0,
    "area_accumulated": 11.99,
    "citizens_accumulated": {
        "total": 325,
        "female": 160,
        "male": 165
    },
    "longitude": 11.016094,
    "latitude": 51.288583,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15456/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15453/?format=api",
    "children": [],
    "zip_codes": [
        "99718"
    ]
}