---
title: "DraftBoard"
method: GET
path: "/draftboard"
tags: ["nba", "wnba"]
---

# DraftBoard

`GET /draftboard`

[to do]

## Query parameters

- `College` string, nullable — [to do]
- `LeagueID` string, required — [to do]
- `OverallPick` string, nullable — [to do]
- `RoundNum` string, nullable — [to do]
- `RoundPick` string, nullable — [to do]
- `Season` string, required — [to do]
- `TeamID` string — [to do]
- `TopX` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `College` '$request.query.College'
    - `LeagueID` '$request.query.LeagueID'
    - `OverallPick` '$request.query.OverallPick'
    - `RoundNum` '$request.query.RoundNum'
    - `RoundPick` '$request.query.RoundPick'
    - `Season` '$request.query.Season'
    - `TeamID` '$request.query.TeamID'
    - `TopX` '$request.query.TopX'
  - `resource` 'draftboard'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/DraftBoard]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 5 breaking, 2 info
  - the response property `resultSets/prefixItems[#/components/schemas/DraftBoard]/rowSet/items/prefixItems[#/components/schemas/Height]/` became nullable for the status `200`
  - the response property `resultSets/prefixItems[#/components/schemas/DraftBoard]/rowSet/items/prefixItems[#/components/schemas/OverallPick]/` became nullable for the status `200`
  - the response property `resultSets/prefixItems[#/components/schemas/DraftBoard]/rowSet/items/prefixItems[#/components/schemas/Position]/` became nullable for the status `200`
  - the response property `resultSets/prefixItems[#/components/schemas/DraftBoard]/rowSet/items/prefixItems[#/components/schemas/RoundPick]/` became nullable for the status `200`
  - …3 more
- **2024-02-01** `b939e27e1714` — 8 breaking, 9 info
  - the `parameters/College` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/LeagueID` response's property type changed from `string` to no type for status `200`
  - the `parameters/OverallPick` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/RoundNum` response's property type/format changed from ``/`` to ``/`` for status `200`
  - …13 more
- …earlier changes not shown

[Full history](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/changes/draftboard/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)
