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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 20 de julio de 2023 a las 12:20
Hi @elmanci2, are you asking about this on the API?
Contestado por elmanci2
el 20 de julio de 2023 a las 13:18
Yes
Contestado por Travis Bell
el 20 de julio de 2023 a las 13:46
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:
Contestado por maxmin2127
el 21 de agosto de 2024 a las 23:07
Hi! This is my solution for this problem, coded in Vue, but it's basically the same as any other js file :