Games
Current Games
Retrieve current and upcoming fixtures for a specific team with optional betting odds.
GET
Live Games
Overview
Returns all current and upcoming games for a specified team (competitor), including recent results, scheduled matches, venue information, and optional betting odds. Useful for building team fixture lists and schedules.Query Parameters
Team/competitor ID to get fixtures for.
Include betting odds in response.
Preferred bookmaker ID for odds data.
Application type identifier. Auto-resolved.
Language identifier. Auto-resolved.
Timezone for date/time values (auto-resolved, or specify e.g.,
America/New_York).All
startTime fields use ISO 8601 format with a dynamic timezone offset based on the resolved or specified timezone.User’s country for localization. Auto-resolved.
Response Structure
Current update ID for incremental fetching.
The update ID that was requested (-1 for latest).
Cache time-to-live in seconds.
Summary statistics (may be empty).
Array of game objects for the team.
Competitions the team is playing in.
Country information with game counts.
All teams referenced in fixtures.
Sports definitions.
Bookmaker information.
Example Request
Example Response
Use Cases
Team Fixture List
Display all upcoming and recent matches for a team profile page.Competition Breakdown
Usecompetitions array to group fixtures by competition with game counts.
Venue Information
Show stadium details for each fixture.Odds Tracking
Track odds movement usingrate, oldRate, and originalRate with trend indicator.
Lineup Availability
UselineupsStatus to indicate whether confirmed or probable lineups are available.
Notes
- Games are ordered by date
- Includes both home and away fixtures for the specified team
- The
isQualifiedandtoQualifyfields are relevant for knockout competitions - Use
competitions.totalGamesandcompetitions.liveGamesfor summary statistics - Odds include
oldRatefor tracking recent changes alongsideoriginalRatefor opening odds
Authorizations
Your SportsAPI Pro API key
Query Parameters
Filter by competition ID (e.g., 132 for NBA)
Example:
132
For efficient polling - returns only updates since this ID
Last modified on April 12, 2026
Live Games