balldontlie_nba_season_averages
Retrieve NBA season averages for specific players by season and player IDs. Get key stats like points, rebounds, assists, and shooting percentages for data analysis.
Instructions
Season averages for specific NBA players.
Returns: {data:[{player_id, season, games_played, min, pts, reb, ast, stl, blk, turnover, fg_pct, fg3_pct, ft_pct}]} — SHAPE FROM VENDOR DOCS.
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 season {"season": 2023, "player_ids": ["115"]}
Auth: needs your own key in BALLDONTLIE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season start year. | |
| player_ids | Yes | Player ids — this endpoint will not return a whole league. |