键盘快捷键
高级搜索
Thank you for your amazing api but when I try to search (https://api.themoviedb.org/3/search/movie?api_key=XXXX&query=homeland) tv seasons but then I could not get the proper result So please Guide me
Hi @AhmedSaboor,
Once you have an ID from search (1407 in this case for Homeland) you can call it's primary details method for the list of seasons:
https://api.themoviedb.org/3/tv/1407?api_key=###
You can then call season data individually:
https://api.themoviedb.org/3/tv/1407/season/6?api_key=###
Cheers.
thank for the response :)
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2016 年 09 月 29 日 6:42下午
Hi @AhmedSaboor,
Once you have an ID from search (1407 in this case for Homeland) you can call it's primary details method for the list of seasons:
You can then call season data individually:
Cheers.
AhmedSaboor 的回复
于 2016 年 10 月 03 日 2:23上午
thank for the response :)