Filters

Some movies, shows, calendars, and search methods support additional filters and will be tagged with 🎚 Filters. Applying these filters refines the results and helps your users to more easily discover new items.

Add a query string (i.e. ?years=2016&genres=action) with any filters you want to use. Some filters allow multiples which can be sent as comma delimited parameters. For example, ?genres=action,adventure would match the action OR adventure genre.

πŸ…½πŸ…ΎπŸ†ƒπŸ…΄

Make sure to properly URL encode the parameters including spaces and special characters.

Common Filters

ParameterMultiplesExampleValue
querybatmanSearch titles and descriptions.
years20164 digit year or range of years.
genresβœ“actionGenre slugs.
languagesβœ“en2 character language code.
countriesβœ“us2 character country code.
runtimes30-90Range in minutes.
studio_idsβœ“42Trakt studio ID.

Rating Filters

Trakt, TMDB, and IMDB ratings apply to movies, shows, and episodes. Rotten Tomatoes and Metacritic apply to movies.

ParameterMultiplesExampleValue
ratings75-100Trakt rating range between 0 and 100.
votes5000-10000Trakt vote count between 0 and 100000.
tmdb_ratings5.5-10.0TMDB rating range between 0.0 and 10.0.
tmdb_votes5000-10000TMDB vote count between 0 and 100000.
imdb_ratings5.5-10.0IMDB rating range between 0.0 and 10.0.
imdb_votes5000-10000IMDB vote count between 0 and 3000000.
rt_meters55-1000Rotten Tomatoes tomatometer range between 0 and 100.
rt_user_meters65-100Rotten Tomatoes audience score range between 0 and 100.
metascores5.5-10.0Metacritic score range between 0 and 100.

Movie Filters

ParameterMultiplesExampleValue
certificationsβœ“pg-13US content certification.

Show Filters

ParameterMultiplesExampleValue
certificationsβœ“tv-pgUS content certification.
network_idsβœ“53Trakt network ID.
statusβœ“endedSet to returning series, continuing, in production, planned, upcoming, pilot, canceled, or ended.

Episode Filters

ParameterMultiplesExampleValue
certificationsβœ“tv-pgUS content certification.
network_idsβœ“53Trakt network ID.
episode_typesβœ“mid_season_premiereSet to standard, series_premiere, season_premiere, mid_season_finale, mid_season_premiere, season_finale, or series_finale.