Endpoints
Ungrouped Endpoints 2
What is the Superbet Odds API?
Real-time and pre-match odds from Superbet covering soccer, basketball, and tennis. Live events and structured JSON output.
Superbet Odds API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Superbet Odds API endpoints
- GET
/v1/data/{filename}$0.01 / callData by filename
Returns structured odds JSON for a requested file, such as site_pregame_superbet_soccer.json. 200 returns the dataset; 401 indicates an unauthorized request.
- GET
/v1/files$0.01 / callFiles
Returns available site_*.json files for this subscription
Frequently asked questions about Superbet Odds API
What does this API provide?
Structured JSON feeds of Superbet live and pre-match odds for soccer, basketball, and tennis, split by sport. Call GET /v1/files then GET /v1/data/{filename}.
How do I authenticate?
Use your JoJ API key in X-JoJAPI-Key: YOUR_API_KEY. Authorization: Bearer YOUR_API_KEY also works.
Which datasets can I download?
Live: site_live_superbet_soccer.json, site_live_superbet_basketball.json, site_live_superbet_tennis.json. Pre-match: site_pregame_superbet_soccer.json, site_pregame_superbet_basketball.json, site_pregame_superbet_tennis.json.
How fresh is the data?
Typically every 2–3 seconds during active hours. Live markets update faster than pre-match. No guaranteed SLA.
What is the rate limit?
See Pricing for plan limits. The origin may return 429 above 10 requests per second.
Is this an official Superbet API?
No. It aggregates publicly displayed Superbet odds and is not affiliated with or endorsed by Superbet or Superbet Group.
Can I place bets through this API?
No. Informational and analytical use only. It does not place bets.
Are live and pre-match in the same file?
No. Superbet live and pre-match are separate files, each split by sport.