WeightClasses Endpoint

This endpoint returns information on all weight classes. This information does not update very often, as weight classes change infrequently.

Endpoint URLs

For all weight classes :

https://dde-api.data.imgarena.com/mma/weightclasses

Required Headers

Key
Value

Accept

application/vnd.imggaming.dde.api+json;version=1

Content-Type

application/json

Authorization

Bearer eyvhaoudfgpdfgo*

Request Parameters

Parameter
Description

org="ufc"

Filter out results based on the organisation, can pass org = "ufc"

Response Model:

Weightclasses Object

Field Name
Type
Description

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

boolean

Boolean, true if no longer used in UFC

abbreviation

string

Abbreviation of the weightclass

organisation

string

the organisation that the weightclass is associated to i,e UFC

Sample Response

Last updated

Was this helpful?