Skip to content

Get Top Race Results For Text

Get the all-time top RaceResults for the given text_id from the play universe

URL

GET /v1/texts/<text_id>/top

Parameters

ParameterTypeDescription
text_idnumberThe ID of the Text to get

Return Value

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

Shockwave Logo