Endpoints
Ungrouped Endpoints 2
What is the Fonbet Odds API?
Real-time and pre-match odds from Fonbet covering major sports with structured JSON output.
Fonbet 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.
Fonbet Odds API endpoints
- GET
/v1/data/{filename}$0.01 / callGet odds data
Returns the requested odds JSON file by filename. Example: site_livepre_fonbet.json. 200: file data returned. 401: unauthorized request.
- GET
/v1/files$0.01 / callList files
Returns available site_*.json files for this subscription
Frequently asked questions about Fonbet Odds API
What does this API provide?
A combined JSON feed of Fonbet live and pre-match odds for soccer, basketball, and tennis. List files with GET /v1/files, then fetch GET /v1/data/site_livepre_fonbet.json.
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?
One file: site_livepre_fonbet.json — live and pre-match markets together.
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 Fonbet API?
No. It aggregates publicly displayed Fonbet odds and is not affiliated with or endorsed by Fonbet.
Can I place bets through this API?
No. Informational and analytical use only. It does not place bets.
Why is there only one file?
Fonbet is published as a single live+pre-match dataset instead of separate sport files.