Base URL
https://v2.football.sportsapipro.com
Endpoints
Featured Events with Odds
GET /api/odds/featured-events
Returns highlighted matches with pre-match odds from major bookmakers. Great for building a “Today’s Best Odds” section.
Popular Events (Most Bet On)
GET /api/odds/popular-events
Returns the most-bet-on events currently, ranked by betting volume and interest.
Odds Providers by Country
GET /api/odds/providers/{countryCode}
Returns all available odds providers/bookmakers for a specific country.
Two-letter country code in uppercase (e.g., GB, US, DE, NG).
Featured Odds Providers
GET /api/odds/providers/{countryCode}/featured
Returns the top/featured bookmakers for a country — the most popular and well-known providers.
Web Odds Providers
GET /api/odds/providers/{countryCode}/odds
Returns odds providers with web/online presence for a country.
Example Requests
curl -X GET "https://v2.football.sportsapipro.com/api/odds/featured-events" \
-H "x-api-key: YOUR_API_KEY"