Define AdministrativeDivision view set (return all)

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

{
    "id": 3023,
    "ags": "05370016",
    "name": "Heinsberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Heinsberg",
    "office_zip": "52525",
    "office_street": "Apfelstraße 60",
    "office_city": "Heinsberg",
    "area": 92.21,
    "citizens_total": 42236,
    "citizens_male": 21349,
    "citizens_female": 20887,
    "population_density": 458.0,
    "area_accumulated": 92.21,
    "citizens_accumulated": {
        "total": 42236,
        "female": 20887,
        "male": 21349
    },
    "longitude": 6.094538,
    "latitude": 51.061906,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3023/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3022/?format=api",
    "children": [],
    "zip_codes": [
        "52525"
    ]
}