Powered By Bmax88
Cricket Score API free for all to signup and use. You can see details of matches and current score for running matches.
Learn MorePaid plans that fit your budget and easy to use. Comprehensive coverage for Series, Matches, Squads, Ball by Ball & more
View Plans// This code sample © Bmax88 is made for use with Bmax88 API only
// You will need to get the API Key from your Bmax88 account and
// Replace %APIKEY% with your API key to ensure that this functions
// We presume you know the programming language, and the guide is made accordingly
window.fetch("https://api.cricapi.com/v1/cricScore?apikey=%APIKEY%")
.then(result => result.json())
.then(result => {
console.log("We have the result",result);
})
.catch(err => {
console.log("An error occured. Please check your code",err);
});
// NodeJS code sample will be displayed here
// API integration example for Node.js environment
// PHP code sample will be displayed here
// API integration example for PHP
We use cookies on this website. If you continue to use our website, you agree to these Terms & Privacy policy. Note that we offer a lifetime free usage for all users, our refund policy is at https://bmax88.live/terms-of-use/