sorry for the newbieness but what is the best way to request something like a movie title without pulling anything else?
say I do the following: https://api.themoviedb.org/3/tv/1399/season/6?api_key=[api], a lot comes back from this but what if I only need Episodes titles? is there a way to ONLY extract what I need or do I request all of it and then sort it out on my end?
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 May 3, 2016 at 12:06 PM
Hi rootraid,
For a movie title, just a bare movie request (which will return lots of fields):
For episode titles, ya, the season call would be the simplest.
We don't support calling field subsets.
Reply by rootraid
on May 3, 2016 at 12:24 PM
got it, thanks for the quick reply!