Define AdministrativeDivision view set (return all)

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

{
    "id": 8589,
    "ags": "08436001",
    "name": "Achberg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Achberg",
    "office_zip": "88147",
    "office_street": "Kirchstraße 9",
    "office_city": "Achberg",
    "area": 12.92,
    "citizens_total": 1750,
    "citizens_male": 872,
    "citizens_female": 878,
    "population_density": 135.0,
    "area_accumulated": 12.92,
    "citizens_accumulated": {
        "total": 1750,
        "female": 878,
        "male": 872
    },
    "longitude": 9.713856,
    "latitude": 47.615122,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8589/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8588/?format=api",
    "children": [],
    "zip_codes": [
        "88147"
    ]
}