FRC Avatar Store

Crisp team avatars for the audience display, served by team number.

API

Base URL https://avatars.filipkin.com · CORS-enabled · Cloudflare-cached · use any endpoint directly as an <img src>.

GET /avatars
  → {"teams": {"254": 1712, "1678": 1712, ...}, "default": 1712}

GET /avatar/254.png?s=160        # a team avatar, scaled to 160px (s = 16..1024)
GET /avatar/default.png?s=160    # fallback avatar for teams with no upload

# drop the ?s= to get the original full-resolution image
# add &v=<version from /avatars> so a re-upload busts the cache

<img src="https://avatars.filipkin.com/avatar/254.png?s=160">

Uploaded avatars (32)