balldontlie_nfl_games
Fetch NFL game data—schedules, scores, and playoff status—by season, week, or team. Use filters to narrow results and cursor pagination for large sets.
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. |