Esport Tournament Engine
The tournament engine that powers the esports scene and beyond. Enjoy a dev-friendly solution, purposely designed to integrate seamlessly in any type of app. Features includes : - dozens of tournament formats and combinations - ultra-flexible configuration - multi-stage tournament management - matchmaking & phases management - Intelligent match scheduling system to avoid conflicts - multi-round…
Esport Tournament Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create new tournament /createNewTournament |
Create new tournament |
| POST |
Add participant /setInitialRoundParticipant/{tournamentId} |
Add a participant to the tournament |
| POST |
Start tounament manually /startTournament/{tournamentId} |
This feature only applies to League, Two Stages and Free For All formats. |
| PATCH |
CheckIn participant /checkInParticipantInFixture/{tournamentId} |
CheckIn/Out a participant before a fixture. |
| PATCH |
Score report /updateIndexesOfFixture/{tournamentId} |
Report score of the match. |
| PATCH |
Reschedule match /rescheduleFixture/{tournamentId} |
This endpoint enables you to reschedule a fixture |
| POST |
Copy tournament /copyTournament |
Create a new instance of a previous tournament. |
| DELETE |
Remove a participant /deleteInitialParticipant/{tournamentId} |
Delete a participant from a tournament |
| DELETE |
Delete tournament /deletetournament/{tournamentId} |
Delete a tournament |
| GET |
Retrieve a tournament /getTournamentById |
Retrieve a tournament by its ID |
| GET |
Retrieve participant's upcoming matches /getUpcomingFixtures/{tournamentId} |
Retrieve upcoming fixtures of a specific participant |
| GET |
Retrieve multiple tournaments /getTournaments |
Retrieve all your tournaments |
| GET |
Retrieve leaderboard /getTournamentRankings/{tournamentId} |
Retrieve the tournament leaderboard |
Esport Tournament Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $9.99 / month | 50 / second |
|
| ULTRA Recommended | $19.99 / month | 200 / second |
|