{ "opencollection": "1.0.0", "info": { "name": "MLB MLB v3 Headshots NHL v3 Projections 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 Projections", "type": "folder" }, "items": [ { "info": { "name": "Projected Player Game Stats - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nhl/projections/:format/PlayerGameProjectionStatsByDate/: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": "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/v3/nhl/projections/:format/DfsSlatesByDate/: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-DEC-01, 2018-FEB-15." } ] }, "docs": "Returns DFS Slates which have not yet started, with their player and salary information." }, { "info": { "name": "Starting Goaltenders - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nhl/projections/:format/StartingGoaltendersByDate/: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: 2021-OCT-12, 2021-DEC-09." } ] }, "docs": "This endpoint provides the projected and confirmed starting goaltenders for NHL games on a given date." }, { "info": { "name": "Player Details - by Injured", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nhl/projections/:format/InjuredPlayers", "params": [ { "name": "format", "value": "", "type": "path", "description": "Desired response format. Valid entries are JSON or XML." } ] }, "docs": "This endpoint provides all currently injured NHL players, along with injury details." } ] } ], "bundled": true }