countries
Get a Country
Get a country and the list of the supported services and their details.
Details of services include names, logos, supported streaming types (subscription, rent, buy, free etc.) and list of available addons/channels.
get/countries/{country-code}
Path parameters
country-codestring required
ISO 3166-1 alpha-2 code of the country.
Query parameters
output_language'en' | 'es' | 'tr' | 'fr'
ISO 639-1 code of the output language. Determines in which language the output will be in.
Response
Details of a country.
Example response
{
"summary": "United States",
"externalValue": "https://www.movieofthenight.com/v4/examples/countries/us"
}