Live Events Endpoint
This endpoint returns information on a fight when it is live
Last updated
Was this helpful?
Was this helpful?
[
{
"startTime": {
"status": "NotKnown"
},
"startTimeText": "Follows Previous",
"fightOrder": 11,
"fightcardId": 1996,
"date": "2024-11-09",
"blueTeam": {
"fighter1": {
"reach": null,
"dob": "1998-12-30",
"fightsOutOf": "Poznan, Greater Poland, POL",
"height": null,
"age": 25,
"weighInWeight": null,
"lastName": "Sygula",
"fightsOutOfCountyCode": "POL",
"country": "POL",
"stance": "ORTHODOX",
"fighterId": 5653,
"firstName": "Klaudia",
"nickName": null,
"born": "Poddebice, Lodz, POL",
"record": {
"draws": 0,
"losses": 1,
"noContests": 0,
"wins": 6
}
},
"rank": null,
"accolades": null
},
"cardSegment": "prelims1",
"fightId": 11144,
"fightType": {
"description": "3 Rnd (5-5-5)",
"possibleRounds": 3
},
"fightSeq": 3,
"redTeam": {
"fighter1": {
"reach": 68,
"dob": "1991-07-23",
"fightsOutOf": "Coventry, England, GBR",
"height": 67,
"age": 33,
"weighInWeight": null,
"lastName": "Dixon",
"fightsOutOfCountyCode": "GBR",
"country": "GBR",
"stance": "ORTHODOX",
"fighterId": 4598,
"firstName": "Melissa",
"nickName": "No Mess",
"born": "Oxford, England, GBR",
"record": {
"draws": 0,
"losses": 0,
"noContests": 0,
"wins": 6
}
},
"rank": null,
"accolades": null
}
}
]