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 |
|---|---|---|
| TV | ||
| GET |
getMatchTVCountries /api/tv/country/all/event/{id} |
Lists the countries and the TV channels within them that are broadcasting a specific match. |
| GET |
getTVChannelSchedule /api/tv/channel/{id}/schedule |
Retrieves the broadcast schedule for a specific TV channel. |
| GET |
getMatchTVChannelVotes /api/tv/channel/{channId}/event/{id} |
Fetches viewer voting data from a specific TV channel that is broadcasting the match. |
| GET |
getCountryTVChannels /api/tv/country/{countryCode}/channels |
Retrieves available TV channels for a specific country. |
| Media | ||
| GET |
getCountryFlagImgAPI /api/country/{code}/flag |
Fetches the flag image from the image API by country code. |
| GET |
getCountryFlag /api/img/flag/{flag} |
Fetches the PNG flag image asset corresponding to a provided country code. The response is the raw image data. |
| Placeholders | ||
| GET |
getPlaceholderTournamentSvg /api/placeholder/tournament.svg |
Returns a static placeholder graphic for a tournament. The response is an SVG image. |
| GET |
getPlaceholderManagerPng /api/placeholder/manager.png |
Returns a static placeholder graphic for a manager. The response is an SVG image. |
| GET |
getPlaceholderTournamentPng /api/placeholder/tournament.png |
Returns a static placeholder graphic for a tournament. The response is an SVG image. |
| GET |
getPlaceholderPlayerPng /api/placeholder/player.png |
Returns a static placeholder graphic for a player. The response is an SVG image. |
| GET |
getPlaceholderManagerSvg /api/placeholder/manager.svg |
Returns a static placeholder graphic for a manager. The response is an SVG image. |
| GET |
getTeamPlaceholderImage /api/placeholder/team.svg |
Returns a static placeholder graphic for a team. The response is an SVG image. |
| GET |
getPlaceholderPlayerSvg /api/placeholder/player.svg |
Returns a static placeholder graphic for a player. The response is an SVG image. |
| Calendar | ||
| GET |
getCalendarDaysWithEvents /api/calendar/season/{seasonId}/{year}/days-with-events |
Retrieves days that have events for a specific season and year. |
| Categories | ||
| GET |
getCricketMatchesByCategoryAndDate /api/cricket/category/{id}/events/{day}/{month}/{year} |
Retrieves all cricket matches for a specific category on a given date. |
| GET |
getCategoryImage /api/category/{categoryId}/image |
Retrieves the image/logo for a sport category. |
| Config | ||
| GET |
getAllCountries /api/countries/all |
Retrieves a list of all available countries. |
| Rankings | ||
| GET |
getTeamRankings /api/rankings/team/{teamId} |
Retrieves rankings for a specific team. |
| Search | ||
| GET |
searchUniqueTournaments /api/search/unique-tournaments |
Searches for unique tournaments. |
| GET |
getSearchSuggestions /api/search/suggestions/{entityType} |
Retrieves search suggestions for a specific entity type. |
| GET |
searchByEntityType /api/search/{entityType} |
Searches for entities of a specific type. |
| GET |
searchAllEntities /api/search/all |
Searches across all entity types (teams, players, tournaments). |
| GET |
searchCricketEntities /api/cricket/search/{term} |
Searches for cricket teams, players, and tournaments. |
| Tournaments | ||
| GET |
getCricketTournamentCategories /api/cricket/tournament/categories |
Retrieves a list of all available cricket tournament categories, typically corresponding to countries or regions. |
| GET |
getCricketTournamentMedia /api/cricket/tournament/{tournamentId}/media |
Retrieves media content (e.g., videos, images) for a specific tournament. |
| GET |
getTournamentUpcomingMatches /api/cricket/tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Retrieves a paginated list of scheduled upcoming matches in a specific tournament season. |
| GET |
getTournamentFeaturedEvents /api/cricket/tournament/{tournamentId}/featured-events |
Retrieves featured/highlighted events for a tournament. |
| GET |
getTournamentImage /api/cricket/tournament/{tournamentId}/image |
Retrieves the logo image for a specific tournament. |
| GET |
getTournamentDarkLogo /api/cricket/tournament/{tournamentId}/image/dark |
Retrieves the dark theme logo image for a specific tournament. |
| GET |
getTournamentTotalStandings /api/cricket/tournament/{tournamentId}/season/{seasonId}/standings/total |
Retrieves the complete standings table for all teams in a specific tournament season. |
| GET |
getTournamentLastMatches /api/cricket/tournament/{tournamentId}/season/{seasonId}/matches/last/{page} |
Retrieves a paginated list of recently played matches in a specific tournament season. |
| GET |
getTournamentWinners /api/cricket/tournament/{tournamentId}/winners |
Retrieves historical winners of a tournament. |
| GET |
getCricketTournamentDetails /api/cricket/tournament/{tournamentId} |
Retrieves comprehensive details for a specific cricket tournament. |
| GET |
getTotalTeamEventsForCricketTournamentSeason /api/cricket/tournament/{tournamentId}/season/{seasonId}/team-events/total |
Retrieves aggregated team performance statistics for all games in a tournament season. |
| GET |
getTournamentSeasonVenues /api/cricket/tournament/{tournamentId}/season/{seasonId}/venues |
Retrieves all venues used in a tournament season. |
| GET |
getTournamentEventsOnDate /api/cricket/tournament/{tournamentId}/scheduled-events/{date} |
Retrieves all events for a tournament on a specific date. |
| GET |
getPlayerStatisticsInfo /api/cricket/tournament/{tournamentId}/season/{seasonId}/player-statistics/types |
Retrieves available player statistic categories for a tournament season. |
| GET |
getCricketScheduledTournamentsByDate /api/cricket/scheduled-tournaments/{day}/{month}/{year}/page/{page} |
Retrieves a paginated list of tournaments that have scheduled cricket matches for a specific date. |
| GET |
getTournamentTopPlayers /api/cricket/tournament/{tournamentId}/season/{seasonId}/top-players |
Retrieves the best performing players in a specific tournament season. |
| GET |
getCricketTournamentSeasons /api/cricket/tournament/{tournamentId}/seasons |
Retrieves a list of all available seasons for a specific tournament. |
| GET |
getTournamentMatchesByDate /api/cricket/tournament/{tournamentId}/schedules/{day}/{month}/{year} |
Retrieves all matches for a specific tournament scheduled on a given date. |
| GET |
getTournamentsByCategory /api/cricket/tournament/all/category/{id} |
Retrieves all unique tournaments within a specific cricket category. |
| Matches | ||
| GET |
getMatchLineups /api/cricket/match/{id}/lineups |
Retrieves the starting lineups and substitutes for both teams in a specific match. |
| GET |
getMatchFormAnalysis /api/cricket/match/{id}/form |
Retrieves pre-game form and recent performance data for the teams in a specific match. |
| GET |
getCricketMatchesByDate /api/cricket/matches/{day}/{month}/{year} |
Deprecated — the flat per-date feed is being retired. Assemble the day per competition instead — list categories then call /api/{sport}/category/{id}/events/{day}/{month}/{year},… |
| GET |
getCricketMatchGraph /api/cricket/match/{id}/graph |
Retrieves data points for the match graph, showing runs per over for both teams. |
| GET |
getLiveCricketMatches /api/cricket/matches/live |
Retrieves all currently live cricket matches. |
| GET |
getCricketMatchDetails /api/cricket/match/{id} |
Retrieves detailed information for a specific cricket match by its ID. |
| GET |
getEventOfficialTweets /api/cricket/match/{id}/official-tweets |
Retrieves official social media posts related to an event. |
| GET |
getEventGraphSequence /api/cricket/match/{id}/graph/sequence |
Retrieves the momentum/pressure graph sequence data for a match. |
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 |
|