v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V1 Events

Get events with lines for a sport and date

get/api/v1/sports/{sportID}/events/{date}

Path parameters

sportIDinteger 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, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis

datestring date required

Query parameters

offsetinteger
Example:300

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.

conference_idinteger
division_idinteger
affiliate_idsstring

Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).

event_statusstring

Comma-separated event status strings to include (e.g. STATUS_IN_PROGRESS,STATUS_HALFTIME). Applied before exclude_status.

exclude_statusstring

Comma-separated event statuses to exclude

include'all_periods'

Response

Events with lines

Example response

{
  "events": [
    {
      "schedule": {
        "season_type": "Regular Season",
        "season_year": 2026
      }
    }
  ]
}