CricAPI · Schema

CricAPI Player

A cricket player object as returned by the CricAPI players and players_info endpoints

CricketSportsLive ScoresPlayer StatisticsMatch DataFantasy CricketBall-By-BallTeam RankingsSchedulesSports Data

Properties

Name Type Description
id string Unique GUID identifier for this player
name string Full name of the player
country string Country the player represents
dateOfBirth string Date of birth (present in players_info response)
role string Player's role on the field
battingStyle string Batting style of the player
bowlingStyle string Bowling style of the player
placeOfBirth string City or region where the player was born
View JSON Schema on GitHub

JSON Schema

cricapi-player-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cricapi/main/json-schema/cricapi-player-schema.json",
  "title": "CricAPI Player",
  "description": "A cricket player object as returned by the CricAPI players and players_info endpoints",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique GUID identifier for this player"
    },
    "name": {
      "type": "string",
      "description": "Full name of the player"
    },
    "country": {
      "type": "string",
      "description": "Country the player represents"
    },
    "dateOfBirth": {
      "type": "string",
      "description": "Date of birth (present in players_info response)"
    },
    "role": {
      "type": "string",
      "description": "Player's role on the field",
      "examples": ["Batsman", "Bowler", "All-Rounder", "Wicket Keeper"]
    },
    "battingStyle": {
      "type": "string",
      "description": "Batting style of the player",
      "examples": ["Right-hand bat", "Left-hand bat"]
    },
    "bowlingStyle": {
      "type": "string",
      "description": "Bowling style of the player",
      "examples": ["Right-arm medium", "Left-arm orthodox", "Right-arm off break"]
    },
    "placeOfBirth": {
      "type": "string",
      "description": "City or region where the player was born"
    }
  },
  "required": ["id", "name"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cricapi-player"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.