Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

NCAAWB Change Log

Find all updates to the NCAA Women's Basketball v8 API and its documentation

Parent Ids

Release DateFeeds AffectedBenefit
09/23/2024Daily Schedule

Game Boxscore

Game Summary

Play-by-Play

Tournament List

Tournament Summary
Added a standard parent Id (parent_id) to games and tournaments.

Use this Id to group events (like March Madness) across seasons.
{
  "id": "54d776dc-0e88-4c77-8fe0-021d4ed7b250",
  "status": "closed",
  "title": "2024 NBA All-Star Game",
  "coverage": "full",
  "scheduled": "2024-02-19T01:00:00Z",
  "home_points": 211,
  "away_points": 186,
  "neutral_site": true,
  "parent_id": "e4986bda-2f75-4228-8295-44b2449088b1",
  "track_on_court": true,
  "reference": "0032300001",
  "time_zones": {
    "venue": "US/Eastern"
  },
  "venue": {
    "id": "24bb478e-eb31-5f8a-8c8d-07f513169ec1",
    "name": "Gainbridge Fieldhouse",
    "capacity": 20000,
    "address": "125 S. Pennsylvania Street",
    "city": "Indianapolis",
    "state": "IN",
    "zip": "46204",
    "country": "USA",
    "sr_id": "sr:venue:6924",
    "location": {
      "lat": "39.763975",
      "lng": "-86.15542"
    }
  },
  "broadcasts": [
    {
      "network": "TNT",
      "type": "TV",
      "locale": "National",
      "channel": "245"
    },
    {
      "network": "TBS",
      "type": "TV",
      "locale": "National",
      "channel": "247"
    }
  ],
  "home": {
    "name": "East NBA All Stars",
    "alias": "EST",
    "id": "592d3144-895b-43e9-ab15-e84666a845d5",
    "reference": "1610616833"
  },
  "away": {
    "name": "West NBA All Stars",
    "alias": "WST",
    "id": "787ff06f-f0cc-484e-8114-04e0cdc444fa",
    "reference": "1610616834"
  }
},
<series id="a6c5f648-2028-457f-84cd-bf301886648c" parent_id="a8187e6d-8b68-40bc-9767-fe78cbda3311" title="NBA Finals - MIA vs DEN" round="4" start_date="2023-06-01" status="closed">
  <participant name="Heat" seed="8" record="1">
    <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" alias="MIA" market="Miami" reference="1610612748"/>
    <source id="e75bdf18-b87a-4651-b1d6-b90a6d923ce5" title="Eastern Conference - Finals - MIA vs BOS" round="3" outcome="win"/>
  </participant>
  <participant name="Nuggets" seed="1" record="4">
    <team id="583ed102-fb46-11e1-82cb-f4ce4684ea4c" name="Nuggets" alias="DEN" market="Denver" reference="1610612743"/>
    <source id="79030c40-c3e0-4c01-9692-af0d7ce97a45" title="Western Conference - Finals - LAL vs DEN" round="3" outcome="win"/>
  </participant>


Characters Added for Player Names

Release DateBenefit
09/16/2024Each league-specific Basketball API will now display player names containing special characters and diacritical markings. The change aims to ensure an accurate representation of a player’s given name.

Going forward, player names such as Davis Bertans (id: c1bb78ed-4ce7-4e8c-b30c-06f8148d550a) will change to Dāvis Bertāns in each API endpoint.

Ensure that your systems can handle these special characters and diacritics.

Some examples of player names with special characters include:

- Luka Dončić
- Dāvis Bertāns
- Ömer Aşık
- Nikola Ðurišić.
{
  "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7",
  "status": "ACT",
  "full_name": "Luka Dončić",
  "first_name": "Luka",
  "last_name": "Dončić",
  "abbr_name": "L.Dončić",
  "height": 79,
  "weight": 230,
  "position": "F-G",
  "primary_position": "PG",
  "jersey_number": "77",
  "experience": "6",
  "birth_place": "Ljubljana,, SVN",
  "birthdate": "1999-02-28",
  "updated": "2024-09-16T12:56:48Z",
  "sr_id": "sr:player:926008",
  "rookie_year": 2018,
  "reference": "1629029",
  "draft": {
    "team_id": "583ecb8f-fb46-11e1-82cb-f4ce4684ea4c",
    "year": 2018,
    "round": "1",
    "pick": "3"
  }
},
<player id="d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7" status="ACT" full_name="Luka Dončić" 
        first_name="Luka" last_name="Dončić" abbr_name="L.Dončić" height="79" weight="230" 
        position="F-G" primary_position="PG" jersey_number="77" experience="6" birth_place="Ljubljana,, SVN" 
        birthdate="1999-02-28" updated="2024-09-16T12:56:48Z" sr_id="sr:player:926008" rookie_year="2018" 
        reference="1629029">



New On-Demand Simulations

Release DateBenefit
09/09/2024We’re happy to announce expanded on-demand support for REST Simulations . This offering allows you to replay select games at your convenience.

How it works:

Request a list of available recordings by league.

For a normal GET game feed:

  • Register a session for the game feed(s) you are interested in playing back.

  • Start your session on your schedule – no more waiting for simulated games to start at a predefined time.

  • Continually call the endpoint for updates as one would during a live game.


No API Key is needed to use the simulations.

Please note that Legacy Simulations will be retired in early November.

For more details, see our Simulations page including code snippets for how to set up your calls.


Timeouts Remaining & Possession Arrow

Release DateFeeds AffectedBenefit
08/30/2024Game Boxscore

Game Summary

Play-by-Play
Added two data points for all full coverage NCAA games:

  • A possession arrow indicator (possession_arrow=[team_id])

  • Timeouts remaining for home and away teams.
{
   "id":"e2cb593c-feb2-4ed1-8bab-33ef001606ea",
   "status":"closed",
   "coverage":"full",
   "scheduled":"2024-01-13T01:00:00+00:00",
   "conference_game":true,
   "attendance":5608,
   "lead_changes":8,
   "times_tied":7,
   "clock":"00:00",
   "quarter":4,
   "track_on_court":false,
   "entry_mode":"LDE",
   "clock_decimal":"00:00",
   "possession_arrow":"c286b749-51fd-4f84-a3d8-4dca88f75988",
   "broadcasts":[
      {
         "type":"TV",
         "network":"Pac-12 Network"
      }
   ],
   "time_zones":{
      "venue":"US/Mountain",
      "home":"US/Mountain",
      "away":"US/Pacific"
   },
   "season":{
      "id":"cf5dcb91-e9ec-4993-ba42-5d632306b4c8",
      "year":2023,
      "type":"REG",
      "name":"Regular Season"
   },
   "home":{
      "name":"Utes",
      "alias":"UTAH",
      "market":"Utah",
      "id":"c286b749-51fd-4f84-a3d8-4dca88f75988",
      "points":64,
      "rank":19,
      "remaining_timeouts":0
   },
   "away":{
      "name":"Cardinal",
      "alias":"STAN",
      "market":"Stanford",
      "id":"c320e8ee-80fc-48df-b765-54126b97fe76",
      "points":66,
      "rank":8,
      "remaining_timeouts":1
   },
   "periods":[
      {
         "type":"quarter",
         "id":"09bde94a-8dc3-4aba-8616-94e28eefe10e",
         "number":1,
         "sequence":1,
         "scoring":{
            "times_tied":2,
            "lead_changes":7,
            "home":{
               "name":"Utes",
               "market":"Utah",
               "id":"c286b749-51fd-4f84-a3d8-4dca88f75988",
               "points":19
            },
            "away":{
               "name":"Cardinal",
               "market":"Stanford",
               "id":"c320e8ee-80fc-48df-b765-54126b97fe76",
               "points":17
            }
         },
         "events":[
            {
               "id":"f1ca346d-e10d-4692-a6b9-3fa77f6a9106",
               "clock":"10:00",
               "updated":"2024-01-13T01:16:34Z",
               "description":"(Cardinal gains possession)",
               "sequence":1705108091951,
               "home_points":0,
               "away_points":0,
               "clock_decimal":"10:00",
               "created":"2024-01-13T01:16:29Z",
               "event_type":"opentip",
               "attribution":{
                  "name":"Cardinal",
                  "market":"Stanford",
                  "id":"c320e8ee-80fc-48df-b765-54126b97fe76",
                  "team_basket":"right"
               },
               "location":{
                  "coord_x":560,
                  "coord_y":298
               },
               "possession":{
                  "name":"Cardinal",
                  "market":"Stanford",
                  "id":"c320e8ee-80fc-48df-b765-54126b97fe76"
               }
            },
            {
               "id":"7acc8f1e-e0f0-4510-ad13-28a01bd3add7",
               "clock":"9:38",
               "updated":"2024-01-13T01:08:12Z",
               "description":"Hannah Jump makes two point layup (Kiki Iriafen assists)",
               "sequence":1705108092001,
               "home_points":0,
               "away_points":2,
               "clock_decimal":"9:38",
               "created":"2024-01-13T01:08:11Z",
               "event_type":"twopointmade",
               "attribution":{
                  "name":"Cardinal",
                  "market":"Stanford",
                  "id":"c320e8ee-80fc-48df-b765-54126b97fe76",
                  "team_basket":"right"
               },
               "location":{
                  "coord_x":1047,
                  "coord_y":291
               },
               "possession":{
                  "name":"Utes",
                  "market":"Utah",
                  "id":"c286b749-51fd-4f84-a3d8-4dca88f75988"
               },
               "statistics":[
                  {
                     "type":"fieldgoal",
                     "made":true,
                     "shot_type":"layup",
                     "points":2,
                     "team":{
                        "name":"Cardinal",
                        "market":"Stanford",
                        "id":"c320e8ee-80fc-48df-b765-54126b97fe76"
                     },
                     "player":{
                        "full_name":"Hannah Jump",
                        "jersey_number":"33",
                        "id":"43322f6c-a4c6-4775-bbab-f773583c9f85"
                     }
                  },
                  {
                     "type":"assist",
                     "team":{
                        "name":"Cardinal",
                        "market":"Stanford",
                        "id":"c320e8ee-80fc-48df-b765-54126b97fe76"
                     },
                     "player":{
                        "full_name":"Kiki Iriafen",
                        "jersey_number":"44",
                        "id":"6364cc53-2dc3-4636-adf1-1891889a1451"
                     }
                  }
               ]
            },
            {
               "id":"65dbd74d-33f9-4624-8d43-0baf59138800",
               "clock":"9:22",
               "updated":"2024-01-13T01:08:27Z",
               "description":"Dasia Young makes three point jump shot (Kennady McQueen assists)",
               "sequence":1705108107844,
               "home_points":3,
               "away_points":2,
               "clock_decimal":"9:22",
               "created":"2024-01-13T01:08:27Z",
               "event_type":"threepointmade",
               "attribution":{
                  "name":"Utes",
                  "market":"Utah",
                  "id":"c286b749-51fd-4f84-a3d8-4dca88f75988",
                  "team_basket":"left"
               },
               "location":{
                  "coord_x":311,
                  "coord_y":177
               },
               "possession":{
                  "name":"Cardinal",
                  "market":"Stanford",
                  "id":"c320e8ee-80fc-48df-b765-54126b97fe76"
               },
               "statistics":[
                  {
                     "type":"fieldgoal",
                     "made":true,
                     "shot_type":"jump shot",
                     "three_point_shot":true,
                     "points":3,
                     "team":{
                        "name":"Utes",
                        "market":"Utah",
                        "id":"c286b749-51fd-4f84-a3d8-4dca88f75988"
                     },
                     "player":{
                        "full_name":"Dasia Young",
                        "jersey_number":"34",
                        "id":"ff49c6b4-cbba-469f-bead-94847f7d1929"
                     }
                  },
                  {
                     "type":"assist",
                     "team":{
                        "name":"Utes",
                        "market":"Utah",
                        "id":"c286b749-51fd-4f84-a3d8-4dca88f75988"
                     },
                     "player":{
                        "full_name":"Kennady McQueen",
                        "jersey_number":"24",
                        "id":"8bb3a36a-ee8e-484e-8cdb-6d1c751e7534"
                     }
                  }
               ]
            },
            
{
   "id":"e2cb593c-feb2-4ed1-8bab-33ef001606ea",
   "status":"closed",
   "coverage":"full",
   "scheduled":"2024-01-13T01:00:00+00:00",
   "conference_game":true,
   "attendance":5608,
   "lead_changes":8,
   "times_tied":7,
   "clock":"00:00",
   "quarter":4,
   "track_on_court":false,
   "entry_mode":"LDE",
   "clock_decimal":"00:00",
   "possession_arrow":"c286b749-51fd-4f84-a3d8-4dca88f75988",
   "broadcasts":[
      {
         "type":"TV",
         "network":"Pac-12 Network"
      }
   ],
   "time_zones":{
      "venue":"US/Mountain",
      "home":"US/Mountain",
      "away":"US/Pacific"
   },
   "season":{
      "id":"cf5dcb91-e9ec-4993-ba42-5d632306b4c8",
      "year":2023,
      "type":"REG",
      "name":"Regular Season"
   },
   "home":{
      "name":"Utes",
      "alias":"UTAH",
      "market":"Utah",
      "id":"c286b749-51fd-4f84-a3d8-4dca88f75988",
      "points":64,
      "rank":19,
      "remaining_timeouts":0,
      "scoring":[
         {
            "type":"quarter",
            "number":1,
            "sequence":1,
            "points":19
         },
         {
            "type":"quarter",
            "number":2,
            "sequence":2,
            "points":14
         },
         {
            "type":"quarter",
            "number":3,
            "sequence":3,
            "points":16
         },
         {
            "type":"quarter",
            "number":4,
            "sequence":4,
            "points":15
         }
      ],
      "leaders":{
         "points":[
            {
               "full_name":"Alissa Pili",
               "jersey_number":"35",
               "id":"9ceca3ff-c0ea-4d4e-9d05-6e7f5fd71ed7",
               "position":"F",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"33:00",
                  "field_goals_made":5,
                  "field_goals_att":18,
                  "field_goals_pct":27.8,
                  "three_points_made":2,
                  "three_points_att":8,
                  "three_points_pct":25,
                  "two_points_made":3,
                  "two_points_att":10,
                  "two_points_pct":30,
                  "blocked_att":0,
                  "free_throws_made":4,
                  "free_throws_att":5,
                  "free_throws_pct":80,
                  "offensive_rebounds":1,
                  "defensive_rebounds":6,
                  "rebounds":7,
                  "assists":2,
                  "turnovers":4,
                  "steals":3,
                  "blocks":1,
                  "assists_turnover_ratio":0.5,
                  "personal_fouls":2,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":16,
                  "double_double":false,
                  "triple_double":false,
                  "effective_fg_pct":33.3,
                  "efficiency":12,
                  "efficiency_game_score":7.8,
                  "fouls_drawn":3,
                  "offensive_fouls":1,
                  "points_in_paint":4,
                  "points_in_paint_att":8,
                  "points_in_paint_made":2,
                  "points_in_paint_pct":25,
                  "points_off_turnovers":2,
                  "true_shooting_att":20.2,
                  "true_shooting_pct":39.6,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":4,
                  "second_chance_pct":0
               }
            }
         ],
         "rebounds":[
            {
               "full_name":"Reese Ross",
               "jersey_number":"20",
               "id":"e3e4605d-b755-47c4-8472-c25afaa5c262",
               "position":"F",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"17:00",
                  "field_goals_made":0,
                  "field_goals_att":1,
                  "field_goals_pct":0,
                  "three_points_made":0,
                  "three_points_att":1,
                  "three_points_pct":0,
                  "two_points_made":0,
                  "two_points_att":0,
                  "two_points_pct":0,
                  "blocked_att":0,
                  "free_throws_made":0,
                  "free_throws_att":0,
                  "free_throws_pct":0,
                  "offensive_rebounds":2,
                  "defensive_rebounds":6,
                  "rebounds":8,
                  "assists":2,
                  "turnovers":0,
                  "steals":1,
                  "blocks":0,
                  "assists_turnover_ratio":0,
                  "personal_fouls":1,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":0,
                  "double_double":false,
                  "triple_double":false,
                  "effective_fg_pct":0,
                  "efficiency":9,
                  "efficiency_game_score":4.5,
                  "fouls_drawn":0,
                  "offensive_fouls":0,
                  "points_in_paint":0,
                  "points_in_paint_att":0,
                  "points_in_paint_made":0,
                  "points_in_paint_pct":0,
                  "points_off_turnovers":0,
                  "true_shooting_att":1,
                  "true_shooting_pct":0,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":0,
                  "second_chance_pct":0
               }
            }
         ],
         "assists":[
            {
               "full_name":"Kennady McQueen",
               "jersey_number":"24",
               "id":"8bb3a36a-ee8e-484e-8cdb-6d1c751e7534",
               "position":"G",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"27:00",
                  "field_goals_made":1,
                  "field_goals_att":2,
                  "field_goals_pct":50,
                  "three_points_made":1,
                  "three_points_att":2,
                  "three_points_pct":50,
                  "two_points_made":0,
                  "two_points_att":0,
                  "two_points_pct":0,
                  "blocked_att":0,
                  "free_throws_made":0,
                  "free_throws_att":0,
                  "free_throws_pct":0,
                  "offensive_rebounds":0,
                  "defensive_rebounds":4,
                  "rebounds":4,
                  "assists":5,
                  "turnovers":2,
                  "steals":0,
                  "blocks":0,
                  "assists_turnover_ratio":2.5,
                  "personal_fouls":3,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":3,
                  "double_double":false,
                  "triple_double":false,
                  "effective_fg_pct":75,
                  "efficiency":6,
                  "efficiency_game_score":3.5,
                  "fouls_drawn":0,
                  "offensive_fouls":0,
                  "points_in_paint":0,
                  "points_in_paint_att":0,
                  "points_in_paint_made":0,
                  "points_in_paint_pct":0,
                  "points_off_turnovers":0,
                  "true_shooting_att":2,
                  "true_shooting_pct":75,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":0,
                  "second_chance_pct":0
               }
            }
         ]
      }
   },
   "away":{
      "name":"Cardinal",
      "alias":"STAN",
      "market":"Stanford",
      "id":"c320e8ee-80fc-48df-b765-54126b97fe76",
      "points":66,
      "rank":8,
      "remaining_timeouts":1,
      "scoring":[
         {
            "type":"quarter",
            "number":1,
            "sequence":1,
            "points":17
         },
         {
            "type":"quarter",
            "number":2,
            "sequence":2,
            "points":23
         },
         {
            "type":"quarter",
            "number":3,
            "sequence":3,
            "points":15
         },
         {
            "type":"quarter",
            "number":4,
            "sequence":4,
            "points":11
         }
      ],
      "leaders":{
         "points":[
            {
               "full_name":"Kiki Iriafen",
               "jersey_number":"44",
               "id":"6364cc53-2dc3-4636-adf1-1891889a1451",
               "position":"F",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"32:00",
                  "field_goals_made":11,
                  "field_goals_att":23,
                  "field_goals_pct":47.8,
                  "three_points_made":0,
                  "three_points_att":0,
                  "three_points_pct":0,
                  "two_points_made":11,
                  "two_points_att":23,
                  "two_points_pct":47.8,
                  "blocked_att":1,
                  "free_throws_made":3,
                  "free_throws_att":4,
                  "free_throws_pct":75,
                  "offensive_rebounds":6,
                  "defensive_rebounds":10,
                  "rebounds":16,
                  "assists":4,
                  "turnovers":2,
                  "steals":2,
                  "blocks":1,
                  "assists_turnover_ratio":2,
                  "personal_fouls":3,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":25,
                  "double_double":true,
                  "triple_double":false,
                  "effective_fg_pct":47.8,
                  "efficiency":31,
                  "efficiency_game_score":22.4,
                  "fouls_drawn":2,
                  "offensive_fouls":1,
                  "points_in_paint":12,
                  "points_in_paint_att":12,
                  "points_in_paint_made":6,
                  "points_in_paint_pct":50,
                  "points_off_turnovers":0,
                  "true_shooting_att":24.76,
                  "true_shooting_pct":50.5,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":2,
                  "second_chance_pct":0
               }
            }
         ],
         "rebounds":[
            {
               "full_name":"Kiki Iriafen",
               "jersey_number":"44",
               "id":"6364cc53-2dc3-4636-adf1-1891889a1451",
               "position":"F",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"32:00",
                  "field_goals_made":11,
                  "field_goals_att":23,
                  "field_goals_pct":47.8,
                  "three_points_made":0,
                  "three_points_att":0,
                  "three_points_pct":0,
                  "two_points_made":11,
                  "two_points_att":23,
                  "two_points_pct":47.8,
                  "blocked_att":1,
                  "free_throws_made":3,
                  "free_throws_att":4,
                  "free_throws_pct":75,
                  "offensive_rebounds":6,
                  "defensive_rebounds":10,
                  "rebounds":16,
                  "assists":4,
                  "turnovers":2,
                  "steals":2,
                  "blocks":1,
                  "assists_turnover_ratio":2,
                  "personal_fouls":3,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":25,
                  "double_double":true,
                  "triple_double":false,
                  "effective_fg_pct":47.8,
                  "efficiency":31,
                  "efficiency_game_score":22.4,
                  "fouls_drawn":2,
                  "offensive_fouls":1,
                  "points_in_paint":12,
                  "points_in_paint_att":12,
                  "points_in_paint_made":6,
                  "points_in_paint_pct":50,
                  "points_off_turnovers":0,
                  "true_shooting_att":24.76,
                  "true_shooting_pct":50.5,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":2,
                  "second_chance_pct":0
               }
            }
         ],
         "assists":[
            {
               "full_name":"Talana Lepolo",
               "jersey_number":"10",
               "id":"0a3ea5ea-19a0-4ca6-97a8-076e89c64b02",
               "position":"G",
               "primary_position":"NA",
               "statistics":{
                  "minutes":"40:00",
                  "field_goals_made":1,
                  "field_goals_att":1,
                  "field_goals_pct":100,
                  "three_points_made":1,
                  "three_points_att":1,
                  "three_points_pct":100,
                  "two_points_made":0,
                  "two_points_att":0,
                  "two_points_pct":0,
                  "blocked_att":0,
                  "free_throws_made":1,
                  "free_throws_att":2,
                  "free_throws_pct":50,
                  "offensive_rebounds":0,
                  "defensive_rebounds":3,
                  "rebounds":3,
                  "assists":7,
                  "turnovers":3,
                  "steals":0,
                  "blocks":0,
                  "assists_turnover_ratio":2.33,
                  "personal_fouls":0,
                  "tech_fouls":0,
                  "flagrant_fouls":0,
                  "pls_min":0,
                  "points":4,
                  "double_double":false,
                  "triple_double":false,
                  "effective_fg_pct":150,
                  "efficiency":11,
                  "efficiency_game_score":6.1,
                  "fouls_drawn":1,
                  "offensive_fouls":0,
                  "points_in_paint":0,
                  "points_in_paint_att":0,
                  "points_in_paint_made":0,
                  "points_in_paint_pct":0,
                  "points_off_turnovers":1,
                  "true_shooting_att":1.88,
                  "true_shooting_pct":106.4,
                  "coach_ejections":0,
                  "coach_tech_fouls":0,
                  "second_chance_pts":0,
                  "second_chance_pct":0
               }
            }
         ]
      }
   }
}


Broadcast Info by Game

Release DateFeeds AffectedBenefit
08/26/2024Game 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"
    }
  ],


Event Creation Timestamp

Release DateFeeds AffectedBenefit
08/22/2024Play-by-Play

Push Events
We've added a created timestamp value for all events in a game.

Use this value to record exactly when each event was created in our database (ex. 2024-06-18T00:38:34Z).
"events": [
  {
    "id": "21ff5433-b9fe-4623-b34b-6452e86de3ec",
    "event_type": "lineupchange",
    "sequence": 1718671114093,
    "number": 5002,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:34Z",
    "updated": "2024-08-05T20:43:53Z",
    "wall_clock": "2024-06-18T00:38:34Z",
    "description": "Mavericks lineup change (Derrick Jones Jr., P.J. Washington, Luka Doncic, Kyrie Irving, Daniel Gafford)",
    "attribution": {
      "name": "Mavericks",
      "market": "Dallas",
      "reference": "1610612742",
      "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "right"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "494f17ed-b345-4182-8b37-a8886b184850",
    "event_type": "lineupchange",
    "sequence": 1718671114095,
    "number": 5002,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:34Z",
    "updated": "2024-08-05T20:43:51Z",
    "wall_clock": "2024-06-18T00:38:34Z",
    "description": "Celtics lineup change (Al Horford, Jayson Tatum, Jrue Holiday, Derrick White, Jaylen Brown)",
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "114d1d84-0f86-4c42-bf66-af79e12e2d4f",
    "event_type": "opentip",
    "sequence": 1718671116500,
    "number": 4,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:36Z",
    "updated": "2024-08-05T20:43:48Z",
    "wall_clock": "2024-06-18T00:38:36Z",
    "description": "Daniel Gafford vs. Al Horford (Jaylen Brown gains possession)",
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "possession": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "ed40ae31-f06c-45d7-8725-b52751411e8e",
    "event_type": "twopointmade",
    "sequence": 1718671132200,
    "number": 7,
    "clock_fraction": 0,
    "clock": "11:40",
    "clock_decimal": "11:40",
    "created": "2024-06-18T00:38:53Z",
    "updated": "2024-08-05T20:43:45Z",
    "wall_clock": "2024-06-18T00:38:52Z",
    "description": "Jrue Holiday makes two point driving layup (Jayson Tatum assists)",
    "qualifiers": [
      {
        "qualifier": "pointsinthepaint"
      }
    ],
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "location": {
      "coord_x": 74,
      "coord_y": 295,
      "action_area": "underbasket"
    },
    "possession": {
      "name": "Mavericks",
      "market": "Dallas",
      "reference": "1610612742",
      "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    },
    "statistics": [
      {
        "type": "fieldgoal",
        "made": true,
        "shot_type": "layup",
        "shot_type_desc": "driving",
        "shot_distance": 1.01,
        "points": 2,
        "team": {
          "name": "Celtics",
          "market": "Boston",
          "reference": "1610612738",
          "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
        },
        "player": {
          "full_name": "Jrue Holiday",
          "jersey_number": "4",
          "reference": "201950",
          "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
        }
      },
      {
        "type": "assist",
        "team": {
          "name": "Celtics",
          "market": "Boston",
          "reference": "1610612738",
          "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
        },
        "player": {
          "full_name": "Jayson Tatum",
          "jersey_number": "0",
          "reference": "1628369",
          "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
        }
      }
    ]
  },


Added Language Translations

Release DateFeeds AffectedBenefit
06/11/2024All feeds with teams, players,
and play-by-play descriptions.
We added language translations for all feeds with teams, players, and play-by-play descriptions.

The following languages are now available:

- Brazilian Portuguese
- English
- French
- Russian
- Simplified Chinese
- Spanish

'Midrange' and 'At Rim' Field Goals

Release DateFeeds AffectedBenefit
05/06/2024Game Summary

League Leaders

Player Profile

Seasonal Statistics
We added the following data points for field goals at midrange and at the rim. These are available at the game and season level.

- Field Goals Made at Rim (field_goals_at_rim_made)

- Field Goals Attempted at Rim (field_goals_at_rim_att)
- Field Goal Percentage at Rim (field_goals_at_rim_pct)
- Field Goals Made at Midrange (field_goals_at_midrange_made)
- Field Goals Attempted at Midrange (field_goals_at_midrange_att)
- Field Goal Percentage at Midrange (field_goals_at_midrange_pct)
<team name="Timberwolves" alias="MIN" market="Minnesota" id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" points="122" bonus="true" sr_id="sr:team:3426" remaining_timeouts="2" reference="1610612750" home="true">
  <record wins="30" losses="11"/>
  <scoring>
    <quarter number="1" sequence="1" points="28"/>
    <quarter number="2" sequence="2" points="44"/>
    <quarter number="3" sequence="3" points="25"/>
    <quarter number="4" sequence="4" points="25"/>
  </scoring>
  <statistics minutes="4:00:00" field_goals_made="45" field_goals_att="82" field_goals_pct="54.9" three_points_made="15" three_points_att="37" three_points_pct="40.5" two_points_made="30" two_points_att="45" two_points_pct="66.7" blocked_att="1" free_throws_made="17" free_throws_att="24" free_throws_pct="70.8" offensive_rebounds="8" defensive_rebounds="40" assists="30" steals="9" blocks="7" assists_turnover_ratio="1.88" personal_fouls="23" ejections="0" foulouts="1" points="122" fast_break_pts="20" second_chance_pts="8" team_turnovers="2" points_off_turnovers="27" team_rebounds="5" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" coach_tech_fouls="0" points_in_paint="56" team_offensive_rebounds="4" team_defensive_rebounds="1" total_rebounds="53" total_turnovers="18" personal_rebounds="48" player_turnovers="16" field_goals_at_rim_made="20" field_goals_at_rim_att="24" field_goals_at_rim_pct="83.3" field_goals_at_midrange_made="1" field_goals_at_midrange_att="5" field_goals_at_midrange_pct="20.0" bench_points="34" biggest_lead="31" effective_fg_pct="64.0" efficiency="155" efficiency_game_score="107.1" fouls_drawn="23" offensive_fouls="4" pls_min="21" points_in_paint_att="39" points_in_paint_made="28" points_in_paint_pct="71.8" total_fouls="23" true_shooting_att="92.56" true_shooting_pct="65.9" coach_ejections="0" defensive_rating="92.9333824070666" offensive_rating="118.954758190328" points_against="101" possessions="102.56" opponent_possessions="108.68" time_leading="45:04" defensive_points_per_possession="0.98" offensive_points_per_possession="1.19" team_fouls="0" second_chance_att="4" second_chance_made="2" second_chance_pct="50.0" fast_break_att="13" fast_break_made="9" fast_break_pct="69.2">
"home": {
  "name": "Timberwolves",
  "alias": "MIN",
  "market": "Minnesota",
  "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
  "points": 122,
  "bonus": true,
  "sr_id": "sr:team:3426",
  "remaining_timeouts": 2,
  "reference": "1610612750",
  "record": {
    "wins": 30,
    "losses": 11
  },
  "scoring": [
    {
      "type": "quarter",
      "number": 1,
      "sequence": 1,
      "points": 28
    },
    {
      "type": "quarter",
      "number": 2,
      "sequence": 2,
      "points": 44
    },
    {
      "type": "quarter",
      "number": 3,
      "sequence": 3,
      "points": 25
    },
    {
      "type": "quarter",
      "number": 4,
      "sequence": 4,
      "points": 25
    }
  ],
  "statistics": {
    "minutes": "4:00:00",
    "field_goals_made": 45,
    "field_goals_att": 82,
    "field_goals_pct": 54.9,
    "three_points_made": 15,
    "three_points_att": 37,
    "three_points_pct": 40.5,
    "two_points_made": 30,
    "two_points_att": 45,
    "two_points_pct": 66.7,
    "blocked_att": 1,
    "free_throws_made": 17,
    "free_throws_att": 24,
    "free_throws_pct": 70.8,
    "offensive_rebounds": 8,
    "defensive_rebounds": 40,
    "assists": 30,
    "steals": 9,
    "blocks": 7,
    "assists_turnover_ratio": 1.88,
    "personal_fouls": 23,
    "ejections": 0,
    "foulouts": 1,
    "points": 122,
    "fast_break_pts": 20,
    "second_chance_pts": 8,
    "team_turnovers": 2,
    "points_off_turnovers": 27,
    "team_rebounds": 5,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "coach_tech_fouls": 0,
    "points_in_paint": 56,
    "team_offensive_rebounds": 4,
    "team_defensive_rebounds": 1,
    "total_rebounds": 53,
    "total_turnovers": 18,
    "personal_rebounds": 48,
    "player_turnovers": 16,
    "field_goals_at_rim_made": 20,
    "field_goals_at_rim_att": 24,
    "field_goals_at_rim_pct": 83.3,
    "field_goals_at_midrange_made": 1,
    "field_goals_at_midrange_att": 5,
    "field_goals_at_midrange_pct": 20.0,
    "bench_points": 34,
    "biggest_lead": 31,
    "effective_fg_pct": 64.0,
    "efficiency": 155,
    "efficiency_game_score": 107.1,
    "fouls_drawn": 23,
    "offensive_fouls": 4,
    "pls_min": 21,
    "points_in_paint_att": 39,
    "points_in_paint_made": 28,
    "points_in_paint_pct": 71.8,
    "total_fouls": 23,
    "true_shooting_att": 92.56,
    "true_shooting_pct": 65.9,
    "coach_ejections": 0,
    "defensive_rating": 92.9333824070666,
    "offensive_rating": 118.954758190328,
    "points_against": 101,
    "possessions": 102.56,
    "opponent_possessions": 108.68,
    "time_leading": "45:04",
    "defensive_points_per_possession": 0.98,
    "offensive_points_per_possession": 1.19,
    "team_fouls": 0,
    "second_chance_att": 4,
    "second_chance_made": 2,
    "second_chance_pct": 50.0,
    "fast_break_att": 13,
    "fast_break_made": 9,
    "fast_break_pct": 69.2,
    "most_unanswered": {
      "points": 12,
      "own_score": 72,
      "opp_score": 44
    },


Usage Percentage

Release DateFeeds AffectedBenefit
05/06/2024Player Profile

Seasonal Statistics
We added Usage Percentage (usage_pct) as a seasonal player statistic.

Usage Percentage represents an estimate of the percentage of team plays used by a player while they are on the floor.
<season id="f1162fd1-29c5-4c29-abb4-57b78f16d238" year="2023" type="REG">
  <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" reference="1610612750">
    <statistics>
      <total games_played="62" games_started="62" minutes="2026.0" field_goals_made="479" field_goals_att="951" field_goals_pct="0.504" two_points_made="343" two_points_att="624" two_points_pct="0.55" three_points_made="136" three_points_att="327" three_points_pct="0.416" blocked_att="67" free_throws_made="255" free_throws_att="292" free_throws_pct="0.873" offensive_rebounds="94" defensive_rebounds="421" rebounds="515" assists="189" turnovers="177" assists_turnover_ratio="1.07" steals="43" blocks="41" personal_fouls="204" tech_fouls="-1" points="1349" flagrant_fouls="0" ejections="0" foulouts="7" tech_fouls_non_unsportsmanlike="1" true_shooting_att="1079.48" true_shooting_pct="0.625" efficiency="1451" field_goals_at_rim_made="182" field_goals_at_rim_att="280" field_goals_at_rim_pct="0.65" field_goals_at_midrange_made="34" field_goals_at_midrange_att="84" field_goals_at_midrange_pct="0.405" usage_pct="27.61" points_off_turnovers="192" points_in_paint="614" points_in_paint_made="307" points_in_paint_att="534" points_in_paint_pct="0.575" effective_fg_pct="0.575" double_doubles="22" triple_doubles="0" fouls_drawn="262" offensive_fouls="52" fast_break_pts="67" fast_break_att="37" fast_break_made="25" fast_break_pct="0.676" coach_ejections="0" second_chance_pct="0.542" second_chance_pts="155" second_chance_att="96" second_chance_made="52" minus="4517" plus="4838" coach_tech_fouls="0"/>
      <average minutes="32.7" points="21.8" off_rebounds="1.52" def_rebounds="6.79" rebounds="8.31" assists="3.0" steals="0.69" blocks="0.66" turnovers="2.85" personal_fouls="3.29" flagrant_fouls="0.0" blocked_att="1.08" field_goals_made="7.73" field_goals_att="15.34" three_points_made="2.19" three_points_att="5.27" free_throws_made="4.11" free_throws_att="4.71" two_points_made="5.53" two_points_att="10.06" efficiency="23.4" true_shooting_att="17.41" points_off_turnovers="3.1" points_in_paint_made="4.95" points_in_paint_att="8.61" points_in_paint="9.9" fouls_drawn="4.23" offensive_fouls="0.84" fast_break_pts="1.08" fast_break_att="0.6" fast_break_made="0.4" second_chance_pts="2.5" second_chance_att="1.55" second_chance_made="0.84"/>
    </statistics>
  </team>
</season>
"seasons": [
  {
    "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
    "year": 2023,
    "type": "REG",
    "teams": [
      {
        "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
        "name": "Timberwolves",
        "market": "Minnesota",
        "alias": "MIN",
        "reference": "1610612750",
        "total": {
          "games_played": 62,
          "games_started": 62,
          "minutes": 2026.0,
          "field_goals_made": 479,
          "field_goals_att": 951,
          "field_goals_pct": 0.504,
          "two_points_made": 343,
          "two_points_att": 624,
          "two_points_pct": 0.55,
          "three_points_made": 136,
          "three_points_att": 327,
          "three_points_pct": 0.416,
          "blocked_att": 67,
          "free_throws_made": 255,
          "free_throws_att": 292,
          "free_throws_pct": 0.873,
          "offensive_rebounds": 94,
          "defensive_rebounds": 421,
          "rebounds": 515,
          "assists": 189,
          "turnovers": 177,
          "assists_turnover_ratio": 1.07,
          "steals": 43,
          "blocks": 41,
          "personal_fouls": 204,
          "tech_fouls": -1,
          "points": 1349,
          "flagrant_fouls": 0,
          "ejections": 0,
          "foulouts": 7,
          "tech_fouls_non_unsportsmanlike": 1,
          "true_shooting_att": 1079.48,
          "true_shooting_pct": 0.625,
          "efficiency": 1451,
          "field_goals_at_rim_made": 182,
          "field_goals_at_rim_att": 280,
          "field_goals_at_rim_pct": 0.65,
          "field_goals_at_midrange_made": 34,
          "field_goals_at_midrange_att": 84,
          "field_goals_at_midrange_pct": 0.405,
          "usage_pct": 27.61,
          "points_off_turnovers": 192,
          "points_in_paint": 614,
          "points_in_paint_made": 307,
          "points_in_paint_att": 534,
          "points_in_paint_pct": 0.575,
          "effective_fg_pct": 0.575,
          "double_doubles": 22,
          "triple_doubles": 0,
          "fouls_drawn": 262,
          "offensive_fouls": 52,
          "fast_break_pts": 67,
          "fast_break_att": 37,
          "fast_break_made": 25,
          "fast_break_pct": 0.676,
          "coach_ejections": 0,
          "second_chance_pct": 0.542,
          "second_chance_pts": 155,
          "second_chance_att": 96,
          "second_chance_made": 52,
          "minus": 4517,
          "plus": 4838,
          "coach_tech_fouls": 0
        },
        "average": {
          "minutes": 32.7,
          "points": 21.8,
          "off_rebounds": 1.52,
          "def_rebounds": 6.79,
          "rebounds": 8.31,
          "assists": 3.0,
          "steals": 0.69,
          "blocks": 0.66,
          "turnovers": 2.85,
          "personal_fouls": 3.29,
          "flagrant_fouls": 0.0,
          "blocked_att": 1.08,
          "field_goals_made": 7.73,
          "field_goals_att": 15.34,
          "three_points_made": 2.19,
          "three_points_att": 5.27,
          "free_throws_made": 4.11,
          "free_throws_att": 4.71,
          "two_points_made": 5.53,
          "two_points_att": 10.06,
          "efficiency": 23.4,
          "true_shooting_att": 17.41,
          "points_off_turnovers": 3.1,
          "points_in_paint_made": 4.95,
          "points_in_paint_att": 8.61,
          "points_in_paint": 9.9,
          "fouls_drawn": 4.23,
          "offensive_fouls": 0.84,
          "fast_break_pts": 1.08,
          "fast_break_att": 0.6,
          "fast_break_made": 0.4,
          "second_chance_pts": 2.5,
          "second_chance_att": 1.55,
          "second_chance_made": 0.84
        }
      }
    ]
  },



Team Total Turnovers by Period

Release DateFeeds AffectedBenefit
05/06/2024Game SummaryWe added Team Total Turnovers (total_turnovers) at the team period level.
<periods>
  <period type="REG" id="67953749-7053-4737-a461-9c0c1a9d76aa" number="1" sequence="1" minutes="1:00:00" field_goals_made="11" field_goals_att="20" field_goals_pct="55.0" three_points_made="5" three_points_att="12" three_points_pct="41.7" two_points_made="6" two_points_att="8" two_points_pct="75.0" blocked_att="0" free_throws_made="1" free_throws_att="1" free_throws_pct="100.0" offensive_rebounds="0" defensive_rebounds="9" rebounds="9" assists="8" turnovers="5" steals="2" blocks="2" assists_turnover_ratio="1.6" personal_fouls="6" offensive_fouls="1" points="28" fast_break_pts="0" second_chance_pts="0" team_turnovers="0" points_off_turnovers="10" team_rebounds="1" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="4" effective_fg_pct="67.5" bench_points="7" points_in_paint="12" points_in_paint_att="7" points_in_paint_made="6" points_in_paint_pct="85.7" true_shooting_att="20.44" true_shooting_pct="68.5" biggest_lead="11" fouls_drawn="4" total_turnovers="5" efficiency="33" efficiency_game_score="22.7" team_defensive_rebounds="0" team_offensive_rebounds="1" total_fouls="6" total_rebounds="10" defensive_rating="88.2352941176471" offensive_rating="110.062893081761" points_against="24" possessions="25.44" opponent_possessions="27.2" time_leading="9:04" defensive_points_per_possession="0.94" offensive_points_per_possession="1.1" team_fouls="0" second_chance_att="0" second_chance_made="0" second_chance_pct="0.0" fast_break_att="2" fast_break_made="0" fast_break_pct="0.0"/>
  <period type="REG" id="19d24075-e210-4c41-9b5e-e7f02f00e980" number="2" sequence="2" minutes="1:00:00" field_goals_made="16" field_goals_att="24" field_goals_pct="66.7" three_points_made="9" three_points_att="15" three_points_pct="60.0" two_points_made="7" two_points_att="9" two_points_pct="77.8" blocked_att="0" free_throws_made="3" free_throws_att="4" free_throws_pct="75.0" offensive_rebounds="2" defensive_rebounds="10" rebounds="12" assists="13" turnovers="2" steals="2" blocks="1" assists_turnover_ratio="6.5" personal_fouls="3" offensive_fouls="1" points="44" fast_break_pts="10" second_chance_pts="3" team_turnovers="0" points_off_turnovers="5" team_rebounds="2" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="24" effective_fg_pct="85.4" bench_points="11" points_in_paint="12" points_in_paint_att="8" points_in_paint_made="6" points_in_paint_pct="75.0" true_shooting_att="25.76" true_shooting_pct="85.4" biggest_lead="28" fouls_drawn="5" total_turnovers="2" efficiency="63" efficiency_game_score="46.2" team_defensive_rebounds="1" team_offensive_rebounds="1" total_fouls="3" total_rebounds="14" defensive_rating="77.2797527047914" offensive_rating="170.807453416149" points_against="20" possessions="25.76" opponent_possessions="25.88" time_leading="12:00" defensive_points_per_possession="0.78" offensive_points_per_possession="1.71" team_fouls="0" second_chance_att="0" second_chance_made="0" second_chance_pct="0.0" fast_break_att="4" fast_break_made="4" fast_break_pct="100.0"/>
  <period type="REG" id="f60af69f-bd10-4e5a-b9ed-0df46e8aad57" number="3" sequence="3" minutes="1:00:00" field_goals_made="10" field_goals_att="19" field_goals_pct="52.6" three_points_made="1" three_points_att="5" three_points_pct="20.0" two_points_made="9" two_points_att="14" two_points_pct="64.3" blocked_att="0" free_throws_made="4" free_throws_att="5" free_throws_pct="80.0" offensive_rebounds="3" defensive_rebounds="13" rebounds="16" assists="4" turnovers="7" steals="3" blocks="4" assists_turnover_ratio="0.57" personal_fouls="5" offensive_fouls="1" points="25" fast_break_pts="6" second_chance_pts="4" team_turnovers="1" points_off_turnovers="4" team_rebounds="0" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="1" effective_fg_pct="55.3" bench_points="6" points_in_paint="16" points_in_paint_att="11" points_in_paint_made="8" points_in_paint_pct="72.7" true_shooting_att="21.2" true_shooting_pct="59.0" biggest_lead="31" fouls_drawn="5" total_turnovers="8" efficiency="35" efficiency_game_score="20.9" team_defensive_rebounds="0" team_offensive_rebounds="0" total_fouls="5" total_rebounds="16" defensive_rating="83.4492350486787" offensive_rating="95.4198473282443" points_against="24" possessions="26.2" opponent_possessions="28.76" time_leading="12:00" defensive_points_per_possession="0.92" offensive_points_per_possession="0.95" team_fouls="0" second_chance_att="2" second_chance_made="2" second_chance_pct="100.0" fast_break_att="5" fast_break_made="3" fast_break_pct="60.0"/>
  <period type="REG" id="3d4e5cfc-eacb-4e69-b544-b911ce7b4f29" number="4" sequence="4" minutes="1:00:00" field_goals_made="8" field_goals_att="19" field_goals_pct="42.1" three_points_made="0" three_points_att="5" three_points_pct="0.0" two_points_made="8" two_points_att="14" two_points_pct="57.1" blocked_att="1" free_throws_made="9" free_throws_att="14" free_throws_pct="64.3" offensive_rebounds="3" defensive_rebounds="8" rebounds="11" assists="5" turnovers="2" steals="2" blocks="0" assists_turnover_ratio="2.5" personal_fouls="9" offensive_fouls="1" points="25" fast_break_pts="4" second_chance_pts="1" team_turnovers="1" points_off_turnovers="8" team_rebounds="2" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="-8" effective_fg_pct="42.1" bench_points="10" points_in_paint="16" points_in_paint_att="13" points_in_paint_made="8" points_in_paint_pct="61.5" true_shooting_att="25.16" true_shooting_pct="49.7" biggest_lead="29" fouls_drawn="9" total_turnovers="3" efficiency="24" efficiency_game_score="17.3" team_defensive_rebounds="0" team_offensive_rebounds="2" total_fouls="9" total_rebounds="13" defensive_rating="122.950819672131" offensive_rating="99.3640699523052" points_against="33" possessions="25.16" opponent_possessions="26.84" time_leading="12:00" defensive_points_per_possession="1.31" offensive_points_per_possession="0.99" team_fouls="0" second_chance_att="2" second_chance_made="0" second_chance_pct="0.0" fast_break_att="2" fast_break_made="2" fast_break_pct="100.0"/>
</periods>
"periods": [
  {
    "type": "REG",
    "id": "67953749-7053-4737-a461-9c0c1a9d76aa",
    "number": 1,
    "sequence": 1,
    "minutes": "1:00:00",
    "field_goals_made": 11,
    "field_goals_att": 20,
    "field_goals_pct": 55.0,
    "three_points_made": 5,
    "three_points_att": 12,
    "three_points_pct": 41.7,
    "two_points_made": 6,
    "two_points_att": 8,
    "two_points_pct": 75.0,
    "blocked_att": 0,
    "free_throws_made": 1,
    "free_throws_att": 1,
    "free_throws_pct": 100.0,
    "offensive_rebounds": 0,
    "defensive_rebounds": 9,
    "rebounds": 9,
    "assists": 8,
    "turnovers": 5,
    "steals": 2,
    "blocks": 2,
    "assists_turnover_ratio": 1.6,
    "personal_fouls": 6,
    "offensive_fouls": 1,
    "points": 28,
    "fast_break_pts": 0,
    "second_chance_pts": 0,
    "team_turnovers": 0,
    "points_off_turnovers": 10,
    "team_rebounds": 1,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 4,
    "effective_fg_pct": 67.5,
    "bench_points": 7,
    "points_in_paint": 12,
    "points_in_paint_att": 7,
    "points_in_paint_made": 6,
    "points_in_paint_pct": 85.7,
    "true_shooting_att": 20.44,
    "true_shooting_pct": 68.5,
    "biggest_lead": 11,
    "fouls_drawn": 4,
    "total_turnovers": 5,
    "efficiency": 33,
    "efficiency_game_score": 22.7,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 1,
    "total_fouls": 6,
    "total_rebounds": 10,
    "defensive_rating": 88.2352941176471,
    "offensive_rating": 110.062893081761,
    "points_against": 24,
    "possessions": 25.44,
    "opponent_possessions": 27.2,
    "time_leading": "9:04",
    "defensive_points_per_possession": 0.94,
    "offensive_points_per_possession": 1.1,
    "team_fouls": 0,
    "second_chance_att": 0,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 2,
    "fast_break_made": 0,
    "fast_break_pct": 0.0
  },
  {
    "type": "REG",
    "id": "19d24075-e210-4c41-9b5e-e7f02f00e980",
    "number": 2,
    "sequence": 2,
    "minutes": "1:00:00",
    "field_goals_made": 16,
    "field_goals_att": 24,
    "field_goals_pct": 66.7,
    "three_points_made": 9,
    "three_points_att": 15,
    "three_points_pct": 60.0,
    "two_points_made": 7,
    "two_points_att": 9,
    "two_points_pct": 77.8,
    "blocked_att": 0,
    "free_throws_made": 3,
    "free_throws_att": 4,
    "free_throws_pct": 75.0,
    "offensive_rebounds": 2,
    "defensive_rebounds": 10,
    "rebounds": 12,
    "assists": 13,
    "turnovers": 2,
    "steals": 2,
    "blocks": 1,
    "assists_turnover_ratio": 6.5,
    "personal_fouls": 3,
    "offensive_fouls": 1,
    "points": 44,
    "fast_break_pts": 10,
    "second_chance_pts": 3,
    "team_turnovers": 0,
    "points_off_turnovers": 5,
    "team_rebounds": 2,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 24,
    "effective_fg_pct": 85.4,
    "bench_points": 11,
    "points_in_paint": 12,
    "points_in_paint_att": 8,
    "points_in_paint_made": 6,
    "points_in_paint_pct": 75.0,
    "true_shooting_att": 25.76,
    "true_shooting_pct": 85.4,
    "biggest_lead": 28,
    "fouls_drawn": 5,
    "total_turnovers": 2,
    "efficiency": 63,
    "efficiency_game_score": 46.2,
    "team_defensive_rebounds": 1,
    "team_offensive_rebounds": 1,
    "total_fouls": 3,
    "total_rebounds": 14,
    "defensive_rating": 77.2797527047914,
    "offensive_rating": 170.807453416149,
    "points_against": 20,
    "possessions": 25.76,
    "opponent_possessions": 25.88,
    "time_leading": "12:00",
    "defensive_points_per_possession": 0.78,
    "offensive_points_per_possession": 1.71,
    "team_fouls": 0,
    "second_chance_att": 0,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 4,
    "fast_break_made": 4,
    "fast_break_pct": 100.0
  },
  {
    "type": "REG",
    "id": "f60af69f-bd10-4e5a-b9ed-0df46e8aad57",
    "number": 3,
    "sequence": 3,
    "minutes": "1:00:00",
    "field_goals_made": 10,
    "field_goals_att": 19,
    "field_goals_pct": 52.6,
    "three_points_made": 1,
    "three_points_att": 5,
    "three_points_pct": 20.0,
    "two_points_made": 9,
    "two_points_att": 14,
    "two_points_pct": 64.3,
    "blocked_att": 0,
    "free_throws_made": 4,
    "free_throws_att": 5,
    "free_throws_pct": 80.0,
    "offensive_rebounds": 3,
    "defensive_rebounds": 13,
    "rebounds": 16,
    "assists": 4,
    "turnovers": 7,
    "steals": 3,
    "blocks": 4,
    "assists_turnover_ratio": 0.57,
    "personal_fouls": 5,
    "offensive_fouls": 1,
    "points": 25,
    "fast_break_pts": 6,
    "second_chance_pts": 4,
    "team_turnovers": 1,
    "points_off_turnovers": 4,
    "team_rebounds": 0,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 1,
    "effective_fg_pct": 55.3,
    "bench_points": 6,
    "points_in_paint": 16,
    "points_in_paint_att": 11,
    "points_in_paint_made": 8,
    "points_in_paint_pct": 72.7,
    "true_shooting_att": 21.2,
    "true_shooting_pct": 59.0,
    "biggest_lead": 31,
    "fouls_drawn": 5,
    "total_turnovers": 8,
    "efficiency": 35,
    "efficiency_game_score": 20.9,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 0,
    "total_fouls": 5,
    "total_rebounds": 16,
    "defensive_rating": 83.4492350486787,
    "offensive_rating": 95.4198473282443,
    "points_against": 24,
    "possessions": 26.2,
    "opponent_possessions": 28.76,
    "time_leading": "12:00",
    "defensive_points_per_possession": 0.92,
    "offensive_points_per_possession": 0.95,
    "team_fouls": 0,
    "second_chance_att": 2,
    "second_chance_made": 2,
    "second_chance_pct": 100.0,
    "fast_break_att": 5,
    "fast_break_made": 3,
    "fast_break_pct": 60.0
  },
  {
    "type": "REG",
    "id": "3d4e5cfc-eacb-4e69-b544-b911ce7b4f29",
    "number": 4,
    "sequence": 4,
    "minutes": "1:00:00",
    "field_goals_made": 8,
    "field_goals_att": 19,
    "field_goals_pct": 42.1,
    "three_points_made": 0,
    "three_points_att": 5,
    "three_points_pct": 0.0,
    "two_points_made": 8,
    "two_points_att": 14,
    "two_points_pct": 57.1,
    "blocked_att": 1,
    "free_throws_made": 9,
    "free_throws_att": 14,
    "free_throws_pct": 64.3,
    "offensive_rebounds": 3,
    "defensive_rebounds": 8,
    "rebounds": 11,
    "assists": 5,
    "turnovers": 2,
    "steals": 2,
    "blocks": 0,
    "assists_turnover_ratio": 2.5,
    "personal_fouls": 9,
    "offensive_fouls": 1,
    "points": 25,
    "fast_break_pts": 4,
    "second_chance_pts": 1,
    "team_turnovers": 1,
    "points_off_turnovers": 8,
    "team_rebounds": 2,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": -8,
    "effective_fg_pct": 42.1,
    "bench_points": 10,
    "points_in_paint": 16,
    "points_in_paint_att": 13,
    "points_in_paint_made": 8,
    "points_in_paint_pct": 61.5,
    "true_shooting_att": 25.16,
    "true_shooting_pct": 49.7,
    "biggest_lead": 29,
    "fouls_drawn": 9,
    "total_turnovers": 3,
    "efficiency": 24,
    "efficiency_game_score": 17.3,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 2,
    "total_fouls": 9,
    "total_rebounds": 13,
    "defensive_rating": 122.950819672131,
    "offensive_rating": 99.3640699523052,
    "points_against": 33,
    "possessions": 25.16,
    "opponent_possessions": 26.84,
    "time_leading": "12:00",
    "defensive_points_per_possession": 1.31,
    "offensive_points_per_possession": 0.99,
    "team_fouls": 0,
    "second_chance_att": 2,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 2,
    "fast_break_made": 2,
    "fast_break_pct": 100.0
  }
]


Team Profile Info

Release DateFeeds AffectedBenefit
05/06/2024League Hierarchy

Team Profile
Added the following profile info for teams.

- Year Founded

- Team Mascot
- Team Nicknames
- Fight Song
- Championships Won
- Championship Seasons
- Conference Titles
- - Playoff Appearances
<team id="7269c5c7-6614-41d8-9415-7ca3243f6612" name="Hawkeyes" market="Iowa" alias="IOWA" 
      founded="1847" mascot="Herky the Hawk" fight_song="On Iowa!" championships_won="0" 
      conference_titles="6" playoff_appearances="30">
  <team_colors>
    <team_color type="primary" hex_color="#000000">
      <rgb_color red="0" green="0" blue="0"/>
    </team_color>
    <team_color type="secondary" hex_color="#fcd116">
      <rgb_color red="252" green="209" blue="22"/>
    </team_color>
  </team_colors>
  <venue id="04c2567a-3a02-462b-b06b-5a4216dd30af" name="Carver-Hawkeye Arena" capacity="15500" address="1 Elliot Drive" city="Iowa City" state="IA" zip="52242" country="USA">
    <location lat="41.663611" lng="-91.554444"/>
  </venue>
</team>
{
  "id": "7269c5c7-6614-41d8-9415-7ca3243f6612",
  "name": "Hawkeyes",
  "market": "Iowa",
  "alias": "IOWA",
  "founded": 1847,
  "mascot": "Herky the Hawk",
  "fight_song": "On Iowa!",
  "championships_won": 0,
  "conference_titles": 6,
  "playoff_appearances": 30,
  "team_colors": [
    {
      "type": "primary",
      "hex_color": "#000000",
      "rgb_color": {
        "red": 0,
        "green": 0,
        "blue": 0
      }
    },
    {
      "type": "secondary",
      "hex_color": "#fcd116",
      "rgb_color": {
        "red": 252,
        "green": 209,
        "blue": 22
      }
    }
  ],
  "venue": {
    "id": "04c2567a-3a02-462b-b06b-5a4216dd30af",
    "name": "Carver-Hawkeye Arena",
    "capacity": 15500,
    "address": "1 Elliot Drive",
    "city": "Iowa City",
    "state": "IA",
    "zip": "52242",
    "country": "USA",
    "location": {
      "lat": "41.663611",
      "lng": "-91.554444"
    }
  }
},



Season Info by Game

Release DateFeeds AffectedBenefit
04/29/2024Game Boxscore

Game Summary

Play-by-Play
Added season info to game endpoints so you may easily reference a game's season affiliation.

Season data points include: id, name, type, and year
<game xmlns="http://feed.elasticstats.com/schema/basketball/game-v8.0.xsd" id="e0909055-9886-437c-b638-f8014666c212" title="Game 4" status="closed" coverage="full" scheduled="2024-04-29T01:30:00+00:00" duration="2:48" attendance="17071" lead_changes="23" times_tied="21" clock="00:00" quarter="4" track_on_court="true" reference="0042300164" entry_mode="WEBSOCKET" sr_id="sr:match:49324853" clock_decimal="00:00" home_team="583ecfa8-fb46-11e1-82cb-f4ce4684ea4c" away_team="583eca2f-fb46-11e1-82cb-f4ce4684ea4c">
    <season id="8905ddd2-e5f0-4734-b9ef-c9c3452b72d2" year="2023" type="PST" name="Post-season"/>
{
    "id": "e0909055-9886-437c-b638-f8014666c212",
    "title": "Game 4",
    "status": "closed",
    "coverage": "full",
    "scheduled": "2024-04-29T01:30:00+00:00",
    "duration": "2:48",
    "attendance": 17071,
    "lead_changes": 23,
    "times_tied": 21,
    "clock": "00:00",
    "quarter": 4,
    "track_on_court": true,
    "reference": "0042300164",
    "entry_mode": "WEBSOCKET",
    "sr_id": "sr:match:49324853",
    "clock_decimal": "00:00",
    "time_zones": {
        "venue": "US/Arizona",
        "home": "US/Arizona",
        "away": "US/Central"
    },
    "season": {
        "id": "8905ddd2-e5f0-4734-b9ef-c9c3452b72d2",
        "year": 2023,
        "type": "PST",
        "name": "Post-season"
    },


Team Colors

Release DateFeeds AffectedBenefit
04/26/2024League Hierarchy

Team Profile
Added team RGB primary and secondary colors for all teams.
<team id="4c3ea33b-15f8-4685-a318-4fa6b2efee62" name="Blue Devils" market="Duke" alias="DUKE">
  <team_colors>
    <team_color type="primary" hex_color="#013088">
      <rgb_color red="1" green="48" blue="136"/>
    </team_color>
    <team_color type="secondary" hex_color="#ffffff">
      <rgb_color red="255" green="255" blue="255"/>
    </team_color>
  </team_colors>
  <venue id="c134cdf8-d1c8-4972-b4f2-8f167261eb50" name="Cameron Indoor Stadium" capacity="9314" address="301 Whitford Drive" city="Durham" state="NC" zip="27706" country="USA">
    <location lat="35.9979158" lng="-78.9445587"/>
  </venue>
</team>
{
  "id": "4c3ea33b-15f8-4685-a318-4fa6b2efee62",
  "name": "Blue Devils",
  "market": "Duke",
  "alias": "DUKE",
  "team_colors": [
    {
      "type": "primary",
      "hex_color": "#013088",
      "rgb_color": {
        "red": 1,
        "green": 48,
        "blue": 136
      }
    },
    {
      "type": "secondary",
      "hex_color": "#ffffff",
      "rgb_color": {
        "red": 255,
        "green": 255,
        "blue": 255
      }
    }
  ],
  "venue": {
    "id": "c134cdf8-d1c8-4972-b4f2-8f167261eb50",
    "name": "Cameron Indoor Stadium",
    "capacity": 9314,
    "address": "301 Whitford Drive",
    "city": "Durham",
    "state": "NC",
    "zip": "27706",
    "country": "USA",
    "location": {
      "lat": "35.9979158",
      "lng": "-78.9445587"
    }
  }
},



TBD vs. TBD Support

Release DateFeeds AffectedBenefit
04/11/2024Daily Schedule

Schedule

Tournament Schedule
We are introducing support for Team TBD as a placeholder team.

This means you will now be able to obtain scheduled future games with known dates, even when one or both participants are yet to be determined.

See below for sample data.
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v5.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season-schedule id="851f97e4-c830-4590-88e9-e1286383148c" year="2023" type="PIT">
        <series id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="adafa13c-68d5-4127-bad0-48f46dc3485d" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </away>
                </game>
            </games>
        </series>
        <series id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="34fbb07b-8985-45e8-b0e0-00a717230b90" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a" title="Western Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Western Conference - Play-in Round - #8 vs #7" record="0">
                <source id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Western Conference - Play-in Round - #10 vs #9" record="0">
                <source id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="75da7f44-61fd-4590-b97a-074d863b20a7" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="658de491-08be-4279-a8a7-6f98f1637e70" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="bd80d85f-28e4-4ae9-8dea-97b14951e8c2" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ec633fa3-3c1c-4560-98ac-5f75850d70e1" title="Eastern Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Eastern Conference - Play-in Round - #8 vs #7" record="0">
                <source id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Eastern Conference - Play-in Round - #10 vs #9" record="0">
                <source id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="b1c9bbbe-feb8-43e8-8226-4df5f013c0ff" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
    </season-schedule>
</league>


{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "851f97e4-c830-4590-88e9-e1286383148c",
        "year": 2023,
        "type": "PIT"
    },
    "series": [
        {
            "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
            "title": "Eastern Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "adafa13c-68d5-4127-bad0-48f46dc3485d",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
            "title": "Western Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "34fbb07b-8985-45e8-b0e0-00a717230b90",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a",
            "title": "Western Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Western Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
                        "title": "Western Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Western Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
                        "title": "Western Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "75da7f44-61fd-4590-b97a-074d863b20a7",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
            "title": "Western Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "658de491-08be-4279-a8a7-6f98f1637e70",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
            "title": "Eastern Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "bd80d85f-28e4-4ae9-8dea-97b14951e8c2",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ec633fa3-3c1c-4560-98ac-5f75850d70e1",
            "title": "Eastern Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Eastern Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
                        "title": "Eastern Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Eastern Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
                        "title": "Eastern Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "b1c9bbbe-feb8-43e8-8226-4df5f013c0ff",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        }
    ]
}


Teams Endpoint

Release DateFeeds AffectedBenefit
04/09/2024TeamsWe added a new Teams endpoint to the NCAA Women's Basketball API.

Use this endpoint to easily retrieve any team within the NCAA Women's Basketball API database.
<league xmlns="http://feed.elasticstats.com/schema/basketball/teams-v7.0.xsd" id="affab7b6-647e-4304-bbe2-1f9d68cd0cea" name="NCAA WOMEN" alias="NCAAW">
    <teams>
        <team id="e83df8fd-cccb-40d0-8e43-f5179ef9bc80" name=" " alias="HOLL" market="Hollins"/>
        <team id="aa299124-79a5-4789-9eac-b385de453903" name="49ers" alias="CHAR" market="Charlotte"/>
        <team id="3b6e17f4-27db-44de-a607-142b16e25964" name="AMCats" alias="AMC" market="Anna Maria"/>
        <team id="fcacead4-da7a-4202-9b2a-46e76ffd321e" name="Aggies" alias="CAMU" market="Cameron"/>
        <team id="5d54de0e-945d-478a-83d3-59e17bf35645" name="Aggies" alias="UCD" market="UC Davis"/>
        <team id="faf666bf-0cd9-4275-9288-edb948fb1cf1" name="Aggies" alias="TXAM" market="Texas A&amp;M"/>
        <team id="eaae0405-c4ff-450f-95a5-b931bb380f4f" name="Aggies" alias="NCAT" market="North Carolina A&amp;T"/>
        <team id="123907c3-edb7-4ef8-a080-acf983e8de8f" name="Aggies" alias="NMSU" market="New Mexico State"/>
        <team id="5a0a4d86-eebe-4742-b7c8-2a383d13305f" name="Aggies" alias="USU" market="Utah State"/>
        <team id="fb4a7466-f44d-44e2-af7f-0acd8bb50c3a" name="Aggies" alias="OPSU" market="Oklahoma Panhandle State"/>
        <team id="bec05373-a2aa-41a3-aaef-f8f12f617135" name="Ambassadors" alias="COBS" market="College of Biblical Studies"/>
        <team id="297c6787-2b45-442b-81a5-f8e1d76e858c" name="Anchormen" alias="RHIC" market="Rhode Island College"/>
        <team id="a9644a90-8faa-481c-8680-b65c0387c1a1" name="Anteaters" alias="UCI" market="UC Irvine"/>
        <team id="995a1e5c-852a-47b6-aaaa-701bfdbac784" name="Antelopes" alias="GC" market="Grand Canyon"/>
        <team id="6c96796c-27b8-465b-a600-84db70ec5a37" name="Argonauts" alias="NDNU" market="Notre Dame de Namur"/>
        <team id="567a7632-a6db-4e5b-b95f-82a168aca21c" name="Argonauts" alias="WFLA" market="West Florida"/>
        <team id="173ae3f1-b58f-4bf8-8090-7ded57421112" name="Argonauts" alias="UPRV" market="Providence (MT)"/>
        <team id="a39ee635-3553-424e-aee5-ab16737c433a" name="Arrows" alias="URSC" market="Ursuline"/>
        <team id="70cd46f2-d284-4bbf-8d30-6cfed976a11a" name="Athenas" alias="CMS" market="Claremont-Mudd-Scripps"/>
        <team id="34b2bc4d-4008-4c54-ae7c-b090d397c3b7" name="Auggies" alias="AUGS" market="Augsburg"/>
        <team id="87d307f7-f3e5-4aec-b7d6-81620c8a4c45" name="Avenging Angels" alias="MC" market="Meredith"/>
        <team id="aa4354f2-f2fc-4550-ada2-bc6b91030d7d" name="Aztecs" alias="SDSU" market="San Diego State"/>
        <team id="a36a37ee-ed47-48bf-882a-3f7fcdf656b0" name="Badgers" alias="SHC" market="Spring Hill"/>
        <team id="29dba264-330d-4a19-87ac-b035b3d57d01" name="Badgers" alias="NVU-J" market="Vermont State-Johnson"/>
        <team id="00762484-4096-42dd-a371-8e3e4fb4835c" name="Badgers" alias="WIS" market="Wisconsin"/>
        <team id="46b0a488-73f5-48a0-b3a5-8878fddd9383" name="Bald Eagles" alias="LHUP" market="Lock Haven"/>
        <team id="3c7d7196-3280-4ff6-8881-3e3339bf7f65" name="Banana Slugs" alias="UCSC" market="UC Santa Cruz"/>
        <team id="d9069ce5-3737-47dc-8e18-627a249bc1fe" name="Bantams" alias="TRIC" market="Trinity College"/>
        <team id="ed4f3414-f6b6-40b5-95e8-f3b064f33c1a" name="Barons" alias="FRAN" market="Franciscan"/>
        <team id="e512c686-6177-45f5-b575-afa35d399ec4" name="Barons" alias="BPC" market="Brewton-Parker College"/>
        <team id="d5e9ea65-bbd3-44e4-8605-1f21e40d9b39" name="Battlers" alias="ABU" market="Alderson-Broaddus"/>
        <team id="23e2347e-08e1-498f-bb2d-d3ef41724a1a" name="Battlin' Bears" alias="RMC" market="Rocky Mountain College"/>
        <team id="589299ba-bca0-44fc-80f6-f4b10f219a4e" name="Battling Bishops" alias="NCW" market="NC Wesleyan"/>
        <team id="beaa6a10-8b83-4110-9efb-d00c6ab7b267" name="Battling Bishops" alias="OHW" market="Ohio Wesleyan"/>
        <team id="f7c65941-8d90-4904-a4b6-5ae37ceb87d5" name="Beach" alias="LBSU" market="Long Beach State"/>
        <team id="c0329742-fb7a-4549-bf65-9f65c1f8f2b7" name="Beacons" alias="MABO" market="UMass Boston"/>
        <team id="4e589d79-e2ac-4f49-b4dc-97e7cc28116d" name="Beacons" alias="VALP" market="Valparaiso"/>
        <team id="5c3e3cfb-5ab6-468f-bad9-888c73102dec" name="Beacons" alias="NCU" market="Bushnell"/>
        <team id="ea1272b4-807d-4e1c-a02e-b0a98a9b4bbe" name="Bearcats" alias="LAND" market="Lander"/>
        <team id="90be6a25-1e4f-418b-97ff-e4c1c51a59d0" name="Bearcats" alias="SWBU" market="Southwest Baptist"/>
        <team id="c05d09a5-5bc3-4fc9-8e00-4ad167ec591f" name="Bearcats" alias="MCKN" market="McKendree"/>
        <team id="cd3eda96-35e6-4642-a419-4fca933e0f42" name="Bearcats" alias="NWMS" market="Northwest Missouri State"/>
        <team id="275a9eca-52e6-4203-972e-af56051e6372" name="Bearcats" alias="WLMT" market="Willamette"/>
        <team id="354560f7-876e-4822-98d6-a34a371982af" name="Bearcats" alias="BARU" market="Baruch"/>
        <team id="81ef80ff-b2d3-457e-a65a-d77ec9003ec8" name="Bearcats" alias="SVC" market="Saint Vincent"/>
        <team id="d80bd06b-6874-4db8-a7c7-c3e3872b22ea" name="Bearcats" alias="RUST" market="Rust College"/>
        <team id="6e0e3dde-6fcf-4783-84da-64fe7b7d1187" name="Bearcats" alias="BING" market="Binghamton"/>
        <team id="0c7f91a5-6a81-45f4-8419-cea97ba509e0" name="Bearcats" alias="CIN" market="Cincinnati"/>
        <team id="cb928ab8-9cc7-4832-a839-a837eb16f78d" name="Bearcats" alias="BRES" market="Brescia"/>
        <team id="5d389e78-c2a1-4f49-887e-279d5f311cd7" name="Bearkats" alias="SHSU" market="Sam Houston"/>
        <team id="9ed02d3f-07fa-48ea-aeab-5a0d875f8890" name="Bears" alias="SHAW" market="Shaw"/>
        <team id="5c50d153-17ac-415c-a4df-421caf2cae4c" name="Bears" alias="LRU" market="Lenoir-Rhyne"/>
        <team id="8006bff6-3ffd-4251-bb91-d9b57fb885f4" name="Bears" alias="NYIT" market="New York Institute of Technology"/>
        <team id="b26aada7-2fb2-4648-83a2-d6be8a8b5a40" name="Bears" alias="BLOOM" market="Bloomfield"/>
        <team id="19d5e750-88b4-4d1d-98f6-399fb588aa84" name="Bears" alias="URS" market="Ursinus"/>
        <team id="74e87dbf-97af-4e43-ba36-9d6ffe9d16e8" name="Bears" alias="SJBK" market="St. Joseph's (BKN)"/>
        <team id="7267fb27-d233-4cb4-b38d-622877c7353f" name="Bears" alias="BWSU" market="Bridgewater State"/>
        <team id="b5d00d25-e9f1-46f0-b6ca-5454a204a5e7" name="Bears" alias="USCG" market="US Coast Guard"/>
        <team id="654814f5-a578-4399-9ce3-7133b1499c0c" name="Bears" alias="WUSL" market="Washington (MO)"/>
        <team id="c6172a80-3527-4bb6-ade9-2514b8fca4d9" name="Bears" alias="NYPO" market="SUNY-Potsdam"/>
        <team id="11163dc8-1162-4dce-9fe2-b260648458d4" name="Bears" alias="UNCO" market="Northern Colorado"/>
        <team id="8905560b-879a-4fc3-9d1d-7cc582c4f87a" name="Bears" alias="BRWN" market="Brown"/>
        <team id="e619e430-f2e0-4788-adb1-9ca4ea6fb76b" name="Bears" alias="BAY" market="Baylor"/>
        <team id="d55fc616-f9c8-4f05-af26-a7c3337ab605" name="Bears" alias="MER" market="Mercer"/>
        <team id="393c8a6f-ac62-4367-82b0-05d6f6f02c98" name="Bears" alias="BRIS" market="Bristol"/>
        <team id="af3b4a63-d1f0-4e66-9c94-353904e9098c" name="Beavers" alias="BSU" market="Bemidji State"/>
        <team id="afa0ee3f-e3af-477f-97e7-abe7e9b7cc86" name="Beavers" alias="MINOT" market="Minot State"/>
        <team id="81042bce-a563-4ec2-9aa4-22c03aeb660a" name="Beavers" alias="MFARM" market="Maine-Farmington"/>
        <team id="a17d31db-8d64-4cf8-9444-87e5787081b6" name="Beavers" alias="BLKB" market="Blackburn College"/>
        <team id="ced2c05e-2672-4a5f-ab12-5d071d03df2c" name="Beavers" alias="CCNY" market="City College of New York"/>
        <team id="a06c9775-66f9-4dec-8665-41db98126aeb" name="Beavers" alias="BLUF" market="Bluffton"/>
        <team id="89b37062-60f1-430a-abc9-6b043cc988c3" name="Beavers" alias="BV" market="Buena Vista"/>
        <team id="01844938-691c-480c-b640-ca69d5a5e5a5" name="Beavers" alias="CIOT" market="California Institute of Technology"/>
        <team id="cc4f4686-62a7-44e6-85fd-6260d2032c2c" name="Beavers" alias="BABC" market="Babson"/>
        <team id="3b145be3-862c-4eb3-8916-b3664ffd1ba4" name="Beavers" alias="ORST" market="Oregon State"/>
        <team id="64e2a301-a397-4dbc-b2fa-d858b976b47c" name="Behrend Lions" alias="PSE" market="Penn State-Erie"/>
        <team id="61afb407-57c4-4c0a-a32c-871afd724cff" name="Belles" alias="SMC" market="Saint Mary's College (MI)"/>
        <team id="e4b8e359-24ee-402d-8a9f-e64333492ef9" name="Bengals" alias="BUFS" market="Buffalo State"/>
        <team id="ed746f45-d3c2-447f-a282-4bf2b90f965e" name="Bengals" alias="IDST" market="Idaho State"/>
        <team id="67fb5728-86ab-4503-88db-819fc03861ef" name="Big Blue" alias="MILK" market="Millikin"/>
        <team id="11a37d94-e612-4ce5-ae2c-b531cc5db0f8" name="Big Green" alias="DART" market="Dartmouth"/>
        <team id="67eb2932-1063-4421-a1d2-d81a6be9f931" name="Big Red" alias="DEN" market="Denison"/>
        <team id="9a3192d9-fbdf-46ed-8423-b15944b3630d" name="Big Red" alias="COR" market="Cornell"/>
        <team id="0cb36c51-0188-41bc-9c8b-7759c73ce78e" name="Billikens" alias="SLU" market="Saint Louis"/>
        <team id="efd82778-89e2-404d-9930-8257ff693db3" name="Bison" alias="OBAP" market="Oklahoma Baptist"/>
        <team id="420ee1e0-3270-4f91-91db-9d7e6f8efd03" name="Bison" alias="GALL" market="Gallaudet"/>
        <team id="babd544c-08e9-47f1-a558-add60baac56a" name="Bison" alias="BETH" market="Bethany (WV)"/>
        <team id="95a586bc-77ac-4b85-bdef-08dfd892fdd9" name="Bison" alias="NICH" market="Nichols College"/>
        <team id="46e4d6cf-1e37-4719-a8b0-9ef6a5ab7e5f" name="Bison" alias="HOW" market="Howard"/>
        <team id="143a08c7-7f36-477f-8bc2-5bfcd27ddd1a" name="Bison" alias="BUCK" market="Bucknell"/>
        <team id="6b5cdfa5-4321-4ffc-9283-a1155f81adc1" name="Bison" alias="NDSU" market="North Dakota State"/>
        <team id="47679c37-77eb-416f-9344-c7a9788ff6f8" name="Bisons" alias="LIP" market="Lipscomb"/>
        <team id="b1bdd875-34f5-4f5e-9067-1db27f597619" name="Black Bears" alias="ME" market="Maine"/>
        <team id="ae8093f3-983a-481f-98e0-8ab39038f610" name="Black Knights" alias="ARMY" market="Army"/>
        <team id="64425275-a6c8-4c9d-8255-a78790da166f" name="Blazers" alias="VSU" market="Valdosta State"/>
        <team id="095daa4b-1be9-43eb-96a8-f09f29fffa76" name="Blazers" alias="ELMS" market="Elms"/>
        <team id="e33d78fe-c084-40b0-924c-7c1ebd128d73" name="Blazers" alias="SBEN" market="Saint Benedict"/>
        <team id="efc01c06-f041-4271-bff8-e823d63ba63c" name="Blazers" alias="HOOD" market="Hood"/>
        <team id="9d79c774-53c4-4321-ae29-fdc4fecab2fe" name="Blazers" alias="BELH" market="Belhaven"/>
        <team id="a8c121d0-8e1b-4460-ac1e-eb97d3d2e9f9" name="Blazers" alias="UAB" market="UAB"/>
        <team id="089b99d9-58cb-4004-99a3-70cfccbf334a" name="Bleu Devils" alias="DILL" market="Dillard"/>
        <team id="e06c39de-2379-4eae-abc6-5dc377f3dd81" name="Bloodhounds" alias="JJC" market="John Jay"/>
        <team id="a7d62181-85a8-4e75-a915-5d03eb9e56b4" name="Zips" alias="AKR" market="Akron"/>
    </teams>
</league>

{
    "league": {
        "id": "affab7b6-647e-4304-bbe2-1f9d68cd0cea",
        "name": "NCAA WOMEN",
        "alias": "NCAAW"
    },
    "teams": [
        {
            "id": "e83df8fd-cccb-40d0-8e43-f5179ef9bc80",
            "name": " ",
            "alias": "HOLL",
            "market": "Hollins"
        },
        {
            "id": "aa299124-79a5-4789-9eac-b385de453903",
            "name": "49ers",
            "alias": "CHAR",
            "market": "Charlotte"
        },
        {
            "id": "3b6e17f4-27db-44de-a607-142b16e25964",
            "name": "AMCats",
            "alias": "AMC",
            "market": "Anna Maria"
        },
        {
            "id": "fcacead4-da7a-4202-9b2a-46e76ffd321e",
            "name": "Aggies",
            "alias": "CAMU",
            "market": "Cameron"
        },
        {
            "id": "5d54de0e-945d-478a-83d3-59e17bf35645",
            "name": "Aggies",
            "alias": "UCD",
            "market": "UC Davis"
        },
        {
            "id": "faf666bf-0cd9-4275-9288-edb948fb1cf1",
            "name": "Aggies",
            "alias": "TXAM",
            "market": "Texas A&M"
        },
        {
            "id": "eaae0405-c4ff-450f-95a5-b931bb380f4f",
            "name": "Aggies",
            "alias": "NCAT",
            "market": "North Carolina A&T"
        },
        {
            "id": "123907c3-edb7-4ef8-a080-acf983e8de8f",
            "name": "Aggies",
            "alias": "NMSU",
            "market": "New Mexico State"
        },
        {
            "id": "5a0a4d86-eebe-4742-b7c8-2a383d13305f",
            "name": "Aggies",
            "alias": "USU",
            "market": "Utah State"
        },
        {
            "id": "fb4a7466-f44d-44e2-af7f-0acd8bb50c3a",
            "name": "Aggies",
            "alias": "OPSU",
            "market": "Oklahoma Panhandle State"
        },
        {
            "id": "bec05373-a2aa-41a3-aaef-f8f12f617135",
            "name": "Ambassadors",
            "alias": "COBS",
            "market": "College of Biblical Studies"
        },
        {
            "id": "297c6787-2b45-442b-81a5-f8e1d76e858c",
            "name": "Anchormen",
            "alias": "RHIC",
            "market": "Rhode Island College"
        },
        {
            "id": "a9644a90-8faa-481c-8680-b65c0387c1a1",
            "name": "Anteaters",
            "alias": "UCI",
            "market": "UC Irvine"
        },
        {
            "id": "995a1e5c-852a-47b6-aaaa-701bfdbac784",
            "name": "Antelopes",
            "alias": "GC",
            "market": "Grand Canyon"
        },
        {
            "id": "6c96796c-27b8-465b-a600-84db70ec5a37",
            "name": "Argonauts",
            "alias": "NDNU",
            "market": "Notre Dame de Namur"
        },
        {
            "id": "567a7632-a6db-4e5b-b95f-82a168aca21c",
            "name": "Argonauts",
            "alias": "WFLA",
            "market": "West Florida"
        },
        {
            "id": "173ae3f1-b58f-4bf8-8090-7ded57421112",
            "name": "Argonauts",
            "alias": "UPRV",
            "market": "Providence (MT)"
        },
        {
            "id": "a39ee635-3553-424e-aee5-ab16737c433a",
            "name": "Arrows",
            "alias": "URSC",
            "market": "Ursuline"
        },
        {
            "id": "70cd46f2-d284-4bbf-8d30-6cfed976a11a",
            "name": "Athenas",
            "alias": "CMS",
            "market": "Claremont-Mudd-Scripps"
        },
        {
            "id": "34b2bc4d-4008-4c54-ae7c-b090d397c3b7",
            "name": "Auggies",
            "alias": "AUGS",
            "market": "Augsburg"
        },
        {
            "id": "87d307f7-f3e5-4aec-b7d6-81620c8a4c45",
            "name": "Avenging Angels",
            "alias": "MC",
            "market": "Meredith"
        },
        {
            "id": "aa4354f2-f2fc-4550-ada2-bc6b91030d7d",
            "name": "Aztecs",
            "alias": "SDSU",
            "market": "San Diego State"
        },
        {
            "id": "a36a37ee-ed47-48bf-882a-3f7fcdf656b0",
            "name": "Badgers",
            "alias": "SHC",
            "market": "Spring Hill"
        },
        {
            "id": "29dba264-330d-4a19-87ac-b035b3d57d01",
            "name": "Badgers",
            "alias": "NVU-J",
            "market": "Vermont State-Johnson"
        },
        {
            "id": "00762484-4096-42dd-a371-8e3e4fb4835c",
            "name": "Badgers",
            "alias": "WIS",
            "market": "Wisconsin"
        },
        {
            "id": "46b0a488-73f5-48a0-b3a5-8878fddd9383",
            "name": "Bald Eagles",
            "alias": "LHUP",
            "market": "Lock Haven"
        },
        {
            "id": "3c7d7196-3280-4ff6-8881-3e3339bf7f65",
            "name": "Banana Slugs",
            "alias": "UCSC",
            "market": "UC Santa Cruz"
        },
        {
            "id": "a7d62181-85a8-4e75-a915-5d03eb9e56b4",
            "name": "Zips",
            "alias": "AKR",
            "market": "Akron"
        }
    ],
    "_comment": "Generation started @ 2024-04-09 20:37:40 UTC ended @ 2024-04-09 20:37:40 UTC"
}

Standings Data

Release DateFeeds
Affected
Benefit
02/27/2024StandingsAdded the below data attributes to the Standings endpoint:

- Conference Points For (conf_points_for)

- Conference Points Against (conf_points_against)
- Clinched (clinched)
- Post Season Ineligible (post_season_ineligible)
- Strength of Schedule Rank (strength_of_schedule_rank)
- Conference Rank (conference_rank)
- Subdivision Rank (subdivision_rank)
{
"id": "9ed9d01e-977c-4ba7-ac7d-64035039461c",
"name": "Southeastern",
"alias": "SEC",
"teams": [
{
    "id": "b827dbdf-230f-4916-9703-3bb9004e26eb",
    "name": "Volunteers",
    "market": "Tennessee",
    "wins": 21,
    "losses": 6,
    "win_pct": 0.778,
    "points_for": 80.26,
    "points_against": 66.56,
    "point_diff": 13.7,
    "conf_points_for": 82.5,
    "conf_points_against": 68.64,
    "clinched": null,
    "post_season_ineligible": false,
    "strength_of_schedule_rank": 2,
    "conference_rank": 1,
    "subdivision_rank": 0,
    "games_behind": {
        "conference": 0.0
    },
    "streak": {
        "kind": "win",
        "length": 4
    },
    "records": [
        {
            "record_type": "a10",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "acc",
            "wins": 2,
            "losses": 1,
            "win_pct": 0.667
        },
        {
            "record_type": "below_500",
            "wins": 4,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "big10",
            "wins": 2,
            "losses": 1,
            "win_pct": 0.667
        },
        {
            "record_type": "big12",
            "wins": 0,
            "losses": 1,
            "win_pct": 0.0
        },
        {
            "record_type": "conference",
            "wins": 11,
            "losses": 3,
            "win_pct": 0.786
        },
        {
            "record_type": "equal_rebounds",
            "wins": 1,
            "losses": 1,
            "win_pct": 0.5
        },
        {
            "record_type": "equal_turnovers",
            "wins": 4,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "fewer_turnovers",
            "wins": 11,
            "losses": 5,
            "win_pct": 0.688
        },
        {
            "record_type": "home",
            "wins": 13,
            "losses": 1,
            "win_pct": 0.929
        },
        {
            "record_type": "last_10",
            "wins": 8,
            "losses": 2,
            "win_pct": 0.8
        },
        {
            "record_type": "last_10_home",
            "wins": 9,
            "losses": 1,
            "win_pct": 0.9
        },
        {
            "record_type": "last_10_road",
            "wins": 6,
            "losses": 4,
            "win_pct": 0.6
        },
        {
            "record_type": "leads_field_goal_pct",
            "wins": 20,
            "losses": 2,
            "win_pct": 0.909
        },
        {
            "record_type": "leads_rebounds",
            "wins": 18,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "meac",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "neutral",
            "wins": 2,
            "losses": 2,
            "win_pct": 0.5
        },
        {
            "record_type": "opponent_fewer_turnovers",
            "wins": 6,
            "losses": 1,
            "win_pct": 0.857
        },
        {
            "record_type": "opponent_leads_field_goal_pct",
            "wins": 1,
            "losses": 4,
            "win_pct": 0.2
        },
        {
            "record_type": "opponent_leads_rebounds",
            "wins": 2,
            "losses": 5,
            "win_pct": 0.286
        },
        {
            "record_type": "opponent_scores_100_or_more",
            "wins": 0,
            "losses": 1,
            "win_pct": 0.0
        },
        {
            "record_type": "ovc",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "overtime",
            "wins": 0,
            "losses": 0,
            "win_pct": 0.0
        },
        {
            "record_type": "over_500",
            "wins": 17,
            "losses": 6,
            "win_pct": 0.739
        },
        {
            "record_type": "road",
            "wins": 6,
            "losses": 3,
            "win_pct": 0.667
        },
        {
            "record_type": "scores_100_or_more",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "sec",
            "wins": 11,
            "losses": 3,
            "win_pct": 0.786
        },
        {
            "record_type": "southern",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "sunbelt",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        },
        {
            "record_type": "ten_points",
            "wins": 17,
            "losses": 1,
            "win_pct": 0.944
        },
        {
            "record_type": "three_points",
            "wins": 0,
            "losses": 0,
            "win_pct": 0.0
        },
        {
            "record_type": "top_25",
            "wins": 3,
            "losses": 3,
            "win_pct": 0.5
        },
        {
            "record_type": "wac",
            "wins": 1,
            "losses": 0,
            "win_pct": 1.0
        }
    ]
},
<team id="c10544de-e3bd-4776-ba2e-83df8c017fd1" name="Hawkeyes" market="Iowa" 
      wins="16" losses="12" win_pct="0.571" points_for="83.5" points_against="78.68" 
      point_diff="4.82" conf_points_for="79.06" conf_points_against="80.94" 
      post_season_ineligible="false" strength_of_schedule_rank="9" conference_rank="9" 
      subdivision_rank="0">
    <games-behind conference="6.0"/>
    <streak>
        <loss length="1"/>
    </streak>
    <records>
        <record record_type="ae" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="as" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="below_500" wins="5" losses="1" win_pct="0.833"/>
        <record record_type="big10" wins="8" losses="9" win_pct="0.471"/>
        <record record_type="big12" wins="0" losses="2" win_pct="0.0"/>
        <record record_type="bigeast" wins="1" losses="1" win_pct="0.5"/>
        <record record_type="conference" wins="8" losses="9" win_pct="0.471"/>
        <record record_type="equal_turnovers" wins="1" losses="2" win_pct="0.333"/>
        <record record_type="fewer_turnovers" wins="12" losses="5" win_pct="0.706"/>
        <record record_type="home" wins="11" losses="3" win_pct="0.786"/>
        <record record_type="last_10" wins="5" losses="5" win_pct="0.5"/>
        <record record_type="last_10_home" wins="8" losses="2" win_pct="0.8"/>
        <record record_type="last_10_road" wins="3" losses="7" win_pct="0.3"/>
        <record record_type="leads_field_goal_pct" wins="16" losses="2" win_pct="0.889"/>
        <record record_type="leads_rebounds" wins="11" losses="3" win_pct="0.786"/>
        <record record_type="mac" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="neutral" wins="2" losses="1" win_pct="0.667"/>
        <record record_type="opponent_fewer_turnovers" wins="3" losses="5" win_pct="0.375"/>
        <record record_type="opponent_leads_field_goal_pct" wins="0" losses="10" win_pct="0.0"/>
        <record record_type="opponent_leads_rebounds" wins="5" losses="9" win_pct="0.357"/>
        <record record_type="over_500" wins="11" losses="11" win_pct="0.5"/>
        <record record_type="overtime" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="road" wins="3" losses="8" win_pct="0.273"/>
        <record record_type="scores_100_or_more" wins="4" losses="0" win_pct="1.0"/>
        <record record_type="summit" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="sunbelt" wins="1" losses="0" win_pct="1.0"/>
        <record record_type="swac" wins="2" losses="0" win_pct="1.0"/>
        <record record_type="ten_points" wins="10" losses="9" win_pct="0.526"/>
        <record record_type="three_points" wins="2" losses="1" win_pct="0.667"/>
        <record record_type="top_25" wins="1" losses="5" win_pct="0.167"/>
    </records>
</team>


Player Preseason Stats

Release DateFeeds AffectedBenefit
02/08/2024Player ProfileAdded preseason and postseason statistics to player profiles.


Player Status

Release DateFeeds
Affected
Benefit
01/03/2024Player Profile

Team Profile
Added DUP (Duplicate) as a valid player status.

Players marked as status="DUP" can be ignored in the data.


Player Profile & League Leaders Endpoints

Release DateFeeds AffectedBenefit
11/06/2023League Leaders

Player Profile
Added two new RESTful API endpoints: League Leaders & Player Profile.

League Leaders: NCAA leader information for various offensive and defensive categories including full player seasonal statistics for each player in each category.

Player Profile: Provides player biographical information and seasonal statistics.


Upgraded Coverage

Release DateFeeds AffectedBenefit
10/26/2023All game and schedule feedsWe have upgraded all boxscore coverage games to extended_boxscore, meaning deeper player and team stats for the 2032-24 season.

Coverage for NCAA Women’s Basketball now includes:

Full – We provide live play-by-play coverage for the entire game. We provide updated scores and time remaining as well as team and player level data in near real time.

Full coverage is available for:

- All games featuring an AP Top 25 team
- All "Power Five" (ACC, B1G, Big 12, Pac-12, SEC) Conference Tournament games
- All Division I March Madness Tournament gamesExtended Boxscore – We provide scores and time remaining, in a timely manner, as the game progresses. We provide team and player level data for the game within 120 minutes of the official results being posted. Extended Boxscore coverage is available for any game involving a Division I program, not covered via our full coverage offering.


Venue Latitude & Longitude

Release DateFeeds AffectedUpdate
04/06/2023Daily Schedule
Game Summary
League Hierarchy
Schedule
Series Schedule
Team Profile
Added latitude and longitude coordinates for all league venues.


Turnover Stat Updates

Release DateFeeds AffectedUpdate
04/06/2023Game Summary
Push Statistics
Seasonal Statistics
Tournament Statistics
Added and updated turnover statistics in order to better distinguish important player and team turnovers.

Statistics include:
  • player_turnovers – Number of turnovers attributed to players in a game (this appears under turnovers in previous API versions)
  • team_turnovers – Number of turnovers attributed to a team in a game
  • total_turnovers – Number of total turnovers in a game (player_turnovers + team_turnovers)


Rebound Stat Updates

Release DateFeeds AffectedUpdate
04/06/2023Game Summary
Push Statistics
Seasonal Statistics
Tournament Statistics
Added and updated rebound statistics in order to better distinguish important player and team rebounds.

Statistics include:
  • personal_rebounds – Number of rebounds attributed to players in a game (this appears under rebounds in previous API versions)
  • team_rebounds – Number of rebounds attributed to a team in a game
  • total_rebounds – Number of total rebounds in a game (personal_rebounds + team_rebounds)


New Shot Type Descriptions

Release DateFeeds AffectedUpdate
04/06/2023Play-by-PlayAdded several new shot type descriptions for all games in the Play-by-Play endpoint.


Timeouts Remaining

Release DateFeeds AffectedUpdate
04/06/2023Game Boxscore
Game Summary
Play-by-Play
Added the number of timeouts remaining for each team in the game endpoints. Each game will now include a remaining_timeouts attribute under team (Boxscore/Summary) or home/away (PBP).


API Release

Release DateFeeds AffectedUpdate
04/06/2023AllInitial release of NBA v8 API.