Odds HTTP API
The ArbPlay Odds HTTP API serves live and pre-match bookmaker odds as JSON files over HTTPS. Base URL: https://api.arbplay.app. Authenticate with the X-API-Key header.
Authentication
Send your key on every request:
X-API-Key: YOUR_API_KEY
Marketplace traffic (RapidAPI, JoJ API, Zyla Labs) may also accept the marketplace proxy secret header for that platform — your dashboard key still maps to the same origin API.
Origin base URL
https://api.arbplay.app
Endpoints
GET /v1/files— list filenames your key is allowed to downloadGET /v1/data/{filename}— download a JSON odds payload
Quick curl
curl -sS -H "X-API-Key: YOUR_API_KEY" \
https://api.arbplay.app/v1/files
curl -sS -H "X-API-Key: YOUR_API_KEY" \
https://api.arbplay.app/v1/data/site_live_stoiximan.json
Documentation & tooling
- Getting started / reference
- OpenAPI 3 specification
- Postman collection
- llms.txt (agent-readable overview)
- For agents
- Plain-language guide: Greek bookmaker odds API
Bookmaker pages
- Stoiximan Odds API —
stoiximan - Novibet Odds API —
novibet - Fonbet Odds API —
fonbet - Superbet Odds API —
superbet - Elabet Odds API —
elabet - Allwyn / OPAP Store Odds API —
opapstore - Bwin Odds API —
bwin
Marketplaces
The same origin API is also listed on:
- RapidAPI — search for ArbPlay / bookmaker odds
- JoJ API — studio listings per bookmaker
- Zyla Labs — marketplace listings
This hub documents the odds data API at api.arbplay.app. It is separate from the ArbPlay SaaS app JSON routes under arbplay.app/api/auth, /api/arbs, etc.