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?
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 5 september 2014 vid 3:58 PM
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.