Hi,
I want to get genres for movies using their titles as the search parameter. Do I really have to do it in two requests? First one being http://api.themoviedb.org/3/search/movie?api_key=###&query=title, to get the movie's ID, and then http://api.themoviedb.org/3/movie/id?api_key=### for the genres? I'd much rather do it in one request.
Thanks in advance, Hallur
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 17 août 2014 à 09h49
Hi HallurAtlason,
Genres are not currently a supported field in our search results, you will indeed have to hit the movie info method to get them.
Cheers.