Countries
Countries are the primary way to get the supported streaming services and addons (such as list of available Apple TV and Prime Video channels) in a region.
Each country object contains the country code, name and the list of supported streaming services.
Details of the streaming services include localized logos, homepages, theme colors, and available streaming options and addons.
The Countries object
Properties
- Name
countryCode
- Type
- string
- Description
ISO 3166-1 alpha-2 code of the country.
- Name
name
- Type
- string
- Description
Name of the country.
- Name
services
- Type
- array of service objects
- Description
Array of the supported services in the country, ordered by popularity.
- Child properties
Examples
- "us"
- "United States"
- [] 16 items▶
Get all Countries
Get all the supported countries and the list of the supported services and their details for each country.
Details of services include names, logos, supported streaming types (subscription, rent, buy, free etc.) and list of available addons/channels.
Optional parameters
- Name
output_language
- Type
- string enum
- Description
ISO 639-1 code of the output language. Determines in which language the output will be in.
- Default value:
en
- Enum values
Request
curl -G https://streaming-availability.p.rapidapi.com/countries \ -H "X-RapidAPI-Key: {YOUR_API_KEY}"
Response
200
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
- {} 3 keys▶
46 ... 55▶▶
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.
Path parameters
- Name
country-code
- Type
- string
- Description
ISO 3166-1 alpha-2 code of the country.
- Example values
Optional parameters
- Name
output_language
- Type
- string enum
- Description
ISO 639-1 code of the output language. Determines in which language the output will be in.
- Default value:
en
- Enum values
Request
curl -G https://streaming-availability.p.rapidapi.com/countries/us \ -H "X-RapidAPI-Key: {YOUR_API_KEY}"
Response
200
- "us"
- "United States"
- [] 16 items▶