ConsoleCatalog
Sign in
ESPNcricinfo logo

ESPNcricinfo

espncricinfo.comSportsno auth

Live cricket scores, scorecards, batting and bowling stats.

Live Matches Listing

ASYNCREADNo auth

Returns currently live or latest cricket matches with team names, match IDs, series metadata, and status.

ParametersFormJSON

Content language code for the matches feed (e.g. en)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_espncricinfo_live_matches_listing",
    "params": {
      "lang": "en"
    }
  }'