Define AdministrativeDivision view set (return all)

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

{
    "id": 13710,
    "ags": "13074026",
    "name": "Grevesmühlen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Grevesmühlen",
    "office_zip": "23936",
    "office_street": "Rathausplatz 1",
    "office_city": "Grevesmühlen",
    "area": 52.38,
    "citizens_total": 10434,
    "citizens_male": 5356,
    "citizens_female": 5078,
    "population_density": 199.0,
    "area_accumulated": 52.38,
    "citizens_accumulated": {
        "total": 10434,
        "female": 5078,
        "male": 5356
    },
    "longitude": 11.184913,
    "latitude": 53.864458,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13710/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13709/?format=api",
    "children": [],
    "zip_codes": [
        "23936"
    ]
}