Skip to main content
GET
/
api
/
v2
/
sports
/
markets
/
{date}
Get available markets by date
curl --request GET \
  --url 'https://therundown.io/api/v2/sports/markets/{date}?key='
{
  "4": [
    {
      "id": 1,
      "name": "moneyline",
      "line_value_is_participant": true,
      "proposition": true,
      "description": "Moneyline: To win outright",
      "short_description": "Moneyline",
      "period_id": 0,
      "live_variant_id": 41,
      "updated_at": "2026-01-23T20:38:12Z"
    },
    {
      "id": 2,
      "name": "handicap",
      "line_value_is_participant": false,
      "proposition": true,
      "description": "Spread: Win or lose by margin of points",
      "short_description": "Spread",
      "period_id": 0,
      "live_variant_id": 42,
      "updated_at": "2026-01-23T20:42:13Z"
    },
    {
      "id": 3,
      "name": "totals",
      "line_value_is_participant": false,
      "proposition": true,
      "description": "Totals: Total points",
      "short_description": "Totals",
      "period_id": 0,
      "live_variant_id": 43,
      "updated_at": "2026-01-23T20:38:12Z"
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

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

UTC offset in minutes for the date boundary. Use 300 for US Central, 240 for Eastern, 360 for Mountain, 420 for Pacific. Without this, the API day boundary is midnight UTC.

Example:

300

Response

200 - application/json

Markets keyed by sport ID

{key}
object[]