{ "opencollection": "1.0.0", "info": { "name": "MLB MLB v3 Headshots Soccer v4 Stats 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 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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." }, { "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:\n1, 2 ... all." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "gameid", "value": "", "type": "path", "description": "The GameID of a Soccer game. GameIDs can be found in the Games API. Valid entries are 702, 1274, 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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "season", "value": "", "type": "path", "description": "Year of the season
Examples: 2020, 2021, 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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "gameid", "value": "", "type": "path", "description": "The GameID of a Soccer game. GameIDs can be found in the Games API. Valid entries are 702, 1274, 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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "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 JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "docs": "Returns the box score statistical record team-wide (aggregated from all players) for a games in a given competition on a given date, updated as each game has concluded." }, { "info": { "name": "Fantasy Points - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v4/soccer/stats/:format/FantasyGameStatsByDate/:competition/:date", "params": [ { "name": "format", "value": "", "type": "path", "description": "Desired response format. Valid entries are JSON or XML." }, { "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: EPL, 1, MLS, 8, etc." }, { "name": "date", "value": "", "type": "path", "description": "The date of the game(s).\n
Examples: 2017-02-27, 2017-09-01." } ] }, "docs": "A simple list of fantasy points awarded to players who took part in a given competition's games on a given date." } ] } ], "bundled": true }