CricAPI · Example Payload

Cricapi Player Example

CricketSportsLive ScoresPlayer StatisticsMatch DataFantasy CricketBall-by-BallTeam RankingsSchedulesSports Data

Cricapi Player Example is an example object payload from CricAPI, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusdatainfo

Example Payload

Raw ↑
{
  "status": "success",
  "data": {
    "id": "16592242-ef26-45d9-bf23-fc090e90fbbe",
    "name": "Virat Kohli",
    "dateOfBirth": "1988-11-05",
    "role": "Batsman",
    "battingStyle": "Right-hand bat",
    "bowlingStyle": "Right-arm medium",
    "placeOfBirth": "Delhi",
    "country": "India"
  },
  "info": {
    "hitsToday": 3,
    "hitsLimit": 500,
    "credits": 0,
    "server": 18,
    "offsetRows": 0,
    "totalRows": 1,
    "queryTime": 6
  }
}