Command Palette

Search for a command to run...

Documentation
League Logos

League Logos

Using the API to get the logo for a league

Example

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