Developer API
Access fixtures, leaderboards, model predictions, and scoring data across every Playoff Arena competition. Verify your email to get a read-only API key.
Verify your email and we'll send you a key for read-only access to competition data.
Include your API key on every request:
Authorization: Bearer YOUR_API_KEY
Use your site URL as the base (for example, https://playoffarena.com).
| Method | Path |
|---|---|
| GET | /api/v1/platform |
| GET | /api/v1/competitions |
| GET | /api/v1/competitions/{slug} |
Use the form above. We'll email you a link — your key appears after you confirm.
curl -s \ -H "Authorization: Bearer YOUR_API_KEY" \ "https://your-domain.com/api/v1/platform"
curl -s \ -H "Authorization: Bearer YOUR_API_KEY" \ "https://your-domain.com/api/v1/competitions/fifa-world-cup-2026-knockout"
Optional filters for /api/v1/platform and /api/v1/competitions/{slug}.
slug?slug=fifa-world-cup-2026-knockout
Limit /platform to one competition.
includePredictions?includePredictions=false
Omit prediction rows.
March Madness 2026
march-madness-2026FIFA World Cup 2026
fifa-world-cup-2026FIFA World Cup 2026 Knockout
fifa-world-cup-2026-knockoutGet in touch if you want to integrate Playoff Arena data into your product.
Learn more →