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!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 3 septembre 2015 à 10h29
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.