Cricket data,
ready to ship.
One clean REST API for live scores, scorecards, players, venues and deep historical stats. Sign up, grab a key, and ship your cricket app this afternoon.
{
"success": true,
"data": {
"match_id": 123456,
"status": "live",
"localteam": "India",
"visitorteam": "Australia",
"localteam_score": "182/4"
}
}// everything your cricket app needs
// endpoints
Every corner of the game, one base URL.
/ext/v1/fixtures
Get cricket fixtures. Filter by status: upcoming, live, or finished.
/ext/v1/live/:id
Live match score, ball-by-ball updates and match metadata.
/ext/v1/players
Search and list cricket players with detailed information.
/ext/v1/teams
List all cricket teams with basic information.
/ext/v1/series
Get cricket series and tournament information.
/ext/v1/venues
Get cricket stadium and venue information.
/ext/v1/rankings
ICC player and team rankings across all formats.
/ext/v1/trophies
Get cricket trophies and awards information.
/ext/v1/images/:type/:id
Player, team, or venue images returned as WebP.
// from zero to live scores
Three lines. Real data. Pick your language.
curl -X GET "https://api.Cricwix.io/ext/v1/fixtures?status=live" \
-H "X-Api-Key: YOUR_API_KEY"
# → { "success": true, "data": { "fixtures": [ { "match_id": 123456, "status": "live", … } ] } }Ball-by-ball, within a second
Live deliveries, wickets and milestones pushed to the API moments after they happen on the field.
A century of stats
Every international and major-league match since 2008, with full scorecards, player records and venue data.
Honest, predictable REST
Clean JSON, cursor pagination, sane rate limits and error codes you can actually act on. No surprises.
Generous free tier
1,000 calls a day, no credit card, no trial clock. Build the whole prototype before you ever pay a cent.
// pricing
7 days free. Then scale when you score.
Every plan includes a 7-day trial. No credit card required to start.
For production apps that are starting to grow.
Start 7-day trialFor high-traffic and commercial platforms.
Talk to usYour cricket app is one key away.
Free forever for hobby projects. Upgrade the day you outgrow it.
