1. Search
To begin, you’ll query for a movie, TV show, or person using the search methods. We’ll useJack Reacher
and the movie endpoint for this example:
Example Search Request
results
array.
The results
array contains standard movie list objects. Here’s an example of the first item:
Example Results Object
2. Query for Movie Details
With the item above in hand, you can see anid: 75780
this represent a movie ID. You can use this id
to fetch for the movie detail like this:
Example Details Query
Example Append Request