1xBet API
This API provides real-time access to sports odds data available on 1xBet. Designed for developers and data analysts, it offers up-to-date betting information across a wide range of sports, including football, basketball, tennis, and more. With this API, users can retrieve odds for specific matches, leagues, or events, enabling insights into betting trends, market movements, and real-time…
1xBet API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get leagues for sport /sports/{id}/leagues |
Fetches leagues associated with a specific sport by its ID, optionally filtered by country. |
| GET |
Get matches for league /matches |
Fetches a list of matches based on league and sport IDs. |
| GET |
Get list of event for a live (in-play) game /results/live-score/{game_id} |
This fetches events from a live match, such as goals, fouls, and substitutions, depending on the sport. Ensure that the ID used corresponds to an active live game; otherwise, a… |
| GET |
Get sport /sports/{id} |
Fetches details of a sport including associated leagues. |
| GET |
Get match results from league /results/{id} |
gets all match results and event if available for a given league/tournament for a given period. The default period is set to 2 days from the current time. feel free to adjust the… |
| GET |
Get match info /matches/{id} |
Fetches detailed information about a match, including market data. |
| GET |
List Sports /sports |
Fetches real-time sports data from the 1xBet platform. |
| GET |
Get market v2 /matches/{id}/markets_v2 |
Fetches market data associated with a specific match, with optional filtering. |
| GET |
Get market for match /matches/{id}/markets |
Fetches market data associated with a specific match, with optional filtering. |
| GET |
Get games for type /onlinegames |
Retrieve online games for a specific game type, default is slots. |
| GET |
Get Game Types /onlinegames/game-types |
Retrieve game types/categories from 1xbet. |
| GET |
Get Game brands /onlinegames/get-brands |
Retrieve brands/providers from 1xbet options API. |
| GET |
Get Game events /results/getevents |
Fetches event stats for a given game |
| GET |
Get match market periods /matches/{id}/markets/periods |
Fetches periods for a given match, e.g., 1st Half, 2nd Half, etc. The id of each period can be used in place of matchid when fetching market data. |
1xBet API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 4 / second |
|
| ULTRA Recommended | $50 / month | 10 / second |
|
| MEGA | $300 / month | 25 / second |
|