GET /rest/v1/country/?format=api&ordering=-continent
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 250,
    "next": "https://rsr.akvo.org/rest/v1/country/?format=api&ordering=-continent&page=2",
    "previous": null,
    "results": [
        {
            "id": 41,
            "name": "Colombia",
            "iso_code": "co",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 60,
            "name": "Argentina",
            "iso_code": "ar",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 61,
            "name": "Brazil",
            "iso_code": "br",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 68,
            "name": "Ecuador",
            "iso_code": "ec",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 69,
            "name": "Paraguay",
            "iso_code": "py",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 79,
            "name": "Bolivia, Plurinational State of",
            "iso_code": "bo",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 80,
            "name": "Peru",
            "iso_code": "pe",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 100,
            "name": "Suriname",
            "iso_code": "sr",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 172,
            "name": "Chile",
            "iso_code": "cl",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 177,
            "name": "Curaçao",
            "iso_code": "cw",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 182,
            "name": "Falkland Islands (Malvinas)",
            "iso_code": "fk",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 184,
            "name": "French Guiana",
            "iso_code": "gf",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 193,
            "name": "Guyana",
            "iso_code": "gy",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 248,
            "name": "Uruguay",
            "iso_code": "uy",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 249,
            "name": "Venezuela, Bolivarian Republic of",
            "iso_code": "ve",
            "continent": "South America",
            "continent_code": "sa"
        },
        {
            "id": 57,
            "name": "Australia",
            "iso_code": "au",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 123,
            "name": "Vanuatu",
            "iso_code": "vu",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 124,
            "name": "Fiji",
            "iso_code": "fj",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 125,
            "name": "New Zealand",
            "iso_code": "nz",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 146,
            "name": "Solomon Islands",
            "iso_code": "sb",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 148,
            "name": "Kiribati, Republic of",
            "iso_code": "ki",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 153,
            "name": "American Samoa",
            "iso_code": "as",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 176,
            "name": "Cook Islands",
            "iso_code": "ck",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 185,
            "name": "French Polynesia",
            "iso_code": "pf",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 191,
            "name": "Guam",
            "iso_code": "gu",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 206,
            "name": "Marshall Islands",
            "iso_code": "mh",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 210,
            "name": "Micronesia, Federated States of",
            "iso_code": "fm",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 213,
            "name": "Nauru",
            "iso_code": "nr",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 214,
            "name": "New Caledonia",
            "iso_code": "nc",
            "continent": "Oceania",
            "continent_code": "oc"
        },
        {
            "id": 215,
            "name": "Niue",
            "iso_code": "nu",
            "continent": "Oceania",
            "continent_code": "oc"
        }
    ]
}