UFC Fighters Data API

UFC Fighters Data API

A UFC Fighters Data API is a tool that allows developers to access information about top UFC fighters.

API description

About the API:  


The API can retrieve data from the UFC's official website, databases and other reliable sources, making it easy for developers to access the most accurate and up-to-date information.

The Ultimate Fighting Championship (UFC) is the world's premier mixed martial arts (MMA) organization. It boasts a huge roster of fighters, each with their own skills, fighting styles and records. Keeping track of all this information can be a daunting task, so an API that provides information about UFC fighters can be incredibly valuable.

One of the main advantages of using a UFC Fighters Data API is that it provides access to a wealth of information about each fighter, including their weight, and fight information. This information can be used to create websites and applications targeted at UFC fans, providing them with statistics about their favorite fighters.

For example, a UFC fan website can use a UFC Fighters Data API to display current fighter statistics. This information can be used to provide fans with up-to-date information about their favorite fighters.

Developers can also use the UFC Fighters Data API to create betting applications that allow users to bet on upcoming fights. By providing accurate information about each fighter developers can create applications that help users make informed betting decisions.

Overall, this API provides developers with a convenient and reliable way to access information about UFC fighters, making it easier for them to create applications and websites targeted at UFC fans.

In conclusion, is a valuable tool for developers, businesses and media covering MMA fights. By providing access to accurate information about UFC fighters, the API can be used to create applications.

 

What this API receives and what your API provides (input/output)?

It will receive parameters and provide you with a JSON.

 

What are the most common uses cases of this API?

  1. Fighter biographical information: Retrieves biographical information about each UFC fighter, including their nickname, weight and height.

  2. Fighter History: Retrieve a fighter's win-loss record, along with their draws.

  3. Champion title: One of the advantages of the API is to return if the fighter is currently champion.

  4. Betting odds: One of the advantages of this API is that by providing information about the fighters it will facilitate the betting odds for upcoming UFC fights, allowing users to place informed bets.

  5. UFC Trivia: Use the API to create polls for social networks allowing users to perform different trivia on the best fighters.

 

Are there any limitations to your plans?

Besides API call limitations per month, there are no other limitations.

API Documentation

Endpoints


Returns the advanced stats of a fighter:

SLpM - Significant Strikes Landed per Minute
Str. Acc. - Significant Striking Accuracy
SApM - Significant Strikes Absorbed per Minute
Str. Def. - Significant Strike Defence (the % of opponents strikes that did not land)
TD Avg. - Average Takedowns Landed per 15 minutes
TD Acc. - Takedown Accuracy
TD Def. - Takedown Defense (the % of opponents TD attempts that did not land)
Sub. Avg. - Average Submissions Attempted per 15 minutes



                                                                            
GET https://zylalabs.com/api/2003/ufc+fighters+data+api/1770/get+information+by+fighters
                                                                            
                                                                        

Get Information by fighters - Endpoint Features
Object Description
first_name [Required]
last_name [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"status":"success","fighter":{"name":"Ilia Topuria","nickname":"El Matador","height":"5'7","weight":145,"win":13,"loss":0,"draw":0,"champion":false}}
                                                                                                                                                                                                                    
                                                                                                    

Get Information by fighters - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2003/ufc+fighters+data+api/1770/get+information+by+fighters?first_name=Ilia&last_name=Topuria' --header 'Authorization: Bearer YOUR_API_KEY' 

    

To use this endpoint all you have to do is run it and you will get all the available fighters.



                                                                            
GET https://zylalabs.com/api/2003/ufc+fighters+data+api/1771/get+all+fighters
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"Example Response":"No response example available for now."}
                                                                                                                                                                                                                    
                                                                                                    

Get All Fighters - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2003/ufc+fighters+data+api/1771/get+all+fighters' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Return a list of fights of the fighters
Each fight includes:
result, opponent, knockdowns, opponent knockdowns, strikes, opponent strikes, takedowns, opponent takedowns, submission attempts, opponent submission attemps, event, date, end method, end round, end time, whether it is a title fight.



                                                                            
GET https://zylalabs.com/api/2003/ufc+fighters+data+api/2421/get+fight+history
                                                                            
                                                                        

Get Fight History - Endpoint Features
Object Description
first_name [Required]
last_name [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"fight_history":[{"KD":"1","Opp_KD":"0","Opp_STR":"36","Opp_SUB":"0","Opp_TD":"1","STR":"40","SUB":"1","TD":"0","date":"Dec. 10, 2022","event":"UFC 282: Blachowicz vs. Ankalaev","method":"SUB","opponent":"Bryce Mitchell","result":"win","round":"2","time":"3:10","title_fight":"0"},{"KD":"1","Opp_KD":"1","Opp_STR":"22","Opp_SUB":"0","Opp_TD":"0","STR":"20","SUB":"0","TD":"1","date":"Mar. 19, 2022","event":"UFC Fight Night: Volkov vs. Aspinall","method":"KO/TKO","opponent":"Jai Herbert","result":"win","round":"2","time":"1:07","title_fight":"0"},{"KD":"0","Opp_KD":"0","Opp_STR":"10","Opp_SUB":"0","Opp_TD":"0","STR":"18","SUB":"0","TD":"0","date":"Jul. 10, 2021","event":"UFC 264: Poirier vs. McGregor 3","method":"KO/TKO","opponent":"Ryan Hall","result":"win","round":"1","time":"4:47","title_fight":"0"},{"KD":"1","Opp_KD":"0","Opp_STR":"16","Opp_SUB":"0","Opp_TD":"0","STR":"31","SUB":"0","TD":"0","date":"Dec. 05, 2020","event":"UFC Fight Night: Hermansson vs. Vettori","method":"KO/TKO","opponent":"Damon Jackson","result":"win","round":"1","time":"2:38","title_fight":"0"},{"KD":"0","Opp_KD":"0","Opp_STR":"17","Opp_SUB":"1","Opp_TD":"0","STR":"13","SUB":"5","TD":"5","date":"Oct. 10, 2020","event":"UFC Fight Night: Moraes vs. Sandhagen","method":"U-DEC","opponent":"Youssef Zalal","result":"win","round":"3","time":"5:00","title_fight":"0"}],"first_name":"Ilia","last_name":"Topuria"}
                                                                                                                                                                                                                    
                                                                                                    

Get Fight History - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2003/ufc+fighters+data+api/2421/get+fight+history?first_name=Ilia&last_name=Topuria' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Get all fighters in weight class
Options:
strawweight, flyweight, bantamweight, featherweight,
lightweight, welterweight, middleweight, lightheavyweight,
heavyweight



                                                                            
GET https://zylalabs.com/api/2003/ufc+fighters+data+api/2422/get+fighters+by+weightclass
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            [{"belt":"0","draws":"0","first_name":"Abdul-Kerim","height":"6' 2\"","last_name":"Edilov","losses":"4","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"17"},{"belt":"0","draws":"0","first_name":"John Paul","height":"6' 4\"","last_name":"Elias","losses":"1","nickname":null,"reach":null,"stance":"","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"3"},{"belt":"0","draws":"0","first_name":"Kenny","height":"6' 2\"","last_name":"Ento","losses":"15","nickname":"Tha' Dragon","reach":null,"stance":"","weight":"192 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"0","first_name":"Pro","height":null,"last_name":"Escobedo","losses":"0","nickname":null,"reach":null,"stance":"","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"1"},{"belt":"0","draws":"1","first_name":"Rashad","height":"6' 0\"","last_name":"Evans","losses":"8","nickname":"Suga","reach":"75.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"19"},{"belt":"0","draws":"0","first_name":"Klidson","height":"6' 0\"","last_name":"Abreu","losses":"4","nickname":"White Bear","reach":"74.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"15"},{"belt":"0","draws":"0","first_name":"Razak","height":"6' 2\"","last_name":"Al-Hassan","losses":"5","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"13"},{"belt":"0","draws":"0","first_name":"Herdem","height":"6' 2\"","last_name":"Alacabek","losses":"1","nickname":null,"reach":"75.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"0","first_name":"Wes","height":"5' 10\"","last_name":"Albritton","losses":"1","nickname":null,"reach":null,"stance":"Orthodox","weight":"188 lbs.","weight_class":"lightheavyweight","wins":"0"},{"belt":"0","draws":"1","first_name":"Houston","height":"6' 0\"","last_name":"Alexander","losses":"15","nickname":"The Assassin","reach":"72.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"17"},{"belt":"0","draws":"0","first_name":"Royce","height":"5' 10\"","last_name":"Alger","losses":"2","nickname":null,"reach":null,"stance":"Orthodox","weight":"199 lbs.","weight_class":"lightheavyweight","wins":"3"},{"belt":"0","draws":"0","first_name":"John","height":"6' 1\"","last_name":"Allan","losses":"7","nickname":null,"reach":"75.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"13"},{"belt":"0","draws":"2","first_name":"George","height":"6' 2\"","last_name":"Allen","losses":"19","nickname":null,"reach":null,"stance":"Open Stance","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"13"},{"belt":"0","draws":"0","first_name":"Jailton","height":"6' 3\"","last_name":"Almeida","losses":"2","nickname":"Malhadinho","reach":"79.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"18"},{"belt":"0","draws":"0","first_name":"Bertrand","height":"5' 8\"","last_name":"Amoussou","losses":"1","nickname":null,"reach":null,"stance":"Orthodox","weight":"190 lbs.","weight_class":"lightheavyweight","wins":"1"},{"belt":"0","draws":"0","first_name":"Corey","height":"6' 3\"","last_name":"Anderson","losses":"5","nickname":"Overtime","reach":"79.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"0","first_name":"Alex","height":"5' 11\"","last_name":"Andrade","losses":"5","nickname":"El Toro","reach":null,"stance":"Orthodox","weight":"200 lbs.","weight_class":"lightheavyweight","wins":"10"},{"belt":"0","draws":"0","first_name":"Jermaine","height":"5' 7\"","last_name":"Andre","losses":"4","nickname":null,"reach":null,"stance":"Orthodox","weight":"200 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"0","first_name":"Shamil","height":"6' 2\"","last_name":"Gamzatov","losses":"1","nickname":null,"reach":"76.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"0","first_name":"Ariel","height":"5' 11\"","last_name":"Gandulla","losses":"9","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"7"},{"belt":"0","draws":"0","first_name":"Reese","height":"6' 0\"","last_name":"Andy","losses":"3","nickname":"Riptide","reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"7"},{"belt":"0","draws":"0","first_name":"Julius","height":"6' 3\"","last_name":"Anglickas","losses":"1","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"1","first_name":"Yoji","height":"5' 11\"","last_name":"Anjo","losses":"5","nickname":"Mr. 200%","reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"0"},{"belt":"0","draws":"1","first_name":"Magomed","height":"6' 3\"","last_name":"Ankalaev","losses":"1","nickname":null,"reach":"75.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"18"},{"belt":"0","draws":"0","first_name":"Gadzhimurad","height":"5' 11\"","last_name":"Antigulov","losses":"8","nickname":null,"reach":"70.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"20"},{"belt":"0","draws":"0","first_name":"Angelo","height":null,"last_name":"Antonio","losses":"4","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"1"},{"belt":"0","draws":"0","first_name":"Darrel","height":"5' 8\"","last_name":"Gholar","losses":"6","nickname":null,"reach":null,"stance":"Orthodox","weight":"194 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"0","first_name":"Ricardo","height":"5' 11\"","last_name":"Arona","losses":"5","nickname":"The Brazilian Tiger","reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"0","first_name":"Chalid","height":"5' 11\"","last_name":"Arrab","losses":"3","nickname":"Die Faust","reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"7"},{"belt":"0","draws":"0","first_name":"Gilles","height":"5' 9\"","last_name":"Arsene","losses":"1","nickname":null,"reach":null,"stance":"Southpaw","weight":"190 lbs.","weight_class":"lightheavyweight","wins":"1"},{"belt":"0","draws":"0","first_name":"Ibo","height":"6' 3\"","last_name":"Aslan","losses":"0","nickname":"The Last Ottoman","reach":null,"stance":"","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"8"},{"belt":"0","draws":"0","first_name":"Bob","height":"6' 3\"","last_name":"Gilstrap","losses":"7","nickname":null,"reach":null,"stance":"Orthodox","weight":"200 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"0","first_name":"Mike","height":null,"last_name":"Glenn","losses":"6","nickname":null,"reach":null,"stance":"","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"2","first_name":"Allan","height":"6' 0\"","last_name":"Goes","losses":"5","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"10"},{"belt":"0","draws":"0","first_name":"Jorge","height":"6' 2\"","last_name":"Gonzalez","losses":"4","nickname":"Street","reach":"76.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"16"},{"belt":"0","draws":"0","first_name":"Henrique","height":"6' 3\"","last_name":"da Silva","losses":"5","nickname":"Frankenstein","reach":"76.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"14"},{"belt":"0","draws":"2","first_name":"Dave","height":"6' 2\"","last_name":"Dalgliesh","losses":"19","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"30"},{"belt":"0","draws":"1","first_name":"Richard","height":"6' 1\"","last_name":"Dalton","losses":"3","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"4"},{"belt":"0","draws":"0","first_name":"Todd","height":"6' 1\"","last_name":"Gouwenberg","losses":"5","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"9"},{"belt":"0","draws":"0","first_name":"Crosley","height":"5' 9\"","last_name":"Gracie","losses":"2","nickname":null,"reach":null,"stance":"Orthodox","weight":"190 lbs.","weight_class":"lightheavyweight","wins":"2"},{"belt":"0","draws":"0","first_name":"Phil","height":"6' 2\"","last_name":"Davis","losses":"4","nickname":"Mr. Wonderful","reach":"79.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"17"},{"belt":"0","draws":"0","first_name":"Justin","height":"5' 11\"","last_name":"Davis","losses":"16","nickname":"Dangerous","reach":null,"stance":"","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"13"},{"belt":"0","draws":"0","first_name":"Ryan","height":"5' 9\"","last_name":"Gracie","losses":"2","nickname":null,"reach":null,"stance":"Orthodox","weight":"200 lbs.","weight_class":"lightheavyweight","wins":"5"},{"belt":"0","draws":"1","first_name":"Sam","height":"6' 2\"","last_name":"Greco","losses":"1","nickname":null,"reach":null,"stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"3"},{"belt":"0","draws":"0","first_name":"Forrest","height":"6' 3\"","last_name":"Griffin","losses":"7","nickname":null,"reach":"77.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"19"},{"belt":"0","draws":"0","first_name":"Chad","height":"6' 1\"","last_name":"Griggs","losses":"3","nickname":"The Grave Digger","reach":"73.0\"","stance":"Orthodox","weight":"205 lbs.","weight_class":"lightheavyweight","wins":"11"},{"belt"...
                                                                                                                                                                                                                    
                                                                                                    

Get Fighters by WeightClass - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2003/ufc+fighters+data+api/2422/get+fighters+by+weightclass&class=Required' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the UFC Fighters Data API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected β€” plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]


Related APIs