OMDb-API icon indicating copy to clipboard operation
OMDb-API copied to clipboard

How to get more than 100 episodes in one season?

Open CodeBrauer opened this issue 6 years ago • 4 comments

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.

CodeBrauer avatar Dec 08 '18 23:12 CodeBrauer

Facing the same problem. Any updates?

bastienpruvost avatar May 03 '20 13:05 bastienpruvost

Sadly didn't found any option to accomplish this.

CodeBrauer avatar May 04 '20 11:05 CodeBrauer

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)...

sicktaps avatar Apr 24 '22 03:04 sicktaps

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

itszechs avatar Sep 12 '24 05:09 itszechs