cURL
curl --request GET \ --url https://ts.playservices.tech/api/api/tournaments/{tournamentId}/status \ --header 'Authorization: Bearer <token>'
{ "tournament_id": "<string>", "status": "<string>", "current_phase": "<string>", "player_counts": { "total_registered": 123, "active_players": 123, "eliminated_players": 123 }, "active_games": [ {} ] }
Get detailed tournament status information
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Unique tournament identifier
"12345"
Tournament status
Show child attributes