Runtime field in "show/season.json" request
Runtime field in "show/season" request
Hello,
We are a team of app developer and working on an app which communicates with trakt.tv api. We really like the api because it offers everything that we need for our app. One of the feature that we need for app is to show the "runtime" for all tv episodes. Reading the docs, we realized the runtime is available only when we request the summary for an episode (show/episode/summary). But this is a problem for us because then we have to send a request for each episodes. Currently we are getting all the episode data from season url (show/season). It contains all info required by us for all episodes. The only thing it lacks is the runtime. Can you please add the runtime field in the season call? Otherwise we will have to make about 100 requests for each series the user subscribes.
Best regards.
Raquib-ul-Alam

I would recommend getting the runtime from the show summary call. Right now, the episode runtime are all the same as the show.
-
AdminJustin (Founder, Trakt) commented
This is a very old topic. Please post your question along with a full request, response, and headers in the G+ API community.
-
Atxx commented
How shall this work?
I do a request to Show with ID, but there are no Episodes inside ...