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!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Joel61
el 19 de diciembre de 2015 a las 23:21
Bump
Contestado por Travis Bell
el 23 de diciembre de 2015 a las 11:46
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.