← Back to catalog
sports.basketball_games
mock data$0.003 / callBasketball Games & Scores
Basketball games and scores — NBA, EuroLeague, and 100+ leagues worldwide. Filter by date, league, season, team. Live and historical data (API-Sports)
Input schema
date
stringDate in YYYY-MM-DD format. Returns all basketball games for that day.
team
integerTeam ID to filter games
league
integerLeague ID (e.g. 12 = NBA)
season
stringSeason (e.g. "2025-2026")
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>"}'