Define AdministrativeDivision view set (return all)

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

{
    "id": 2798,
    "ags": "05154012",
    "name": "Geldern, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Geldern",
    "office_zip": "47608",
    "office_street": "Issumer Tor 36",
    "office_city": "Geldern",
    "area": 96.97,
    "citizens_total": 33730,
    "citizens_male": 16931,
    "citizens_female": 16799,
    "population_density": 348.0,
    "area_accumulated": 96.97,
    "citizens_accumulated": {
        "total": 33730,
        "female": 16799,
        "male": 16931
    },
    "longitude": 6.323569,
    "latitude": 51.517533,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2798/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2797/?format=api",
    "children": [],
    "zip_codes": [
        "47608"
    ]
}