Sandbox
Try every endpoint against live sample data
No signup, no API key — the sandbox runs against realistic sample fixtures, odds and stats so you can explore the shape of every response before you integrate.
How it works
Endpoint → Parameters → Response
Pick an endpoint, fill in parameters and see the exact JSON your integration will receive.
01 Pick an endpoint
02 Set parameters
03 Send request
04 Inspect JSON response
No Key Needed
Live Sample Data
Realistic fixtures, scores and odds across every sport.
Instant
Try Before You Build
See exact response shapes before writing a line of code.
Copy-Ready
Generated Code Snippets
Every sandbox call generates the matching cURL, Node or Python.
Example
GET /v1/football/fixtures — sandbox response
The sandbox mirrors the production response schema exactly.
GET /v1/football/fixtures?league=premier-league
{
"league": "Premier League",
"fixtures": 10,
"next_kickoff": "2026-08-30T15:00:00Z"
}
{
"league": "Premier League",
"fixtures": 10,
"next_kickoff": "2026-08-30T15:00:00Z"
}
See Also
Related pages
Explore more of the developer platform.
Get Started
Start free. Upgrade when you need enterprise SLAs.
Self-serve API keys for developers today — dedicated infrastructure, custom feeds and SLAs when you're ready.