FotMob
communityLive football scores and stats app covering 1000+ leagues and competitions worldwide with match data, lineups, standings, and player statistics.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/matchesGet football matches for a date
Parameters
dateYYYYMMDD (stringoptionalccode3country code (stringoptionalReturns
leagues[] with id, name, matches[]{id, status, home{name, score}, away{name, score}, time, round}GET
/api/matchDetailsGet detailed match stats and lineups
Parameters
matchIdintegerrequiredReturns
match with header, content{lineup, stats, shotmap}, general{leagueId, leagueName, venue}GET
/api/teamsGet team profile and recent results
Parameters
idteam ID (integerrequiredReturns
team with id, name, league, squad[], stats{matches, wins, goals}, recent_matches[]