Overtime V2 games info
Get a list of basic info for all games or per single game.
REST API
GET
https://overtimemarketsv2.xyz/overtime-v2/games-info
GET
https://overtimemarketsv2.xyz/overtime-v2/games-info/{{gameId}}
See games info API endpoint with request/response examples under Postman documentation.
Example Request
https://overtimemarketsv2.xyz/overtime-v2/games-info
Single game request
Example Response
Response Parameters
Name
Type
Description
lastUpdate
number
Timestamp of last update
gameStatus
string
Current game status
isGameFinished
boolean
Is game finished: true
or false
.
tournamentName
string
Name of the tournament (if available)
tournamentRound
string
Round of the tournament (if available)
teams
Info about teams
TeamInfo
Name
Type
Description
name
string
The name of the team
isHome
boolean
Is home team: true
or false
.
score
number
Team score
scoreByPeriod
number[]
Team score by period
Last updated