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
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur tomasz.su
op 31 Julie 2023 om 8:50 VM
okay I think that will be: https://api.themoviedb.org/3/discover/tv
Antwoord deur ticao2 🇧🇷 pt-BR
op 31 Julie 2023 om 11:55 VM
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