Fightcards Schedule Endpoint

Referee Object

Field Name
Type
Description

id

integer

the ID of the referee

firstName

string

the first name of the referee

lastName

string

the last name of the referee

Accolades Object

Field Name
Type
Description

belt

string

the type of belt

name

string

the title of the belt

Red Team Object

Field Name
Type
Description

fighter1

object

detailed information on the fighter under the red team

rank

string

the fighters current rank. (may appear null if the fighter is not ranked)

accolades

object

-

fighter1 Object

Field Name
Type
Description

reach

decimal

the reach, in inches, of the fighter. Will be null if unknown.

dob

date

the date of birth of the fighter

fightsOutOf

string

the city, state, country, country code of where the fighter currently fights out of

height

integer

the height, in inches, of the fighter. Will be null if unknown.

country

string

country code of the fighter

age

integer

the age of the fighter

weighInWeight

float

the weigh in weight, in lb, of the fighter. Will be null if unknown.

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

fighterId

integer

the id of the fighter

born

string

the city, state, country, country code of where the fighter was born

record

object

win/loss/draw/no contest record of the fighter

accolades

string

will be null unless a title holder. If not null, will explain what title the fighter holds.

Record Object

Field Name
Type
Description

wins

integer

the amount of professional wins a fighter has

losses

integer

the amount of professional losses a fighter has

draws

integer

the amount of professional draws a fighter has

noContest

integer

the number of professional contests the fighter has participated in

Blue Team Object

Field Name
Type
Description

fighter1

object

detailed information on the fighter under the blue team

rank

string

the fighters current rank. (may appear null if the fighter is not ranked)

accolades

object

appears to be null- even for champions

fightType Object

Field Name
Type
Description

possibleRounds

integer

the number of possible rounds

description

string

description on the number of rounds

bookingStatus Object

Field Name
Type
Description

status

string

-

Sample Response

Last updated

Was this helpful?