键盘快捷键
高级搜索
I have random list of movie ids - can I get information about them such as year or poster url in one request?
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2017 年 02 月 12 日 11:51上午
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
moonavader 的回复
于 2017 年 02 月 12 日 1:51下午
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Travis Bell 的回复
于 2017 年 02 月 12 日 2:51下午
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.