Hello! I'm pretty new here and I wanted to ask if I can sort the upcoming movies by release date? First, I get the data for upcoming movies from GET /movie/upcoming, but the query is kinda messed up. I found out I can sort queries from GET /discover/movie, but it gives me some 80s-90s movies and I can't figure out how can I put my query with upcoming movies so I can sort them? Thank you!
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 12 月 26 日 12:19下午
Hi @martoraneca,
I think I answered this question in this post here: https://www.themoviedb.org/talk/5a3bb25ec3a368148f0959d0
If you mean something else let me know but I think it's the same.
KinesisInteractiveDesign 的回复
于 2020 年 09 月 15 日 11:36下午
Im trying to sort the upcoming movies api by release date by a certain time period- for example - films that are coming in the next 3 months etc
Is this possible?
ticao2 🇧🇷 pt-BR 的回复
于 2020 年 09 月 16 日 9:10上午
Yes, it is possible.
Use the release_date.gte and release_date.lte filter parameters.
So you can specify a time interval for your Region, your country.
See here: https://developers.themoviedb.org/3/discover/movie-discover
KinesisInteractiveDesign 的回复
于 2020 年 09 月 23 日 12:52上午
Thanks. that worked
Also what is the full path of the posters? "poster_path": "/nphsStbtAuJ2IaXtCvDXDwMUF5N.jpg",
its not this https://api.themoviedb.org/nphsStbtAuJ2IaXtCvDXDwMUF5N.jpg
Travis Bell 的回复
于 2020 年 09 月 23 日 9:53上午
Hi @KinesisInteractiveDesign, you can rad about to generate valid image URLs here.