# UFL Odds API
The Odds API covers UFL (United Football League) odds for live and upcoming games in a simple JSON API.
Not a developer? Current UFL odds can also be accessed in Excel or Google Sheets. For website owners, the odds widget brings bookmaker odds into websites with a simple HTML tag.
# Features
UFL odds are covered for live and upcoming games.
Featured markets, including moneyline, spreads, totals are covered for several bookmakers. See the full list of bookmakers.
Odds are refreshed at regular intervals. More information on update intervals can be found here.
Current odds data are available on all usage plans, including the free usage plan.
UFL scores are covered, with final scores available for games completed up to 3 days ago.
Historical UFL odds data is available from February 2023 on paid usage plans. More information on historical odds data can be found here.
- UFL was called XFL before 2024. To access 2023 historical data, use the sport key
americanfootball_xfl
- UFL was called XFL before 2024. To access 2023 historical data, use the sport key
The API response includes deep links to bookmaker websites.
# Querying UFL Odds
# Query Featured UFL Markets
Featured markets (moneyline, spreads and totals) can be queried using the odds endpoint.
Parameters
To query current UFL odds for featured markets, the following parameters can be used:
- sport In this case
americanfootball_ufl - regions Regions of bookmakers to return, for example
us - markets For example,
h2hfor moneyline,spreadsandtotals - apiKey Get a free API key
See the documentation for more options
Example API Request
https://api.the-odds-api.com/v4/sports/americanfootball_ufl/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY
Example API Response
The API will return live and upcoming UFL games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.
[{
"id": "8ef38e6ed505d692893d7364f73016c2",
"sport_key": "americanfootball_ufl",
"sport_title": "UFL",
"commence_time": "2025-05-31T00:00:00Z",
"home_team": "DC Defenders",
"away_team": "St. Louis Battlehawks",
"bookmakers": [
{
"key": "draftkings",
"title": "DraftKings",
"last_update": "2025-05-30T14:56:42Z",
"markets": [
{
"key": "h2h",
"last_update": "2025-05-30T14:56:42Z",
"outcomes": [
{"name": "DC Defenders", "price": 124},
{"name": "St. Louis Battlehawks", "price": -148}
]
},
{
"key": "spreads",
"last_update": "2025-05-30T14:56:42Z",
"outcomes": [
{"name": "DC Defenders", "price": -108, "point": 2.5},
{"name": "St. Louis Battlehawks", "price": -112, "point": -2.5}
]
},
{
"key": "totals",
"last_update": "2025-05-30T14:56:42Z",
"outcomes": [
{"name": "Over", "price": -115, "point": 42.5},
{"name": "Under", "price": -105, "point": 42.5}
]
}
]
},
...The usage cost of the API call in this example is
usage cost = [number of markets] x [number of regions] = 3 x 1 = 3 credits
See the API documentation for details.
# Other Sports
See the full list of sports covered by The Odds API.
# Stay Updated
Follow us on X.com or Bluesky to stay updated on new sports, bookmakers, markets and features.