Skip to main content

Results & Leaderboards

The Results & Leaderboards APIs provide access to real-time tournament rankings, final results, prize distributions, and historical tournament data for casino operators.

Real-time Leaderboards

Get Tournament Leaderboard

Retrieve current tournament rankings and player positions:
Query Parameters:
  • limit - Number of players to return (default: 50, max: 200)
  • offset - Pagination offset
  • includeEliminated - Include eliminated players (default: false)
Response:

Live Leaderboard Updates

For real-time leaderboard updates, use polling or WebSocket connections:

Final Tournament Results

Get Tournament Results

Retrieve complete tournament results after completion:
Response:

Detailed Player Results

Get individual player performance data:
Response:

Prize Pool Information

Get Prize Pool Details

Retrieve current prize pool calculation and distribution:
Response:

Prize Pool Calculations

Historical Tournament Data

List Tournament Results

Retrieve historical tournament results with filtering:
Query Parameters:
  • status - Filter by status (completed for results)
  • gameSlug - Filter by game type
  • startDate - Results from tournaments starting after date
  • endDate - Results from tournaments starting before date
  • minPlayers - Minimum player count
  • limit - Results per page (default: 50, max: 100)
  • offset - Pagination offset
Response:

Player Tournament History

Get a player’s tournament participation history:
Response:

Analytics & Reporting

Tournament Performance Metrics

Real-time Result Streaming

Integration Best Practices

Polling Frequency

Use appropriate polling intervals - 5s for active tournaments, 30s for completed tournaments

Caching Strategy

Cache leaderboard data to reduce API calls and improve user experience

Error Handling

Handle API failures gracefully with fallback data and retry mechanisms

Data Validation

Validate result data consistency before displaying to users

Next Steps

Webhooks & Events

Set up real-time tournament event notifications via webhooks.

Testing & Debugging

Tools and techniques for testing your tournament integration.