arbplay

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 download
  • GET /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

Bookmaker pages

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.

Need an API key?

Contact us or subscribe via a marketplace listing.