sportsdataio_nfl_scores
Fetch NFL scores for a specific season and week, including team scores, quarter, time remaining, and point spread/over-under.
Instructions
NFL scores for one season and week.
Returns: [{GameKey, SeasonType, Season, Week, Date, AwayTeam, HomeTeam, AwayScore, HomeScore, Quarter, TimeRemaining, PointSpread, OverUnder, StadiumDetails}] — SHAPE FROM VENDOR DOCS. SeasonType 1=pre, 2=regular, 3=post.
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's scores {"season": "2023", "week": 1}
Auth: needs your own key in SPORTSDATAIO_MLB_KEY or SPORTSDATAIO_NBA_KEY or SPORTSDATAIO_NFL_KEY or SPORTSDATAIO_NHL_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Week number. Required — part of the URL path. | |
| season | Yes | Season with an optional type suffix: 2023, 2023PRE, 2023POST. The BARE year is the regular season. Required — part of the URL path. |