Skip to content

Get Racer Performance

Get the PartialRacerStats for the Racer with the given username in the given universe for the given time period

URL

GET /v1/racers/<username>/performance

Parameters

ParameterTypeDescription
usernamestringThe username of the Racer to get PartialRacerStats for
universestringThe Universe to get PartialRacerStats for
kindstringThe kind of PartialRacerStats to get (day, week, month, year)
nnumber (optional)The number of PartialRacerStats to return - must be between 1 and 100 (default: 10)
afterDateTime (optional)If provided, will only return PartialRacerStats that ended after the provided DateTime
beforeDateTime (optional)If provided, will only return PartialRacerStats that ended before the provided DateTime

Return Value

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

Shockwave Logo