Define AdministrativeDivision view set (return all)

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

{
    "id": 1898,
    "ags": "03351006",
    "name": "Celle, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Celle",
    "office_zip": "29221",
    "office_street": "Am französischen Garten 1",
    "office_city": "Celle",
    "area": 176.02,
    "citizens_total": 69540,
    "citizens_male": 35833,
    "citizens_female": 33707,
    "population_density": 395.0,
    "area_accumulated": 176.02,
    "citizens_accumulated": {
        "total": 69540,
        "female": 33707,
        "male": 35833
    },
    "longitude": 10.08067,
    "latitude": 52.626307,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1898/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1897/?format=api",
    "children": [],
    "zip_codes": [
        "29221",
        "29223",
        "29225",
        "29227",
        "29229"
    ]
}