MMA API
With live scoring and instant stats, you can see everything happening in fights as it unfolds. MMA API is the top choice for getting MMA scores from around the globe. Update Released!
MMA API endpoints
| Method | Endpoint | Description |
|---|---|---|
| MMA FIGHTER | ||
| GET |
Fighter Fight History /player-fhistory |
# Fighter Fight History Endpoint ## Description This endpoint retrieves the fight history of a fighter based on their unique ID. ## Parameters - `fighterId`: The unique… |
| GET |
Fighter Details /player-details |
## Fighter Details Endpoint This endpoint retrieves comprehensive details for a fighter based on their unique ID. ## Parameters - `fighterId`: The unique identifier of the… |
| GET |
Fighter Stats /player-stats |
## Fighter Stats Endpoint This endpoint retrieves statistical data for a fighter based on their unique ID. ### Parameters - `fighterId`: The unique identifier of the fighter… |
| GET |
Fighter Profile V2 /player-profileV2 |
## Player Profile Endpoint (Version 2) This endpoint retrieves detailed information about a fighter based on their unique ID. ### Parameters - `fighterId`: The unique identifier… |
| SCOREBOARD | ||
| GET |
MMA Scoreboard /scoreboard |
This endpoint provides access to a scoreboard for various leagues, with the ability to filter by year, month, and day. If the year parameter is missing from the request query, it… |
| GET |
MMA Scoreboard by Event /scoreboard-by-event |
This endpoint retrieves scoreboard information for a specific event within a given league. It allows querying by the event ID. Endpoint: GET /scoreboard-by-event Parameters:… |
| MMA News | ||
| GET |
MMA News /news |
This endpoint retrieves the latest MMA news Parameters: limit (Default: 15) league (Default: 'ufc') |
| GET |
MMA News by Fighter /player-news |
Get the MMA News by Fighter Parameters: fighterId |
| Other endpoints | ||
| GET |
Search /search |
## Endpoint: Search ### Description: This endpoint allows users to search for MMA players. Users can provide a query string to search for specific players. The endpoint supports… |
| GET |
Divisional Rankings /drankings |
Get Divisional Rankings |
| GET |
Divisional Rankings Details /drankings/details |
This endpoint retrieves detailed rankings information for a specified UFC divisional weight class. It fetches the rankings based on the provided divisional ID. |
| GET |
Divisional Rankings Ids /drankings/ids |
This endpoint provides a list of all available UFC divisional weight classes, |
| GET |
Champions ESPN /champions-espn |
This endpoint retrieves champions ESPN |
| GET |
MMA Pound for Pound /pound-f-pound |
This endpoint Pound for Pound |
| GET |
Get Event Id /getEventId |
This endpoint returns the leagues with its eventId. Parameters> year league (Default: ufc) |
| GET |
MMA Play By Play /pbp |
This endpoint retrieves Play by Play data Endpoint: GET /pbp Parameters: league: Specifies the league for which the scoreboard is requested. Default value is 'ufc'. eventId:… |
| GET |
MMA Fighter Profile /player-profile |
Get the MMA Fighter Profile Parameters: fighterId (required) You can get the fighterId on the ESPN website or by making a call to scoreboard endpoints and in the json response… |
| GET |
MMA Leagues /available-leagues |
Get the available leagues |
| GET |
MMA UFC Rankings /rankings-ufc |
## UFC Rankings Endpoint This endpoint retrieves UFC rankings data. If the data is available in the cache, it returns it directly from the cache. Otherwise, it fetches the data,… |
| GET |
MMA Rankings /rankings |
This endpoint retrieves the rankings Parameters: year (Format YYYY) league (Default: 'ufc') |
| GET |
MMA Schedule /schedule |
Get the schedules Parameters: year |
| GET |
Get playerIds /playerIds |
This endpoint allows users to search for MMA players. Users can provide a query string to search for specific players. The endpoint supports pagination and allows users to… |
MMA API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.99 / month | — |
|
| ULTRA Recommended | $14.99 / month | — |
|
| MEGA | $47.99 / month | — |
|