SportsDataIO
SportsDataIO is an award-winning sports data and content provider producing millions of data points across thousands of games annually. The platform offers robust REST APIs, responsive widgets, database downloads, and fantasy sports tools covering 14+ major sports including NFL, MLB, NBA, NHL, Soccer, Golf, NASCAR, MMA/UFC, Tennis, Formula 1, College Football, College Basketball, WNBA, and Olympics. Data includes live scores, statistics, odds feeds, fantasy projections, injuries, lineups, depth charts, standings, and player news.
APIs
SportsDataIO NFL API
Comprehensive NFL data API providing live scores, team statistics, player stats, fantasy projections, injuries, depth charts, standings, schedules, and betting odds. Covers all ...
SportsDataIO MLB API
Complete MLB data API with live scores, box scores, player statistics, fantasy projections, injuries, lineups, standings, schedules, and odds for all Major League Baseball games...
SportsDataIO NBA API
NBA data API providing live scores, play-by-play, player statistics, fantasy projections, injuries, lineups, standings, and odds. Covers all NBA regular season, playoff, and in-...
SportsDataIO NHL API
NHL data API with live scores, play-by-play, goalie stats, skater statistics, fantasy projections, injuries, line combinations, standings, and odds for all NHL regular season an...
SportsDataIO Soccer API
Soccer data API providing live scores, player statistics, team standings, match schedules, lineups, and odds for major leagues including EPL, MLS, La Liga, Bundesliga, Serie A, ...
Collections
Pricing Plans
Rate Limits
FinOps
Sportsdataio Finops
FINOPSSemantic Vocabularies
API Governance Rules
JSON Structure
Resources
Sources
opencollection: 1.0.0
info:
name: SOCCER API
version: '1.0'
request:
auth:
type: apikey
key: Ocp-Apim-Subscription-Key
value: '{{Ocp-Apim-Subscription-Key}}'
placement: header
items:
- info:
name: Soccer v4 Scores
type: folder
items:
- info:
name: Games - by Date [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/GamesByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Full scores and gameday info delivered live and post-game. Live data includes half and score info. Gameday info
includes weather, TV channel etc
- info:
name: Areas (Countries)
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Areas
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
docs: A list of countries, continents etc. for finding their respective competitions.
- info:
name: Competitions (Leagues)
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Competitions
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
docs: A list of all competitions (leagues, cups etc.) and their associated countries or areas.
- info:
name: Team Profiles - by Competition
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Teams/:competition
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
docs: 'Full team information: team name and city, conference and division, and colors. Also contains basic fantasy info
such as IDs as well as full stadium data. This endpoint returns the teams ever associated with a competition; use Team
Profiles - by Season for just the current ones.'
- info:
name: Venues
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Venues
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
docs: Stadium information from across the world
- info:
name: Team Profiles - by Season
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/SeasonTeams/:competition/:seasonid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: seasonid
value: ''
type: path
description: "Unique FantasyData Season ID. SeasonIDs can be found in the Competition Hierarchy (League Hierarchy).\
\ \nExamples: <code>1</code>, <code>2</code>, <code>3</code>, etc"
docs: 'Full team information: team name and city, conference and division, and colors. Also contains basic fantasy info
such as IDs as well as full stadium data. This endpoint returns the teams currently associated with a competition''s
active season; use Team Profiles - by Competition for all-time (e.g. teams since relegated from the EPL.)'
- info:
name: Schedules
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Schedule/:competition/:season
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: season
value: ''
type: path
description: 'Year of the season<br>Examples: <code>2020</code>, <code>2021</code>, etc.'
docs: Home and away teams, date and time, season type and week etc. are included. Also includes gameday information. This
includes full stadium information (capacity, lat/long, surface etc.), top-line betting information (spread, moneyline,
total), weather conditions, and broadcast information.
- info:
name: Player Details - by Team
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/PlayersByTeam/:competition/:teamid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: teamid
value: ''
type: path
description: "Unique FantasyData Team ID. \nExample:<code>516</code>."
docs: Full player bio and details, including injury notes, for all available players by team.
- info:
name: Team Season Stats
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/TeamSeasonStats/:competition/:season
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: season
value: ''
type: path
description: 'Year of the season<br>Examples: <code>2020</code>, <code>2021</code>, etc.'
docs: Returns all season-long stats (i.e. the season total, not each individual game record) for all teams (aggregated
from all players) for a given season.
- info:
name: Team Game Stats - by Date [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/TeamGameStatsByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Returns the box score statistical record team-wide (aggregated from all players) for all games on a given date within
a competition, both live and post-game.
- info:
name: Standings
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/Standings/:competition/:season
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: season
value: ''
type: path
description: 'Year of the season<br>Examples: <code>2020</code>, <code>2021</code>, etc.'
docs: Includes regular season standings in a given league or tournament and season.
- info:
name: Games - by Competition [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/CompetitionDetails/:competition
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
docs: Full scores and gameday info delivered live and post-game. Live data includes half and score info, delivered by
competition.
- info:
name: Memberships Historical - by Team
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/HistoricalMembershipsByTeam/:competition/:teamid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: teamid
value: ''
type: path
description: "Unique FantasyData Team ID. \nExample:<code>516</code>."
docs: Historical memberships of a team, i.e. players who were once on the roster but have since left.
- info:
name: Memberships - by Active
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/ActiveMemberships/:competition
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
docs: Players currently active on teams within a specified competition.
- info:
name: Memberships - by Recently Changed
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/RecentlyChangedMemberships/:competition/:days
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: days
value: ''
type: path
description: 'The number of days since memberships were updated. For example, if you pass <code>3</code>, you''ll
receive all memberships that have been updated in the past 3 days. Valid entries are: <code>1</code>, <code>2</code>
... <code>30</code>'
docs: A list of all recently changed memberships (e.g. player transfers, releases) for a given competition, called by
number of days ago.
- info:
name: Memberships - by Canceled
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/CanceledMemberships
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
docs: Memberships (players' membership of a team) that have since been revoked by our system.
- info:
name: Schedules (Basic)
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/SchedulesBasic/:competition/:season
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: season
value: ''
type: path
description: 'Year of the season<br>Examples: <code>2020</code>, <code>2021</code>, etc.'
docs: A lightweight schedule endpoint without gameday information. Home and away teams, the date and time of the game,
and season type, week etc. are included. Ideal for the most basic information required to build a schedule.
- info:
name: Games (Basic) - by Date [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/ScoresBasic/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Full scores and gameday info delivered live and post-game, called by date and competition.
- info:
name: Player Profiles - by Team
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/PlayersByTeamBasic/:competition/:teamid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: teamid
value: ''
type: path
description: "Unique FantasyData Team ID. \nExample:<code>516</code>."
docs: Roster information for a given team. Player profiles include basic biographical information, position, etc. Specify
a TeamId parameter to receive all players currently on that team.
- info:
name: Games - by Date [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/GamesByDateFinal/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Full scores and gameday info, as well as half and full-time score, delivered post-game.
- info:
name: Games (Basic) - by Date [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/scores/:format/ScoresBasicFinal/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: The most top-line full-time information, ideal for basic applications, called by competition and date, delivered
post-game.
- info:
name: Soccer v4 Headshots
type: folder
items:
- info:
name: Headshots
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/headshots/:format/Headshots
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
docs: USA Today/IMAGN cropped action headshots for all active MLS players only, delivered shortly after the season starts.
- info:
name: Soccer v4 Projections
type: folder
items:
- info:
name: Projected Player Game Stats - by Date
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/projections/:format/PlayerGameProjectionStatsByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: SportsDataIO's proprietary projections, including DFS salary information and injuries, for fantasy players, called
by date.
- info:
name: DFS Slates - by Date
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/projections/:format/DfsSlatesByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2020-02-18</code>
'
docs: Returns DFS Slates which have not yet started, with their player and salary information.
- info:
name: Upcoming DFS Slates - by Competition
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/projections/:format/UpcomingDfsSlatesByCompetition/:competition
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
docs: Returns upcoming DFS Slates which have not yet started, with their player and salary information, by competition.
- info:
name: Player Details - by Injured
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/projections/:format/InjuredPlayers/:competition
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
docs: This endpoint provides all currently injured soccer players by competition, along with injury details.
- info:
name: Soccer v4 Stats
type: folder
items:
- info:
name: Box Scores - by Date [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/BoxScoresByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Full statistical information for a specified game, down to the team and player stat level, delivered live during
the games, called for all games on a given date within a competition.
- info:
name: Box Scores Delta - by Date
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/BoxScoresDeltaByDate/:competition/:date/:minutes
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
- name: minutes
value: ''
type: path
description: '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>.'
docs: This method returns all box scores for a given date in a given competition, but only returns player stats that have
changed in the last X minutes as specified in your API call. By definition this is a live endpoint, not final.
- info:
name: Box Score [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/BoxScore/:competition/:gameid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: gameid
value: ''
type: path
description: The GameID of a Soccer game. GameIDs can be found in the Games API. Valid entries are <code>702</code>,
<code>1274</code>, etc.
docs: Full statistical information for a specified game, down to the team and player stat level, delivered live during
the game, called per individual game.
- info:
name: Player Game Stats - by Date [Live & Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/PlayerGameStatsByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Returns the box score statistical record for all involved players across all teams' games on a given date in a given
competition, both live and after each game has concluded.
- info:
name: Player Season Stats
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/PlayerSeasonStats/:competition/:season
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: season
value: ''
type: path
description: 'Year of the season<br>Examples: <code>2020</code>, <code>2021</code>, etc.'
docs: Returns all season-long stats (i.e. the season total, not each individual game record) for all players for a given
season.
- info:
name: Box Score [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/BoxScoreFinal/:competition/:gameid
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: gameid
value: ''
type: path
description: The GameID of a Soccer game. GameIDs can be found in the Games API. Valid entries are <code>702</code>,
<code>1274</code>, etc.
docs: Full statistical information for a specified game, down to the team and player stat level, delivered after the game
is complete.
- info:
name: Box Scores - by Date [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/BoxScoresFinal/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Full statistical information for a specified date for each game that took place, down to the team and player stat
level, delivered after the game is complete.
- info:
name: Lineups - by Date
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/LineupsByDate/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Projected and confirmed starting XIs and substitute benches for a given competition on a given date.
- info:
name: Player Game Stats - by Date [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/PlayerGameStatsByDateFinal/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
- name: competition
value: ''
type: path
description: '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.'
- name: date
value: ''
type: path
description: 'The date of the game(s).
<br>Examples: <code>2017-02-27</code>, <code>2017-09-01</code>.'
docs: Returns the box score statistical record for all involved players across all teams' games for a given competition
on a given date after each game has concluded.
- info:
name: Team Game Stats - by Date [Final]
type: http
http:
method: GET
url: https://api.sportsdata.io/v4/soccer/stats/:format/TeamGameStatsByDateFinal/:competition/:date
params:
- name: format
value: ''
type: path
description: Desired response format. Valid entries are <code>JSON<
# --- truncated at 32 KB (66 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sportsdataio/refs/heads/main/apis.yml