I'm thinking of making a program that searches for movies and tv shows using the search/multi API request. But the results I get don't give me the "cast" info. Which is really bad because that stuff is really important. Is there anyway to incorporate into the API the cast? The way I have it now is that I then run a secondary request for each result to test it out, which I'm not in favor of obviously because it makes things really slow.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 06 月 08 日 11:22上午
Hi QuantumHoneybees,
At this time there is no way to get the extra fields you're looking. You will have to continue to make the second query.
I would encourage you to cache some of the data locally so that you don't have to make so many HTTP requests.
QuantumHoneybees 的回复
于 2016 年 06 月 08 日 11:47上午
Darn :/
Any plans to add this in the future?