CricketAPI
Cricket live score service at CricketApi allows you to follow real time cricket results, standings and fixtures. Live matches from cricket leagues has ball by ball coverage for every inning and detailed tables for fall of the wicket and partnership. All of that is available for the most popular leagues and cups: Indian Premier League, Champions League Twenty20, Big Bash League, Caribbean Premier…
CricketAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| AllSports | ||
| GET |
TournamentPlaceholderImage /api/placeholder/tournament.png |
Get the tournament placeholder image in PNG format. |
| GET |
ManagerPlaceholderImage /api/placeholder/manager.png |
Get the manager placeholder image in PNG format. |
| GET |
CategoryFlag /api/img/flag/{flag} |
Get the flag image of a specific category in PNG format. |
| GET |
TVCountries /api/tv/country/all/event/{id} |
Get a list of countries and their respective TV channels broadcasting a specific Football match. |
| GET |
get-player-placeholder /api/placeholder/player.png |
Get the player placeholder image in PNG format. |
| GET |
MatchTvChannelDetails /api/tv/channel/{channId}/event/{id} |
Get the details of a specific TV channel broadcasting a specific Football match. |
| GET |
TeamPlaceholderImage /api/placeholder/team.svg |
Get the team placeholder image in SVG format. |
| Match | ||
| GET |
MatchSchedules /api/cricket/matches/{day}/{month}/{year} |
This operation returns the cricket match schedules for the given date, including match timings, teams, and other relevant information. |
| GET |
MatchLineups /api/cricket/match/{id}/lineups |
Get the lineups for a specific Cricket match using its match ID. |
| GET |
PreMatchForm /api/cricket/match/{id}/form |
Get pre-match form information for a specific cricket match. |
| GET |
MatchGraph /api/cricket/match/{id}/graph |
Get detailed graph for a specific cricket match by providing the match ID. |
| GET |
MatchOdds /api/cricket/match/{id}/odds |
Get the odds for a specific cricket match. |
| GET |
MatchInnings /api/cricket/match/{id}/innings |
Get the innings for a specific Cricket match using its match ID. |
| GET |
MatchDetails /api/cricket/match/{id} |
Get detailed information for a specific cricket match by providing the match ID. |
| GET |
HeadToHeadMatches /api/cricket/match/{customId}/h2h |
Get head-to-head match data for a specific Cricket match using its custom ID. |
| GET |
MatchIncidents /api/cricket/match/{id}/incidents |
Get the incidents for a specific Cricket match using its match ID. |
| GET |
MatchH2HDuel /api/cricket/match/{id}/duel |
Get head-to-head duel information for a specific cricket match. |
| GET |
LiveMatches /api/cricket/matches/live |
Get live cricket matches that are currently taking place. |
| GET |
MatchVotes /api/cricket/match/{id}/votes |
Get the votes for a specific cricket match. |
| Player | ||
| GET |
PlayerNearMatches /api/cricket/player/{id}/matches/near |
Get a list of upcoming and recent matches for a cricket player using their player ID. |
| GET |
PlayerDetails /api/cricket/player/{id} |
Get detailed information about a cricket player using their player ID. |
| GET |
PlayerImage /api/cricket/player/{playerId}/image |
Get the image of a cricket player as a PNG file using their player ID. |
| GET |
PlayerStatisticsSeasons /api/cricket/player/{id}/statistics/seasons |
This operation returns the statistics for a given cricket player by season. |
| GET |
PlayerLastMatches /api/cricket/player/{id}/matches/previous/{page} |
Get the last matches for a cricket player by specifying the player ID and the page number (starting from 0). |
| GET |
PlayerOverallStatistics /api/cricket/player/{id}/tournament/{tournamentId}/season/{seasonId}/statistics/overall |
Get the overall statistics for a specific cricket player for a given tournament and season. |
| Team | ||
| GET |
TeamPlayersStatisticsSeasons /api/cricket/team/{id}/players/statistics/seasons |
Get a list of seasons with player statistics for a cricket team using their team ID. |
| GET |
TeamNearMatches /api/cricket/team/{id}/matches/near |
Get a list of cricket matches that the team with the specified ID has in the near future. |
| GET |
TeamMedia /api/cricket/team/{id}/media |
Get media for a cricket team using their team ID. |
| GET |
TeamDetails /api/cricket/team/{id} |
Get detailed information about a cricket team using their team ID. |
| GET |
TeamTournaments /api/cricket/team/{id}/tournaments |
Get a list of unique tournaments for a specific Cricket team by providing its team ID. |
| GET |
TeamNextMatches /api/cricket/team/{id}/matches/next/{page} |
Get the next matches for a cricket team by specifying the team ID and the page number (starting from 0). |
| GET |
TeamPlayers /api/cricket/team/{id}/players |
Get a list of players for a cricket team using their team ID. |
| GET |
TeamLogoImage /api/cricket/team/{teamId}/image |
Get the logo image for a cricket team in PNG format, using the team's ID. |
| GET |
TeamLastMatches /api/cricket/team/{id}/matches/previous/{page} |
Get the last matches for a cricket team by specifying the team ID and the page number (starting from 0). |
| GET |
TeamStandingsSeasons /api/cricket/team/{id}/standings/seasons |
Get the standing seasons for a cricket team by specifying the team ID. |
| League | ||
| GET |
LeagueTotalTeamEvents /api/cricket/tournament/{tournamentId}/season/{seasonId}/team-events/total |
Get the total team events for a specific Cricket league for a given season by providing its unique tournament ID and season ID. |
| GET |
Categories /api/cricket/tournament/categories |
Get a list of all cricket categories. |
| GET |
CategorySchedules /api/cricket/category/{id}/events/{day}/{month}/{year} |
Get cricket schedules of a specific day for a given category. |
| GET |
CategoryTournaments /api/cricket/tournament/all/category/{id} |
Get all cricket leagues associated with a specific category. |
| GET |
TounamentSchedules /api/cricket/tournament/{id}/schedules/{day}/{month}/{year} |
Get cricket schedules of a specific day for a given unique tournament. |
| GET |
LeagueOverallTopPlayers /api/cricket/tournament/{tournamentId}/season/{seasonId}/top-players |
Get the overall top players for a specific cricket league in a given season, including player statistics and other relevant information. |
| GET |
LeagueNextMatches /api/cricket/tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Get a list of next matches for a cricket league using the tournament ID, season ID, and page number. |
| GET |
LeagueMedia /api/cricket/tournament/{tournamentId}/media |
Get media of a cricket league using the unique tournament ID. |
| GET |
LeagueTotalStandings /api/cricket/tournament/{tournamentId}/season/{seasonId}/standings/total |
Get the total standings for a specific Cricket league for a given season by providing its unique tournament ID and season ID. |
| GET |
LeagueLastMatches /api/cricket/tournament/{tournamentId}/season/{seasonId}/matches/last/{page} |
Get a list of last matches for a cricket league using the tournament ID, season ID, and page number. |
| GET |
LeagueLogoImage /api/cricket/tournament/{tournamentId}/image |
Get the logo image for a cricket league in PNG format, using the league's ID. |
| GET |
LeagueDetails /api/cricket/tournament/{tournamentId} |
Get details of a cricket league using the unique tournament ID. |
| GET |
LeagueSeasons /api/cricket/tournament/{tournamentId}/seasons |
Get a list of seasons for a cricket league using the unique tournament ID. |
| Other endpoints | ||
| GET |
Search /api/cricket/search/{term} |
Search cricket players, teams, and tournaments using a search term. |
CricketAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 4 / second |
|
| PRO | $9.99 / month | 6 / second |
|
| ULTRA | $14.99 / month | 8 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|