Search Shows by title
Search for movies and series by a title. Maximum amount of items returned are 20 unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.
Streaming availability info for the target country is included in the response, but not for the other countries.
Results might include shows that are not streamable in the target country. Only criteria for the search are the title and the show type.
No pagination is supported.
Query parameters
Title phrase to search for.
Type of a show.
Type of shows to search in. If not supplied, both movies and series will be included in the search results.
ISO 3166-1 alpha-2 code of the target country. See /countries endpoint to get the list of supported countries.
series_granularity determines the level of detail for series. It does not affect movies.
If series_granularity is show, then the output will not include season and episode info.
If series_granularity is season, then the output will include season info but not episode info.
If series_granularity is episode, then the output will include season and episode info.
If you do not need season and episode info, then it is recommended to set series_granularity as show to reduce the size of the response and increase the performance of the endpoint.
If you need deep links for individual seasons and episodes, then you should set series_granularity as episode. In this case response will include full streaming info for seasons and episodes, similar to the streaming info for movies and series; including deep links into seasons and episodes, individual subtitle/audio and video quality info etc.
ISO 639-1 code of the output language. Determines in which language the output will be in.
Response
Response to a search by title query.
Example response
[
{
"summary": "The Godfather",
"externalValue": "https://www.movieofthenight.com/v4/examples/shows/god-father"
}
]