v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V1 Events

Get event by line ID

get/api/v1/events/{eventId}/lines/{lineId}

Path parameters

eventIdstring required
lineIdstring required

Query parameters

include'all_periods'

Response

Event for the line

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
  }
}