cricapi

1.2.9 • Public • Published

The Cric API are a set of free high-bandwidth, high-performance API designed for public use. You do need to signup on www.cricapi.com and get your account's API key though.

You can call the following functions within this module:

var cricapi = require("cricapi");

cricapi.setAPIKey("--- put your API key here -- ");

cricapi.matches(function(databundle){ // Variable "databundle" now contains JSON data in the below form });

// format of databundle
{
  "matches": [
    {
      "unique_id": 1136572,
      "team-2": "Chennai Super Kings",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-04-15T00:00:00.000Z",
      "dateTimeGMT": "2018-04-15T14:30:00.000Z",
      "squad": true,
      "toss_winner_team": "Chennai Super Kings",
      "winner_team": "Kings XI Punjab",
      "matchStarted": true
    },
    {
      "unique_id": 1136571,
      "team-2": "Rajasthan Royals",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-04-15T00:00:00.000Z",
      "dateTimeGMT": "2018-04-15T10:30:00.000Z",
      "squad": true,
      "toss_winner_team": "Royal Challengers Bangalore",
      "winner_team": "Rajasthan Royals",
      "matchStarted": true
    },
    {
      "unique_id": 1143117,
      "date": "2018-04-15T00:00:00.000Z",
      "team-2": "Gambia",
      "team-1": "Nigeria",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-15T08:30:00.000Z",
      "squad": true,
      "toss_winner_team": "Nigeria",
      "winner_team": "Nigeria",
      "matchStarted": true
    },
    {
      "unique_id": 1143118,
      "date": "2018-04-15T00:00:00.000Z",
      "team-2": "Sierra Leone",
      "team-1": "Ghana",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-15T12:50:00.000Z",
      "squad": true,
      "toss_winner_team": "Ghana",
      "winner_team": "Ghana",
      "matchStarted": true
    },
    {
      "unique_id": 1136573,
      "team-2": "Delhi Daredevils",
      "team-1": "Kolkata Knight Riders",
      "type": "Twenty20",
      "date": "2018-04-16T00:00:00.000Z",
      "dateTimeGMT": "2018-04-16T14:30:00.000Z",
      "squad": true,
      "toss_winner_team": "Delhi Daredevils",
      "matchStarted": true
    },
    {
      "unique_id": 1127616,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Worcestershire",
      "team-1": "Hampshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "Toss uncontested",
      "squad": true,
      "matchStarted": true
    },
    {
      "unique_id": 1127618,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Nottinghamshire",
      "team-1": "Lancashire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "Toss uncontested",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1127617,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Essex",
      "team-1": "Yorkshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "no toss",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1127672,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Gloucestershire",
      "team-1": "Kent",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "Toss uncontested",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1127674,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Northamptonshire",
      "team-1": "Middlesex",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "Toss uncontested",
      "squad": true,
      "matchStarted": true
    },
    {
      "unique_id": 1127673,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Sussex",
      "team-1": "Warwickshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-13T10:00:00.000Z",
      "toss_winner_team": "Toss uncontested",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1138896,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Marylebone Cricket Club Young Cricketers",
      "team-1": "Leicestershire 2nd XI",
      "type": "First-class",
      "dateTimeGMT": "2018-04-16T10:00:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1138897,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Derbyshire 2nd XI",
      "team-1": "Nottinghamshire 2nd XI",
      "type": "First-class",
      "dateTimeGMT": "2018-04-16T10:00:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1138333,
      "date": "2018-04-16T00:00:00.000Z",
      "team-2": "Essex 2nd XI",
      "team-1": "Sussex 2nd XI",
      "type": "",
      "dateTimeGMT": "2018-04-16T10:00:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1122768,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Mid West Rhinos",
      "team-1": "Matabeleland Tuskers",
      "type": "ListA",
      "dateTimeGMT": "2017-12-10T07:30:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1122767,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Rising Stars",
      "team-1": "Mountaineers",
      "type": "ListA",
      "dateTimeGMT": "2017-12-10T07:30:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1136574,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Mumbai Indians",
      "type": "Twenty20",
      "date": "2018-04-17T00:00:00.000Z",
      "dateTimeGMT": "2018-04-17T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1142837,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "East Zone (Bangladesh)",
      "team-1": "North Zone (Bangladesh)",
      "type": "First-class",
      "dateTimeGMT": "2018-04-17T03:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1142838,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Central Zone (Bangladesh)",
      "team-1": "South Zone (Bangladesh)",
      "type": "First-class",
      "dateTimeGMT": "2018-04-17T03:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1138898,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Essex 2nd XI",
      "team-1": "Sussex 2nd XI",
      "type": "First-class",
      "dateTimeGMT": "2018-04-17T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1143120,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Ghana",
      "team-1": "Nigeria",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-17T12:50:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1143119,
      "date": "2018-04-17T00:00:00.000Z",
      "team-2": "Sierra Leone",
      "team-1": "Gambia",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-17T08:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136575,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-04-18T00:00:00.000Z",
      "dateTimeGMT": "2018-04-18T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1142998,
      "date": "2018-04-18T00:00:00.000Z",
      "team-2": "England Academy Women",
      "team-1": "Australia Under-19s Women",
      "type": "",
      "dateTimeGMT": "2018-04-18T07:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1143121,
      "date": "2018-04-18T00:00:00.000Z",
      "team-2": "Ghana",
      "team-1": "Gambia",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-18T08:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1143122,
      "date": "2018-04-18T00:00:00.000Z",
      "team-2": "Sierra Leone",
      "team-1": "Nigeria",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-18T12:50:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1122760,
      "date": "2018-04-19T00:00:00.000Z",
      "team-2": "Mid West Rhinos",
      "team-1": "Matabeleland Tuskers",
      "type": "First-class",
      "dateTimeGMT": "2017-12-12T08:00:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1122759,
      "date": "2018-04-19T00:00:00.000Z",
      "team-2": "Mountaineers",
      "team-1": "Rising Stars",
      "type": "First-class",
      "dateTimeGMT": "2017-12-12T08:00:00.000Z",
      "squad": false,
      "matchStarted": true
    },
    {
      "unique_id": 1136576,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-04-19T00:00:00.000Z",
      "dateTimeGMT": "2018-04-19T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1138334,
      "date": "2018-04-19T00:00:00.000Z",
      "team-2": "Marylebone Cricket Club Young Cricketers",
      "team-1": "Leicestershire 2nd XI",
      "type": "",
      "dateTimeGMT": "2018-04-19T00:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136577,
      "team-2": "Rajasthan Royals",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-04-20T00:00:00.000Z",
      "dateTimeGMT": "2018-04-20T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1127619,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Lancashire",
      "team-1": "Essex",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127622,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Worcestershire",
      "team-1": "Somerset",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127621,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Hampshire",
      "team-1": "Surrey",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127620,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Nottinghamshire",
      "team-1": "Yorkshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127677,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Middlesex",
      "team-1": "Derbyshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127675,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Kent",
      "team-1": "Durham",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127678,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Glamorgan",
      "team-1": "Gloucestershire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127679,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Sussex",
      "team-1": "Leicestershire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1127676,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Warwickshire",
      "team-1": "Northamptonshire",
      "type": "First-class",
      "dateTimeGMT": "2018-04-20T10:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1143124,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Gambia",
      "team-1": "Nigeria",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-20T12:50:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1143123,
      "date": "2018-04-20T00:00:00.000Z",
      "team-2": "Sierra Leone",
      "team-1": "Ghana",
      "type": "Twenty20",
      "dateTimeGMT": "2018-04-20T08:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136579,
      "team-2": "Delhi Daredevils",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-04-21T00:00:00.000Z",
      "dateTimeGMT": "2018-04-21T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136578,
      "team-2": "Kings XI Punjab",
      "team-1": "Kolkata Knight Riders",
      "type": "Twenty20",
      "date": "2018-04-21T00:00:00.000Z",
      "dateTimeGMT": "2018-04-21T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136581,
      "team-2": "Mumbai Indians",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-04-22T00:00:00.000Z",
      "dateTimeGMT": "2018-04-22T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136580,
      "team-2": "Chennai Super Kings",
      "team-1": "Sunrisers Hyderabad",
      "type": "Twenty20",
      "date": "2018-04-22T00:00:00.000Z",
      "dateTimeGMT": "2018-04-22T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136582,
      "team-2": "Kings XI Punjab",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-04-23T00:00:00.000Z",
      "dateTimeGMT": "2018-04-23T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136583,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Mumbai Indians",
      "type": "Twenty20",
      "date": "2018-04-24T00:00:00.000Z",
      "dateTimeGMT": "2018-04-24T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136584,
      "team-2": "Chennai Super Kings",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-04-25T00:00:00.000Z",
      "dateTimeGMT": "2018-04-25T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136585,
      "team-2": "Kings XI Punjab",
      "team-1": "Sunrisers Hyderabad",
      "type": "Twenty20",
      "date": "2018-04-26T00:00:00.000Z",
      "dateTimeGMT": "2018-04-26T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136586,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-04-27T00:00:00.000Z",
      "dateTimeGMT": "2018-04-27T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136587,
      "team-2": "Mumbai Indians",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-04-28T00:00:00.000Z",
      "dateTimeGMT": "2018-04-28T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136589,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-04-29T00:00:00.000Z",
      "dateTimeGMT": "2018-04-29T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136588,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-04-29T00:00:00.000Z",
      "dateTimeGMT": "2018-04-29T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136590,
      "team-2": "Delhi Daredevils",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-04-30T00:00:00.000Z",
      "dateTimeGMT": "2018-04-30T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136591,
      "team-2": "Mumbai Indians",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-05-01T00:00:00.000Z",
      "dateTimeGMT": "2018-05-01T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136592,
      "team-2": "Rajasthan Royals",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-05-02T00:00:00.000Z",
      "dateTimeGMT": "2018-05-02T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136593,
      "team-2": "Chennai Super Kings",
      "team-1": "Kolkata Knight Riders",
      "type": "Twenty20",
      "date": "2018-05-03T00:00:00.000Z",
      "dateTimeGMT": "2018-05-03T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136594,
      "team-2": "Mumbai Indians",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-05-04T00:00:00.000Z",
      "dateTimeGMT": "2018-05-04T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136596,
      "team-2": "Delhi Daredevils",
      "team-1": "Sunrisers Hyderabad",
      "type": "Twenty20",
      "date": "2018-05-05T00:00:00.000Z",
      "dateTimeGMT": "2018-05-05T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136595,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-05-05T00:00:00.000Z",
      "dateTimeGMT": "2018-05-05T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136598,
      "team-2": "Rajasthan Royals",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-05-06T00:00:00.000Z",
      "dateTimeGMT": "2018-05-06T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136597,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Mumbai Indians",
      "type": "Twenty20",
      "date": "2018-05-06T00:00:00.000Z",
      "dateTimeGMT": "2018-05-06T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136599,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Sunrisers Hyderabad",
      "type": "Twenty20",
      "date": "2018-05-07T00:00:00.000Z",
      "dateTimeGMT": "2018-05-07T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136600,
      "team-2": "Kings XI Punjab",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-05-08T00:00:00.000Z",
      "dateTimeGMT": "2018-05-08T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136601,
      "team-2": "Mumbai Indians",
      "team-1": "Kolkata Knight Riders",
      "type": "Twenty20",
      "date": "2018-05-09T00:00:00.000Z",
      "dateTimeGMT": "2018-05-09T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136602,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-05-10T00:00:00.000Z",
      "dateTimeGMT": "2018-05-10T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136603,
      "team-2": "Chennai Super Kings",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-05-11T00:00:00.000Z",
      "dateTimeGMT": "2018-05-11T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136605,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-05-12T00:00:00.000Z",
      "dateTimeGMT": "2018-05-12T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136604,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-05-12T00:00:00.000Z",
      "dateTimeGMT": "2018-05-12T10:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136607,
      "team-2": "Rajasthan Royals",
      "team-1": "Mumbai Indians",
      "type": "Twenty20",
      "date": "2018-05-13T00:00:00.000Z",
      "dateTimeGMT": "2018-05-13T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136606,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-05-13T00:00:00.000Z",
      "dateTimeGMT": "2018-05-13T10:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136608,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Kings XI Punjab",
      "type": "Twenty20",
      "date": "2018-05-14T00:00:00.000Z",
      "dateTimeGMT": "2018-05-14T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136609,
      "team-2": "Rajasthan Royals",
      "team-1": "Kolkata Knight Riders",
      "type": "Twenty20",
      "date": "2018-05-15T00:00:00.000Z",
      "dateTimeGMT": "2018-05-15T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136610,
      "team-2": "Kings XI Punjab",
      "team-1": "Mumbai Indians",
      "type": "Twenty20",
      "date": "2018-05-16T00:00:00.000Z",
      "dateTimeGMT": "2018-05-16T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136611,
      "team-2": "Sunrisers Hyderabad",
      "team-1": "Royal Challengers Bangalore",
      "type": "Twenty20",
      "date": "2018-05-17T00:00:00.000Z",
      "dateTimeGMT": "2018-05-17T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136612,
      "team-2": "Chennai Super Kings",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-05-18T00:00:00.000Z",
      "dateTimeGMT": "2018-05-18T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136614,
      "team-2": "Kolkata Knight Riders",
      "team-1": "Sunrisers Hyderabad",
      "type": "Twenty20",
      "date": "2018-05-19T00:00:00.000Z",
      "dateTimeGMT": "2018-05-19T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136613,
      "team-2": "Royal Challengers Bangalore",
      "team-1": "Rajasthan Royals",
      "type": "Twenty20",
      "date": "2018-05-19T00:00:00.000Z",
      "dateTimeGMT": "2018-05-19T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136616,
      "team-2": "Kings XI Punjab",
      "team-1": "Chennai Super Kings",
      "type": "Twenty20",
      "date": "2018-05-20T00:00:00.000Z",
      "dateTimeGMT": "2018-05-20T14:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136615,
      "team-2": "Mumbai Indians",
      "team-1": "Delhi Daredevils",
      "type": "Twenty20",
      "date": "2018-05-20T00:00:00.000Z",
      "dateTimeGMT": "2018-05-20T10:30:00.000Z",
      "squad": true,
      "matchStarted": false
    },
    {
      "unique_id": 1136617,
      "team-2": "TBA",
      "team-1": "TBA",
      "type": "Twenty20",
      "date": "2018-05-22T00:00:00.000Z",
      "dateTimeGMT": "2018-05-22T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136618,
      "team-2": "TBA",
      "team-1": "TBA",
      "type": "Twenty20",
      "date": "2018-05-23T00:00:00.000Z",
      "dateTimeGMT": "2018-05-23T00:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136619,
      "team-2": "TBA",
      "team-1": "TBA",
      "type": "Twenty20",
      "date": "2018-05-25T00:00:00.000Z",
      "dateTimeGMT": "2018-05-25T00:00:00.000Z",
      "squad": false,
      "matchStarted": false
    },
    {
      "unique_id": 1136620,
      "team-2": "TBA",
      "team-1": "TBA",
      "type": "Twenty20",
      "date": "2018-05-27T00:00:00.000Z",
      "dateTimeGMT": "2018-05-27T14:30:00.000Z",
      "squad": false,
      "matchStarted": false
    }
  ],
  "v": "1",
  "ttl": 112,
  "provider": {
    "source": "Various",
    "url": "https://cricapi.com/",
    "pubDate": "2018-04-16T14:39:08.450Z"
  },
  "creditsLeft": 161
}

API Usage documentation may be found at http://www.cricapi.com/how-to-use.aspx

Readme

Keywords

Package Sidebar

Install

npm i cricapi

Weekly Downloads

3

Version

1.2.9

License

ISC

Unpacked Size

56.7 kB

Total Files

5

Last publish

Collaborators

  • wherrelz