A viewset for viewing and editing Regions.

GET /api/core/regions/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58,
    "next": null,
    "previous": "https://seshat-db.com/api/core/regions/?format=api",
    "results": [
        {
            "id": 56,
            "name": "Somewhere",
            "subregions_list": null,
            "mac_region": 11
        },
        {
            "id": 57,
            "name": "Somewhere",
            "subregions_list": null,
            "mac_region": 1
        },
        {
            "id": 58,
            "name": "North China",
            "subregions_list": "North China without Tibet, Inner Mongolia, and Xinjiang",
            "mac_region": 4
        },
        {
            "id": 59,
            "name": "South China",
            "subregions_list": "Yangtze Basin and South China",
            "mac_region": 4
        },
        {
            "id": 61,
            "name": "Levant",
            "subregions_list": "Israel/Palestine, Jordan, Lebanon, Syria",
            "mac_region": 11
        },
        {
            "id": 62,
            "name": "Mesopotamia",
            "subregions_list": "Iraq, Kuwait",
            "mac_region": 11
        },
        {
            "id": 63,
            "name": "Sri Lanka",
            "subregions_list": "Sri Lanka",
            "mac_region": 9
        },
        {
            "id": 64,
            "name": "North India",
            "subregions_list": "Bihar, Chhattisgarh, Gujarat, Haryana, Himachal Pradesh, Jammu and Kashmir, Jharkhand, Maharashtra, Madhya Pradesh, Odisha, Punjab, Rajasthan, Uttarakhand, Uttar Pradesh, West Bengal",
            "mac_region": 9
        }
    ]
}