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!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ سبتمبر 3, 2015 في 10:29 صباحا
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.