Skip to main content
๐ŸฅŠ Odds API

Boxing Odds API

A real-time boxing odds API covering world title fights and major cards from the leading promoters. Access fight winner, method of victory and round betting markets with pre-fight and live odds.

Start free with 100 requests/hour, no credit card required. Covering 34 sports and 265+ bookmakers.

265+
Bookmakers
11+
Leagues
<150ms
Latency
99.9%
Uptime

Boxing Leagues Covered

From top-tier competitions to lower divisions - we cover boxing leagues at every level worldwide

WBC Title FightsWBA Title FightsIBF Title FightsWBO Title FightsTop RankMatchroom BoxingPremier Boxing Champions (PBC)Queensberry PromotionsGolden Boy PromotionsUndisputed Championship BoutsHeavyweight Title Bouts

Betting Markets & Features

Comprehensive boxing betting data coverage

๐Ÿ“ˆ Betting Markets

  • Fight Winner (Moneyline)
  • Method of Victory
  • Round Betting
  • Total Rounds (Over/Under)
  • Fight Goes the Distance
  • Win by KO/TKO
  • Win by Decision
  • Round Group Betting
  • Draw / Technical Decision

โœ“ API Features

  • Real-time odds from 265+ bookmakers
  • Live round-by-round in-play odds
  • World title and major card coverage
  • Historical odds data available
  • WebSocket for instant updates
  • Method and round prop markets

Top Boxing Bookmakers

Get odds from the most popular sportsbooks for boxing

Bet365

Betfair

DraftKings

FanDuel

BetMGM

1xBet

Unibet

William Hill

Betway

Caesars

View All 265+ Bookmakersโ†’

Get Boxing Odds in Minutes

Simple REST API with JSON responses. Start fetching odds today.

Get Boxing Events & OddsPython
import requests

API_KEY = "your_api_key"

# Get boxing events
events = requests.get(
    "https://api.odds-api.io/v3/events",
    params={"apiKey": API_KEY, "sport": "boxing"}
).json()

# Get odds for an event
odds = requests.get(
    "https://api.odds-api.io/v3/odds",
    params={
        "apiKey": API_KEY,
        "eventId": events[0]["id"],
        "bookmakers": "Bet365,DraftKings,Betfair"
    }
).json()

print(f"Found {len(events)} boxing events")
print(f"Odds: {odds}")
Sample Boxing Odds Response
{
  "id": 65068198,
  "home": "Team A",
  "away": "Team B",
  "date": "2025-01-15T19:30:00Z",
  "sport": {"name": "Boxing", "slug": "boxing"},
  "league": {"name": "WBC Title Fights", "slug": "wbc-title-fights"},
  "bookmakers": {
    "Bet365": [
      {"name": "ML", "odds": [{"home": "2.100", "away": "1.850"}]},
      {"name": "Spread", "odds": [{"hdp": -3.5, "home": "1.900", "away": "1.900"}]}
    ],
    "Betfair": [
      {"name": "ML", "odds": [{"home": "2.150", "away": "1.820"}]}
    ]
  }
}

Popular Use Cases for Boxing Odds API

Arbitrage DetectionOdds Comparison SitesSports AnalyticsBetting AppsTrading AlgorithmsFight Prediction Models

Boxing Odds API FAQ

Common questions about our boxing odds API

What boxing events does the API cover?

Our boxing odds API covers world title fights across all four major sanctioning bodies (WBC, WBA, IBF, WBO) and major cards from promoters including Top Rank, Matchroom, PBC, Queensberry and Golden Boy, depending on bookmaker availability.

Do you provide live in-play boxing odds?

Yes, we provide real-time live odds for boxing bouts with round-by-round updates. Our WebSocket feed delivers odds changes with sub-150ms latency, suitable for live betting and in-fight trading.

Which boxing betting markets are available?

We provide odds for all major boxing markets including Fight Winner (Moneyline), Method of Victory (KO/TKO, Decision), Round Betting, Total Rounds (Over/Under), and Fight Goes the Distance.

Which bookmakers do you cover for boxing?

We cover 265+ bookmakers for boxing odds including Bet365, Betfair, DraftKings, FanDuel, BetMGM, 1xBet, Unibet, William Hill, Betway, and Caesars. Coverage varies by region and event.

Explore Other Sports APIs

Access odds from all major sports through Odds-API.io

Start Using Boxing Odds API Today

Join 10,000+ developers using Odds-API.io for real-time boxing betting data

โœ“No credit card requiredโœ“5,000 requests/hour