https://api.themoviedb.org/3/search/movie?api_key=<mykey>&query=The+Platform&primary_release_year.gte=2017&primary_release_year.lte=2019&page=1
isnt yielding the expected results, its as if only primary_release_year.gte=2017
is coming into effect.
whats the correct way to constrain a query to a year range please?
I would like to search the TMDB database for movies matching title "the platform" between 2017 and 2019.
i found https://www.themoviedb.org/talk/5f885a75238513003736e0e1 but discover isnt the right endpoint.
thanks
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio ticao2 🇧🇷 pt-BR
dana 28 prosinac 2022 u 5:04 PM
Using get/search/movie it is only possible to specify the year.
&primary_release_year=2017
https://developers.themoviedb.org/3/search/search-movies
It is not possible to specify a range of years.