Define AdministrativeDivision view set (return all)

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

{
    "id": 13968,
    "ags": "13076088",
    "name": "Lübtheen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Lübtheen",
    "office_zip": "19249",
    "office_street": "Salzstraße 17",
    "office_city": "Lübtheen",
    "area": 120.16,
    "citizens_total": 4655,
    "citizens_male": 2197,
    "citizens_female": 2458,
    "population_density": 39.0,
    "area_accumulated": 120.16,
    "citizens_accumulated": {
        "total": 4655,
        "female": 2458,
        "male": 2197
    },
    "longitude": 11.08294,
    "latitude": 53.30062,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13968/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13967/?format=api",
    "children": [],
    "zip_codes": [
        "19249"
    ]
}