Overtime V2 live scores
Get a live scores for games or per single game (in case the provider supports live scores).
REST API
Example Request
Single game request
Example Response
{
"period": 9,
"gameStatus": "STATUS_FINAL",
"displayClock": "0.00",
"homeScore": 6,
"awayScore": 5,
"homeScoreByPeriod": [
0,
0,
2,
0,
3,
0,
0,
1
],
"awayScoreByPeriod": [
0,
0,
0,
0,
0,
1,
0,
0,
4
]
}Response Parameters
Name
Type
Description
Last updated