Baselight

All Pro MMA Fights - UFC, Bellator, One

All professional MMA bouts in the UFC, Bellator, and OneFC as of 11 Aug, 21.

@kaggle.binduvr_pro_mma_fights

Pro Mma Fights
@kaggle.binduvr_pro_mma_fights.pro_mma_fights

  • 428.59 KB
  • 10448 rows
  • 17 columns
url

Url

event_title

Event Title

organisation

Organisation

date

Date

location

Location

match_nr

Match Nr

fighter1_url

Fighter1 Url

fighter2_url

Fighter2 Url

fighter1_name

Fighter1 Name

fighter2_name

Fighter2 Name

fighter1_result

Fighter1 Result

fighter2_result

Fighter2 Result

win_method

Win Method

win_details

Win Details

referee

Referee

round

Round

time

Time

/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States13/fighter/Ciryl-Gane-293973/fighter/Derrick-Lewis-59284Ciryl GaneDerrick Lewiswinloss TKOPunches Dan Miragliotta3 4:11
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States12/fighter/Jose-Aldo-11506/fighter/Pedro-Munhoz-52407Jose AldoPedro MunhozwinlossDecisionUnanimousMike Beltran305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States11/fighter/Vicente-Luque-66474/fighter/Michael-Chiesa-46224Vicente LuqueMichael ChiesawinlossSubmissionBrabo ChokeKerry Hatley103:25
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States10/fighter/Tecia-Torres-85096/fighter/Angela-Hill-148517Tecia TorresAngela HillwinlossDecisionUnanimousMike Beltran305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States9/fighter/Yadong-Song-103807/fighter/Casey-Kenney-211031Yadong SongCasey KenneywinlossDecisionSplitDan Miragliotta305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States8/fighter/Rafael-Fiziev-202657/fighter/Bobby-Green-27953Rafael FizievBobby GreenwinlossDecisionUnanimousJacob Montalvo305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States7/fighter/Vince-Morales-177019/fighter/Drako-Rodriguez-203421Vince MoralesDrako RodriguezwinlossDecisionUnanimousJeff Rexroad305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States6/fighter/Alonzo-Menifield-210501/fighter/Ed-Herman-6561Alonzo MenifieldEd HermanwinlossDecisionUnanimousKerry Hatley305:00
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States5/fighter/Jessica-Penne-21247/fighter/Karolina-Kowalkiewicz-101401Jessica PenneKarolina KowalkiewiczwinlossSubmissionArmbarMike Beltran104:32
/events/UFC-265-Lewis-vs-Gane-89140UFC 265 - Lewis vs. GaneUltimate Fighting Championship (UFC)Sat Aug 07 2021 00:00:00 GMT+0000 (Coordinated Universal Time)Toyota Center, Houston, Texas, United States4/fighter/Manel-Kape-101189/fighter/Ode-Osbourne-137969Manel KapeOde OsbournewinlossKOFlying Knee and PunchesJeff Rexroad104:44

CREATE TABLE pro_mma_fights (
  "url" VARCHAR,
  "event_title" VARCHAR,
  "organisation" VARCHAR,
  "date" TIMESTAMP,
  "location" VARCHAR,
  "match_nr" BIGINT,
  "fighter1_url" VARCHAR,
  "fighter2_url" VARCHAR,
  "fighter1_name" VARCHAR,
  "fighter2_name" VARCHAR,
  "fighter1_result" VARCHAR,
  "fighter2_result" VARCHAR,
  "win_method" VARCHAR,
  "win_details" VARCHAR,
  "referee" VARCHAR,
  "round" BIGINT,
  "time" VARCHAR
);

Share link

Anyone who has the link will be able to view this.