Define AdministrativeDivision view set (return all)

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

{
    "id": 13860,
    "ags": "13075023",
    "name": "Daberkow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Jarmen-Tutow",
    "office_zip": "17129",
    "office_street": "Dr.-Georg-Kohnert-Straße 5",
    "office_city": "Jarmen",
    "area": 15.38,
    "citizens_total": 340,
    "citizens_male": 158,
    "citizens_female": 182,
    "population_density": 22.0,
    "area_accumulated": 15.38,
    "citizens_accumulated": {
        "total": 340,
        "female": 182,
        "male": 158
    },
    "longitude": 13.301261,
    "latitude": 53.838959,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13860/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13857/?format=api",
    "children": [],
    "zip_codes": [
        "17129"
    ]
}