Define AdministrativeDivision view set (return all)

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

{
    "id": 1580,
    "ags": "03159501",
    "name": "Harz (Landkreis Göttingen), gemfr. Geb.",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 66,
    "division_type_name": "gemeindefreies Gebiet, unbewohnt",
    "office_name": "",
    "office_zip": null,
    "office_street": "",
    "office_city": "",
    "area": 267.85,
    "citizens_total": 0,
    "citizens_male": 0,
    "citizens_female": 0,
    "population_density": 0.0,
    "area_accumulated": 267.85,
    "citizens_accumulated": {
        "total": 0,
        "female": 0,
        "male": 0
    },
    "longitude": 10.388903,
    "latitude": 51.715579,
    "travel_name": "Harz",
    "travel_code": "G13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1580/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1579/?format=api",
    "children": [],
    "zip_codes": []
}