Hi, is there a way for me to get a list of every episode in a series without needing to loop through https://api.themoviedb.org/3/tv/123/season/1 ? As it takes to long (12 seconds) to loop through 6 seasons of a show as I need to call it each season
EDIT 1:
Just found that you can do it this way https://api.themoviedb.org/3/tv/123?api_key=key&append_to_response=season/1,season/2,season/3,season/4,season/5,season/6
Is there a way to clean that up? e.g append_to_response=season/1-6
or even better, is there a way to get all the seasons without needing to know how many there are?
EDIT 2:
After doing more testing I have found this wont work for series like the Simpsons that has 27 seasons as the max number of calls is 20
Please any help would be great!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Joel61
on ডিসেম্বর 19, 2015 at 11:21 PM
Bump
Reply by Travis Bell
on ডিসেম্বর 23, 2015 at 11:46 AM
Hi Joel61,
Unfortunately, no, there is no other way. In a show with more than 20 seasons case, you'll just have to make 2 calls.
Cheers.