get https://api.sportradar.com/ncaamh//v3/en/games//boxscore.
NCAAMH Game Boxscore provides top-level team scores by period for a given game.
Update Frequency
This endpoint will update to a 2s TTL (time to live) upon a game moving to inprogress. Upon closed, it will transfer to 120s.
Data Points
Boxscore:
Attribute | Parent Element | Type | Description |
---|---|---|---|
points | team | Integer | Total points for a team |
id | team | GUID | Unique ID of a team ex. bfe11448-71a4-4757-8586-d6dec6bc271b |
market | team | String | Market name of a team ex. Minnesota |
name | team | String | Team name ex. Golden Gophers |
points | team - scoring - period | Integer | Team points in a period |
number | team - scoring - period | Integer | Period number |
sequence | team - scoring - period | Integer | Period sequence number |
points | team - scoring - overtime | Integer | Team points in overtime |
number | team - scoring - overtime | Integer | Overtime number |
sequence | team - scoring - overtime | Integer | Period sequence number (The first overtime sequence would be 4 ) |
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
away_team | game | GUID | Unique ID of the away team ex. bfe11448-71a4-4757-8586-d6dec6bc271b |
home_team | game | GUID | Unique ID of the home team ex. 583ec97e-fb46-11e1-82cb-f4ce4684ea4c |
clock | game | String | Clock value of the game ex. 12:37 |
coverage | game | String | Coverage level of a gameboxscore |
id | game | GUID | Unique ID of a game ex. a0f71a7d-696e-4e20-b8be-2c0586c9fd79 |
parent_id | game | GUID | Standard parent ID of a game. Use this ID to group events across seasons. |
scheduled | game | dateTime | Scheduled date and time of a game ex. 2023-04-09T00:00:00+00:00 |
status | game | String | The status of a gamescheduled , inprogress , complete , closed , cancelled , delayed , postponed , time-tbd Please see our FAQ section for a list of game status definitions |
title | game | String | Game title ex. Bridgeport Regional - Final |