example.
https://api.themoviedb.org/3/tv/Tv-show-Id?api_key=###&append_to_response='All Seasons of the show', 'All episodes for the season'
is this possible in one request? thanks.
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 Travis Bell
on October 3, 2017 at 10:16 AM
Hi @iliya_melishev,
You can't get everything in one go, no. You can however call seasons via
append_to_response
like so:Cheers.