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?
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 5. September 2014 um 15: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.