I have some js code that calls getMulti() with a query string, shows the first 3 results to the user, the user selects one and sends its TMDB id to the backend by means of a common HTML <form>. The backend receives the POST data with the TMDB ID and saves it for later use. Later, in a different webpage, the backend needs the full json of the previously selected result. Is there any API to get a movie/tv show/whatever getMulti returns, by its TMDB id?
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 1 januari 2017 vid 11:08 AM
Hi @lucrus Yes, you're looking for the /movie/{id} and /tv/{id} methods.
Make sure to read through this document as well.
Oh, and this document is a good starting point as well.