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]
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por greglee87
el 14 de marzo de 2016 a las 03:22
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]