CricAPI · Schema

CricAPI Series

A cricket series object as returned by the CricAPI series and series_info endpoints

CricketSportsLive ScoresPlayer StatisticsMatch DataFantasy CricketBall-By-BallTeam RankingsSchedulesSports Data

Properties

Name Type Description
id string Unique GUID identifier for this series
name string Name and year of the series
startDate string Start date of the series (Month Day format)
endDate string End date of the series (Month Day format)
odi integer Number of ODI matches in this series
t20 integer Number of T20 matches in this series
test integer Number of Test matches in this series
squads integer Number of squads loaded (may be fewer than total if data is pending)
matches integer Number of matches loaded (may be fewer than total if data is pending)
View JSON Schema on GitHub

JSON Schema

cricapi-series-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cricapi/main/json-schema/cricapi-series-schema.json",
  "title": "CricAPI Series",
  "description": "A cricket series object as returned by the CricAPI series and series_info endpoints",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique GUID identifier for this series"
    },
    "name": {
      "type": "string",
      "description": "Name and year of the series",
      "example": "Indian Premier League 2022"
    },
    "startDate": {
      "type": "string",
      "description": "Start date of the series (Month Day format)",
      "example": "Mar 26"
    },
    "endDate": {
      "type": "string",
      "description": "End date of the series (Month Day format)",
      "example": "May 29"
    },
    "odi": {
      "type": "integer",
      "description": "Number of ODI matches in this series",
      "minimum": 0
    },
    "t20": {
      "type": "integer",
      "description": "Number of T20 matches in this series",
      "minimum": 0
    },
    "test": {
      "type": "integer",
      "description": "Number of Test matches in this series",
      "minimum": 0
    },
    "squads": {
      "type": "integer",
      "description": "Number of squads loaded (may be fewer than total if data is pending)",
      "minimum": 0
    },
    "matches": {
      "type": "integer",
      "description": "Number of matches loaded (may be fewer than total if data is pending)",
      "minimum": 0
    }
  },
  "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-series"
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.