apisports_nfl_games
Retrieve NFL/NCAA game schedules, scores, and details by date, season, or team to support sports analytics.
Instructions
American-football games (NFL, NCAA) by date, season or team.
Returns: {response:[{game:{id, stage, week, date:{date, time, timezone}, status}, league, teams, scores:{home:{quarter_1,…, total}, away:{…}}}]} — SHAPE FROM VENDOR DOCS. NOTE this host wraps the identity under game, unlike the basketball and hockey hosts.
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 week of NFL {"league": 1, "season": 2023}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| team | No | Team id. | |
| league | No | League id (1 = NFL, 2 = NCAA). | |
| season | No | Season year. |