Betfair Sportbex API
Access live sports betting data with the high-performance Betfair API. Retrieve real-time sports odds, market data, in-play events, pre-match odds, and covered leagues directly from the Betfair Exchange. Built for speed, accuracy, and reliability, this API is ideal for powering professional-grade betting platforms, fantasy apps, and analytics tools. Key Features: ⚡ Real-Time Odds & Market Data…
Betfair Sportbex API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getSports /api/sports |
This API serves as the entry point for any client or application looking to display or integrate a list of sports. This API will serves you the list of Sports with sport id. |
| GET |
getCompetitions /api/competitions/{sportId} |
Once you've received the sports list. You will need to gather all the competitions that are present for a specific sport. You need to pass the sport ID as a parameter, and you… |
| GET |
getCompetitionWiseEvents /api/event/{sportId}/{competitionId} |
The API for Get Competition Wise Events, Will provide you the details about events, like current running matches and tournament. For fetch latest events you will need to pass on… |
| POST |
getBookmakerOdds /api/bookmaker-odds |
- This API will provide you live bookmaker odds for Cricket. In order to fetch the live odds details you will need to pass an array of object with event id and market id in body… |
| POST |
getFancyOdds /api/fancy-odds |
- This API will provide you live fancy odds for Cricket. In order to fetch the live odds details you will need to pass array of event ids. - Maximum you can pass 10 items per one… |
| POST |
getEventOdds /api/event-odds |
- This API will provide you live match odds for Sports. In order to fetch the live odds details you will need to pass an array of object with event id and market id in body… |