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]
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da greglee87
il 14 marzo, 2016 alle 3:22AM
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]