v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-3183068.7 KB
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.

countryCodestring required

ISO 3166-1 alpha-2 code of the country.

namestring required

Name of the country.

Example response

{
  "summary": "United States",
  "externalValue": "https://www.movieofthenight.com/v4/examples/countries/us"
}