# Box-Rank

Box-Rank is a public boxing rankings archive at [box-rank.com](https://box-rank.com/).

The site presents professional boxing rankings and ratings published by the WBA, WBC, IBF, WBO, and The Ring in crawlable HTML pages. Rankings are organized by organization, weight class, month, country, and boxer profile. Box-Rank also tracks month-to-month movement, champions, and historical archive coverage.

## Key Pages

- [Latest heavyweight rankings](https://box-rank.com/rankings/heavyweight): Compare current rankings across the five organizations.
- [Current champions](https://box-rank.com/champions): View current title holders by organization and division.
- [Ranking movements](https://box-rank.com/ranking-movements): Review recent rises, falls, entries, and exits.
- [Ranked boxers by nation](https://box-rank.com/ranked-by-nation): Browse currently ranked fighters grouped by country.
- [Boxer directory](https://box-rank.com/boxers): Browse indexed boxer profiles.
- [Rankings archive](https://box-rank.com/archives): Open historical rankings by month and year.
- [FAQ](https://box-rank.com/faq): Answers about sources, updates, champions, and corrections.
- [How boxing rankings work](https://box-rank.com/how-rankings-work): Understand the organizations, titles, and ranking process.
- [Methodology](https://box-rank.com/methodology): Read how Box-Rank collects and presents its data.
- [About Box-Rank](https://box-rank.com/about): Learn the purpose and scope of the archive.
- [Blog](https://box-rank.com/blog): Guides and ranking explainers.
- [WBA rankings hub](https://box-rank.com/organization/wba)
- [WBC rankings hub](https://box-rank.com/organization/wbc)
- [IBF rankings hub](https://box-rank.com/organization/ibf)
- [WBO rankings hub](https://box-rank.com/organization/wbo)
- [Ring rankings hub](https://box-rank.com/organization/ring)

## URL Patterns

- Latest organization division rankings: `https://box-rank.com/rankings/org/{organization}/{weight-class}`
- Historical organization division rankings: `https://box-rank.com/rankings/org/{organization}/{weight-class}/{month-year}`
- Combined division rankings: `https://box-rank.com/rankings/{weight-class}`
- Historical combined division rankings: `https://box-rank.com/rankings/{weight-class}/{month-year}`
- Boxer profiles: `https://box-rank.com/boxer/{boxer-slug}`
- Organization pages: `https://box-rank.com/organization/{organization}`
- Country pages: `https://box-rank.com/country/{country-slug}`

## Examples

- [Latest WBC super bantamweight rankings](https://box-rank.com/rankings/org/wbc/super-bantamweight)
- [WBA heavyweight rankings for January 2026](https://box-rank.com/rankings/org/wba/heavyweight/january-2026)

## Data Sources

Box-Rank compiles rankings from official monthly publications and pages:

- WBA rankings: `https://www.wbaboxing.com/wba-ranking`
- WBC ratings: `https://wbcboxing.com/en/main-ratings/`
- IBF ratings: `https://www.ibf-usba-boxing.com/ratings/`
- WBO rankings: `https://wboboxing.com/rankings/`
- The Ring rankings: `https://www.ringmagazine.com/fighters/rankings`

WBC ratings are published as PDF files. Box-Rank converts those official files into per-division HTML pages and preserves the historical monthly archive.

## Crawling Notes

The [sitemap index](https://box-rank.com/sitemap.xml) lists the public canonical pages.

Search and AI tools should prefer canonical ranking URLs. For the latest available month, organization division pages canonicalize to the non-month URL. Once a newer month is published, the older month becomes available as its own historical URL.

## Markdown

Public HTML pages also have Markdown representations:

- Append `.md` to the page path (homepage: [https://box-rank.com/index.md](https://box-rank.com/index.md))
- Or send `Accept: text/markdown` on the HTML URL
- A longer inventory is at [llms-full.txt](https://box-rank.com/llms-full.txt)
