{
"opencollection": "1.0.0",
"info": {
"name": "MLB MLB v3 Headshots NHL v3 Stats API",
"version": "1.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Ocp-Apim-Subscription-Key",
"value": "{{Ocp-Apim-Subscription-Key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "NHL v3 Stats",
"type": "folder"
},
"items": [
{
"info": {
"name": "Box Score [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/BoxScore/:gameid",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "gameid",
"value": "",
"type": "path",
"description": "The GameID of an NHL game. GameIDs can be found in the Games API. Valid entries are 14620 or 16905"
}
]
},
"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": "Box Scores - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/BoxScores/: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-OCT-31, 2018-FEB-15.\n "
}
]
},
"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."
},
{
"info": {
"name": "Box Scores Delta - by Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/BoxScoresDelta/:date/:minutes",
"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-OCT-31, 2018-FEB-15.\n "
},
{
"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:\n 1 or 2.\n "
}
]
},
"docs": "This method returns all box scores for a given date, 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": "Player Game Stats - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/PlayerGameStatsByDate/: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-OCT-31, 2018-FEB-15.\n "
}
]
},
"docs": "Returns the box score statistical record for all involved players across a given date, updated live as the game takes place."
},
{
"info": {
"name": "Player Season Stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/PlayerSeasonStats/: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: 2016, 2017.\n "
}
]
},
"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": "Player Season Stats - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/PlayerSeasonStatsByTeam/:season/:team",
"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: 2016, 2017.\n "
},
{
"name": "team",
"value": "",
"type": "path",
"description": "The abbreviation of the requested team.\n
Examples: SF, NYY.\n "
}
]
},
"docs": "Returns all season-long stats (i.e. the season total, not each individual game record) for a given team's players in a given season."
},
{
"info": {
"name": "Team Stats Allowed - by Position",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/TeamStatsAllowedByPosition/: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: 2016, 2017.\n "
}
]
},
"docs": "Aggregated season stats allowed by each team against a given position (e.g. C, LW.)"
},
{
"info": {
"name": "Line Combinations - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/LinesBySeason/: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: 2016, 2017.\n "
}
]
},
"docs": "The line combinations - groups of skaters that play together - ordered and given by season."
},
{
"info": {
"name": "Player Game Logs - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/PlayerGameStatsBySeason/:season/:playerid/: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": "playerid",
"value": "",
"type": "path",
"description": "Unique SportsDataIO Player ID.\nExample:30000651."
},
{
"name": "numberofgames",
"value": "",
"type": "path",
"description": "How many games to return. Example all, 10, 25"
}
]
},
"docs": "Specify a season, a player, and number of games (either an integer or all) to see all of their box score logs. Refreshed after their most recent game is complete."
},
{
"info": {
"name": "Box Score [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/BoxScoreFinal/:gameid",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "gameid",
"value": "",
"type": "path",
"description": "The GameID of an NHL game. GameIDs can be found in the Games API. Valid entries are 14620 or 16905"
}
]
},
"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/v3/nhl/stats/:format/BoxScoresFinal/: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-OCT-31, 2018-FEB-15.\n "
}
]
},
"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": "Team Game Stats - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/: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: 2018-JAN-31, 2017-OCT-01.\n "
}
]
},
"docs": "Returns the box score statistical record team-wide (aggregated from all players) for a given team's game in a given week after the game has concluded."
},
{
"info": {
"name": "Player Game Stats - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/PlayerGameStatsByDateFinal/: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-OCT-31, 2018-FEB-15.\n "
}
]
},
"docs": "Returns the box score statistical record for all involved players across all teams' games on a given date after each game has concluded."
},
{
"info": {
"name": "Fantasy Points - by Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nhl/stats/:format/FantasyGameStatsByDate/: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-OCT-31, 2018-FEB-15.\n "
}
]
},
"docs": "Simple fantasy points awarded to each player who took part in a game on a given date."
}
]
}
],
"bundled": true
}