REST APIs, WebSockets and Webhooks for live scores, ball-by-ball events, commentary, fantasy points and more. Built for developers and businesses.
Realtime match state, scores, run rate, required rate.
/api/v1/live/matchesInnings, batting, bowling, partnerships, status.
/api/v1/live/match/:idEvery delivery as a canonical event stream.
/api/v1/live/events/:matchIdText commentary with rich event metadata.
/api/v1/live/commentary/:matchIdDeterministic, auditable fantasy scoring.
/api/v1/live/fantasy/:matchIdProfiles, career stats, recent form, fantasy metrics.
/api/v1/live/analytics/player/:idTournaments, fixtures, schedules and metadata.
/api/v1/live/seriesStandings and group tables for every tournament.
/api/v1/live/tournamentsEvery endpoint returns stable, versioned schemas. No surprise fields, no provider leakage. Same shape across REST, WebSocket and Webhooks.
GET /api/v1/live/match/m_2026_wi_sl_t20_2{
"match_id": "m_2026_wi_sl_t20_2",
"status": "live",
"format": "T20",
"teams": { "home": "WI", "away": "SL" },
"innings": [
{ "team": "WI", "runs": 184, "wickets": 6, "overs": 20.0 },
{ "team": "SL", "runs": 92, "wickets": 3, "overs": 9.4 }
],
"required_run_rate": 8.94,
"last_ball": { "over": 9.4, "runs": 1, "event": "single" },
"updated_at": "2026-06-15T14:22:31.184Z"
}Auto-generated spec for every endpoint.
JavaScript, TypeScript, Python, Go, PHP.
Import and try every endpoint instantly.
Test live in the dashboard with your key.
Subscribe to match channels in real time.
HMAC-signed event delivery to your URLs.
Deterministic fantasy scoring with full audit trail.
Power editorial sites, widgets and second-screen apps.
Low-latency on-air graphics and ticker feeds.
Skip building ingestion — ship product on day one.
Dedicated capacity, SLAs and custom endpoints.
For early-stage products.
For scaling businesses.
For broadcasters and platforms.
Sign up, grab your API key, and make your first call in under five minutes.