v3

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-088171.7 MB
Players

Get a list of Players for a specific Team or Event

get/players/

Query parameters

teamIDstring

TeamID to get Players data for

eventIDstring

EventID to get Players data for

playerIDstring

PlayerID to get data for

limitnumber

The maximum number of Players to return

cursorstring

The cursor for the request. Used to get the next group of Players. This should be the nextCursor from the prior response.

Response

An array of players with pagination

nextCursorstring
successboolean

Example response

{
  "success": true
}