Define AdministrativeDivision view set (return all)

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

{
    "id": 2824,
    "ags": "05154064",
    "name": "Weeze",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Weeze",
    "office_zip": "47652",
    "office_street": "Cyriakusplatz 13-14",
    "office_city": "Weeze",
    "area": 79.49,
    "citizens_total": 10786,
    "citizens_male": 5390,
    "citizens_female": 5396,
    "population_density": 136.0,
    "area_accumulated": 79.49,
    "citizens_accumulated": {
        "total": 10786,
        "female": 5396,
        "male": 5390
    },
    "longitude": 6.198205,
    "latitude": 51.626753,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2824/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2823/?format=api",
    "children": [],
    "zip_codes": [
        "47652"
    ]
}