Define AdministrativeDivision view set (return all)

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

{
    "id": 13794,
    "ags": "13074092",
    "name": "Wedendorfersee",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Rehna",
    "office_zip": "19217",
    "office_street": "Freiheitsplatz 1",
    "office_city": "Rehna",
    "area": 24.92,
    "citizens_total": 653,
    "citizens_male": 322,
    "citizens_female": 331,
    "population_density": 26.0,
    "area_accumulated": 24.92,
    "citizens_accumulated": {
        "total": 653,
        "female": 331,
        "male": 322
    },
    "longitude": 11.093657,
    "latitude": 53.766171,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13794/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13783/?format=api",
    "children": [],
    "zip_codes": [
        "19217"
    ]
}