GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Basketball APIs

Broadcast Info by Game

Release Date

Feeds Affected

Benefit

08/26/2024

Game Boxscore
Game Summary
Play-by-Play

We've added broadcast data for select Game endpoints. With this update, you will no longer have to parse the Schedule feeds for game broadcast info.
Each game feed will now include the following broadcast info (when applicable): Channel (ex. 206), Locale (ex. Home, Away, National, International), Network (ex. ESPN+), and Type (ex. TV, Internet)
See below for sample data.

<broadcasts>
  <broadcast network="ESPN" type="TV" locale="National" channel="206"/>
  <broadcast network="NBCS-BOS" type="TV" locale="Away" channel="630"/>
</broadcasts>
{
  "id": "bc7f6c81-d31d-4d00-8b06-f7852de50472",
  "status": "closed",
  "coverage": "full",
  "scheduled": "2023-11-11T18:00:00+00:00",
  "conference_game": false,
  "attendance": 847,
  "clock": "00:00",
  "half": 2,
  "track_on_court": false,
  "entry_mode": "LDE",
  "clock_decimal": "00:00",
  "broadcasts": [
    {
      "type": "Internet",
      "network": "ESPN+"
    },
    {
      "network": "TNT",
      "type": "TV",
      "locale": "National",
      "channel": "245"
    }
  ]
}

Update applies to: NBA v8, WNBA v8, NBA G League v8, NCAA Men's Basketball v8, NCAA Women's Basketball v8