Developers
Programmatic access to Asian football probability data via REST API and MCP.
API Pricing
Free
$0
- 50 requests/day
- Fixtures, results, ledger
- Community support
Enterprise
Custom
- 50,000+ requests/day
- Webhook delivery
- Dedicated support
- Custom integrations
Endpoints
| Method | Endpoint | Description | Params |
|---|---|---|---|
| GET | /api/fixtures | Upcoming fixtures with fair odds & market odds | league, days_ahead |
| GET | /api/results | Settled matches with scores, P/L, reasoning | league, days_back |
| GET | /api/ledger | Season summary: per-league ROI for value plays | — |
| GET | /api/openapi.json | OpenAPI 3.1 specification | — |
Authentication
Pass your API key via header or query parameter:
curl -H "x-api-key: va_your_key_here" https://veriasia.io/api/fixtures
Or:
curl https://veriasia.io/api/fixtures?api_key=va_your_key_here
MCP Server (AI Agents)
Connect Claude, Cursor, or any MCP-compatible AI to our data:
Replace va_YOUR_KEY with your API key:
{
"mcpServers": {
"veriasia": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-remote", "https://veriasia.io/mcp/sse?api_key=va_YOUR_KEY"]
}
}
}
Your Keys
🔒 Log in to generate an API key.
