Skip to main content

Match Details

Get Match

GET /api/match/{matchId}
Returns full match details including teams, scores (period1-period3, overtime, penalties), status, and tournament info. Example: GET /api/match/14198568

Lineups

GET /api/match/{matchId}/lineups
Starting lineup and bench for both teams.

Team Statistics

GET /api/match/{matchId}/statistics
Team stats: shots on goal, saves, power play %, penalty minutes (PIM), faceoff %, hits, blocked shots.

Incidents (Play-by-Play)

GET /api/match/{matchId}/incidents
Play-by-play events: goals, penalties, fights, period breaks.

All Player Statistics

GET /api/match/{matchId}/player-statistics
Complete player stats for all players in the match.

Individual Player Stats

GET /api/match/{matchId}/player/{playerId}/statistics
Stats for a specific player in the match.

Best Players

GET /api/match/{matchId}/best-players
Top performers of the match.

Head to Head

GET /api/match/{matchId}/h2h
Head-to-head history between the two teams.

Highlights

GET /api/match/{matchId}/highlights
Video highlights.

Match Media

GET /api/match/{matchId}/media
Match-related media content.

Head Coaches

GET /api/match/{matchId}/managers
Head coaches for both teams.

Pre-Game Form

GET /api/match/{matchId}/pregame-form
Recent form of both teams going into the match.

Fan Votes

GET /api/match/{matchId}/votes
Fan prediction percentages.
GET /api/match/{matchId}/odds
Featured betting odds.

All Odds Providers

GET /api/match/{matchId}/odds/all
Odds from all available providers.

Pre-Match Odds

GET /api/match/{matchId}/odds/pre-match
Pre-game odds.

Live Odds

GET /api/match/{matchId}/odds/live
Live in-game odds.

Predicted Lineups

GET /api/match/{matchId}/predicted-lineups
Expected starting lineup.