Skip to main content
GET
/
api
/
v2
/
sports
/
events
/
{date}
Get events across sports for a date
curl --request GET \
  --url 'https://therundown.io/api/v2/sports/events/{date}?key='
{
  "4": [
    "2026-02-12"
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

date
string<date>
required
Example:

"2026-01-15"

Query Parameters

sport_ids
string

Comma-separated sport IDs

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

Event IDs by sport

{key}
string[]