shows
Get Top Shows
Get the official top shows in a service. Top shows are determined by the streaming service itself.
Supported streaming services are:
- Netflix: netflix
- Amazon Prime Video: prime
- Apple TV: apple
- Max: hbo
For unsupported services, this endpoint will return an empty list.
Series granularity is always show for this endpoint, meaning that the output will not include season and episode info.
get/shows/top
Query parameters
countrystring required
ISO 3166-1 alpha-2 code of the target country. See /countries endpoint to get the list of supported countries.
servicestring required
Id of the target service.
output_language'en' | 'es' | 'tr' | 'fr'
ISO 639-1 code of the output language. Determines in which language the output will be in.
show_type'movie' | 'series'
Type of a show.
Type of shows to search in. If not supplied, both movies and series will be included in the search results.
Response
Response to a top shows query.
Example response
[
{
"summary": "The Godfather",
"externalValue": "https://www.movieofthenight.com/v4/examples/shows/god-father"
}
]