My query that I'm using: https://api.themoviedb.org/3/search/movie?api_key=API_KEY&query=MOVIE_TITLE
I'm trying to find imdb id and movie genres but could not see it in the response. Tried "append to response" but that didn't seem to work either. How are we supposed to get imdb id?
For genres, I could see its ids but since I can't seem to find a list of associated names anywhere I'm not able to translate it. I really appreciate any help!
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 3 settembre, 2015 alle 10:29AM
Hi digital99,
You won't be able to get the IMDB id from search results, only from the records themselves.
The genres can be retrieved by calling the /genre/movie/list method. I would suggest caching this as you only need it once.