A viewset for viewing and editing Regions.

GET /api/core/regions/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 58,
    "next": "https://seshatdata.com/api/core/regions/?page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Central Africa",
            "subregions_list": "Angola and DRC",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 2,
            "name": "East Africa",
            "subregions_list": "Tanzania, Burundi, Uganda, So Sudan, Somalia, Ethiopia, Eritrea",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 3,
            "name": "Maghreb",
            "subregions_list": "From Morocco to Libya",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 4,
            "name": "Northeast Africa",
            "subregions_list": "Egypt and Sudan (the Nile Basin)",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 5,
            "name": "Sahel",
            "subregions_list": "Mauritania, Mali, Burkina Faso, Niger, Chad (Arid)",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 47,
            "name": "Somewhere",
            "subregions_list": null,
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 6,
            "name": "Southern Africa",
            "subregions_list": "Namibia, Zambia, Malawi, Mozambique and south",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 7,
            "name": "West Africa",
            "subregions_list": "From Senegal to Gabon (Tropical)",
            "mac_region": {
                "id": 2,
                "name": "Africa"
            }
        },
        {
            "id": 8,
            "name": "Afghanistan",
            "subregions_list": "Afghanistan",
            "mac_region": {
                "id": 3,
                "name": "Central and Northern Eurasia"
            }
        },
        {
            "id": 9,
            "name": "Mongolia",
            "subregions_list": "Mongolia, Inner Mongolia, the steppe part of Manchuria",
            "mac_region": {
                "id": 3,
                "name": "Central and Northern Eurasia"
            }
        }
    ]
}