Define AdministrativeDivision view set (return all)

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

{
    "id": 3189,
    "ags": "05562004",
    "name": "Castrop-Rauxel, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Castrop-Rauxel",
    "office_zip": "44575",
    "office_street": "Europaplatz 1",
    "office_city": "Castrop-Rauxel",
    "area": 51.68,
    "citizens_total": 73343,
    "citizens_male": 37670,
    "citizens_female": 35673,
    "population_density": 1419.0,
    "area_accumulated": 51.68,
    "citizens_accumulated": {
        "total": 73343,
        "female": 35673,
        "male": 37670
    },
    "longitude": 7.310925,
    "latitude": 51.553877,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3189/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3188/?format=api",
    "children": [],
    "zip_codes": [
        "44575",
        "44577",
        "44579",
        "44581"
    ]
}