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"
}
]
}Returns available market definitions for each sport on the given 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"
}
]
}API key as query parameter
Set to 1 to hide closed markets
1 Timezone offset in hours from UTC (e.g., -5 for EST)
Markets keyed by sport ID
Show child attributes