v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V1 Events

Get a single event with lines

get/api/v1/events/{eventId}

Path parameters

eventIdstring required

Query parameters

include'all_periods'

Set to all_periods to include period-specific lines

affiliate_idsstring

Comma-separated affiliate IDs

Response

Event with lines

event_idstring
event_uuidstring
sport_idinteger
event_datestring date-time
rotation_number_awayinteger
rotation_number_homeinteger
linesobject

Lines keyed by affiliate ID

line_periodsobject

Period-specific lines keyed by affiliate ID (when include=all_periods)

Example response

{
  "schedule": {
    "season_type": "Regular Season",
    "season_year": 2026
  }
}