Latest Search API response handling too complicated!
Why latest search API is too complicated, is it possible to get subsequent data within single request, as far as i now in order to get image of a movie using search API there would be required to hit 2 calls first with api to get IDs https://api.trakt.tv/search/type?query=tron and then for an image URL api https://api.themoviedb.org/3/movie/240614?api_key="" and in last call image usng url... in which most of the reponse having no data or no image...
1
vote

You need to use extended parameters. http://docs.trakt.apiary.io/#introduction/extended-info
I would also recommend posting API questions in the Google+ group which is the best place for them.
-
ashish bhandari commented
thank...