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
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 20. Juli 2023 um 12:20
Hi @elmanci2, are you asking about this on the API?
Antwort von elmanci2
am 20. Juli 2023 um 13:18
Yes
Antwort von Travis Bell
am 20. Juli 2023 um 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:
Antwort von maxmin2127
am 21. August 2024 um 23:07
Hi! This is my solution for this problem, coded in Vue, but it's basically the same as any other js file :