Skip to main content
GET
/
api
/
v2
/
sports
/
dates
Get available dates for multiple sports
curl --request GET \
  --url 'https://therundown.io/api/v2/sports/dates?key='
{
  "2": {
    "dates": []
  },
  "3": {
    "dates": []
  },
  "4": {
    "dates": [
      "2026-02-13T00:30:00+0000"
    ]
  },
  "6": {
    "dates": [
      "2026-02-13T00:00:00+0000"
    ]
  }
}

Authorizations

key
string
query
required

API key as query parameter

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

format
enum<string>
default:iso8601

Date format — iso8601 returns date strings, epoch returns Unix timestamps

Available options:
iso8601,
epoch

Response

200 - application/json

Dates keyed by sport ID

{key}
object