Define AdministrativeDivision view set (return all)

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

{
    "id": 13741,
    "ags": "13074085",
    "name": "Warnow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Grevesmühlen-Land",
    "office_zip": "23936",
    "office_street": "Rathausplatz 1",
    "office_city": "Grevesmühlen",
    "area": 16.07,
    "citizens_total": 621,
    "citizens_male": 310,
    "citizens_female": 311,
    "population_density": 39.0,
    "area_accumulated": 16.07,
    "citizens_accumulated": {
        "total": 621,
        "female": 311,
        "male": 310
    },
    "longitude": 11.211446,
    "latitude": 53.887462,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13741/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13734/?format=api",
    "children": [],
    "zip_codes": [
        "23936",
        "23948"
    ]
}