Skip to content

Get Race Results For Text

Get the RaceResults for the Text with the given text_id

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

URL

GET /v1/texts/<text_id>/races

Parameters

ParameterTypeDescription
text_idnumberThe ID of the Text to get
universestring (optional)The Universe to get RaceResults for - will default to all Universes if omitted
nnumber (optional)The number of RaceResults to return - must be between 1 and 100 (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