Records

Returns the record with the specified ID.

get/records/{record_id}

Path parameters

record_idstring required

Response

idstring uuid required
mode'vanilla' | 'classic' required
stylesstring[] required
teleportsinteger required
timenumber double required

Time in seconds.

nub_rankinteger nullable
nub_pointsnumber double nullable
pro_rankinteger nullable
pro_pointsnumber double nullable
replay_availableboolean required

Example response

{
  "player": {
    "id": "STEAM_1:1:161178172"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.