Discover/boxrec.com API
live

boxrec.com APIboxrec.com

Retrieve boxer stats, career records, KO percentages, and fight histories from BoxRec. Access trending fighters and detailed bout results via 2 endpoints.

Endpoints
2
Updated
14d ago
Try it
The numeric BoxRec ID of the boxer (e.g. '659772' for Oleksandr Usyk, '628407' for Naoya I
api.parse.bot/scraper/40f10f57-6691-4b9a-80e2-859b4cd5a6a2/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/40f10f57-6691-4b9a-80e2-859b4cd5a6a2/get_boxer_stats?boxer_id=659772' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get detailed statistics, division, career span, KO percentage, and recent fight history for a professional boxer by their BoxRec ID. Returns fighter profile data and a list of recent bouts with results.

Input
ParamTypeDescription
boxer_idrequiredstringThe numeric BoxRec ID of the boxer (e.g. '659772' for Oleksandr Usyk, '628407' for Naoya Inoue).
Response
{
  "type": "object",
  "fields": {
    "fighter_info": "object containing id, name, division, bouts, rounds, kos percentage, career span, debut date, and titles",
    "recent_fights": "array of fight objects with date, opponent, result, method, and venue"
  },
  "sample": {
    "data": {
      "fighter_info": {
        "id": "659772",
        "kos": "62.5%",
        "name": "Oleksandr Usyk",
        "bouts": "24",
        "debut": "2013-11-09",
        "career": "2013-2025",
        "rounds": "206",
        "division": "heavy"
      },
      "recent_fights": [
        {
          "date": "Jul 25",
          "venue": "eventboutwiki",
          "method": "",
          "result": "win",
          "opponent": "Daniel Dubois*"
        },
        {
          "date": "Dec 24",
          "venue": "eventboutwiki",
          "method": "",
          "result": "win",
          "opponent": "Tyson Fury"
        }
      ]
    },
    "status": "success"
  }
}

About the boxrec.com API

The BoxRec API provides access to professional boxing data through 2 endpoints covering individual fighter profiles and site-wide trending fighters. The get_boxer_stats endpoint returns a fighter's full career summary — division, total bouts, rounds, KO percentage, debut date, and active titles — alongside a chronological list of recent fights with opponent names, results, methods, and venue details, all keyed by BoxRec's numeric fighter ID.

Fighter Profiles

The get_boxer_stats endpoint accepts a single required parameter, boxer_id, which is the numeric ID BoxRec assigns each fighter (for example, 659772 for Oleksandr Usyk or 628407 for Naoya Inoue). The response returns a fighter_info object covering the fighter's name, weight division, total bouts, total rounds, KO percentage, career span, debut date, and any titles currently held. The recent_fights array pairs with this object, providing a dated log of bouts — each entry includes the opponent name, result, method of victory or defeat, and venue.

Trending Fighters

The get_trending_fighters endpoint takes no parameters and returns up to 30 boxers currently featured as trending on BoxRec. Each entry in the trending_fighters array contains the fighter's numeric BoxRec id and full name. This endpoint is useful for surfacing which fighters are drawing current attention, and the returned IDs can feed directly into get_boxer_stats calls to pull full profiles for any of those fighters.

Coverage Notes

Data covers professional boxing records as maintained on BoxRec. The endpoints expose summary career statistics and recent fight history rather than round-by-round scoring or historical ranking timelines. The boxer_id must be known in advance; there is no search-by-name endpoint in the current API surface.

Common use cases
  • Pull a fighter's KO percentage and total bouts to build comparison tables for upcoming matchups
  • Track career debut dates and division histories for historical analysis of professional boxers
  • Fetch trending fighters daily to populate a boxing news or fantasy sports dashboard
  • Use recent fight results and methods to identify fighters on win streaks or coming off losses
  • Map title holdings from fighter_info.titles to produce division-level championship trackers
  • Seed a fighter database by iterating trending IDs through get_boxer_stats for bulk profile ingestion
  • Correlate venue data from recent_fights with fight outcomes for location-based performance analysis
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does BoxRec have an official developer API?+
BoxRec does not publish an official public developer API. Access to structured boxer data programmatically requires using a third-party data API like this one.
What does `get_boxer_stats` return beyond a win-loss record?+
Beyond win-loss counts, the endpoint returns KO percentage, total rounds, career span, debut date, weight division, current titles held, and a recent_fights array with per-bout details including opponent, result, method (e.g. KO, TKO, UD), and venue.
Can I search for a boxer by name instead of by BoxRec ID?+
Not currently. The API requires a numeric boxer_id for get_boxer_stats. The get_trending_fighters endpoint returns IDs paired with names, which can serve as a starting point. You can fork this API on Parse and revise it to add a name-based search endpoint.
Does the API return historical rankings or pound-for-pound ratings?+
Not currently. The API returns current title holdings and career fight data, but not historical ranking positions or pound-for-pound lists. You can fork this API on Parse and revise it to add a rankings endpoint.
How fresh is the fight data returned by `recent_fights`?+
The data reflects what is currently published on BoxRec. BoxRec records are generally updated within days of a bout occurring, but there is no guaranteed real-time SLA. Very recent fights may not yet appear if BoxRec has not posted them.
Page content last updated . Spec covers 2 endpoints from boxrec.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.