Define AdministrativeDivision view set (return all)

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

{
    "id": 15459,
    "ags": "16065077",
    "name": "Wasserthaleben",
    "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": 8.49,
    "citizens_total": 383,
    "citizens_male": 191,
    "citizens_female": 192,
    "population_density": 45.0,
    "area_accumulated": 8.49,
    "citizens_accumulated": {
        "total": 383,
        "female": 192,
        "male": 191
    },
    "longitude": 10.892934,
    "latitude": 51.259046,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15459/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15453/?format=api",
    "children": [],
    "zip_codes": [
        "99718"
    ]
}