Define AdministrativeDivision view set (return all)

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

{
    "id": 2589,
    "ags": "03457021",
    "name": "Weener, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Weener",
    "office_zip": "26826",
    "office_street": "Osterstraße 1",
    "office_city": "Weener",
    "area": 81.23,
    "citizens_total": 15946,
    "citizens_male": 7853,
    "citizens_female": 8093,
    "population_density": 196.0,
    "area_accumulated": 81.23,
    "citizens_accumulated": {
        "total": 15946,
        "female": 8093,
        "male": 7853
    },
    "longitude": 7.349834,
    "latitude": 53.165511,
    "travel_name": "Ostfriesland",
    "travel_code": "G03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2589/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2588/?format=api",
    "children": [],
    "zip_codes": [
        "26826"
    ]
}