Rankings Endpoint
This endpoint returns information on all rankings, split into rankings per weightclass. This information is kept up to date every hour.
Endpoint URLs:
Legacy - https://dde-api.data.imgarena.com/mma/rankings (decommissioning on 30th Sept 2026)
NEW - https://dde-api.data.srarena.io/mma/rankings
Required Headers
Accept
application/vnd.imggaming.dde.api+json;version=1
Content-Type
application/json
Authorization
Bearer eyvhaoudfgpdfgo*
Request Parameters
This endpoint can be requested just by requesting the rankings for a certain weightclass. e.g. &weightclass={weightclassId}.
Response Model:
PoundForPound Object
poundForPound
array
contains the pound for pound ranking for all fighters. information is only returned back when a weight class isn't specified
weightClasses
object
contains details of the given weight class
fighterRankings
array
contains details about the rankings for a given weight class
poundForPound Array
rank
integer
the rank of the current fighter
lastName
string
the last name of the fighter
firstName
string
the first name of the fighter
nickName
string
the nickname of the fighter
Id
integer
the ID of the fighter
interimChampion
boolean
true if the fighter is interim champion
previousRank
integer
the previous rank of the fighter
record
object
the fighters ufc W/L/D/NC record in the UFC
Record Object
wins
integer
The number of wins in the UFC for that fighter
losses
integer
The number of losses in the UFC for that fighter
draws
integer
The number of draws in the UFC for that fighter
noContests
integer
The number of no contests in the UFC for that fighter
Weightclasses Object
weight
string
The weight range of the weightclass, in LB
description
string
A description of the weightclass
id
int
The ID of the weightclass
obsolete
bool
Boolean, true if no longer used in UFC
abbreviation
string
Abbreviation of the weightclass
Fighter Info Object:
rank
string
The current rank 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
id
int
the id of the fighter.
previousRank
integer
The previous rank of the fighter
interimChampion
boolean
True if fighter is the interim champion
record
object
The fighter’s UFC W/L/D/NC record in the UFC
Record Object
wins
integer
The number of wins in the UFC for that fighter
losses
integer
The number of losses in the UFC for that fighter
draws
integer
The number of draws in the UFC for that fighter
noContests
integer
The number of no contests in the UFC for that fighter
Sample Response
Last updated
Was this helpful?