UFC API
## UFC API The most comprehensive UFC data API available. Get real-time fighter profiles, detailed statistics, complete fight histories, event cards, division rankings, news articles, and trending content — all scraped directly from UFC.com. ### Key Features - **15 endpoints** covering fighters, events, rankings, news, and more - **Fighter profiles** with full bio, record, physical attributes,…
UFC API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchFighters /api/v1/search |
Search for UFC fighters by name. Returns paginated results. |
| Fighters | ||
| GET |
compareFighters /api/v1/fighters/{slug}/compare |
Compares two fighters side-by-side including physical attributes and record differences. |
| GET |
getFighterDetail /api/v1/fighters/{slug} |
Returns the full profile for a specific fighter including record, physical attributes, and recent/upcoming fights. |
| GET |
getChampions /api/v1/fighters/champions |
Returns a list of all current UFC division champions. |
| GET |
listFighters /api/v1/fighters |
Returns a paginated list of all UFC fighters, optionally filtered by gender. |
| GET |
getFighterStats /api/v1/fighters/{slug}/stats |
Returns detailed striking, grappling, and positional statistics for a specific fighter. |
| GET |
getFighterHistory /api/v1/fighters/{slug}/history |
Returns the complete fight history for a specific fighter. |
| Rankings | ||
| GET |
getDivisionRankings /api/v1/rankings/{division} |
Returns rankings for a specific UFC division including the champion and top 15 ranked fighters. |
| GET |
getAllRankings /api/v1/rankings |
Returns rankings for all UFC divisions, optionally filtered by a specific division. |
| Events | ||
| GET |
listEvents /api/v1/events |
Returns a list of UFC events, optionally filtered by upcoming or past. |
| GET |
getEventDetail /api/v1/events/{slug} |
Returns full event details including the main card, prelims, and early prelims fight cards. |
| GET |
getEventResults /api/v1/events/{slug}/results |
Returns fight results for a past UFC event including winners, methods, and round/time information. |
| GET |
getUpcomingEvents /api/v1/events/upcoming |
Returns a list of upcoming UFC events with countdown information. |
| News | ||
| GET |
getTrending /api/v1/trending |
Returns currently trending UFC content including news and featured articles. |
| GET |
getNews /api/v1/news |
Returns a paginated list of UFC news articles. |
UFC API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 10 / second |
|
| ULTRA Recommended | $19.99 / month | 15 / second |
|
| MEGA | $34.99 / month | 20 / second |
|