cURL
curl --request GET \ --url https://ts.playservices.tech/api/api/tournaments/{tournamentId}/results \ --header 'Authorization: Bearer <token>'
{ "tournamentId": "<string>", "name": "<string>", "status": "completed", "completedAt": "2023-11-07T05:31:56Z", "duration": 123, "totalPlayers": 123, "totalRounds": 123, "prizePool": { "totalAmount": 870, "currency": "USD", "guaranteedPrize": 500, "distribution": {} }, "winners": [ { "position": 123, "playerId": "<string>", "displayName": "<string>", "finalScore": 123, "prizeAmount": 123, "netWinnings": 123, "entryCount": 123, "totalPaid": 123 } ], "statistics": { "averageScore": 123, "totalEntryFees": 123, "totalRebuys": 123, "operatorRevenue": 123 } }
Retrieve final tournament results and prize distributions
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Unique tournament identifier
"12345"
Tournament results
"completed"
Duration in seconds
Show child attributes