combat
rankings
- 1 Jon Jones
- 2 Georges St-Pierre
- 3 Anderson Silva
- 4 Jose Aldo
- 5 Demetrious Johnson
- 6 Alexander Volkanovski
- 7 Valentina Shevchenko
- 8 Daniel Cormier
- 9 Cris Cyborg
- 10 Kamaru Usman
Glicko-2 ratings (± is rating deviation) computed from 39,028 fights across 1,889 fighters.
In literature there is no first; in martial arts there is no second.
文无第一,武无第二
methodology
- source
- Wikipedia fighter pages are scraped into fight records; duplicate A/B-side entries are collapsed into canonical fights.
- model
- Glicko/Elo-style replay. Rankings use all-time score; hover shows live rating.
- inactivity
- Scraped fighters marked active with no fight in over three years are set inactive in the computed snapshot. Active fighters get the small dot.
- weight class
- Curated fighters use seed data; other fighters use the first scraped division after normalization. The main list is pound-for-pound, not per-division.
- outcomes
- No-contests are skipped for rating updates. Draws score 0.5/0.5. Method is stored as metadata but does not change the rating delta.
api
base api.s3nna.dev/combat
GET
/combat/fighters?q=alex&limit=5 list fighters · { fighters, total, limit, offset } GET /combat/fighters/:id single fighter · { ...fighter, fights, rankings } GET /combat/p4p current p4p · { rankings } GET /combat/rankings?weight_class=Lightweight weight-class snapshot · { weightClass, date, rankings } GET /combat/rankings/fighter/:id ranking history · { fighter, rankings }