Discover/espncricinfo.com API
live

espncricinfo.com APIespncricinfo.com

Access live cricket scores, ball-by-ball commentary, full scorecards, match details, series fixtures, and news from ESPN Cricinfo via a single API.

Endpoints
6
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/1d60bec3-9a21-42ea-8ee9-e5ef840ba233/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1d60bec3-9a21-42ea-8ee9-e5ef840ba233/get_live_scores' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get current live and recent cricket matches with scores, team details, and match statuses. Returns match objectIds and series objectIds that can be used with get_match_details, get_match_scorecard, and get_match_commentary endpoints.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "matches": "array of match objects with objectId, series, teams, scores, and status"
  },
  "sample": {
    "data": {
      "matches": [
        {
          "state": "LIVE",
          "teams": [
            {
              "team": {
                "name": "Sussex",
                "abbreviation": "SUS"
              },
              "score": "358/9d"
            },
            {
              "team": {
                "name": "Surrey",
                "abbreviation": "SUR"
              },
              "score": "292/2",
              "scoreInfo": "87.3 ov"
            }
          ],
          "title": "17th Match",
          "series": {
            "name": "County Championship Division One",
            "objectId": 1513323
          },
          "status": "Stumps",
          "objectId": 1513342,
          "statusText": "Day 2 - Surrey trail by 66 runs."
        }
      ]
    },
    "status": "success"
  }
}

About the espncricinfo.com API

The ESPN Cricinfo API covers 6 endpoints that expose live match scores, detailed scorecards, ball-by-ball commentary, series fixtures, and a global news feed. Starting with get_live_scores, you get an array of match objects including objectId and series identifiers that chain into get_match_scorecard, get_match_details, and get_match_commentary — giving you a complete picture of any ongoing or recent match.

Live Scores and Match Identification

get_live_scores is the entry point for real-time data. It returns an array of match objects, each containing a match objectId, series identifier, team names, current scores, and match status. These identifiers are required inputs for get_match_details, get_match_scorecard, and get_match_commentary, so the live scores endpoint effectively acts as a discovery layer for the rest of the API.

Scorecards and Match Details

get_match_scorecard returns per-innings batting and bowling lines — individual player statistics broken down by innings. get_match_details goes further, adding squad composition via matchPlayers, closeOfPlay notes, ground information, match officials, and head-to-head history. Both endpoints accept match_id and series_id as required parameters, sourced from either get_live_scores or get_series_fixtures.

Commentary and Fixtures

get_match_commentary returns the comments array (ball-by-ball text), overComments, and currentInningNumber, making it useful for applications that need granular in-play narrative. get_series_fixtures returns fixture groups organized into categories such as Current Cricket, Future Series/Tournaments, and Recently Concluded, with seriesGroups containing series items and associated team images alongside objectId values compatible with the match-level endpoints.

News Feed

get_global_feed provides a paginated news and content feed. Inputs include page and records for pagination control. Each result item carries an id, title, category, and a containers field holding article details. The feed's item count can vary at any given time, and the total available count is returned as a top-level total field.

Common use cases
  • Display live cricket scores and match statuses in a mobile sports app using get_live_scores
  • Build a scorecard viewer that shows batting and bowling statistics per innings via get_match_scorecard
  • Power a ball-by-ball commentary feed for in-play betting or fan engagement tools using get_match_commentary
  • Aggregate squad and player data for fantasy cricket platforms using matchPlayers from get_match_details
  • Show upcoming and recently concluded series schedules using get_series_fixtures fixture groups
  • Drive a cricket news widget or aggregator by paginating through get_global_feed results
  • Track head-to-head match history between teams using the summary data returned by get_match_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ESPN Cricinfo have an official developer API?+
ESPN Cricinfo does not publish a public developer API. There is no official documentation or sign-up page for developer access to its match or scoring data.
What does `get_match_commentary` return, and how is it structured?+
get_match_commentary returns a content object containing a comments array with ball-by-ball text entries, an overComments field grouping commentary by over, a currentInningNumber field, and innings-level metadata. The match object at the top level provides context like teams, scores, and officials for the same match.
Can I look up historical player career statistics through this API?+
Not currently. The API covers match-level player data (batting and bowling lines per innings, squad lists via matchPlayers) for live and recent matches. Historical career aggregates and player profile pages are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting player career data.
How fresh is the live scores data, and are there any coverage gaps?+
get_live_scores reflects current and recent match states as available on ESPN Cricinfo. Coverage depends on which matches ESPN Cricinfo tracks — lower-tier domestic competitions may have limited or delayed data compared to international fixtures and major T20 leagues.
Does the API support filtering matches by format (Test, ODI, T20)?+
get_live_scores and get_series_fixtures do not expose a format filter parameter — they return all available matches and fixture groups. Format information may appear within individual match objects in the response. You can fork this API on Parse and revise the endpoint to add server-side filtering by match format.
Page content last updated . Spec covers 6 endpoints from espncricinfo.com.
Related APIs in SportsSee all →
ncaa.com API
Access live college sports scores, game schedules, detailed boxscores, play-by-play breakdowns, and team statistics across NCAA sports. Search for specific contests and retrieve comprehensive game information for any NCAA sport, division, or team.
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
nfl.com API
Access real-time NFL data including game schedules, scores, player statistics, team rosters, standings, injury reports, fantasy rankings, and the latest news — all from nfl.com.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.