Skip to main content

Overview

FieldFunded provides a complete set of visual assets to build rich UIs without needing third-party image sources. All assets are served as static files — no authentication required.

Team Logos

PNG team logos are included automatically in API responses via the home_logo and away_logo fields. Approximately 85% of matches have team logos available. When a team logo is unavailable, a default placeholder is returned.
  • Format: PNG
  • Coverage: ~85% of all matches
  • Fallback: Default placeholder when unavailable
  • No auth required: Logo URLs work directly in <img> tags

Country Flags

182 SVG country flags for league grouping and UI decoration. URL Pattern: https://api.fieldfunded.com/assets/flags/{country_code}.svg
The country_code uses lowercase ISO 3166-1 alpha-2 codes (e.g., gb, us, br, de, es, fr, pt, jp). High-quality PNG and SVG team logos are available for featured leagues. SVG URL Pattern: https://api.fieldfunded.com/assets/logos/{league_slug}/{team_slug}.svg
Use the league.slug and team.slug (or lowercase team name with hyphens) to construct the URL.

League Logos (SVG)

Custom SVGs for the competition logos themselves. URL Pattern: https://api.fieldfunded.com/assets/leagues/{league_slug}.svg
Supported Leagues: premier-league, la-liga, bundesliga, serie-a, ligue-1, nba, nfl, nhl, mlb.
Note: Not all leagues have custom logos. The majority of top leagues and popular teams are covered. Niche/regional leagues may only have placeholder assets.

Sport Icons

32 custom SVG icons covering all supported sports and esports. URL Pattern: https://api.fieldfunded.com/assets/icons/sports/{sport_key}.svg Use the sport.key field from any event response to construct the URL:

Traditional Sports (24)

Esports (8)

Usage Tips

  • All asset URLs work without authentication — use them directly in <img> tags
  • SVG icons use fill="currentColor", so you can style them with CSS color property
  • For optimal performance, cache asset URLs client-side (they rarely change)
  • Use the sport.key from /v1/sports or any event response to construct icon URLs dynamically