Cricket Highlights API
Get ready for real time Cricket match statistics, live scores, match predictions, live events, highlights, game recaps, fouls, and post-match interviews on a global scale. Integrate a wide spectrum of pre-match and live game odds into your projects for a complete sports data solution.
Cricket Highlights API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cricket.Matches | ||
| GET |
MatchesController_getMatches /matches |
> Refresh interval: Once a minute > Route returns only general match information. For additional match details check the `matches/{matchId}` route. Retrieve a list of matches… |
| GET |
MatchesController_getMatchById /matches/{id} |
Retrieve detailed match information by specifying the match id path parameter. Fetched data will include additional details such as venue information, weather forecast,… |
| Cricket.Bookmakers | ||
| GET |
CricketBookmakersController_getBookmakers /bookmakers |
> Refresh interval: Once a day Retrieve a list of supported bookmakers. There are two important parameters that are used to navigate through the pagination. The `limit` parameter… |
| GET |
CricketBookmakersController_getBookmakerById /bookmakers/{id} |
Retrieve bookmaker information by specifying the bookmaker id path parameter. > Note: Used to check whether a bookmaker still exists or had its information updated. |
| Cricket.Odds | ||
| GET |
CricketOddsController_getOddsV2 /odds |
> Prematch odds refresh interval: Multiple times a day > Live odds refresh interval: Once every 10 minutes > Note: Endpoint is not available in the Basic/Free plan. Retrieve a… |
| Cricket.Standings | ||
| GET |
CricketStandingsController_getStandings /standings |
> Refresh interval: Up to an hour after a match for the associated league and season is finished Retrieve standings data for a specific league, conference or division. Endpoint… |
| Cricket.Countries | ||
| GET |
CountriesController_getAllCountries /countries |
> Refresh interval: Once a day Retrieve a list of countries that are supported by the API. By utilising the `name` query parameter you can check whether a specific country exists… |
| GET |
CountriesController_getCountryById /countries/{countryCode} |
> Refresh interval: Once a day Retrieve associated country details by specifying the country code path parameter. The path parameter should follow the `ISO 3166` standard.… |
| Cricket.Teams | ||
| GET |
TeamsController_getTeams /teams |
Retrieve a list of teams that are supported by the API. By utilising either the `name` or `abbreviation` query parameter you can check whether a specific team exists or simply… |
| GET |
TeamsController_getTeamById /teams/{id} |
Retrieve team information by specifying the team id path parameter. > Note: Used to check whether a team still exists or had its information updated. |
| Cricket.Leagues | ||
| GET |
LeaguesController_getLeagueById /leagues/{id} |
Retrieve league information by specifying the league id path parameter. > Note: Used to check whether a league still exists or had its information updated. |
| GET |
LeaguesController_getLeagues /leagues |
> Refresh interval: Multiple times a day Retrieve a list of leagues. By utilising the `leagueName` query parameter you can check whether a specific league exists or simply… |
| Cricket.Players | ||
| GET |
CricketPlayersController_getPlayerStatistics /players/{id} |
> Refresh interval: Once a day Retrieve detailed player summary for specified `playerId`. Detailed player summary consists of the following information: | Type | Description | |… |
| GET |
CricketPlayersController_getPlayers /players |
> Refresh interval: Once a day > This endpoint returns only general player information. For detailed career statistics use the dedicated player detail endpoints. Retrieve a list… |
| Cricket.Highlights | ||
| GET |
HighlightsController_getGeoRestrictions /highlights/geo-restrictions/{id} |
> Refresh interval: Once an hour > Note: Endpoint is not available in the Basic/Free plan. Geo restrictions are a plague that have been around for quite a while. They restrict… |
| GET |
HighlightsController_getHighlights /highlights |
> Refresh interval: Once a minute > Note: Certain highlights might be uploaded whilst the game is playing. Full game recaps tend to be uploaded anywhere from 1 to 48 hours after… |
| GET |
HighlightsController_getHighlightById /highlights/{id} |
Retrieve highlight information by specifying the highlight id path parameter. > Note: Used to check whether a highlight still exists or had its information updated. |
| Cricket.Head 2 Head | ||
| GET |
CricketHead2HeadController_getHead2HeadData /head-2-head |
Retrieve a list of the **last ten** head 2 head games between two teams. Compare the two teams to find out who is stronger based on their past match results. Specify `teamIdOne`… |
| Cricket.Last Five Games | ||
| GET |
CricketLastFiveGamesController_getLastFiveGames /last-five-games |
> Refresh interval: Immediately once a game is considered finished Retrieve a list of the **last five finished** games for a specific team. If a game was not finished (e.g. was… |
Cricket Highlights API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | 12 / second |
|
| ULTRA Recommended | $16.99 / month | 20 / second |
|
| MEGA | $39.99 / month | 100 / second |
|