Skip to main content

Match Endpoints

All match endpoints use string-based event IDs (e.g., l2TocbiL). Discover event IDs from the sport score endpoints (e.g., /api/v1/football/live).

Match Summary

Returns match summary with period scores, venue info, and incidents (goals, cards, substitutions). Real Response (Verified):
V3 incidents include playerUrl and playerId as string fields. The side field may be "home", "away", or a numeric string. The minute field includes the ' symbol (e.g., "51'").
Incident type values: "goal", "yellowCard", "redCard", "card", "substitution". Numeric side mapping: when side is a string digit, "3" = home and "4" = away. Some responses return "home" / "away" directly — handle both.

Match Statistics

Returns match statistics organized by category.

Match Lineups

Returns formations, starting lineups, substitutes with player ratings and positions.

Match Head-to-Head

Returns head-to-head history and recent form for both teams.

Match Scores

Returns period-by-period score breakdown.

Match Standings

Returns standings context for the match’s league. Standings row fields: rank, name, id, played, wins, draws, losses, goalsFor, goalsAgainst, goalDifference, points, plus:
  • form — array of the last 5 results, e.g. ["W","W","D","L","W"]
  • qualification — qualification status text, e.g. "Qualified for: Play Offs"
  • qualColor — hex color (no #) for the qualification zone, e.g. "004682"

Match Commentary

Returns live/post-match text commentary.

Match Config

Returns event configuration including available data tabs and current status. Tab codes: MR=Match Results, ST=Statistics, PS=Player Stats, LI=Lineups, LC=Live Commentary, MC=Match Commentary, OD=Odds, HH=Head-to-Head, TTS=Team Standings, SCR=Scores

Match Timeline

Returns live standings and timeline data for the match’s league context.

Match Checksums

Returns hash checksums for each data section — useful for change detection (only re-fetch when checksum changes).

Match Top Scorers

Returns top scorers for the match’s league context.

Match Odds

Returns detailed bookmaker odds comparison for the match.

Match Tournament Odds

Returns season outright / tournament winner odds.

Match News

Returns news articles related to the specific match.

Match Report

Returns the post-match report content.

Example Requests

Last modified on June 29, 2026