cURL
curl --request GET \
--url https://api.jup.ag/prediction/v1/events/{eventId}/score \
--header 'x-api-key: <api-key>'{
"eventId": "<string>",
"gameId": "<string>",
"live": true,
"ended": true,
"updatedAt": "<string>",
"leagueAbbreviation": "<string>",
"homeTeam": "<string>",
"awayTeam": "<string>",
"score": "<string>",
"period": "<string>",
"elapsed": "<string>",
"status": "<string>",
"finishedTimestamp": "<string>"
}Events
Get Event Score
Get the latest live score for a single event
GET
/
events
/
{eventId}
/
score
cURL
curl --request GET \
--url https://api.jup.ag/prediction/v1/events/{eventId}/score \
--header 'x-api-key: <api-key>'{
"eventId": "<string>",
"gameId": "<string>",
"live": true,
"ended": true,
"updatedAt": "<string>",
"leagueAbbreviation": "<string>",
"homeTeam": "<string>",
"awayTeam": "<string>",
"score": "<string>",
"period": "<string>",
"elapsed": "<string>",
"status": "<string>",
"finishedTimestamp": "<string>"
}Authorizations
Get API key via https://developers.jup.ag/portal
Path Parameters
Event identifier
Minimum string length:
1Response
200 - application/json
Latest live score for the event, or null if no score row exists.
Application-level event identifier
True while the game is in progress
True once the game has finished
ISO 8601 timestamp of the last score update
Raw score string from the provider (e.g. "2-0")
Current period (e.g. "2H")
Elapsed time within the game (e.g. "90")
Provider status string (e.g. "InProgress")
ISO 8601 timestamp when the game finished, if ended
Was this page helpful?
⌘I
