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=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 303,
    "next": "https://www.landcoalition.org/en/api/internal/countries/?limit=6&offset=18",
    "previous": "https://www.landcoalition.org/en/api/internal/countries/?limit=6&offset=6",
    "results": [
        {
            "id": 284,
            "translated_name": "United Kingdom",
            "membernet_id": 284,
            "membernet_mtime": null,
            "name_en": "United Kingdom",
            "name_es": "Reino Unido",
            "name_fr": "Royaume-Uni",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "GB",
            "longitude": -2.0,
            "latitude": 54.0,
            "full_name_en": "the United Kingdom of Great Britain and Northern Ireland",
            "full_name_es": "the United Kingdom of Great Britain and Northern Ireland",
            "full_name_fr": "the United Kingdom of Great Britain and Northern Ireland",
            "full_name_pt": "",
            "region": 5
        },
        {
            "id": 291,
            "translated_name": "Uzbekistan",
            "membernet_id": 291,
            "membernet_mtime": null,
            "name_en": "Uzbekistan",
            "name_es": "Uzbekistán",
            "name_fr": "Ouzbékistan",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "UZ",
            "longitude": 64.0,
            "latitude": 41.0,
            "full_name_en": "the Republic of Uzbekistan",
            "full_name_es": "the Republic of Uzbekistan",
            "full_name_fr": "the Republic of Uzbekistan",
            "full_name_pt": "",
            "region": 3
        },
        {
            "id": 4,
            "translated_name": "Albania",
            "membernet_id": 4,
            "membernet_mtime": null,
            "name_en": "Albania",
            "name_es": "Albania",
            "name_fr": "Albanie",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "AL",
            "longitude": 20.0,
            "latitude": 41.0,
            "full_name_en": "The Republic of Albania",
            "full_name_es": "The Republic of Albania",
            "full_name_fr": "The Republic of Albania",
            "full_name_pt": "",
            "region": 5
        },
        {
            "id": 20,
            "translated_name": "Bahamas",
            "membernet_id": 20,
            "membernet_mtime": null,
            "name_en": "Bahamas",
            "name_es": "Bahamas",
            "name_fr": "Bahamas",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "BS",
            "longitude": -76.0,
            "latitude": 24.25,
            "full_name_en": "the Commonwealth of the Bahamas",
            "full_name_es": "the Commonwealth of the Bahamas",
            "full_name_fr": "the Commonwealth of the Bahamas",
            "full_name_pt": "",
            "region": 1
        },
        {
            "id": 23,
            "translated_name": "Bangladesh",
            "membernet_id": 23,
            "membernet_mtime": null,
            "name_en": "Bangladesh",
            "name_es": "Bangladés",
            "name_fr": "Bangladesh",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "BD",
            "longitude": 90.0,
            "latitude": 24.0,
            "full_name_en": "the People's Republic of Bangladesh",
            "full_name_es": "the People's Republic of Bangladesh",
            "full_name_fr": "the People's Republic of Bangladesh",
            "full_name_pt": "",
            "region": 3
        },
        {
            "id": 58,
            "translated_name": "China, Macao SAR",
            "membernet_id": 58,
            "membernet_mtime": null,
            "name_en": "China, Macao SAR",
            "name_es": "China, Macao (Región Administrativa Especial)",
            "name_fr": "Chine, Macao (Région administrative spéciale)",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "landex_rank": null,
            "landex_url": "",
            "ISO2_code": "",
            "longitude": null,
            "latitude": null,
            "full_name_en": "China, Macao Special Administrative Region",
            "full_name_es": "China, Macao Special Administrative Region",
            "full_name_fr": "China, Macao Special Administrative Region",
            "full_name_pt": "",
            "region": 3
        }
    ]
}