I do a "search" for aladdin. It finds movie with ID=198756. Then to find details, I put that ID into the "movie" query for details and it comes back with an adult film, not aladdin. What am I doing wrong here?
https://api.themoviedb.org/3/search/keyword?api_key=[myKey]&query=aladdin https://api.themoviedb.org/3/movie/198756?api_key=[myKey]
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 greglee87
on March 14, 2016 at 3:22 AM
I do 2 searches. The first uses query=aladdin, this works great. The second uses the ID found, which is 198756. This is the second URL used (see original post): https://api.themoviedb.org/3/movie/198756?api_key=[myKey]