This is API for getting movies details: http://private-bdfcea997-themoviedb.apiary-mock.com/3/movie/{id}
http://private-bdfcea997-themoviedb.apiary-mock.com/3/movie/238 When i try to replace id with actual id of any movie it always returns fight club movie details,
Actually i want to have plot for the movie that i need and i have its id as parameter..
Any Suggestions Please?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2014 年 09 月 05 日 3:58下午
Hi ranjhanisaddam,
Unless you are specifically wanting to use Apiary, you should switch to use our production endpoint,
api.themoviedb.org
.If you do indeed wish to use Apiary for testing, you'll want to make sure to switch over the host setting in your Apiary from "Mock Server" to "Debugging Proxy".
Cheers.