Basketball APIs - New Timestamp Format
November 12th, 2025
We've updated the format of certain timestamp data points in our US Basketball APIs. Going forward, timestamps will use the 2025-10-28T22:56:48+00:00 format instead of 2025-10-28T22:56:48Z.
Both formats follow the ISO 8601 standard and represent the same UTC time. However, older games or data may still include the previous format.
This update applies to the following fields:
game.scheduled— in Daily Schedule and Schedule endpointsplayer.updated— in Player Profile, Free Agents, and Team Profile endpointslast_modified— in Daily Change Log and Daily Transfers endpoints
☑️ Sample Requests
Schedule (NBA) - https://api.sportradar.com/nba/trial/v8/en/games/2025/REG/schedule.json
🔢 Versions
- NBA API v8, NBA API v7, NBA API v5
- WNBA API v8, WNBA API v7, WNBA API v4
- NBA G League API v8, NBA G League API v7, NBA G League API v5
- NCAA Men's Basketball API v8, NCAAMB v7, NCAAMB v4
- NCAA Women's Basketball API v8, NCAAWB v7, NCAAWB v3
🔁 Endpoints Affected
- Daily Schedule, Schedule (
scheduled) - Free Agents, Player Profile, Team Profile (
updated) - Daily Change Log, Daily Transfers (
last_modified)
⚙️ Return Samples
{
"league": {
"id": "4353138d-4c22-4396-95d8-5f587d2df25c",
"name": "NBA",
"alias": "NBA"
},
"start_time": "2025-11-10T05:00:00Z",
"end_time": "2025-11-11T04:59:59Z",
"players": [
{
"id": "3a3207cc-269f-47ef-9b77-f852f0bed4b0",
"full_name": "Quinten Post",
"last_modified": "2025-11-10T13:00:52+00:00",
"sr_id": "sr:player:1889798",
"reference": "1642366"
},
{
"id": "48b05ddf-0a9f-4426-9394-231c54726eaa",
"full_name": "Monté Morris",
"last_modified": "2025-11-10T21:51:28+00:00",
"sr_id": "sr:player:1142586",
"reference": "1628420"
},
{
"id": "b173be95-9411-4fa9-afa3-ff231db0ed4d",
"full_name": "Colby Jones",
"last_modified": "2025-11-10T18:47:33+00:00",
"sr_id": "sr:player:2075233",
"reference": "1641732"
},
{
"id": "e23521cd-8e92-4701-b9e7-dc4acd21dfec",
"full_name": "Wendell Moore Jr.",
"last_modified": "2025-11-10T18:50:28+00:00",
"sr_id": "sr:player:2826111",
"reference": "1631111"
}
], <game id="820c5325-360f-4b9e-a67c-77fe71338871" status="closed" coverage="full" scheduled="2025-10-21T23:30:00+00:00" home_points="125" away_points="124" track_on_court="true" sr_id="sr:match:62757053" reference="0022500001" home_team="583ecfff-fb46-11e1-82cb-f4ce4684ea4c" away_team="583ecb3a-fb46-11e1-82cb-f4ce4684ea4c">
<time_zones venue="US/Central" home="US/Central" away="US/Central"/>
<venue id="a13af216-4409-5021-8dd5-255cc71bffc3" name="Paycom Center" capacity="18203" address="100 W. Reno Avenue" city="Oklahoma City" state="OK" zip="73102" country="USA" sr_id="sr:venue:6934">
<location lat="35.463333" lng="-97.515"/>
</venue>
<home name="Oklahoma City Thunder" alias="OKC" id="583ecfff-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3418" reference="1610612760">
</home>
<away name="Houston Rockets" alias="HOU" id="583ecb3a-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3412" reference="1610612745">
</away>
<broadcasts>
<broadcast network="NBC/Peacock" type="TV" locale="National"/>
</broadcasts>
</game>{
"id": "ab532a66-9314-4d57-ade7-bb54a70c65ad",
"status": "ACT",
"full_name": "Karl-Anthony Towns",
"first_name": "Karl-Anthony",
"last_name": "Towns",
"abbr_name": "K.Towns",
"height": 84,
"weight": 248,
"position": "C-F",
"primary_position": "C",
"jersey_number": "32",
"experience": "10",
"college": "Kentucky",
"high_school": "St. Joseph (NJ)",
"birth_place": "Edison, NJ, USA",
"birthdate": "1995-11-15",
"updated": "2025-07-16T19:57:53+00:00",
"sr_id": "sr:player:852120",
"rookie_year": 2015,
"salary": 55110496,
"reference": "1626157",
"league": {
"id": "4353138d-4c22-4396-95d8-5f587d2df25c",
"name": "NBA",
"alias": "NBA"
},