Define AdministrativeDivision view set (return all)

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

{
    "id": 14049,
    "ags": "13076086",
    "name": "Lübesse",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Ludwigslust-Land",
    "office_zip": "19077",
    "office_street": "Wöbbeliner Straße 5",
    "office_city": "Ludwigslust",
    "area": 19.92,
    "citizens_total": 719,
    "citizens_male": 355,
    "citizens_female": 364,
    "population_density": 36.0,
    "area_accumulated": 19.92,
    "citizens_accumulated": {
        "total": 719,
        "female": 364,
        "male": 355
    },
    "longitude": 11.459329,
    "latitude": 53.487188,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14049/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14044/?format=api",
    "children": [],
    "zip_codes": [
        "19077"
    ]
}