← Back to catalog
bdl.games
mock data$0.002 / callSports Games & Scores
Get NBA and NFL game results by date — scores, teams, status (Final/In Progress/Scheduled). Filter by date, season, or team. Covers all NBA and NFL games with real-time scores (BallDontLie)
Input schema
date
stringGame date (YYYY-MM-DD, e.g. "2026-03-29"). Returns all games on that date
limit
integerMax results (1-25, default 10)
sport
stringSport league: "nba" (default) or "nfl"
season
integerSeason year (e.g. 2025 for 2025-26 season)
team_id
integerFilter by team ID (get IDs from bdl.teams)
Call via REST
curl -X POST https://unifyapi.pro/api/call/bdl.games \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"date":"<date>","limit":10,"sport":"nba","season":0,"team_id":0}'