cURL
curl --request GET \
--url https://api.jup.ag/prediction/v1/events/scores \
--header 'x-api-key: <api-key>'{
"data": [
{
"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 Live Scores
Get the latest live scores for a set of events
GET
/
events
/
scores
cURL
curl --request GET \
--url https://api.jup.ag/prediction/v1/events/scores \
--header 'x-api-key: <api-key>'{
"data": [
{
"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
Query Parameters
Comma-separated event IDs to fetch live scores for (max 100)
Minimum string length:
1Example:
"POLY-351731,POLY-30615"
Response
200 - application/json
Latest live scores for the given event IDs. Events without a score row are omitted.
Show child attributes
Show child attributes
Was this page helpful?
⌘I
