How can I get only the logo of the movies and tv I only want the logo like this => https://www.themoviedb.org/t/p/original/izvZm6zHyidvhktODSGjnOFldKu.png
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 20 juillet 2023 à 12h20
Hi @elmanci2, are you asking about this on the API?
Réponse de elmanci2
le 20 juillet 2023 à 13h18
Yes
Réponse de Travis Bell
le 20 juillet 2023 à 13h46
Ok, I've moved this post into the API forum.
You can get the logos by calling the /images method, and looking at the returned
logos
filed.Make sure to read the docs around images:
Réponse de maxmin2127
le 21 août 2024 à 23h07
Hi! This is my solution for this problem, coded in Vue, but it's basically the same as any other js file :