键盘快捷键
高级搜索
Am trying to request from the API using genres .something like this https://api.themoviedb.org/3/discover/multi?api_key=YOUR_API_KEY&with_genres=28&page=1 The 28 stands for the genre no Action .
@Manasess2 said: Can I filter request by genres Am trying to request from the API using genres .something like this https://api.themoviedb.org/3/discover/multi?api_key=YOUR_API_KEY&with_genres=28&page=1 The 28 stands for the genre no Action .
There is no Discover with multi. Only with movie or tv. Try this API Request: https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&page=1&with_genres=28
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2024 年 09 月 08 日 12:24下午
There is no Discover with multi.
Only with movie or tv.
Try this API Request:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&page=1&with_genres=28