A viewset for viewing and editing Macro Regions.

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

{
    "count": 11,
    "next": "https://seshatdata.com/api/core/macro-regions/?page=2",
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "Africa"
        },
        {
            "id": 3,
            "name": "Central and Northern Eurasia"
        },
        {
            "id": 4,
            "name": "East Asia"
        },
        {
            "id": 5,
            "name": "Europe"
        },
        {
            "id": 7,
            "name": "North America"
        },
        {
            "id": 8,
            "name": "Oceania-Australia"
        },
        {
            "id": 6,
            "name": "South America and Caribbean"
        },
        {
            "id": 9,
            "name": "South Asia"
        },
        {
            "id": 10,
            "name": "Southeast Asia"
        },
        {
            "id": 11,
            "name": "Southwest Asia"
        }
    ]
}