sleeper_draft_picks
Retrieve draft picks in sequential order for any draft ID. Get round, pick number, roster, and player name for every selection to analyze draft results.
Instructions
Every pick in a draft, in order, with the player taken and who took them.
Returns: [{pick_no, round, draft_slot, roster_id, picked_by, player_id, is_keeper, metadata:{first_name, last_name, position, team}}] — metadata carries the player's NAME, so you don't need the 15 MB player file
Example: All picks in a draft {"draft_id": "289646328504385537"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | Draft id. Required — part of the URL path. |