Examples

GET /api/player/76561198421677451?mode=0
200
{
  "name": "KawaiiNeko-x",
  "id": 76561198421677451,
  "average": 59.0,
  "medals": [
    0,
    0,
    0
  ],
  "records": [
    {
      "id": 528705,
      "map": "kool_mini2",
      "mode": 0,
      "time": 18704,
      "checkpoints": [
        7584,
        12512,
        14952
      ],
      "speed_start": 849.0,
      "speed_end": 1945.0,
      "speed_top": 1981.0,
      "speed_average": 1469.0,
      "date": "2023-03-21T20:47:28.291Z",
      "rank": 59,
      "total_records": 75
    }
  ]
}

Params

Param name Description
id
required

SteamID64

Validations:

  • Must be a Integer

mode
optional

Default is 0, overrides weapons and physics params.

0: PQL Weapons, 1: PQL Strafe, 2: VQL Weapons, 3: VQL Strafe

Validations:

  • Must be one of: 0, 1, 2, 3.

weapons
optional

Default is true

Validations:

  • Must be one of: true, false.

physics
optional

Default is turbo, turbo is same as pql, classic is same as vql

Validations:

  • Must be one of: pql, turbo, vql, classic.