UFC Data
Best API for UFC or MMA data, It contains endpoints to view in depth career data for fighters of your choice, filter to find individual events with in depth statistics ranging from the winner of the fight all the way to submission attempts. or find all matchups between two specific fighters.
UFC Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Find Events By Fighter Name /Events/FindEventsByFighterName/{FighterName} |
Find all the events of a particular fighter |
| GET |
Filter /Filter/ |
Allows users to filter by things such as winMethod, Fighter names and weightClass |
| GET |
Find Events By Date Range /Events/FindEventsByDateRange/{MinDate}/{MaxDate} |
Find all the events that occured between two dates (MM/DD/YY) format |
| GET |
Find Fighter Stats /Fighters/FindStatsByFighterName/{FighterName} |
Takes in a fighters name and returns their career statistics |
| GET |
Find Matchups /Events/FindMatchups/{Fighter1}/{Fighter2} |
Find all the events between two specific fighters |
UFC Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $1.5 / month | — |
|
| ULTRA | $3.5 / month | — |
|