Skip to content

Get Racer Award History

Get the CompetitionResults for the Racer with the given username

URL

GET /v1/racers/<username>/awards/history

Parameters

ParameterTypeDescription
usernamestringThe username of the Racer to get CompetitionResults for
kindstring (optional)The kind of competition to filter the CompetitionResults for (day, week, month, year)
nnumber (optional)The number of CompetitionResults to return - must be between 1 and 100 (default: 20)
afterDate (optional)If provided, will only return CompetitionResults for competitions that finished after the provided Date
beforeDate (optional)If provided, will only return CompetitionResults for competitions that finished before the provided Date

Return Value

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

Shockwave Logo