Hi! say I want to find all TV shows that are currently available for streaming on Disney+, not older than 2020 and with rating above 80% - what API service endpoint I shall look into? EDIT: Okay I think it will be a combination of some other endpoints and then query to this: https://api.themoviedb.org/3/discover/tv Cheers, Tomasz
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by tomasz.su
on July 31, 2023 at 8:50 AM
okay I think that will be: https://api.themoviedb.org/3/discover/tv
Reply by ticao2 š§š· pt-BR
on July 31, 2023 at 11:55 AM
Yes correct.
If I'm not mistaken using the following filters:
&primary_release_date.gte=2020-01-01
&vote_average.gte=80
&watch_region=BR - Your Country.
I believe that at least one of them should also be used:
&with_watch_providers=
use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query
Movie Providers
https://developer.themoviedb.org/reference/watch-providers-movie-list
&with_watch_monetization_types=
use in conjunction with watch_region, can be a comma (AND) or pipe (OR) separated query
monetization_types
Monetization Types