Endpoints
Ungrouped Endpoints 2
What is the Allwyn Odds API?
Allwyn Odds provides continuously refreshed live and pregame sports betting odds from Allwyn sources for soccer, basketball, and tennis. Use /v1/files to browse datasets and /v1/data/{filename} to retrieve current JSON odds files for applications.
Allwyn 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.
Allwyn Odds API endpoints
- GET
/v1/data/{filename}$0.01 / callGet file data
Retrieve an odds JSON file by filename.
- GET
/v1/files$0.01 / callList files
List available odds JSON files.
Frequently asked questions about Allwyn Odds API
What does this API provide?
Structured JSON feeds of OPAP Store (Allwyn) 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_opapstore_soccer.json, site_live_opapstore_basketball.json, site_live_opapstore_tennis.json. Pre-match: site_pregame_opapstore_soccer.json, site_pregame_opapstore_basketball.json, site_pregame_opapstore_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 OPAP or Allwyn API?
No. It aggregates publicly displayed OPAP Store odds and is not affiliated with or endorsed by Allwyn or OPAP S.A.
Can I place bets through this API?
No. Informational and analytical use only. It does not place bets.
Why do filenames say opapstore?
The origin datasets are named opapstore. That is the OPAP Store feed behind the Allwyn / OPAP Store listing.