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?
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 1 януари 2017 в 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.