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]
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од greglee87
дана 14. март 2016. у 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]