Hi,
I'm new to using the API and wondered what the best way of getting a list of movie runtimes by genre. I understand that I can use the API call /genre/{id}/movies to get a list of movies. However this does not contain the runtime for those movies meaning that I need to do another API with each movie id using; /movie/{id} to get the runtime.
Is there a better way of getting all the runtimes for each genre than making an API call to get the list of movies, and then another for each movie id?
Thanks for your help. Dan
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 03 月 02 日 10:20上午
Hi DanAFC,
There is not a better way, unfortunately. You'll have to iterate over each ID and get the extra data you're interested in.
Cheers.