CricIntelligence Cricket Win Probability
## Live cricket win probability, in one call `GET /v1/predict/{match_id}` returns a calibrated win probability for both sides of a live T20 match, the confidence band around it, and the phase of the innings it was derived from. It updates ball by ball, so it is safe to poll during play. ## The accuracy claim is checkable Most prediction APIs ask you to take a number on trust. This one does not.…
CricIntelligence Cricket Win Probability endpoints
| Method | Endpoint | Description |
|---|---|---|
| Predictions | ||
| GET |
predictMatch /v1/predict/{match_id} |
Win probability for both sides, the confidence band around it, and the match state it was derived from. Safe to poll every few seconds during a live match — the value moves ball… |
| Discovery | ||
| GET |
listMatches /v1/matches |
Every match currently tracked, each tagged `live`, `upcoming` or `completed`. Call this first to get a `match_id` for `/v1/predict`. |
| Account | ||
| GET |
getUsage /v1/usage |
|
| Proof | ||
| GET |
getAccuracy /v1/accuracy |
Open on purpose — you should be able to check the accuracy claim before paying for the API. Returns the holdout methodology, the sample size, the per-checkpoint breakdown and the… |
| GET |
getPlans /v1/plans |
|
CricIntelligence Cricket Win Probability pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $39 / month | 60 / minute |
|
| ULTRA | $189 / month | 60 / minute |
|