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

Pro

$39/mo
  • 5,000 requests/day
  • All endpoints
  • Priority support
  • MCP server access
Subscribe

Enterprise

Custom
  • 50,000+ requests/day
  • Webhook delivery
  • Dedicated support
  • Custom integrations

Endpoints

MethodEndpointDescriptionParams
GET/api/fixturesUpcoming fixtures with fair odds & market oddsleague, days_ahead
GET/api/resultsSettled matches with scores, P/L, reasoningleague, days_back
GET/api/ledgerSeason summary: per-league ROI for value plays
GET/api/openapi.jsonOpenAPI 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.