Realtime cricket data, sub-second latency

Realtime Cricket Data APIs

REST APIs, WebSockets and Webhooks for live scores, ball-by-ball events, commentary, fantasy points and more. Built for developers and businesses.

99.99% uptime <300ms p95 <1s WebSocket delivery
Products

One platform, every cricket data primitive

Live Score API

Realtime match state, scores, run rate, required rate.

/api/v1/live/matches
Match Detail API

Innings, batting, bowling, partnerships, status.

/api/v1/live/match/:id
Ball-by-Ball API

Every delivery as a canonical event stream.

/api/v1/live/events/:matchId
Commentary API

Text commentary with rich event metadata.

/api/v1/live/commentary/:matchId
Fantasy Points API

Deterministic, auditable fantasy scoring.

/api/v1/live/fantasy/:matchId
Player API

Profiles, career stats, recent form, fantasy metrics.

/api/v1/live/analytics/player/:id
Series API

Tournaments, fixtures, schedules and metadata.

/api/v1/live/series
Points Table API

Standings and group tables for every tournament.

/api/v1/live/tournaments
API Response

Clean, predictable, canonical JSON

Every 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"
}
Developer Experience

Built for the way you ship

OpenAPI 3.1

Auto-generated spec for every endpoint.

SDKs

JavaScript, TypeScript, Python, Go, PHP.

Postman Collection

Import and try every endpoint instantly.

API Playground

Test live in the dashboard with your key.

WebSocket Streams

Subscribe to match channels in real time.

Webhooks

HMAC-signed event delivery to your URLs.

Use Cases

Trusted across the cricket stack

Fantasy Apps

Deterministic fantasy scoring with full audit trail.

Sports Media

Power editorial sites, widgets and second-screen apps.

Broadcasters

Low-latency on-air graphics and ticker feeds.

Cricket Startups

Skip building ingestion — ship product on day one.

Enterprise Customers

Dedicated capacity, SLAs and custom endpoints.

Platform Metrics

Infrastructure at cricket scale

12,400+
Matches Covered
48,000+
Players Indexed
9.2B+
Ball Events Processed
3.4B+
API Requests Served
99.99%
Uptime (90d)
Pricing

Simple plans that scale with you

Free
$0

For exploration and prototypes.

  • 1,000 requests / day
  • Sandbox data
  • Community support
Start free
Starter
$99 /mo

For early-stage products.

  • 100k requests / mo
  • Live + historical
  • WebSocket streams
  • Email support
Choose Starter
Recommended
Growth
$499 /mo

For scaling businesses.

  • 1M requests / mo
  • Webhooks + SLAs
  • Priority support
  • Higher rate limits
Choose Growth
Enterprise
Custom

For broadcasters and platforms.

  • Unlimited volume
  • Dedicated capacity
  • Custom endpoints
  • Account manager
Contact Sales

Start building with CricInfra

Sign up, grab your API key, and make your first call in under five minutes.