Skip to content

Get Racer Race Results

Get the RaceResults for the Racer with the given username

NOTE: this endpoint will only return RaceResults from the last year

URL

GET /v1/racers/<username>/races

Parameters

ParameterTypeDescription
usernamestringThe username of the Racer to get RaceResults for
universestringThe name of the universe to get RaceResults for
text_idnumber (optional)The id of the Text to get RaceResults for
nnumber (optional)The number of RaceResults to return - must be between 1 and 1000 (default: 10)
afterDateTime (optional)If provided, will only return RaceResults that occurred after the provided DateTime
beforeDateTime (optional)If provided, will only return RaceResults that occurred before the provided DateTime
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