键盘快捷键
高级搜索
Hello, I wish to make a request by title and release date as this :
https://api.themoviedb.org/3/search/movie?api_key={api_key}&query=supeman&release_date.gte=1970&release_date.lte=2011
Search result is 0. Is this syntax correct ? Thanks you very much for your response (and excuse me for my English!) Alain.
The first problem with your Request is that the letter R in Superman is missing. As for the date parameters, I only know two that can be used: year and primary_release_year See the API instruction page. https://developers.themoviedb.org/3/search/search-movies https://api.themoviedb.org/3/search/movie?api_key=[MY_KEY]&query=superman I do not think it's possible to establish a Range of dates.
Edit: If you use these 2 parameters, it will not make any difference. &release_date.gte=1970 and/or &release_date.lte=2011 The result will be the same. They will be ignored.
Hi ticao2, Thanks very much for your help and for the api link. I am a new user and i discover the TMDB site. Best regards.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 12 月 03 日 8:58上午
The first problem with your Request is that the letter R in Superman is missing.
As for the date parameters, I only know two that can be used: year and primary_release_year
See the API instruction page.
https://developers.themoviedb.org/3/search/search-movies
https://api.themoviedb.org/3/search/movie?api_key=[MY_KEY]&query=superman
I do not think it's possible to establish a Range of dates.
Edit: If you use these 2 parameters, it will not make any difference.
&release_date.gte=1970 and/or &release_date.lte=2011
The result will be the same. They will be ignored.
anysme 的回复
于 2018 年 12 月 04 日 5:52上午
Hi ticao2, Thanks very much for your help and for the api link. I am a new user and i discover the TMDB site. Best regards.