Skip to content

Get Latest Race Results

Get the latest RaceResults sorted by timestamp

URL

GET /v1/races

Parameters

ParameterTypeDescription
nnumber (optional)The number of RaceResults to return - must be between 1 and 100 (default: 10)
keylogboolean (optional)(Ultimate only) If true, will return the keylog as part of the RaceResult - defaults to false

Return Value

json
{
  "success": boolean,
  "error": Error | null,
  "data": RaceResult[] | null
}

Shockwave Logo