You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the following comment in the forums we could add something that wraps this functionality.
Is it possible to fetch all episodes with a single query?
If I understand correctly, currently /3/tv/:id returns only the available season numbers, and I'd have to send a request for each season to /3/tv/:id/season/:num in order to fetch all episodes. This would be
undesirable in some cases, where there are just way too many seasons.
Thank you for your response in advance.
EDIT: Nevermind, I've figured it out. Solution in case anyone else is bothered by this: /3/tv/:id?api_key=:key&append_to_response=season/1,season/2[,etc]
The text was updated successfully, but these errors were encountered:
There is a maximum number of calls one can make and each of these chained calls counts to that limit. So if we decide to implement this we should take this into account and perhaps split the seasons over multiple calls.
Based on the following comment in the forums we could add something that wraps this functionality.
The text was updated successfully, but these errors were encountered: