Blog
<html> <head> <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> <script> $(document).ready(function() { $.get("https://cricapi.com/api/cricket?apikey=<API-Key>", function(matchdata) { matchdata.data.forEach(function(md) { $('#cricDiv').html($('#cricDiv').html()+""+md.description+"
); }); }); }); </script> </head> <body> <div id="cricDiv"></div> </body> </html>
<?php $cricMatchesInfo = file_get_contents('http://cricapi.com/api/cricket/?apikey=<API-key>'); // change with your API key $cricData = json_decode($cricMatchesInfo); foreach($cricData->data as $item) { ?> <h4></h4> <?php } ?>
Glamorgan 28/1 & 207/10 * v Northamptonshire 310/10
Gloucestershire 385/10 v Kent 44 *
Somerset 335/10 v Lancashire 27 & 133/10 *
Surrey 592/10 v Yorkshire 171/1 *
Sussex 271/10 v Derbyshire 31/1 & 338/10 *
Warwickshire 201/10 v Essex 369/8 *
Worcestershire 263/3 * v Leicestershire 404/10
Amo Sharks 130/9 v Kabul Eagles 131/4 *
Namibia Women 99/8 * v Kenya Women 117/9
India Blue v India Red 291/9 *
Boost Defenders 201/6 v Mis Ainak Knights 194/8 *
Blog
Privacy Policy | Copyright2020 - All Rights Reserved. | Contact us
| Report website issues in Github
| Facebook page
| Google+ page