Overtime V2 live scores
Get a live scores for games or per single game (in case the provider supports live scores).
REST API
GET
https://overtimemarketsv2.xyz/overtime-v2/live-scores
GET
https://overtimemarketsv2.xyz/overtime-v2/live-scores/{{gameId}}
See live scores API endpoint with request/response examples under Postman documentation.
Example Request
https://overtimemarketsv2.xyz/overtime-v2/live-scores
Single game request
Example Response
Response Parameters
Name
Type
Description
period
number
Current game period
gameStatus
string
Current game status
displayClock
string
Current time in the game
homeScore
number
Home team score
awayScore
number
Away team score
homeScoreByPeriod
number[]
Home team score by period
awayScoreByPeriod
number[]
Away team score by period
Last updated