---
title: "ScoreboardV2"
method: GET
path: "/scoreboardv2"
tags: ["nba", "wnba"]
---

# ScoreboardV2

`GET /scoreboardv2`

[to do]

## Query parameters

- `DayOffset` string, required — [to do]
- `GameDate` string, required — [to do]
- `LeagueID` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `DayOffset` '$request.query.DayOffset'
    - `GameDate` '$request.query.GameDate'
    - `LeagueID` '$request.query.LeagueID'
  - `resource` 'scoreboardv2'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 10 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/Available]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/EastConfStandingsByDay]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/GameHeader]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/LastMeeting]/x-tags` from the response with the `200` status
  - …6 more
- **2024-02-01** `b3e351ad6236` — 2 breaking, 11 info
  - the response property `resultSets/prefixItems[#/components/schemas/EastConfStandingsByDay]/rowSet/items/prefixItems[#/components/schemas/Conference]/` became nullable for the status `200`
  - the response property `resultSets/prefixItems[#/components/schemas/WestConfStandingsByDay]/rowSet/items/prefixItems[#/components/schemas/Conference]/` became nullable for the status `200`
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/Available]/x-tags` to the response with the `200` status
  - …9 more
- …earlier changes not shown

[Full history](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/changes/scoreboardv2/get.md)

---

[API](https://skmtc.dev/sgsdm/apis/official-nba-stats-api.md) · [All operations](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sgsdm/official-nba-stats-api/revisions/bfc757de2da0/schema)
