{
"opencollection": "1.0.0",
"info": {
"name": "MLB MLB v3 Headshots NBA 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": "NBA v3 Scores",
"type": "folder"
},
"items": [
{
"info": {
"name": "Team Profiles - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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, 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 active in the league."
},
{
"info": {
"name": "Games - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "Full scores and gameday info delivered live and post-game. Live data includes half and score info. Gameday info includes TV channel etc"
},
{
"info": {
"name": "Schedules",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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": "News",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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 Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"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/nba/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": "Stadiums",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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": "Team Game Stats - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "Returns the box score statistical record team-wide (aggregated from all players) for all games on a given date, both live and post-game."
},
{
"info": {
"name": "Team Season Stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015, 2016."
}
]
},
"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": "Are Games In Progress",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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/nba/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/nba/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: 2015, 2016."
}
]
},
"docs": "Includes regular season standings in division and conference, from which postseason seeding can be derived."
},
{
"info": {
"name": "Team Profiles - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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, conference 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": "Player Details - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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 Agent",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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": "Referees",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/scores/:format/Referees",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Returns the full list of NBA Referees."
},
{
"info": {
"name": "Player Details - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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.
Examples: PHI, BKN."
}
]
},
"docs": "Full player bio and details, including injury notes, for all available players by team."
},
{
"info": {
"name": "Team Game Logs - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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 8 "
},
{
"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": "Depth Charts",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/scores/:format/DepthCharts",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Returns the full list of NBA Depth Charts as of the time of the call."
},
{
"info": {
"name": "Schedules (Basic)",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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": "Games (Basic) - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "This endpoint simply delivers the quarter, time, quarter scores, and total score live; no gameday info is provided."
},
{
"info": {
"name": "Players Profiles - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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.
Examples: PHI, BKN."
}
]
},
"docs": "Roster information for a given team. Player profiles include basic biographical information, position, college, and current team (if attached to a team.) Specify a team tricode parameter to receive all players currently on that team."
},
{
"info": {
"name": "Player Profiles - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/scores/:format/PlayersActiveBasic",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Player profiles include basic biographical information, position, college, and current team (if attached to a team.) This returns all players currently active."
},
{
"info": {
"name": "Player Profiles - by Free Agent",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/scores/:format/PlayersByFreeAgents",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Player profiles include basic biographical information, position, college, and current team (if attached to a team.) This returns all free agents not currently attached to a team."
},
{
"info": {
"name": "Transactions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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 player trades, injuries, assignments etc., delivered by date."
},
{
"info": {
"name": "Team Profiles - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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": "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": "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 active teams for a given season."
},
{
"info": {
"name": "Games - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "Full scores and gameday info, including referee, infotainment odds, as well as all of the quarter scores and full-time score, delivered as the game ends."
},
{
"info": {
"name": "Games (Basic) - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nba/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: 2015-JUL-31, 2015-SEP-01."
}
]
},
"docs": "A slimmed-down score endpoint, giving just the quarter scores and final score, for simple applications."
}
]
}
],
"bundled": true
}