balldontlie_nba_stats
Retrieve NBA player per-game box-score statistics for specific players, seasons, dates, or games.
Instructions
Per-player, per-game NBA box-score lines.
Returns: {data:[{id, min:'34:12', fgm, fga, fg_pct, fg3m, fg3a, ftm, fta, oreb, dreb, reb, ast, stl, blk, turnover, pf, pts, player:{…}, team:{…}, game:{…}}], meta:{next_cursor}} — SHAPE FROM VENDOR DOCS. min is a 'MM:SS' STRING, not a number.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A player's game lines {"player_ids": ["115"], "seasons": ["2023"]}
Auth: needs your own key in BALLDONTLIE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dates | No | YYYY-MM-DD. | |
| cursor | No | Cursor from the previous page. | |
| seasons | No | Season start years. | |
| game_ids | No | Game ids. | |
| per_page | No | Page size (max 100). | |
| player_ids | No | Player ids. |