Return a list of countries data, or more detail about a single country.
Individual countries may be retrieved by ID or by ISO2 code.

GET /en/api/internal/countries/?offset=300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 303,
    "next": null,
    "previous": "https://www.landcoalition.org/en/api/internal/countries/?limit=6&offset=294",
    "results": [
        {
            "id": 250,
            "translated_name": "Solomon Islands",
            "membernet_id": 250,
            "membernet_mtime": null,
            "name_en": "Solomon Islands",
            "name_es": "Islas Salomón",
            "name_fr": "Îles Salomon",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "SB",
            "longitude": 159.0,
            "latitude": -8.0,
            "full_name_en": "Solomon Islands",
            "full_name_es": "Solomon Islands",
            "full_name_fr": "Solomon Islands",
            "full_name_pt": "",
            "region": 1
        },
        {
            "id": 252,
            "translated_name": "South Africa",
            "membernet_id": 252,
            "membernet_mtime": null,
            "name_en": "South Africa",
            "name_es": "Sudáfrica",
            "name_fr": "Afrique du Sud",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "ZA",
            "longitude": 24.0,
            "latitude": -29.0,
            "full_name_en": "the Republic of South Africa",
            "full_name_es": "the Republic of South Africa",
            "full_name_fr": "the Republic of South Africa",
            "full_name_pt": "",
            "region": 2
        },
        {
            "id": 255,
            "translated_name": "Sovereign Order of Malta",
            "membernet_id": 255,
            "membernet_mtime": null,
            "name_en": "Sovereign Order of Malta",
            "name_es": "Orden de Malta",
            "name_fr": "Ordre souverain militaire hospitalier de Saint-Jean de Jérusalem, de Rhodes et de Malte",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "",
            "longitude": null,
            "latitude": null,
            "full_name_en": "Sovereign Military Hospitaller Order of St. John of Jerusalem of Rhodes and of Malta",
            "full_name_es": "Sovereign Military Hospitaller Order of St. John of Jerusalem of Rhodes and of Malta",
            "full_name_fr": "Sovereign Military Hospitaller Order of St. John of Jerusalem of Rhodes and of Malta",
            "full_name_pt": "",
            "region": 1
        }
    ]
}