Sport Api
This api can be used to build league tournament fixtures, knockout tournament fixtures, combination grouping tournament fixtures and for tournament table creation
Sport Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| League Tournament Fixtures | ||
| POST |
league tournament fixtures with odds number of teams /api/leagues/fixtures |
This request is used to create league tournament fixtures with odds number of teams. Length of teams provided must be greater than or equal to 3 and lesser than or equal to 64. |
| POST |
league tournament fixtures with even number of teams /api/leagues/fixtures |
This request is used to create league tournament fixtures with even number of teams. Length of teams provided must be greater than or equal to 3 and lesser than or equal to 64. |
| POST |
league tournament fixtures with setting both legs /api/leagues/fixtures |
This request is used to create league tournament fixtures with setting both legs for all the matches. Length of teams provided must be greater than or equal to 3 and lesser than… |
| POST |
league tournament fixtures with setting the competition type /api/leagues/fixtures |
This request is used to create league tournament fixtures with setting the competition type. Length of teams provided must be greater than or equal to 3 and lesser than or equal… |
| Combination Tournament Fixture | ||
| POST |
tournament grouping using pots /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures using the teams inside the pots. The length of teams provided must be greater than or equal to 8 and… |
| POST |
settings host to a team inside pots 1 /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures using the teams inside the pots and setting host to a team in pots 1. The length of teams provided must be… |
| POST |
settings host to a team within the teams /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures using some specfic number of teams and settings host to a team within the teams . The length of teams… |
| POST |
tournament fixtures with setting both legs 1 /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures and settings both legs for the matches . The length of teams provided must be greater than or equal to 8… |
| POST |
tournament fixtures with setting both legs 2 /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures and settings both legs for the matches . The length of teams provided must be greater than or equal to 8… |
| POST |
combination tournament fixtures with setting the competition type /api/groups/fixtures |
This request is used to create combination tournament fixtures with setting the competition type. Length of teams provided must be greater than or equal to 3 and lesser than or… |
| POST |
tournament grouping using teams /api/groups/fixtures |
This request is used to create combination grouping tournament fixtures using a specific number of teams. The length of teams provided must be greater than or equal to 8 and… |
| Knockout Tournament Fixtures | ||
| POST |
tournament fixtures with setting both legs /api/knockout/fixtures |
This request is used to create knockout tournament fixtures and setting both legs for the matches. The length of teams provided must be greater than or equal to 4 and lesser than… |
| POST |
tournament fixtures with setting the competition type /api/knockout/fixtures |
This request is used to create knockout tournament fixture and setting the competition type. The length of teams provided must be greater than or equal to 4 and lesser than or… |
| POST |
tournament fixtures /api/knockout/fixtures |
This request is used to create knockout tournament fixtures. The length of teams provided must be greater than or equal to 4 and lesser than or equal to 64. if length of teams… |
| Table Creation | ||
| POST |
setting home and away games tables in table creation /api/tables |
This request is used to create tournament table ranking with setting home and away games tables inside table. An object with property name scores must contain object with… |
| POST |
setting type of tables to table creation 1 /api/tables |
This request is used to create tournament table ranking with setting type of tables to table creation. An object with property name scores must contain object with property names… |
| POST |
setting type of tables to table creation 2 /api/tables |
This request is used to create tournament table ranking with setting type of tables to table creation. An object with property name scores must contain object with property names… |
| POST |
adding existing table to table creation 1 /api/tables |
This request is used to create tournament table ranking with adding existing table to table creation. An object with property name scores must contain object with property names… |
| POST |
adding existing table to table creation 2 /api/tables |
This request is used to create tournament table ranking with adding existing table to table creation. An object with property name scores must contain object with property names… |
| POST |
adding existing table to table creation 3 /api/tables |
This request is used to create tournament table ranking with adding existing table to table creation. An object with property name scores must contain object with property names… |
| POST |
adding groups settings to table creation /api/tables |
This request is used to create tournament table ranking with adding groups settings to table creation. An object with property name scores must contain object with property names… |
| POST |
table creation using match scores /api/tables |
This request is used to create tournament table ranking. An object with property name scores must contain object with property names (homeTeam, awayTeam, homeScore, awayScore)… |
| POST |
table creation with setting the competition type /api/tables |
This request is used for tournament table creation ranking with setting the competition type. An object with property name scores must contain object with property names… |
| Retr. Tournamnt Fixt. & Table | ||
| GET |
retrieve combination tournament fixtures /api/groups/fixtures/{uid} |
This request is used to retrieve already created combination grouping tournament fixtures. |
| GET |
retrieve knockout tournament fixtures /api/knockout/fixtures/{uid} |
This request is used to retrieve already created knockout tournament fixtures. |
| GET |
retrieve table creation /api/tables/{uid} |
This request is used to retrieve already created tournament tables. |
| GET |
retrieve league tournament fixtures /api/leagues/fixtures/{uid} |
This request is used to retrieve already created league tournament fixtures. |
| Retr. Fixt. & Table With Opts. | ||
| GET |
retrieve league tournament fixtures for a team /api/leagues/fixtures/{uid}/{team_name} |
This request is used to retrieve already created league tournament fixtures for a team. |
| GET |
retrieve knockout tournament fixtures for a team /api/knockout/fixtures/{uid}/{team_name} |
This request is used to retrieve already created knockout tournament fixtures for a team. |
| GET |
retrieve combination tournament fixtures for a group /api/groups/fixtures/{uid}/{group_name} |
This request is used to retrieve already created combination grouping tournament fixtures for a group |
| GET |
retrieve combination tournament fixtures for a team /api/groups/fixtures/{uid}/{team_name} |
This request is used to retrieve already created combination grouping tournament fixtures for a team |
| GET |
retrieve table creation for a team /api/tables/{uid}/{team_name} |
This request is used to retrieve already created tournament tables for a team. |
| GET |
retrieve table creation for a group /api/tables/{uid}/{group_name} |
This request is used to retrieve already created tournament tables for a group. |
Sport Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | — |
|
| PRO | $12.5 / month | — |
|
| ULTRA | $20 / month | — |
|