GET /{format}/BoxScoresDeltaByCompetition/{competition}/{date}/{minutes}

sportsdata.io:soccer-v3-stats

Summary: Box Scores Delta by Date by Competition
Operation ID: BoxScoresDeltaByDateByCompetition
Auth: unknown

Parameters (4)

competition (string, path, required)

An indication of a soccer competition/league. This value can be the CompetitionId or the Competition Key. Possible values include: <code>EPL</code>, <code>1</code>, <code>MLS</code>, <code>8</code>, etc.

date (string, path, required)

The date of the game(s). <br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.

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

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

Constraints: {'enum': ['xml', 'json']}

minutes (string, path, required)

Only returns player statistics that have changed in the last X minutes. You specify how many minutes in time to go back. Valid entries are: <code>1</code>, <code>2</code> ... <code>all</code>.

No probe data for this endpoint yet.