OMDb-API
OMDb-API copied to clipboard
How to get more than 100 episodes in one season?
http://www.omdbapi.com/?t=Naruto&r=json&type=series&Season=1&apikey=*******
Calling this, will return 100 episodes. However this season contains 220 episodes. (As some other shows that don't really have seasons.)
Parameter page
seems not to work for this call.
Facing the same problem. Any updates?
Sadly didn't found any option to accomplish this.
Same issue for One Piece...
Tried page=2
but for some reason it returns the same results.
Suggestion: It could be accomplished if either the page parameter starts working or the request returns the number of episodes (that way we can loop and get every episode)...
For now, we can individually loop through each episode using Episode=112
query parm.
Example
https://www.omdbapi.com/?i=tt6342474&Season=1&Episode=112&apikey=key