Boxing GlovesBoxing Data
Use-Case DemoScoring Apps

Oleksandr Usyk vs Tyson Fury

May 18, 2024 • Kingdom Arena, Riyadh, Saudi Arabia • Usyk W SD 12

This illustrates how the API's GET /v2/fights/<fight_id> response powers round-by-round scoring overlays — only the punch-stat fields needed for scoring are shown.

Tyson Fury

157

punches landed of 496

32% accuracy

Oleksandr Usyk

170

punches landed of 407

42% accuracy

Round-by-Round Punches

RndTyson FuryvsOleksandr Usyk
LandedAcc%LandedAcc%
19/3724%·8/1844%
213/4033%·15/2658%
315/4633%·12/3238%
416/4833%·13/4132%
522/5540%·12/3040%
620/4842%·10/2836%
712/4328%·13/3043%
88/3324%·16/3941%
916/4139%·24/4553%
104/3213%·16/3842%
1112/3238%·13/3339%
1210/4124%·18/4738%
Total157/49632%170/40742%

What the API returns for this endpoint

GET /v2/fights/<fight_id>
→ { rounds: [{ round, fighter1: { landed, thrown, jab_landed, ... }, fighter2: { ... } }] }

Only the fields used for scoring are shown here. The full response also includes jab/power split per round.