Hello,
I'm working on a project and would like to access logo images from Logos Fandom in a structured way. However, I haven’t found an API that returns a JSON response containing image links.
For example, if I want the Attack on Titan logo (link), I’d like to query the API and receive a response like:
{
"title": "Attack on Titan",
"logo": "https://static.wikia.nocookie.net/logopedia/images/4/4f/AttackOnTitanDubLogo.png/revision/latest/scale-to-width-down/200?cb=20160724203236"
...
}
Ideally, I'd like to use an official API to achieve this without resorting to scraping.
I also apologize if I’m not doing this right—I’m very new to posting on Fandom. To be honest, I’ve only ever used it for Terraria before.
Thank you in advanced.