Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Integration Guides

Tracking Live Games

Track live Unrivaled game updates, including play-by-play events, scores, and statistics.

Prerequisite: Confirm Season Availability and Coverage

Understanding which seasons are available, and what level of data coverage is provided, is essential for making reliable and accurate API calls.

  • Use the Seasons feed to view all available seasons in the API.
  • Reference the coverage node in a schedule or game endpoint before a game to determine its level of coverage.

Available Game Statistics

For a list of game stats we provide, see our Unrivaled Statistics Summary page.


Accessing Schedules and Live Data

Start by pulling game schedules to obtain game IDs.

  1. Get game IDs (game.id) by querying one of the Schedule feeds:

  2. Use the game.id to access live data from any of the following RESTful game feeds when the game.status is created or inprogress. The table below shows which feeds correspond to each data type:


    Data Type

    Recommended Feeds

    Play-by-Play/Event Timelines


    Scoring Updates and Boxscore Data

    Game Statistics Beyond Boxscore Data



    🎯

    Choose the Most Targeted Feed

    Some feeds overlap in the type of data they provide, which can simplify how you capture data. For the most efficient integration, use the feeds designed specifically for the data type you need.

    Example: While both Game Boxscore and Game Play-by-Play include scoring updates, the Game Boxscore feed is optimized for tracking scoring changes, helping you avoid unnecessary data processing.

    Use the Data Points table for each endpoint (e.g.,Game Boxscore) to see all possible fields and definitions. You can also explore the Game Status Workflow page to see how a game progresses and how its status impacts the data returned.



Live Data Scenarios


Play-by-Play and Event Data

Play-by-play data provides a detailed, sequential account of every event in a game, including field goals, free throws, rebounds, and fouls. This data is useful for analyzing game flow, player performance, and team decisions in real time.

You can use the Game Play-by-Play feed to access play-by-play data. This is the most comprehensive live data feed, returning detailed information for a specific game using its unique game.id.

Game Play-by-Play Event Sample
{
   "id": "838316ea-ab7b-4581-a1dd-74229d1970d5",
   "status": "closed",
   "coverage": "full",
   "neutral_site": false,
   "game_lineup": true,
   "season":
   {
       "id": "c86ab7c9-5408-44e6-af06-c22636262927",
       "year": 2025,
       "type": "REG",
       "name": "Regular Season"
   },
   "time_zones":
   {
       "venue": "US/Eastern",
       "home": "US/Eastern",
       "away": "US/Eastern"
   },
   "scheduled": "2025-01-18T00:00:00+00:00",
   "entry_mode": "LDE",
   "closed_at": "2025-11-14T00:17:38+00:00",
   "lead_changes": 7,
   "times_tied": 6,
   "possession_arrow": "0780b080-347b-407b-b8d6-fa109ec23908",
   "clock": "3:26",
   "quarter": 4,
   "clock_fraction": 0,
   "clock_decimal": "3:26",
   "broadcasts":
   [
       {
           "type": "TV",
           "locale": "National",
           "network": "TNT",
           "channel": "245"
       }
   ],
   "broadcast":
   {
       "network": "TNT",
       "satellite": "245",
       "internet": ""
   },
   "home":
   {
       "name": "Mist",
       "alias": "MST",
       "id": "0780b080-347b-407b-b8d6-fa109ec23908",
       "points": 80,
       "remaining_timeouts": 0,
       "game_number": 1
   },
   "away":
   {
       "name": "Lunar Owls",
       "alias": "LNR",
       "id": "67c22115-2385-458f-8632-a67a025fef55",
       "points": 84,
       "remaining_timeouts": 1,
       "game_number": 1
   },
   "periods":
   [
       {
           "type": "quarter",
           "id": "c2a3e4bd-1eb2-4730-9460-0ea601ed6d6e",
           "number": 1,
           "sequence": 1,
           "scoring":
           {
               "times_tied": 1,
               "lead_changes": 2,
               "home":
               {
                   "name": "Mist",
                   "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                   "points": 20
               },
               "away":
               {
                   "name": "Lunar Owls",
                   "id": "67c22115-2385-458f-8632-a67a025fef55",
                   "points": 19
               }
           },
           "events":
           [
               {
                   "id": "77069a5e-2fab-4810-b1ea-bfb6e6e93435",
                   "event_type": "lineupchangethree",
                   "sequence": 1763072207403,
                   "clock_fraction": 0,
                   "description": "Lunar Owls lineup change (Napheesa Collier, Skylar Diggins, Allisha Gray)",
                   "clock": "7:00",
                   "clock_type": "standard",
                   "clock_decimal": "7:00",
                   "created": "2025-11-14T00:07:51+00:00",
                   "updated": "2025-11-14T00:07:51+00:00",
                   "attribution":
                   {
                       "name": "Lunar Owls",
                       "id": "67c22115-2385-458f-8632-a67a025fef55",
                       "team_basket": "left"
                   },
                   "location":
                   {
                       "coord_x": 436,
                       "coord_y": 109,
                       "action_area": "backcourt"
                   },
                   "on_court":
                   {
                       "home":
                       {
                           "name": "Mist",
                           "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                           "players":
                           [
                               {
                                   "full_name": "Jewell Loyd",
                                   "jersey_number": "24",
                                   "id": "2387d221-be55-495a-b2b7-cddbce9addcc"
                               },
                               {
                                   "full_name": "Breanna Stewart",
                                   "jersey_number": "30",
                                   "id": "a00515fd-bdd9-44d1-83a5-597a99316c54"
                               },
                               {
                                   "full_name": "Courtney Vandersloot",
                                   "jersey_number": "25",
                                   "id": "9234b3d7-b5b7-4bb3-99d5-0ae9737c55a1"
                               }
                           ]
                       },
                       "away":
                       {
                           "name": "Lunar Owls",
                           "id": "67c22115-2385-458f-8632-a67a025fef55",
                           "players":
                           [
                               {
                                   "full_name": "Napheesa Collier",
                                   "jersey_number": "24",
                                   "id": "fd8d4b11-3d70-450a-b65c-016bec29cc9d"
                               },
                               {
                                   "full_name": "Skylar Diggins",
                                   "jersey_number": "4",
                                   "id": "bee3dbc6-82f7-4dc0-b097-0cb42a1c00a2"
                               },
                               {
                                   "full_name": "Allisha Gray",
                                   "jersey_number": "15",
                                   "id": "f0fef47c-4e5f-4b81-8875-3f01f8a0ea1b"
                               }
                           ]
                       }
                   }
               },
               {
                   "id": "88e49919-901d-4e5b-bd64-f284c71e1549",
                   "event_type": "lineupchangethree",
                   "sequence": 1763072207428,
                   "clock_fraction": 0,
                   "description": "Mist lineup change (Jewell Loyd, Breanna Stewart, Courtney Vandersloot)",
                   "clock": "7:00",
                   "clock_type": "standard",
                   "clock_decimal": "7:00",
                   "created": "2025-11-14T00:08:00+00:00",
                   "updated": "2025-11-14T00:08:00+00:00",
                   "attribution":
                   {
                       "name": "Mist",
                       "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                       "team_basket": "right"
                   },
                   "location":
                   {
                       "coord_x": 753,
                       "coord_y": 109,
                       "action_area": "insideleftwing"
                   },
                   "on_court":
                   {
                       "home":
                       {
                           "name": "Mist",
                           "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                           "players":
                           [
                               {
                                   "full_name": "Jewell Loyd",
                                   "jersey_number": "24",
                                   "id": "2387d221-be55-495a-b2b7-cddbce9addcc"
                               },
                               {
                                   "full_name": "Breanna Stewart",
                                   "jersey_number": "30",
                                   "id": "a00515fd-bdd9-44d1-83a5-597a99316c54"
                               },
                               {
                                   "full_name": "Courtney Vandersloot",
                                   "jersey_number": "25",
                                   "id": "9234b3d7-b5b7-4bb3-99d5-0ae9737c55a1"
                               }
                           ]
                       },
                       "away":
                       {
                           "name": "Lunar Owls",
                           "id": "67c22115-2385-458f-8632-a67a025fef55",
                           "players":
                           [
                               {
                                   "full_name": "Napheesa Collier",
                                   "jersey_number": "24",
                                   "id": "fd8d4b11-3d70-450a-b65c-016bec29cc9d"
                               },
                               {
                                   "full_name": "Skylar Diggins",
                                   "jersey_number": "4",
                                   "id": "bee3dbc6-82f7-4dc0-b097-0cb42a1c00a2"
                               },
                               {
                                   "full_name": "Allisha Gray",
                                   "jersey_number": "15",
                                   "id": "f0fef47c-4e5f-4b81-8875-3f01f8a0ea1b"
                               }
                           ]
                       }
                   }
               },
               {
                   "id": "3fc95ad0-c11d-4a9d-b867-bf491ebb2791",
                   "event_type": "opentip",
                   "sequence": 1763072207453,
                   "clock_fraction": 0,
                   "description": "Napheesa Collier vs. Breanna Stewart (Jewell Loyd gains possession)",
                   "clock": "7:00",
                   "clock_type": "standard",
                   "clock_decimal": "7:00",
                   "created": "2025-11-13T22:16:47+00:00",
                   "updated": "2025-11-13T22:16:47+00:00",
                   "attribution":
                   {
                       "name": "Mist",
                       "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                       "team_basket": "right"
                   },
                   "location":
                   {
                       "coord_x": 564,
                       "coord_y": 304,
                       "action_area": "insidecenter"
                   },
                   "possession":
                   {
                       "name": "Mist",
                       "id": "0780b080-347b-407b-b8d6-fa109ec23908"
                   },
                   "on_court":
                   {
                       "home":
                       {
                           "name": "Mist",
                           "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                           "players":
                           [
                               {
                                   "full_name": "Jewell Loyd",
                                   "jersey_number": "24",
                                   "id": "2387d221-be55-495a-b2b7-cddbce9addcc"
                               },
                               {
                                   "full_name": "Breanna Stewart",
                                   "jersey_number": "30",
                                   "id": "a00515fd-bdd9-44d1-83a5-597a99316c54"
                               },
                               {
                                   "full_name": "Courtney Vandersloot",
                                   "jersey_number": "25",
                                   "id": "9234b3d7-b5b7-4bb3-99d5-0ae9737c55a1"
                               }
                           ]
                       },
                       "away":
                       {
                           "name": "Lunar Owls",
                           "id": "67c22115-2385-458f-8632-a67a025fef55",
                           "players":
                           [
                               {
                                   "full_name": "Napheesa Collier",
                                   "jersey_number": "24",
                                   "id": "fd8d4b11-3d70-450a-b65c-016bec29cc9d"
                               },
                               {
                                   "full_name": "Skylar Diggins",
                                   "jersey_number": "4",
                                   "id": "bee3dbc6-82f7-4dc0-b097-0cb42a1c00a2"
                               },
                               {
                                   "full_name": "Allisha Gray",
                                   "jersey_number": "15",
                                   "id": "f0fef47c-4e5f-4b81-8875-3f01f8a0ea1b"
                               }
                           ]
                       }
                   }
               },
               {
                   "id": "49c5da0f-df85-4c1a-bc0e-4544157210ca",
                   "event_type": "twopointmade",
                   "sequence": 1763072228727,
                   "clock_fraction": 0,
                   "description": "Breanna Stewart makes two point jump shot",
                   "clock": "6:48",
                   "clock_type": "standard",
                   "clock_decimal": "6:48",
                   "created": "2025-11-13T22:17:08+00:00",
                   "updated": "2025-11-13T22:17:08+00:00",
                   "attribution":
                   {
                       "name": "Mist",
                       "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                       "team_basket": "right"
                   },
                   "location":
                   {
                       "coord_x": 1042,
                       "coord_y": 140
                   },
                   "possession":
                   {
                       "name": "Lunar Owls",
                       "id": "67c22115-2385-458f-8632-a67a025fef55"
                   },
                   "on_court":
                   {
                       "home":
                       {
                           "name": "Mist",
                           "id": "0780b080-347b-407b-b8d6-fa109ec23908",
                           "players":
                           [
                               {
                                   "full_name": "Jewell Loyd",
                                   "jersey_number": "24",
                                   "id": "2387d221-be55-495a-b2b7-cddbce9addcc"
                               },
                               {
                                   "full_name": "Breanna Stewart",
                                   "jersey_number": "30",
                                   "id": "a00515fd-bdd9-44d1-83a5-597a99316c54"
                               },
                               {
                                   "full_name": "Courtney Vandersloot",
                                   "jersey_number": "25",
                                   "id": "9234b3d7-b5b7-4bb3-99d5-0ae9737c55a1"
                               }
                           ]
                       },
                       "away":
                       {
                           "name": "Lunar Owls",
                           "id": "67c22115-2385-458f-8632-a67a025fef55",
                           "players":
                           [
                               {
                                   "full_name": "Napheesa Collier",
                                   "jersey_number": "24",
                                   "id": "fd8d4b11-3d70-450a-b65c-016bec29cc9d"
                               },
                               {
                                   "full_name": "Skylar Diggins",
                                   "jersey_number": "4",
                                   "id": "bee3dbc6-82f7-4dc0-b097-0cb42a1c00a2"
                               },
                               {
                                   "full_name": "Allisha Gray",
                                   "jersey_number": "15",
                                   "id": "f0fef47c-4e5f-4b81-8875-3f01f8a0ea1b"
                               }
                           ]
                       }
                   }
               }
           }

You can use play-by-play data to create immersive live game visuals by mapping events, such as shots, rebounds, fouls, steals, and substitutions, onto a court graphic or timeline display. You can also generate a play-by-play timeline by using fields such as event_type (e.g., fieldgoal, foul, turnover, rebound), description, and clock to display the sequence of events within each period. Combining these with player.full_name, attribution.name (team), and location.coord_x / location.coord_y allows you to show who was involved and where each action occurred, creating a clear, chronological view of the game flow.

👍

Play-by-Play FAQs

For more details, including the complete list of event types and information on event latency, see the Unrivaled FAQ page .


Scoring Updates

Scoring updates include top-level data by period (quarters) such as team points per sequence, which you can map to the live clock when displaying your boxscore. These feeds also surface key statistical details—such as points, rebounds, assists, steals, and blocks—that can be aggregated to highlight team and player leaders throughout the game.

The following feeds are optimized for tracking scores and high-level game stats, reducing the need to process full play-by-play data when your goal is to render boxscores, scoreboards, or simple game summaries:

  • Game Boxscore – Provides quarter-by-quarter scoring and essential team and player statistics (e.g., points, rebounds, assists) suitable for lightweight scoreboards and basic boxscore displays.
  • Game Summary – Includes boxscore data along with more detailed team and player statistics. Use this feed when you need fuller stat coverage or richer detail in your boxscores.

Together, these feeds offer flexible options for rendering scoreboards, boxscores, and leaderboards without the additional overhead associated with processing full play-by-play or timeline data.

Game Boxscore Samples
{
  "id": "838316ea-ab7b-4581-a1dd-74229d1970d5",
  "status": "closed",
  "coverage": "full",
  "neutral_site": false,
  "game_lineup": true,
  "season":
  {
      "id": "c86ab7c9-5408-44e6-af06-c22636262927",
      "year": 2025,
      "type": "REG",
      "name": "Regular Season"
  },
  "time_zones":
  {
      "venue": "US/Eastern",
      "home": "US/Eastern",
      "away": "US/Eastern"
  },
  "scheduled": "2025-01-18T00:00:00+00:00",
  "entry_mode": "LDE",
  "closed_at": "2025-11-14T00:17:38+00:00",
  "lead_changes": 7,
  "times_tied": 6,
  "possession_arrow": "0780b080-347b-407b-b8d6-fa109ec23908",
  "clock": "3:26",
  "quarter": 4,
  "clock_fraction": 0,
  "clock_decimal": "3:26",
  "broadcasts":
  [
      {
          "type": "TV",
          "locale": "National",
          "network": "TNT",
          "channel": "245"
      }
  ],
  "broadcast":
  {
      "network": "TNT",
      "satellite": "245",
      "internet": ""
  },
  "home":
  {
      "name": "Mist",
      "alias": "MST",
      "id": "0780b080-347b-407b-b8d6-fa109ec23908",
      "points": 80,
      "remaining_timeouts": 0,
      "game_number": 1,
      "scoring":
      [
          {
              "number": 1,
              "sequence": 1,
              "points": 20,
              "type": "quarter"
          },
          {
              "number": 2,
              "sequence": 2,
              "points": 26,
              "type": "quarter"
          },
          {
              "number": 3,
              "sequence": 3,
              "points": 27,
              "type": "quarter"
          },
          {
              "number": 4,
              "sequence": 4,
              "points": 7,
              "type": "elam"
          }
      ],
      "leaders":
      {
          "points":
          [
              {
                  "full_name": "Jewell Loyd",
                  "position": "G",
                  "primary_position": "NA",
                  "jersey_number": "24",
                  "id": "2387d221-be55-495a-b2b7-cddbce9addcc",
                  "statistics":
                  {
                      "minutes": "17:05",
                      "field_goals_made": 10,
                      "field_goals_att": 21,
                      "field_goals_pct": 47.6,
                      "effective_fg_pct": 57.1,
                      "three_points_made": 4,
                      "three_points_att": 9,
                      "three_points_pct": 44.4,
                      "two_points_made": 6,
                      "two_points_att": 12,
                      "two_points_pct": 50.0,
                      "blocked_att": 0,
                      "free_throws_made": 3,
                      "free_throws_att": 4,
                      "free_throws_pct": 75.0,
                      "offensive_rebounds": 3,
                      "defensive_rebounds": 3,
                      "rebounds": 6,
                      "assists": 2,
                      "turnovers": 3,
                      "steals": 0,
                      "blocks": 0,
                      "assists_turnover_ratio": 0.67,
                      "fouls_drawn": 5,
                      "personal_fouls": 2,
                      "offensive_fouls": 0,
                      "tech_fouls": 0,
                      "tech_fouls_non_unsportsmanlike": 0,
                      "flagrant_fouls": 0,
                      "pls_min": -5,
                      "points": 29,
                      "second_chance_pts": 4,
                      "points_off_turnovers": 7,
                      "points_in_paint": 9,
                      "points_in_paint_att": 5,
                      "points_in_paint_made": 4,
                      "points_in_paint_pct": 80.0,
                      "double_double": false,
                      "triple_double": false,
                      "efficiency": 25,
                      "efficiency_game_score": 18.5,
                      "true_shooting_att": 22.76,
                      "true_shooting_pct": 63.7,
                      "coach_ejections": 0,
                      "fast_break_pts": 0,
                      "fast_break_pct": 0.0,
                      "second_chance_pct": 0.0,
                      "coach_tech_fouls": 0
                  }
              }
          ],
          "rebounds":
          [
              {
                  "full_name": "Breanna Stewart",
                  "position": "F",
                  "primary_position": "NA",
                  "jersey_number": "30",
                  "id": "a00515fd-bdd9-44d1-83a5-597a99316c54",
                  "statistics":
                  {
                      "minutes": "13:06",
                      "field_goals_made": 2,
                      "field_goals_att": 10,
                      "field_goals_pct": 20.0,
                      "effective_fg_pct": 20.0,
                      "three_points_made": 0,
                      "three_points_att": 4,
                      "three_points_pct": 0.0,
                      "two_points_made": 2,
                      "two_points_att": 6,
                      "two_points_pct": 33.3,
                      "blocked_att": 0,
                      "free_throws_made": 1,
                      "free_throws_att": 2,
                      "free_throws_pct": 50.0,
                      "offensive_rebounds": 1,
                      "defensive_rebounds": 12,
                      "rebounds": 13,
                      "assists": 3,
                      "turnovers": 1,
                      "steals": 1,
                      "blocks": 0,
                      "assists_turnover_ratio": 3.0,
                      "fouls_drawn": 3,
                      "personal_fouls": 3,
                      "offensive_fouls": 1,
                      "tech_fouls": 0,
                      "tech_fouls_non_unsportsmanlike": 0,
                      "flagrant_fouls": 0,
                      "pls_min": -11,
                      "points": 6,
                      "second_chance_pts": 0,
                      "points_off_turnovers": 0,
                      "points_in_paint": 2,
                      "points_in_paint_att": 4,
                      "points_in_paint_made": 1,
                      "points_in_paint_pct": 25.0,
                      "double_double": false,
                      "triple_double": false,
                      "efficiency": 13,
                      "efficiency_game_score": 4.6,
                      "true_shooting_att": 10.88,
                      "true_shooting_pct": 27.6,
                      "coach_ejections": 0,
                      "fast_break_pts": 0,
                      "fast_break_pct": 0.0,
                      "second_chance_pct": 0.0,
                      "coach_tech_fouls": 0
                  }
              }
          ],
          "assists":
          [
              {
                  "full_name": "DiJonai Carrington",
                  "position": "G-F",
                  "primary_position": "NA",
                  "jersey_number": "21",
                  "id": "47169cbe-5640-460b-a840-7f438a124330",
                  "statistics":
                  {
                      "minutes": "9:34",
                      "field_goals_made": 3,
                      "field_goals_att": 6,
                      "field_goals_pct": 50.0,
                      "effective_fg_pct": 50.0,
                      "three_points_made": 0,
                      "three_points_att": 2,
                      "three_points_pct": 0.0,
                      "two_points_made": 3,
                      "two_points_att": 4,
                      "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": 6,
                      "rebounds": 6,
                      "assists": 3,
                      "turnovers": 3,
                      "steals": 2,
                      "blocks": 2,
                      "assists_turnover_ratio": 1.0,
                      "fouls_drawn": 1,
                      "personal_fouls": 3,
                      "offensive_fouls": 0,
                      "tech_fouls": 0,
                      "tech_fouls_non_unsportsmanlike": 0,
                      "flagrant_fouls": 0,
                      "pls_min": -4,
                      "points": 8,
                      "second_chance_pts": 0,
                      "points_off_turnovers": 2,
                      "points_in_paint": 4,
                      "points_in_paint_att": 2,
                      "points_in_paint_made": 2,
                      "points_in_paint_pct": 100.0,
                      "double_double": false,
                      "triple_double": false,
                      "efficiency": 13,
                      "efficiency_game_score": 8.1,
                      "true_shooting_att": 6.44,
                      "true_shooting_pct": 62.1,
                      "coach_ejections": 0,
                      "fast_break_pts": 0,
                      "fast_break_pct": 0.0,
                      "second_chance_pct": 0.0,
                      "coach_tech_fouls": 0
                  }
              },
              {
                  "full_name": "Breanna Stewart",
                  "position": "F",
                  "primary_position": "NA",
                  "jersey_number": "30",
                  "id": "a00515fd-bdd9-44d1-83a5-597a99316c54",
                  "statistics":
                  {
                      "minutes": "13:06",
                      "field_goals_made": 2,
                      "field_goals_att": 10,
                      "field_goals_pct": 20.0,
                      "effective_fg_pct": 20.0,
                      "three_points_made": 0,
                      "three_points_att": 4,
                      "three_points_pct": 0.0,
                      "two_points_made": 2,
                      "two_points_att": 6,
                      "two_points_pct": 33.3,
                      "blocked_att": 0,
                      "free_throws_made": 1,
                      "free_throws_att": 2,
                      "free_throws_pct": 50.0,
                      "offensive_rebounds": 1,
                      "defensive_rebounds": 12,
                      "rebounds": 13,
                      "assists": 3,
                      "turnovers": 1,
                      "steals": 1,
                      "blocks": 0,
                      "assists_turnover_ratio": 3.0,
                      "fouls_drawn": 3,
                      "personal_fouls": 3,
                      "offensive_fouls": 1,
                      "tech_fouls": 0,
                      "tech_fouls_non_unsportsmanlike": 0,
                      "flagrant_fouls": 0,
                      "pls_min": -11,
                      "points": 6,
                      "second_chance_pts": 0,
                      "points_off_turnovers": 0,
                      "points_in_paint": 2,
                      "points_in_paint_att": 4,
                      "points_in_paint_made": 1,
                      "points_in_paint_pct": 25.0,
                      "double_double": false,
                      "triple_double": false,
                      "efficiency": 13,
                      "efficiency_game_score": 4.6,
                      "true_shooting_att": 10.88,
                      "true_shooting_pct": 27.6,
                      "coach_ejections": 0,
                      "fast_break_pts": 0,
                      "fast_break_pct": 0.0,
                      "second_chance_pct": 0.0,
                      "coach_tech_fouls": 0
                  }
              }
          ]
      }
  },

You can use game and player boxscore data to render a team leaderboard view by combining team scoring by period (scoring.period.points) with player performance metrics such as points, assists, and rebounds. These fields allow you to display boxscore totals alongside individual player contributions and highlight team leaders.

Other high-level visuals you can generate include easy-to-render scoreboards, mini timelines, team comparison charts, player leaderboards, and more, giving fans quick insights into game flow and standout performances


Game Statistics

Similar to boxscore data, game statistics allow you to explore a deeper set of quantifiable metrics from a game—for example, points, rebounds, assists, steals, blocks, and more.

The Game Summary feed is optimized for tracking comprehensive game statistics. It provides the boxscore information plus more detailed team and player stats.

Game Summary Sample
  {
    "id": "838316ea-ab7b-4581-a1dd-74229d1970d5",
    "status": "closed",
    "coverage": "full",
    "neutral_site": false,
    "game_lineup": true,
    "season":
    {
        "id": "c86ab7c9-5408-44e6-af06-c22636262927",
        "year": 2025,
        "type": "REG",
        "name": "Regular Season"
    },
    "time_zones":
    {
        "venue": "US/Eastern",
        "home": "US/Eastern",
        "away": "US/Eastern"
    },
    "scheduled": "2025-01-18T00:00:00+00:00",
    "entry_mode": "LDE",
    "closed_at": "2025-11-14T00:17:38+00:00",
    "lead_changes": 7,
    "times_tied": 6,
    "possession_arrow": "0780b080-347b-407b-b8d6-fa109ec23908",
    "clock": "3:26",
    "quarter": 4,
    "clock_fraction": 0,
    "clock_decimal": "3:26",
    "venue":
    {
        "id": "67e49419-cb04-4ce0-ab33-ae42af8d8634",
        "name": "Unrivaled Arena",
        "capacity": 850,
        "address": "7321 NW 75th Street",
        "city": "Medley",
        "state": "FL",
        "zip": "33166",
        "country": "USA",
        "location":
        {
            "latitude": "25.842035",
            "longitude": "-80.317192"
        }
    },
    "broadcasts":
    [
        {
            "type": "TV",
            "locale": "National",
            "network": "TNT",
            "channel": "245"
        }
    ],
    "broadcast":
    {
        "network": "TNT",
        "satellite": "245",
        "internet": ""
    },
    "home":
    {
        "name": "Mist",
        "alias": "MST",
        "id": "0780b080-347b-407b-b8d6-fa109ec23908",
        "points": 80,
        "remaining_timeouts": 0,
        "game_number": 1,
        "scoring":
        [
            {
                "number": 1,
                "sequence": 1,
                "points": 20,
                "type": "quarter"
            },
            {
                "number": 2,
                "sequence": 2,
                "points": 26,
                "type": "quarter"
            },
            {
                "number": 3,
                "sequence": 3,
                "points": 27,
                "type": "quarter"
            },
            {
                "number": 4,
                "sequence": 4,
                "points": 7,
                "type": "elam"
            }
        ],
        "statistics":
        {
            "minutes": "1:13:18",
            "field_goals_made": 30,
            "field_goals_att": 68,
            "field_goals_pct": 44.1,
            "effective_fg_pct": 48.5,
            "three_points_made": 6,
            "three_points_att": 21,
            "three_points_pct": 28.6,
            "two_points_made": 24,
            "two_points_att": 47,
            "two_points_pct": 51.1,
            "blocked_att": 2,
            "free_throws_made": 8,
            "free_throws_att": 10,
            "free_throws_pct": 80.0,
            "offensive_rebounds": 8,
            "defensive_rebounds": 30,
            "rebounds": 38,
            "team_offensive_rebounds": 2,
            "team_defensive_rebounds": 3,
            "assists": 13,
            "turnovers": 11,
            "steals": 5,
            "blocks": 2,
            "assists_turnover_ratio": 1.18,
            "personal_fouls": 15,
            "fouls_drawn": 11,
            "offensive_fouls": 1,
            "coach_ejections": 0,
            "ejections": 0,
            "foulouts": 0,
            "points": 80,
            "team_points": 0,
            "total_points": 80,
            "pls_min": -4,
            "fast_break_pts": 0,
            "fast_break_pct": 0.0,
            "second_chance_pts": 6,
            "second_chance_pct": 0.0,
            "team_turnovers": 0,
            "points_off_turnovers": 11,
            "team_rebounds": 5,
            "flagrant_fouls": 0,
            "player_tech_fouls": 0,
            "team_tech_fouls": 0,
            "coach_tech_fouls": 0,
            "bench_points": 34,
            "points_in_paint": 19,
            "points_in_paint_att": 16,
            "points_in_paint_made": 9,
            "points_in_paint_pct": 56.3,
            "field_goals_at_rim_att": 1,
            "field_goals_at_rim_made": 1,
            "field_goals_at_rim_pct": 100.0,
            "field_goals_at_midrange_att": 10,
            "field_goals_at_midrange_made": 2,
            "field_goals_at_midrange_pct": 20.0,
            "true_shooting_att": 72.4,
            "true_shooting_pct": 55.2,
            "biggest_lead": 10,
            "most_unanswered_points": 9,
            "most_unanswered_run_own_points": 11,
            "most_unanswered_run_opp_points": 6,
            "defensive_points_per_possession": 0.0,
            "offensive_points_per_possession": 0.0,
            "team_fouls": 0,
            "total_rebounds": 43,
            "total_fouls": 15,
            "total_turnovers": 11,
            "efficiency": 81,
            "efficiency_game_score": 56.7,
            "seconds_played": 4398,
            "winning_basket": false,
            "free_throw_points": 14,
            "awarded_points": 0,
            "periods":
            [
                {
                    "id": "c2a3e4bd-1eb2-4730-9460-0ea601ed6d6e",
                    "sequence": 1,
                    "number": 1,
                    "type": "REG",
                    "minutes": "21:00",
                    "field_goals_made": 9,
                    "field_goals_att": 22,
                    "field_goals_pct": 40.9,
                    "effective_fg_pct": 45.5,
                    "three_points_made": 2,
                    "three_points_att": 6,
                    "three_points_pct": 33.3,
                    "two_points_made": 7,
                    "two_points_att": 16,
                    "two_points_pct": 43.8,
                    "blocked_att": 0,
                    "free_throws_made": 0,
                    "free_throws_att": 0,
                    "free_throws_pct": 0.0,
                    "offensive_rebounds": 3,
                    "defensive_rebounds": 7,
                    "rebounds": 10,
                    "assists": 5,
                    "turnovers": 3,
                    "steals": 4,
                    "blocks": 1,
                    "assists_turnover_ratio": 1.67,
                    "personal_fouls": 4,
                    "fouls_drawn": 0,
                    "offensive_fouls": 0,
                    "points": 20,
                    "team_points": 0,
                    "total_points": 20,
                    "pls_min": 1,
                    "fast_break_pct": 0.0,
                    "second_chance_pts": 2,
                    "second_chance_pct": 0.0,
                    "team_turnovers": 0,
                    "points_off_turnovers": 5,
                    "team_rebounds": 2,
                    "flagrant_fouls": 0,
                    "player_tech_fouls": 0,
                    "team_tech_fouls": 0,
                    "coach_tech_fouls": 0,
                    "bench_points": 10,
                    "points_in_paint": 0,
                    "points_in_paint_att": 0,
                    "points_in_paint_made": 0,
                    "points_in_paint_pct": 0.0,
                    "field_goals_at_rim_att": 0,
                    "field_goals_at_rim_made": 0,
                    "field_goals_at_rim_pct": 0.0,
                    "field_goals_at_midrange_att": 1,
                    "field_goals_at_midrange_made": 0,
                    "field_goals_at_midrange_pct": 0.0,
                    "true_shooting_att": 22.0,
                    "true_shooting_pct": 45.5,
                    "biggest_lead": 8,
                    "ejections": 0,
                    "team_offensive_rebounds": 0,
                    "team_defensive_rebounds": 2,
                    "coach_ejections": 0,
                    "defensive_points_per_possession": 0.0,
                    "offensive_points_per_possession": 0.0,
                    "team_fouls": 0,
                    "total_rebounds": 12,
                    "total_fouls": 4,
                    "total_turnovers": 3,
                    "efficiency": 20,
                    "efficiency_game_score": 16.0,
                    "winning_basket": false,
                    "free_throw_points": 0,
                    "awarded_points": 0
                },
                {
                    "id": "c16bf195-5ee2-4eff-b937-480f622f99f9",
                    "sequence": 2,
                    "number": 2,
                    "type": "REG",
                    "minutes": "21:00",
                    "field_goals_made": 10,
                    "field_goals_att": 21,
                    "field_goals_pct": 47.6,
                    "effective_fg_pct": 54.8,
                    "three_points_made": 3,
                    "three_points_att": 8,
                    "three_points_pct": 37.5,
                    "two_points_made": 7,
                    "two_points_att": 13,
                    "two_points_pct": 53.8,
                    "blocked_att": 1,
                    "free_throws_made": 2,
                    "free_throws_att": 3,
                    "free_throws_pct": 66.7,
                    "offensive_rebounds": 2,
                    "defensive_rebounds": 7,
                    "rebounds": 9,
                    "assists": 4,
                    "turnovers": 2,
                    "steals": 1,
                    "blocks": 1,
                    "assists_turnover_ratio": 2.0,
                    "personal_fouls": 3,
                    "fouls_drawn": 3,
                    "offensive_fouls": 1,
                    "points": 26,
                    "team_points": 0,
                    "total_points": 26,
                    "pls_min": 1,
                    "fast_break_pct": 0.0,
                    "second_chance_pts": 0,
                    "second_chance_pct": 0.0,
                    "team_turnovers": 0,
                    "points_off_turnovers": 0,
                    "team_rebounds": 2,
                    "flagrant_fouls": 0,
                    "player_tech_fouls": 0,
                    "team_tech_fouls": 0,
                    "coach_tech_fouls": 0,
                    "bench_points": 5,
                    "points_in_paint": 3,
                    "points_in_paint_att": 1,
                    "points_in_paint_made": 1,
                    "points_in_paint_pct": 100.0,
                    "field_goals_at_rim_att": 1,
                    "field_goals_at_rim_made": 1,
                    "field_goals_at_rim_pct": 100.0,
                    "field_goals_at_midrange_att": 3,
                    "field_goals_at_midrange_made": 0,
                    "field_goals_at_midrange_pct": 0.0,
                    "true_shooting_att": 22.32,
                    "true_shooting_pct": 58.2,
                    "biggest_lead": 8,
                    "ejections": 0,
                    "team_offensive_rebounds": 1,
                    "team_defensive_rebounds": 1,
                    "coach_ejections": 0,
                    "defensive_points_per_possession": 0.0,
                    "offensive_points_per_possession": 0.0,
                    "team_fouls": 0,
                    "total_rebounds": 11,
                    "total_fouls": 3,
                    "total_turnovers": 2,
                    "efficiency": 26,
                    "efficiency_game_score": 19.7,
                    "winning_basket": false,
                    "free_throw_points": 3,
                    "awarded_points": 0
                },
                {
                    "id": "d78cdfc8-c6d3-49a2-88d8-30c7b414f9d7",
                    "sequence": 3,
                    "number": 3,
                    "type": "REG",
                    "minutes": "21:00",
                    "field_goals_made": 8,
                    "field_goals_att": 17,
                    "field_goals_pct": 47.1,
                    "effective_fg_pct": 50.0,
                    "three_points_made": 1,
                    "three_points_att": 5,
                    "three_points_pct": 20.0,
                    "two_points_made": 7,
                    "two_points_att": 12,
                    "two_points_pct": 58.3,
                    "blocked_att": 1,
                    "free_throws_made": 5,
                    "free_throws_att": 6,
                    "free_throws_pct": 83.3,
                    "offensive_rebounds": 1,
                    "defensive_rebounds": 11,
                    "rebounds": 12,
                    "assists": 2,
                    "turnovers": 1,
                    "steals": 0,
                    "blocks": 0,
                    "assists_turnover_ratio": 2.0,
                    "personal_fouls": 4,
                    "fouls_drawn": 6,
                    "offensive_fouls": 0,
                    "points": 27,
                    "team_points": 0,
                    "total_points": 27,
                    "pls_min": 4,
                    "fast_break_pct": 0.0,
                    "second_chance_pts": 2,
                    "second_chance_pct": 0.0,
                    "team_turnovers": 0,
                    "points_off_turnovers": 6,
                    "team_rebounds": 1,
                    "flagrant_fouls": 0,
                    "player_tech_fouls": 0,
                    "team_tech_fouls": 0,
                    "coach_tech_fouls": 0,
                    "bench_points": 17,
                    "points_in_paint": 10,
                    "points_in_paint_att": 9,
                    "points_in_paint_made": 5,
                    "points_in_paint_pct": 55.6,
                    "field_goals_at_rim_att": 0,
                    "field_goals_at_rim_made": 0,
                    "field_goals_at_rim_pct": 0.0,
                    "field_goals_at_midrange_att": 4,
                    "field_goals_at_midrange_made": 2,
                    "field_goals_at_midrange_pct": 50.0,
                    "true_shooting_att": 19.64,
                    "true_shooting_pct": 68.7,
                    "biggest_lead": 10,
                    "ejections": 0,
                    "team_offensive_rebounds": 1,
                    "team_defensive_rebounds": 0,
                    "coach_ejections": 0,
                    "defensive_points_per_possession": 0.0,
                    "offensive_points_per_possession": 0.0,
                    "team_fouls": 0,
                    "total_rebounds": 13,
                    "total_fouls": 4,
                    "total_turnovers": 1,
                    "efficiency": 31,
                    "efficiency_game_score": 20.7,
                    "winning_basket": false,
                    "free_throw_points": 10,
                    "awarded_points": 0
                },
                {
                    "id": "1454a670-c189-4f90-a7ea-b73721ef01a4",
                    "sequence": 4,
                    "number": 4,
                    "type": "ELAM",
                    "minutes": "10:18",
                    "field_goals_made": 3,
                    "field_goals_att": 8,
                    "field_goals_pct": 37.5,
                    "effective_fg_pct": 37.5,
                    "three_points_made": 0,
                    "three_points_att": 2,
                    "three_points_pct": 0.0,
                    "two_points_made": 3,
                    "two_points_att": 6,
                    "two_points_pct": 50.0,
                    "blocked_att": 0,
                    "free_throws_made": 1,
                    "free_throws_att": 1,
                    "free_throws_pct": 100.0,
                    "offensive_rebounds": 2,
                    "defensive_rebounds": 5,
                    "rebounds": 7,
                    "assists": 2,
                    "turnovers": 5,
                    "steals": 0,
                    "blocks": 0,
                    "assists_turnover_ratio": 0.4,
                    "personal_fouls": 4,
                    "fouls_drawn": 2,
                    "offensive_fouls": 0,
                    "points": 7,
                    "team_points": 0,
                    "total_points": 7,
                    "pls_min": -10,
                    "fast_break_pct": 0.0,
                    "second_chance_pts": 2,
                    "second_chance_pct": 0.0,
                    "team_turnovers": 0,
                    "points_off_turnovers": 0,
                    "team_rebounds": 0,
                    "flagrant_fouls": 0,
                    "player_tech_fouls": 0,
                    "team_tech_fouls": 0,
                    "coach_tech_fouls": 0,
                    "bench_points": 2,
                    "points_in_paint": 6,
                    "points_in_paint_att": 6,
                    "points_in_paint_made": 3,
                    "points_in_paint_pct": 50.0,
                    "field_goals_at_rim_att": 0,
                    "field_goals_at_rim_made": 0,
                    "field_goals_at_rim_pct": 0.0,
                    "field_goals_at_midrange_att": 2,
                    "field_goals_at_midrange_made": 0,
                    "field_goals_at_midrange_pct": 0.0,
                    "true_shooting_att": 8.44,
                    "true_shooting_pct": 41.5,
                    "biggest_lead": 9,
                    "ejections": 0,
                    "team_offensive_rebounds": 0,
                    "team_defensive_rebounds": 0,
                    "coach_ejections": 0,
                    "defensive_points_per_possession": 0.0,
                    "offensive_points_per_possession": 0.0,
                    "team_fouls": 0,
                    "total_rebounds": 7,
                    "total_fouls": 4,
                    "total_turnovers": 5,
                    "efficiency": 4,
                    "efficiency_game_score": 0.3,
                    "winning_basket": false,
                    "free_throw_points": 1,
                    "awarded_points": 0
                }
            ]
        },