Define AdministrativeDivision view set (return all)

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

{
    "id": 14094,
    "ags": "13076130",
    "name": "Stralendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Stralendorf",
    "office_zip": "19073",
    "office_street": "Dorfstraße 30",
    "office_city": "Stralendorf",
    "area": 12.03,
    "citizens_total": 1345,
    "citizens_male": 672,
    "citizens_female": 673,
    "population_density": 112.0,
    "area_accumulated": 12.03,
    "citizens_accumulated": {
        "total": 1345,
        "female": 673,
        "male": 672
    },
    "longitude": 11.300046,
    "latitude": 53.574587,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14094/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14088/?format=api",
    "children": [],
    "zip_codes": [
        "19073"
    ]
}