UnifyAPI
← Back to catalog

sports.basketball_games

mock data$0.003 / call

Basketball Games & Scores

Basketball games and scores — NBA, EuroLeague, and 100+ leagues worldwide. Filter by date, league, season, team. Live and historical data (API-Sports)

Games & Entertainmentprovider: Sports#sports#games

Input schema

date

Date in YYYY-MM-DD format. Returns all basketball games for that day.

string
team

Team ID to filter games

integer
league

League ID (e.g. 12 = NBA)

integer
season

Season (e.g. "2025-2026")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/sports.basketball_games \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"date":"<date>","team":0,"league":0,"season":"<season>"}'

Try it

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