UFC Fighters Data API

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

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

       
                                                                                                        
                                                                                                                                                                                                                            {"first_name":"Jamahal","last_name":"Hill","nickname":"Sweet Dreams","height":"6' 4\"","weight_class":"lightheavyweight","reach":"79.0\"","stance":"Southpaw","wins":"12","losses":"1","draws":"0","date_of_birth":"May 19, 1991","SLpM":"7.31","StrAcc":"54%","SApM":"3.35","StrDef":"47%","TDAvg":"0.00","TDAcc":"0%","TDDef":"73%","SubAvg":"0.0"}
                                                                                                                                                                                                                    
                                                                                                    

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

       
                                                                                                        
                                                                                                                                                                                                                            [{"first_name":"Sean","last_name":"O'Malley","nickname":"Suga","height":"5' 11\"","weight":"135 lbs.","weight_class":"bantamweight","reach":"72.0\"","stance":"Switch","wins":"17","losses":"1","draws":"0","belt":"1"},{"first_name":"Tom","last_name":"Aspinall","nickname":null,"height":"6' 5\"","weight":"256 lbs.","weight_class":"heavyweight","reach":"78.0\"","stance":"Orthodox","wins":"14","losses":"3","draws":"0","belt":"1"},{"first_name":"Alex","last_name":"Pereira","nickname":"Poatan","height":"6' 4\"","weight":"205 lbs.","weight_class":"lightheavyweight","reach":"79.0\"","stance":"Orthodox","wins":"9","losses":"2","draws":"0","belt":"1"},{"first_name":"Raquel","last_name":"Pennington","nickname":"Rocky","height":"5' 7\"","weight":"135 lbs.","weight_class":"bantamweight","reach":"67.0\"","stance":"Orthodox","wins":"16","losses":"9","draws":"0","belt":"1"},{"first_name":"Alexandre","last_name":"Pantoja","nickname":"The Cannibal","height":"5' 5\"","weight":"125 lbs.","weight_class":"flyweight","reach":"67.0\"","stance":"Orthodox","wins":"27","losses":"5","draws":"0","belt":"1"},{"first_name":"Ilia","last_name":"Topuria","nickname":"El Matador","height":"5' 7\"","weight":"145 lbs.","weight_class":"featherweight","reach":"69.0\"","stance":"Orthodox","wins":"15","losses":"0","draws":"0","belt":"1"},{"first_name":"Leon","last_name":"Edwards","nickname":"Rocky","height":"6' 2\"","weight":"170 lbs.","weight_class":"welterweight","reach":"74.0\"","stance":"Southpaw","wins":"22","losses":"3","draws":"0","belt":"1"},{"first_name":"Dricus","last_name":"Du Plessis","nickname":"Stillknocks","height":"6' 1\"","weight":"185 lbs.","weight_class":"middleweight","reach":"76.0\"","stance":"Switch","wins":"21","losses":"2","draws":"0","belt":"1"},{"first_name":"Alexa","last_name":"Grasso","nickname":null,"height":"5' 5\"","weight":"125 lbs.","weight_class":"flyweight","reach":"66.0\"","stance":"Orthodox","wins":"16","losses":"3","draws":"1","belt":"1"},{"first_name":"Jon","last_name":"Jones","nickname":"Bones","height":"6' 4\"","weight":"248 lbs.","weight_class":"heavyweight","reach":"84.0\"","stance":"Orthodox","wins":"27","losses":"1","draws":"0","belt":"1"},{"first_name":"Islam","last_name":"Makhachev","nickname":null,"height":"5' 10\"","weight":"155 lbs.","weight_class":"lightweight","reach":"70.0\"","stance":"Southpaw","wins":"25","losses":"1","draws":"0","belt":"1"}]
                                                                                                                                                                                                                    
                                                                                                    

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

       
                                                                                                        
                                                                                                                                                                                                                            [{"_id":"67349fc9a39827316d1e888c","result":"loss","opponent":"Dustin Poirier","KD":"0","Opp_KD":"0","STR":"27","Opp_STR":"36","TD":"0","Opp_TD":"1","SUB":"1","Opp_SUB":"0","event":"UFC 264: Poirier vs. McGregor 3","date":"Jul. 10, 2021","title_fight":"0","method":"KO/TKO","round":"1","time":"5:00"},{"_id":"67349fc9a39827316d1e888d","result":"loss","opponent":"Dustin Poirier","KD":"0","Opp_KD":"1","STR":"29","Opp_STR":"48","TD":"0","Opp_TD":"1","SUB":"0","Opp_SUB":"0","event":"UFC 257: Poirier vs. McGregor","date":"Jan. 23, 2021","title_fight":"0","method":"KO/TKO","round":"2","time":"2:32"},{"_id":"67349fc9a39827316d1e888e","result":"win","opponent":"Donald Cerrone","KD":"1","Opp_KD":"0","STR":"19","Opp_STR":"0","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC 246: McGregor vs. Cowboy","date":"Jan. 18, 2020","title_fight":"0","method":"KO/TKO","round":"1","time":"0:40"},{"_id":"67349fc9a39827316d1e888f","result":"loss","opponent":"Khabib Nurmagomedov","KD":"0","Opp_KD":"0","STR":"51","Opp_STR":"70","TD":"0","Opp_TD":"3","SUB":"0","Opp_SUB":"1","event":"UFC 229: Khabib vs. McGregor","date":"Oct. 06, 2018","title_fight":"1","method":"SUB","round":"4","time":"3:03"},{"_id":"67349fc9a39827316d1e8890","result":"win","opponent":"Eddie Alvarez","KD":"3","Opp_KD":"0","STR":"32","Opp_STR":"9","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC 205: Alvarez vs McGregor","date":"Nov. 12, 2016","title_fight":"1","method":"KO/TKO","round":"2","time":"3:04"},{"_id":"67349fc9a39827316d1e8891","result":"win","opponent":"Nate Diaz","KD":"3","Opp_KD":"0","STR":"164","Opp_STR":"166","TD":"0","Opp_TD":"1","SUB":"0","Opp_SUB":"0","event":"UFC 202: Diaz vs. McGregor 2","date":"Aug. 20, 2016","title_fight":"0","method":"M-DEC","round":"5","time":"5:00"},{"_id":"67349fc9a39827316d1e8892","result":"loss","opponent":"Nate Diaz","KD":"0","Opp_KD":"0","STR":"61","Opp_STR":"77","TD":"0","Opp_TD":"1","SUB":"0","Opp_SUB":"2","event":"UFC 196: McGregor vs Diaz","date":"Mar. 05, 2016","title_fight":"0","method":"SUB","round":"2","time":"4:12"},{"_id":"67349fc9a39827316d1e8893","result":"win","opponent":"Jose Aldo","KD":"1","Opp_KD":"0","STR":"5","Opp_STR":"1","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC 194: Aldo vs McGregor","date":"Dec. 12, 2015","title_fight":"1","method":"KO/TKO","round":"1","time":"0:13"},{"_id":"67349fc9a39827316d1e8894","result":"win","opponent":"Chad Mendes","KD":"1","Opp_KD":"0","STR":"46","Opp_STR":"31","TD":"0","Opp_TD":"4","SUB":"0","Opp_SUB":"0","event":"UFC 189: Mendes vs McGregor","date":"Jul. 11, 2015","title_fight":"1","method":"KO/TKO","round":"2","time":"4:57"},{"_id":"67349fc9a39827316d1e8895","result":"win","opponent":"Dennis Siver","KD":"1","Opp_KD":"0","STR":"64","Opp_STR":"32","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC Fight Night: McGregor vs Siver","date":"Jan. 18, 2015","title_fight":"0","method":"KO/TKO","round":"2","time":"1:54"},{"_id":"67349fc9a39827316d1e8896","result":"win","opponent":"Dustin Poirier","KD":"1","Opp_KD":"0","STR":"9","Opp_STR":"10","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC 178: Johnson vs Cariaso","date":"Sep. 27, 2014","title_fight":"0","method":"KO/TKO","round":"1","time":"1:46"},{"_id":"67349fc9a39827316d1e8897","result":"win","opponent":"Diego Brandao","KD":"1","Opp_KD":"0","STR":"18","Opp_STR":"9","TD":"1","Opp_TD":"0","SUB":"0","Opp_SUB":"1","event":"UFC Fight Night: McGregor vs Brandao","date":"Jul. 19, 2014","title_fight":"0","method":"KO/TKO","round":"1","time":"4:05"},{"_id":"67349fc9a39827316d1e8898","result":"win","opponent":"Max Holloway","KD":"0","Opp_KD":"0","STR":"53","Opp_STR":"23","TD":"4","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC Fight Night: Shogun vs Sonnen","date":"Aug. 17, 2013","title_fight":"0","method":"U-DEC","round":"3","time":"5:00"},{"_id":"67349fc9a39827316d1e8899","result":"win","opponent":"Marcus Brimage","KD":"1","Opp_KD":"0","STR":"21","Opp_STR":"12","TD":"0","Opp_TD":"0","SUB":"0","Opp_SUB":"0","event":"UFC on FUEL TV: Mousasi vs Latifi","date":"Apr. 06, 2013","title_fight":"0","method":"KO/TKO","round":"1","time":"1:07"}]
                                                                                                                                                                                                                    
                                                                                                    

Get Fight History - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2003/ufc+fighters+data+api/2421/get+fight+history?first_name=Conor&last_name=McGregor' --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
  • Specialized Customer Support
  • Real-Time API Monitoring

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 like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). 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 paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

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.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the β€˜X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the β€˜X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The β€˜X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
100%
 Response Time
58ms

Category:


Related APIs