Define AdministrativeDivision view set (return all)

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

{
    "id": 14054,
    "ags": "13076146",
    "name": "Warlow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Ludwigslust-Land",
    "office_zip": "19288",
    "office_street": "Wöbbeliner Straße 5",
    "office_city": "Ludwigslust",
    "area": 13.91,
    "citizens_total": 492,
    "citizens_male": 235,
    "citizens_female": 257,
    "population_density": 35.0,
    "area_accumulated": 13.91,
    "citizens_accumulated": {
        "total": 492,
        "female": 257,
        "male": 235
    },
    "longitude": 11.407922,
    "latitude": 53.344082,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14054/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14044/?format=api",
    "children": [],
    "zip_codes": [
        "19288"
    ]
}