Command Palette

Search for a command to run...

Documentation
Team Logos

Team Logos

Using the API to get the logo for a team

Example

/api/v1/team-logo/[id]
const TeamLogoResponse = await fetch("https://watchfooty.live/api/v1/team-logo/123");
const TeamLogoData = await TeamLogoResponse.arrayBuffer(); // Uint8Array