UnifyAPI
← Back to catalog

bdl.games

mock data$0.002 / call

Sports 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)

Science & Researchprovider: Bdl#bdl#science

Input schema

date

Game date (YYYY-MM-DD, e.g. "2026-03-29"). Returns all games on that date

string
limit

Max results (1-25, default 10)

integer
sport

Sport league: "nba" (default) or "nfl"

string
season

Season year (e.g. 2025 for 2025-26 season)

integer
team_id

Filter by team ID (get IDs from bdl.teams)

integer

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}'

Try it

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