Every field foot.io stores for a team, shown on our richest record. Field coverage, all external IDs, kit colours, 38 seasons of standings, 1,300+ matches, hundreds of lineups & events.
GET /rest/v1/teams?slug=eq.…&select=* ↳ the whole row GET /rest/v1/matches?or=(home_team_id.eq.…,away_team_id.eq.…)&order=match_date.desc ↳ every match they've played GET /rest/v1/standings?team_id=eq.…&select=season:seasons(name),position,points ↳ league position for every season GET /rest/v1/match_events?team_id=eq.…&event_type=eq.goal&limit=100 ↳ every goal we have timestamped GET /rest/v1/player_season_stats?team_id=eq.…&select=player:players(name),goals,xg&order=goals.desc ↳ top scorers with xG (where available)