UnifyAPI
← Back to catalog

bdl.players

mock data$0.002 / call

Player Search

Search NBA players by name — returns position, jersey number, and current team. Example: "lebron" → LeBron James #23 F, Los Angeles Lakers (BallDontLie)

Science & Researchprovider: Bdl#bdl#science

Input schema

limit

Max results (1-25, default 10)

integer
search

Search by player name (e.g. "lebron", "curry", "mahomes")

string
team_id

Filter by team ID

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/bdl.players \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":10,"search":"<search>","team_id":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.