Define AdministrativeDivision view set (return all)

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

{
    "id": 14008,
    "ags": "13076104",
    "name": "Neu Poserin",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Goldberg-Mildenitz",
    "office_zip": "19399",
    "office_street": "Lange Straße 67",
    "office_city": "Goldberg",
    "area": 47.38,
    "citizens_total": 506,
    "citizens_male": 235,
    "citizens_female": 271,
    "population_density": 11.0,
    "area_accumulated": 47.38,
    "citizens_accumulated": {
        "total": 506,
        "female": 271,
        "male": 235
    },
    "longitude": 12.165222,
    "latitude": 53.552514,
    "travel_name": "Westmecklenburg",
    "travel_code": "B04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14008/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14004/?format=api",
    "children": [],
    "zip_codes": [
        "19399"
    ]
}