Command Palette

Search for a command to run...

Documentation
Posters

Posters

Using the API to get the posters for a match

Example

/api/v1/poster/[id]
const PosterResponse = await fetch("https://watchfooty.live/api/v1/poster/123");
const PosterData = await PosterResponse.arrayBuffer(); // Uint8Array