Hi, Im just wondering here how can i make use of this api with my api key when i input name of the movie that it would send query to your database and send back the results depending on the worn name that was typed in? Cheers, Roman T
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 26, 2016 at 10:35 AM
Hi Roman,
To do a search, you would execute a query like so:
Then to grab its info, you would take he
id
returned (I'll use the first result as an example, so id 209112) and call its primary info method:You can use
append_to_response
if you want to get more methods returned back in a single HTTP call like so:Cheers.