Define AdministrativeDivision view set (return all)

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

{
    "id": 3054,
    "ags": "05374036",
    "name": "Radevormwald, Stadt auf der Höhe",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Radevormwald",
    "office_zip": "42477",
    "office_street": "Hohenfuhrstraße 13",
    "office_city": "Radevormwald",
    "area": 53.86,
    "citizens_total": 21919,
    "citizens_male": 11239,
    "citizens_female": 10680,
    "population_density": 407.0,
    "area_accumulated": 53.86,
    "citizens_accumulated": {
        "total": 21919,
        "female": 10680,
        "male": 11239
    },
    "longitude": 7.355144,
    "latitude": 51.203463,
    "travel_name": "Bergisches Land",
    "travel_code": "H07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3054/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3053/?format=api",
    "children": [],
    "zip_codes": [
        "42477"
    ]
}