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/api

Access

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.

  1. Get list of competitions — start with a sport ID
  2. Get list of events — matches inside a competition
  3. Market IDs — markets on an event
  4. 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