Games
Game Suggestions
Get suggested games related to a specific match, including live, upcoming, and recently finished games.
GET
Game Suggestions
Overview
Returns a list of suggested games based on a reference game. This endpoint is useful for displaying “You might also like” or “Related matches” sections, showing games from similar competitions, teams, or time slots.Query Parameters
Comma-separated list of game IDs to get suggestions for.
Feed type filter for suggestions:
1: General suggestions
Matchup identifier in format
competitorId1-competitorId2-competitionId (e.g., “63-110-9”).Last update ID for incremental updates. Use the
lastUpdateId from previous response to get only new 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
Array of suggested game objects.
Current update ID for incremental fetching.
The update ID that was requested.
Cache time-to-live in seconds.
Sports definitions for referenced games.
Country information for competitors.
Competition details for suggested games.
Full competitor information for all teams.
Reference game details (the game suggestions are based on).
Status Group Values
| Value | Status | Description |
|---|---|---|
| 2 | Scheduled | Game not yet started |
| 3 | Live | Game currently in progress |
| 4 | Ended | Game finished |
Example Request
Example Response
Use Cases
Related Matches Widget
Display suggested games on match detail pages to keep users engaged.Live Games Carousel
Filter bystatusGroup: 3 to show currently live suggested matches.
Upcoming Matches
Filter bystatusGroup: 2 to show scheduled games users might be interested in.
Incremental Updates
UselastUpdateId for real-time updates without refetching all data.
Notes
- Suggestions are based on competition similarity, team popularity, and timing
- The
matchupIdformat followsawayCompetitorId-homeCompetitorId-competitionId - Results include a mix of live, upcoming, and recently finished games
- Use
lastUpdateIdfor efficient polling during live events
Last modified on April 12, 2026
Game Suggestions