Basketball Highlights API
Get ready for real time Basketball match statistics, live scores, match predictions, 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.
Basketball Highlights API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Basketball.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_getCountryByCountryCode /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.… |
| Basketball.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. Certain popular leagues and their associated matches will have additional data about the `venue`,… |
| Basketball.Highlights | ||
| 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_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_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. |
| Basketball.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… |
| Basketball.Teams | ||
| 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. |
| GET |
TeamsController_getTeamStatistics /teams/statistics/{id} |
> Refresh interval: Immediately once a match is finished. Retrieve team stats for each league and season by specifying the team's `id` path parameter. Requires `fromDate` query… |
| GET |
TeamsController_getTeams /teams |
Retrieve a list of teams that are supported by the API. By utilising the `name` query parameter you can check whether a specific team exists or simply retrieve the associated… |
| Basketball.Bookmakers | ||
| GET |
BasketballBookmakersController_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. |
| GET |
BasketballBookmakersController_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… |
| Basketball.Odds | ||
| GET |
BasketballOddsController_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… |
| Basketball.Last Five Games | ||
| GET |
BasketballLastFiveGamesController_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… |
| Basketball.Head 2 Head | ||
| GET |
BasketballHead2HeadController_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`… |
| Basketball.Standings | ||
| GET |
BasketballStandingsController_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… |
| Basketball.Statistics | ||
| GET |
BasketballStatisticsController_getStatistics /statistics/{matchId} |
> Refresh interval: Once every 5 minutes Retrieve match statistics data by specifying the `matchId` as the path parameter. Below is an example of what you can aim to achieve with… |
| Other endpoints | ||
| GET |
CountriesController_getAllCountries /countries |
Retrieve a list of all supported. |
| GET |
CountriesController_getCountryByCountryCode /countries/{countryCode} |
Retrieve country details by country code. |
| GET |
LeaguesController_getLeagues /leagues |
Retrieve a list of all leagues. |
| GET |
LeaguesController_getLeagueById /leagues/{id} |
Retrieve league details by league id. |
| GET |
TeamsController_getTeams /teams |
Retrieve a list of all teams. |
| GET |
TeamsController_getTeamById /teams/{id} |
Retrieve team details by team id. |
| GET |
BasketballOddsController_getOdds /odds |
Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified. |
| GET |
BasketballBookmakersController_getBookmakerById /bookmakers/{id} |
Retrieve bookmaker details by bookmaker id. |
| GET |
BasketballBookmakersController_getBookmakers /bookmakers |
Retrieve a list of all bookmakers based on passed query parameters. |
| GET |
MatchesController_getMatchById /matches/{id} |
Retrieve match details by match id. |
| GET |
HighlightsController_getHighlightById /highlights/{id} |
Retrieve highlight details by highlight id. |
| GET |
MatchesController_getMatches /matches |
Retrieve a list of all matches. At least one parameter has to be specified. |
| GET |
HighlightsController_getHighlights /highlights |
Retrieve a list of all highlights. |
Basketball 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 / minute |
|