GET /{format}/ScoresByDate/{date}

sportsdata.io:nfl-v3-scores

Summary: Scores by Date
Operation ID: ScoresByDate
Auth: unknown
Description

Get game scores for a specified week of a season.

Parameters (2)

date (string, path, required)

The date of the games.<br>Examples: <code>2021-SEP-12</code>, <code>2021-NOV-28</code>.

format (string, path, required, default: XML)

Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.

Constraints: {'enum': ['XML', 'JSON']}

No probe data for this endpoint yet.