Define AdministrativeDivision view set (return all)

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

{
    "id": 15452,
    "ags": "16065089",
    "name": "Greußen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Greußen",
    "office_zip": "99718",
    "office_street": "Bahnhofstraße 13 a",
    "office_city": "Greußen",
    "area": 86.82,
    "citizens_total": 5870,
    "citizens_male": 2941,
    "citizens_female": 2929,
    "population_density": 68.0,
    "area_accumulated": 86.82,
    "citizens_accumulated": {
        "total": 5870,
        "female": 2929,
        "male": 2941
    },
    "longitude": 10.944013,
    "latitude": 51.228102,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15452/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15451/?format=api",
    "children": [],
    "zip_codes": []
}