Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

NCAAWB Change Log

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

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 games

Extended 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.