# UFC - MMA Odds API
Get current and historical MMA odds from several bookmakers in a simple JSON API.
Not a developer? Current MMA odds can also be accessed in Excel or Google Sheets.
# UFC - MMA Odds API
Once you have your API key, current MMA odds can be queried with the following parameters:
- The sport key
mma_mixed_martial_arts
- The regions of desired bookmakers (us, us2, uk, eu or au)
- Markets (h2h for fight winner)
- Odds format (decimal or American)
- And your API key (get a free API key)
The API will return live and upcoming MMA games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.
Example Request
GET https://api.the-odds-api.com/v4/sports/mma_mixed_martial_arts/odds?regions=us&markets=h2h&oddsFormat=american&apiKey=YOUR_API_KEY
Example Response
[{
"id": "684c6d98c0e3e7dab04a54b31e78d05d",
"sport_key": "mma_mixed_martial_arts",
"sport_title": "MMA",
"commence_time": "2023-07-22T17:50:00Z",
"home_team": "Michael Parkin",
"away_team": "Jamal Pogues",
"bookmakers": [
{
"key": "draftkings",
"title": "DraftKings",
"last_update": "2023-07-18T04:46:01Z",
"markets": [
{
"key": "h2h",
"last_update": "2023-07-18T04:46:01Z",
"outcomes": [
{"name": "Jamal Pogues", "price": -150},
{"name": "Michael Parkin", "price": 130}
]
}
]
},
...
See the API documentation for more details.
# UFC - MMA Bookmakers
The Odds API covers MMA odds from several bookmakers. See the full list of bookmakers
# UFC - MMA Markets
The Odds API currently covers MMA fight winner odds, with more markets on the way. See the full list of betting markets.
# Latency
More information on odds latencies can be found here.
# Historical UFC - MMA Odds Data
Historical MMA odds are available from mid-2020. Learn more about historical odds data, or see the docs.
# Get Started
Get a free API key
Check out the API docs
# More Odds
Odds are available for a wide range of sports. See the full list of available sports.