Skip to main content
GET
/
api
/
internal
/
tournaments
/
{tournamentId}
/
status
Get tournament status for game platform
curl --request GET \
  --url https://ts.playservices.tech/api/api/internal/tournaments/{tournamentId}/status \
  --header 'X-Internal-Api-Key: <api-key>'
{
  "tournament_id": "<string>",
  "status": "<string>",
  "current_phase": "<string>",
  "player_counts": {},
  "entry_statistics": {},
  "timing": {},
  "active_games": [
    {}
  ]
}

Authorizations

X-Internal-Api-Key
string
header
required

Internal API key for Game Platform integration

Path Parameters

tournamentId
string
required

Unique tournament identifier

Example:

"12345"

Response

Tournament status for game platform

tournament_id
string
status
string
current_phase
string
player_counts
object
entry_statistics
object
timing
object
active_games
object[]