balldontlie_nfl_games
Fetch NFL games by season, week, or team with scores, playoff status, and team info for odds and stats comparisons.
Instructions
NFL games by season, week or team.
Returns: {data:[{id, visitor_team_score, home_team_score, season, postseason, status, date, week, home_team, visitor_team}], meta:{next_cursor}} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A season's games {"seasons": ["2023"]}
Auth: needs your own key in BALLDONTLIE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weeks | No | Week numbers. | |
| cursor | No | Cursor from the previous page. | |
| seasons | No | Season years. | |
| per_page | No | Page size. | |
| team_ids | No | Team ids. | |
| postseason | No | true = playoffs only. |