Sportbex API
Real-time odds, live scores and statistics across cricket, soccer, tennis and racing — 56 endpoints, no API key required.
Base URL
Every endpoint in this reference is relative to a single host.
http://xx.xx.xx.xx/apiAccess
There is no API key and no token. Requests are open and throttled by a per-IP rate limit, so the call below is complete as written.
curl -X GET 'http://xx.xx.xx.xx/api/betfair/competition-list/4'See Access for how this differs from the trial and production environments.
Where to start
The Odds API walks down a hierarchy: pick a sport, list its competitions, list the events in a competition, then list the markets on an event and read their odds. Each response feeds the next request.
- Get list of competitions — start with a sport ID
- Get list of events — matches inside a competition
- Market IDs — markets on an event
- Market odds — live prices
The Statistics API is independent of that flow: it is organised per sport, with its own series, fixtures, scorecards and rankings.
Sections
Odds API
Basic Sports
9 endpoints · Cricket, Soccer, Tennis
Odds API
Racing
8 endpoints · Horse Racing, Greyhound Racing
Odds API
Other Sports
6 endpoints · Basketball, Darts, and more
Statistics API
Cricket
15 endpoints
Statistics API
Tennis
9 endpoints
Statistics API
Horse Racing
5 endpoints
Statistics API
Greyhound Racing
4 endpoints