Football V1
Pre-Game Statistics
Get pre-match statistics for a specific game including team performance metrics, expected goals, and betting opportunities
GET
Pre-Game Statistics
Overview
The Pre-Game Statistics endpoint provides historical performance data and predictions for upcoming matches. This includes win rates, goals scored averages, expected goals (xG), and betting opportunities for both teams.Data Availability: Pre-game statistics are only available for upcoming matches in major competitions (top European leagues, major tournaments). Not all games have pre-game statistics - if a game doesn’t have data, the API returns an empty
statistics array.Parameters
Game ID from
/games/allscores or /games/fixtures response. Use games with statusGroup: 1 (upcoming) or statusGroup: 2 (live) for best results.Include only major statistics (recommended). Set to
false for all available stats.Preferred bookmaker ID for betting opportunities (14 = Bet365)
Parameters like
appTypeId, langId, timezoneName, and userCountryId are automatically resolved. You can override timezoneName with a specific timezone (e.g., America/New_York). All startTime fields use ISO 8601 format with a dynamic timezone offset.Response
Array of pre-game statistics for both teams. Empty array if no data available.
Game details for the requested match
Team information for referenced competitors
Competition details
Country information
Bookmaker details for betting opportunities
Available Statistics
| ID | Name | Description |
|---|---|---|
| 141 | Won The Game | Team’s win rate in last 5 matches |
| 142 | Both Teams To Score | Rate of matches where both teams scored |
| 153 | Goals Scored | Average goals scored per match |
| 159 | Expected Goals | Average expected goals (xG) per match |
Finding Valid Game IDs
To get games with pre-game statistics, first fetch upcoming fixtures:id field from games with statusGroup: 1 (not started) or statusGroup: 2 (scheduled).
Example Request
Example Response
Empty Response
When no pre-game statistics are available for a game, the API returns:Use Cases
- Pre-Match Analysis: Display historical performance metrics before a game
- Betting Insights: Show win predictions and betting opportunities
- Team Comparison: Compare expected goals and scoring rates between teams
- Match Previews: Build comprehensive match preview pages with statistical context
- Form Analysis: Track team performance trends over recent matches
Authorizations
Your SportsAPI Pro API key
Query Parameters
Game ID (from /games/allscores response)
Example:
4609054
Include only major statistics
Example:
true
Preferred bookmaker ID for betting opportunities (14 = Bet365)
Example:
14
Last modified on April 12, 2026
Pre-Game Statistics