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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 2 março 2015 às 10:20 AM
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.