Fighter Endpoint
This endpoint returns detailed information for a given fighter, including basic result info on all of their UFC fights. This information is kept up to date every 5 minutes.
Endpoint URL
https://dde-api.data.imgarena.com/mma/fighters/{id}
Required Headers
Key
Value
Accept
application/vnd.imggaming.dde.api+json;version=1
Content-Type
application/json
Authorization
Bearer eyvhaoudfgpdfgo*
Response Model:
Fighters Object
Field Name
Type
Description
leftstanceImage
string
a link to an image of the fighter in their left stance
weight
float
the weigh in weight, in lb, of the fighter. Will be null if unknown.
reach
float
the reach, in inches, of the fighter. Will be null if unknown.
fights
array
the number of fights that the fighter has participated in
currentWinStreak
integer
the number of consecutive fights been won
headshotImage
string
a link to the headshot image of the fighter
rightStanceImage
string
a link to an image of the fighter in their right stance
dob
date
the date of birth of the fighter
weightClass
object
an object containing information on the fighters weight class
fightsOutOf
string
the city, state, country code of where the fighter currently fights out of
height
integer
the height, in inches, of the fighter. Will be null if unknown.
winByMethod
object
an object containing a detailed breakdown of the fighters win
country
string
country of the fighter
age
integer
the age of the fighter
accolades
array
detailed information on the belt
lastName
string
the last name of the fighter
stance
string
the stance of the fighter. Possible values; Orthodox, Southpaw, Switch, Open. Will be null if unknown.
firstName
string
the first name of the fighter
nickName
string
the nickname of the fighter
ufcLink
string
rankings
array
detailed information about the rank of the fighter (will be empty if the fighter isn't ranked)
averageFightTime
integer
the avg duration of the fights the fighter has participated in
born
string
the city, state, country code of where the fighter was born
record
object
detailed information of the fighters record
sigStrikesAccuracy
Float
Percentage: Career Significant Strikes Landed / Career Significant Strikes Attempted
ufcBonus
Array
Object containing UFC performance awards given at the discretion of the UFC. All elements always appear with a minimum value of 0.
sigStrikesPerMin
Float
Significant strikes landed per minute
careerOffensiveBreakdown
Array
Object containing the fighters career offensive breakdown. Note this is percentage breakdown of a fighters Strikes landed, takedown landed and submission attempted equaling 100%
takedownsDefense
Float
Percentage: One minus Takedowns landed by opponents divided by takedowns attempted by opponents.
takedownAccuracy
Float
takedown accuracy averaged per 15 minutes of fight time.
takedownAvg
Float
Takedowns landed averaged per 15 minutes of fight time.
sigStrikesAbsorbed
Float
Significant Strikes Absorbed per Minute.
sigStrikesDefense
Float
Percentage: Opponent Career Significant Strikes landed / Opponent Career Significant Strikes Attempted
submissionsAverage
Float
submission averaged per 15 minutes of fight time.
Fight Array (for historical results)
Field Name
Type
Description
weight
decimal
The fighter’s weight for that fight
eventName
string
The name of the event where the fight took place
titleFight
boolean
True if the fight was for a title
result
string
“redwon”, “bluewon”, “draw”, “nocontest”
dateTime
string
Date/Time of the fight
finishMethod
object
detailed information on the finish method of the fight
fightcardId
int
Id of the fightcard where the fight took place
opponent
object
Fighter ID, name & their record info at the time of the fight
title
string
What title the fight was for (if applicable)
Finish Method Object:
Field Name
Type
Description
type
string
the finish method type
submission
string
the specific type of submission used
Opponent Object
Field Name
Type
Description
fighterId
int
The ID of the fighter
lastName
string
The last name of the fighter
firstName
string
The first name of the fighter
nickName
string
the nickname of the fighter
record
object
The fighter’s record at the time of the fight
Record Object
Field Name
Type
Description
wins
integer
Their number of wins in the UFC
losses
integer
Their number of losses in the UFC
draws
integer
Their number of draws in the UFC
noContests
integer
Their number of no contests in the UFC
Weightclass Object
Field Name
Type
Description
weight
string
the weight range, in lb, of the weightclass of the fighter
description
string
description of the weightclass of the fighter
id
integer
ID of the weightclass of the fighter
obsolete
boolean
new field required further clarification
abbreviation
string
abbreviated description of the weightclass of the fighter
WinByMethod Object
Field Name
Type
Description
kotkoWins
integer
number of wins by ko/tko
submissionWins
integer
number of wins by submission
decisionWins
integer
number of wins by decision
otherWins
integer
number of wins by other means i.e. disqualification
Ranking Array
Field Name
Type
Description
weightClass
object
id/name of the weightclass
previousRank
integer
The fighter’s previous rank within that weightclass
interimChampion
boolean
True if the fighter is the interim champion of that weightclass
rank
integer
The fighter’s rank within that weightclass
Weightclass Object
Field Name
Type
Description
id
integer
the id of the specified weight class
name
string
the name of the weightclass
Record Object
Field Name
Type
Description
wins
integer
The number of wins for that fighter
losses
integer
The number of losses for that fighter
draws
integer
The number of draws for that fighter
noContests
integer
The number of no contests for that fighter
UFC Bonus Object
fightOfTheNight
integer
Number of times fighter has received "fight of the night" award.
koOfTheNight
integer
Number of times fighter has received "KO of the night" award.
performanceOfTheNight
integer
Number of times fighter has received "performance of the night" award.
submissionOfTheNight
integer
Number of times fighter has received "submission of the night" award.
total
integer
Total of number of bonus won
Career Offensive Breakdown Object
strikesLanded
Float
Career percentage of strikes landed
submissionsAttempted
Float
Career percentage of submissions attempted
takedownsLanded
Float
Career percentage of takedown landed
Sample Response
Last updated
Was this helpful?