UFC Fighters
The API that contains all UFC fighters Returns in JSON format. Each entry contains: first name, last name, nickname, weight, weight class, height, reach, stance, wins, losses, draws, belt
UFC Fighters endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_fighters_by_weight_class /fighters/by_weight_class/{weight_class} |
Get all fighters in weight class Options: strawweight, flyweight, bantamweight, featherweight, lightweight, welterweight, middleweight, lightheavyweight, heavyweight |
| GET |
get_champions /fighters/champions |
Get current champions of all weight classes in the UFC |
| GET |
get_fighter_by_name /fighters/search |
Get fighter with query strings first_name and last_name |
| GET |
get_all_fighters /fighters/all |
Returns all UFC fighters |
| GET |
get_random_fighter /fighters |
Get a random UFC fighter |
| GET |
get_fighter_advanced_stats /fighters/advanced_stats |
Returns the advanced stats of a fighter: SLpM - Significant Strikes Landed per Minute Str. Acc. - Significant Striking Accuracy SApM - Significant Strikes Absorbed per Minute… |
| GET |
get_rankings /rankings/{weight_class} |
Get current rankings of fighters in the UFC Available divisions: "Men's Pound-for-Pound" "Flyweight" "Bantamweight" "Featherweight" "Lightweight" "Welterweight" "Middleweight"… |
| GET |
fighter_search /fighters/search/{name} |
Search for a fighter in the UFC, nicknames are also okay |
| GET |
get_random_fighter /fighters/data/random |
Get a random UFC fighter |
| GET |
get_fighter_advanced_stats /fighters/data |
Get fighter advanced statswith query strings first_name and last_name (must be exact). You can search with the endpoint fighter_search if you are unsure. |
| GET |
get_fighter_history /fighters/fight_history |
Return a list of fights of the fighters Each fight includes: result, opponent, knockdowns, opponent knockdowns, strikes, opponent strikes, takedowns, opponent takedowns,… |
| GET |
get_fight_history /fighters/history |
Return a list of fights of the fighters Each fight includes: result, opponent, knockdowns, opponent knockdowns, strikes, opponent strikes, takedowns, opponent takedowns,… |
| GET |
get_champions /fighters/champions |
Get current champions of all weight classes in the UFC |
UFC Fighters pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $1.99 / month | 10 / second |
|