{
"opencollection": "1.0.0",
"info": {
"name": "MLB MLB v3 Headshots MLB v3 Scores API",
"version": "1.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Ocp-Apim-Subscription-Key",
"value": "{{Ocp-Apim-Subscription-Key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "MLB v3 Scores",
"type": "folder"
},
"items": [
{
"info": {
"name": "Team Profiles - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/teams",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Full team information: team name and city, league and division, and colors. Also contains basic fantasy info such as IDs as well as full stadium data. This endpoint returns the teams currently active in the league."
},
{
"info": {
"name": "Stadiums",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/Stadiums",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Returns all stadiums in the league with capacity, surface, latitude/longitude, city and state (and where applicable country.)"
},
{
"info": {
"name": "Schedules",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/Games/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "Year of the season (with optional season type).
Examples: 2018, 2018PRE, 2018POST, 2018STAR, 2019, 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": "Games - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/GamesByDate/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Full scores and gameday info delivered live and post-game. Live data includes innings, scores, pitch count etc. Gameday info includes referee, weather, TV channel etc."
},
{
"info": {
"name": "Player Details - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/Players",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Full player bio and details, including injury notes, for all active players."
},
{
"info": {
"name": "Player Details - by Free Agents",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/FreeAgents",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Full player bio and details, including injury notes, for all available free agents unattached to a team."
},
{
"info": {
"name": "Players Details - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/Players/:team",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "team",
"value": "",
"type": "path",
"description": "The abbreviation of the requested team.\n
Examples: SF, NYY."
}
]
},
"docs": "Full player bio and details, including injury notes, for all available players by team."
},
{
"info": {
"name": "Team Game Stats - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/TeamGameStatsByDate/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Returns the box score statistical record team-wide (aggregated from all players) for a given team's game in a given week, both live and post-game."
},
{
"info": {
"name": "Team Season Stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/TeamSeasonStats/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "Year of the season.\n
Examples: 2017, 2018."
}
]
},
"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": "News - by Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/NewsByDate/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the news.\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "News",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/News",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "News - by Player",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/NewsByPlayerID/:playerid",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "playerid",
"value": "",
"type": "path",
"description": "Unique FantasyData Player ID.\nExample:10000507."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "Are Games In Progress",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/AreAnyGamesInProgress",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Returns true if there is at least one game being played at the time of the request or false if there are none."
},
{
"info": {
"name": "Season - Current",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/CurrentSeason",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Year of the current season. This value changes at the start of the new league year. For leagues that run over two years, this is the year the season starts, not ends."
},
{
"info": {
"name": "Standings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/Standings/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "Year of the season.\n
Examples: 2017, 2018."
}
]
},
"docs": "Includes regular season standings in division and league, from which postseason seeding can be derived."
},
{
"info": {
"name": "Team Profiles - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/AllTeams",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Full team information: team name and city, league and division, and colors. Also contains basic fantasy info such as IDs as well as full stadium data. This endpoint returns all teams regardless of current active status."
},
{
"info": {
"name": "Team Game Logs - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/TeamGameStatsBySeason/:season/:teamid/:numberofgames",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "Season to get games from. Example 2019POST, 2020"
},
{
"name": "teamid",
"value": "",
"type": "path",
"description": "Unique ID of team. Example 12 "
},
{
"name": "numberofgames",
"value": "",
"type": "path",
"description": "How many games to return. Example all, 10, 25"
}
]
},
"docs": "Game by game log of total team statistics."
},
{
"info": {
"name": "Schedules (Basic)",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/SchedulesBasic/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "Year of the season (with optional season type).
Examples: 2018, 2018PRE, 2018POST, 2018STAR, 2019, 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": "Player Profiles - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/PlayersBasic/:team",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "team",
"value": "",
"type": "path",
"description": "The abbreviation of the requested team.\n
Examples: SF, NYY."
}
]
},
"docs": "A more stripped-down list of players on a given team, for simple applications."
},
{
"info": {
"name": "Games (Basic) - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/ScoresBasic/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "This endpoint simply delivers the innings count and total score live; no down and distance and no gameday info such as weather."
},
{
"info": {
"name": "Player Profiles - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/PlayersByActive",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "A more stripped-down list of players on a given team, for simple applications, including all active players."
},
{
"info": {
"name": "Player Profiles - by Free Agents",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/PlayersByFreeAgents",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "A more stripped-down list of players on a given team, for simple applications, sorted by free agents."
},
{
"info": {
"name": "Games (Basic) - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/ScoresBasicFinal/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "A slimmed-down score endpoint, giving just the innings scores and final score, for simple applications. Delivered after the game ends."
},
{
"info": {
"name": "Games - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/GamesByDateFinal/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Full scores and gameday info, including weather, referee, infotainment odds, as well as all of the innings scores and full-time score, delivered as the game ends."
},
{
"info": {
"name": "Team Game Stats - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/TeamGameStatsByDateFinal/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the game(s).\n
Examples: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Returns the box score statistical record team-wide (aggregated from all players) for all games on a given date after the game has concluded."
},
{
"info": {
"name": "Team Profiles - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/teams/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n Year of the season and the season type. If no season type is provided, then the default is regular season.\n
Examples: 2015REG, 2015PRE, 2015POST."
}
]
},
"docs": "List of teams playing in a specified season, with their profile info."
},
{
"info": {
"name": "Transactions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/mlb/scores/:format/TransactionsByDate/:date",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "date",
"value": "",
"type": "path",
"description": "The date of the news.\n
Examples: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "A list of transactions, such as assignments, placement on the injury list, player trades etc., delivered by date."
}
]
}
],
"bundled": true
}