I understand how to get the details of a movie: https://api.themoviedb.org/3/search/movie?query=Interstellar&api_key=[api_key]
How do I fom the URL to get the review? http://api.themoviedb.org/3/review/movie?id=49026&api_key=[api_key] returns "Invalid id: The pre-requisite id is invalid or not found." no matter what id I give :(
¿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 Travis Bell
el 5 de junio de 2015 a las 10:49
Hi tricksy,
You need to call the
/reviews
method from the movie namespace, i.e.:All of the movie methods are documented with examples on Apiary.
Cheers.
Contestado por tricksy
el 8 de junio de 2015 a las 00:33
Thanks a lot!