Replies: 1 comment
-
Does seasons with full episode info do what you're after? eg.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From what I've read in the documentation, it seems like the only way I could get all the episode ratings is by individually calling the API for every single episode. However, with the "/shows/show_id/seasons?extended=episodes" call I can get all the episodes and a bunch of extra info on each episode - is there really no way to also get the ratings in a similar manner? I'm trying to average the episode ratings of a bunch of shows, and it makes a huge difference whether I can get all the episode ratings in 2 API calls, or 100 API calls
Beta Was this translation helpful? Give feedback.
All reactions