Skip to main content
GET
/
api
/
v2
/
sports
/
{sportID}
/
markets
/
{date}
Get available markets for a sport and date
curl --request GET \
  --url 'https://therundown.io/api/v2/sports/{sportID}/markets/{date}?key='
{
  "4": [
    {
      "id": 29,
      "name": "points",
      "line_value_is_participant": false,
      "proposition": true,
      "description": "Points: How many points will this player score?",
      "short_description": "Points",
      "period_id": 0,
      "live_variant_id": 90,
      "updated_at": "2026-01-23T20:38:12Z"
    },
    {
      "id": 35,
      "name": "player_rebounds",
      "line_value_is_participant": false,
      "proposition": true,
      "description": "Rebounds: How many rebounds will this player record?",
      "short_description": "Rebounds",
      "period_id": 0,
      "live_variant_id": 982,
      "updated_at": "2026-01-23T20:38:12Z"
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

sportID
integer
required

Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League

date
string<date>
required

Query Parameters

hide_closed_markets
enum<string>

Set to 1 to hide closed markets

Available options:
1
offset
integer
default:0

Timezone offset in hours from UTC (e.g., -5 for EST)

Response

200 - application/json

Markets for this sport

{key}
object[]