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 :(
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
6월 5, 2015 at 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.
tricksy님의 댓글
6월 8, 2015 at 12:33 오전
Thanks a lot!