balldontlie_nba_players
Search NBA players by name or team and retrieve detailed player profiles with stats and team info.
Instructions
NBA players, searchable by name.
Returns: {data:[{id, first_name, last_name, position, height, weight, jersey_number, college, country, draft_year, draft_round, draft_number, team:{…}}], meta:{next_cursor, per_page}} — 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: Search a player {"search": "curry"}
Auth: needs your own key in BALLDONTLIE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | From `meta.next_cursor` of the previous page — this API has no page numbers. | |
| search | No | Partial first or last name. | |
| per_page | No | Page size (max 100). | |
| team_ids | No | Restrict to team ids. |