Define AdministrativeDivision view set (return all)

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

{
    "id": 2808,
    "ags": "05154032",
    "name": "Kevelaer, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Kevelaer",
    "office_zip": "47623",
    "office_street": "Peter-Plümpe-Platz 12",
    "office_city": "Kevelaer",
    "area": 100.64,
    "citizens_total": 28087,
    "citizens_male": 14375,
    "citizens_female": 13712,
    "population_density": 279.0,
    "area_accumulated": 100.64,
    "citizens_accumulated": {
        "total": 28087,
        "female": 13712,
        "male": 14375
    },
    "longitude": 6.24718,
    "latitude": 51.58178,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2808/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2807/?format=api",
    "children": [],
    "zip_codes": [
        "47623",
        "47624",
        "47625",
        "47626",
        "47627"
    ]
}