{ "opencollection": "1.0.0", "info": { "name": "MLB MLB v3 Headshots NBA 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": "NBA v3 Projections", "type": "folder" }, "items": [ { "info": { "name": "Projected Player Game Stats - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nba/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).
Examples: 2015-JUL-31, 2015-SEP-01." } ] }, "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/nba/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": "Projected Player Season Stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nba/projections/:format/PlayerSeasonProjectionStats/: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, 2019, etc." } ] }, "docs": "SportsDataIO's proprietary projections for all active players for the season." }, { "info": { "name": "Projected Player Season Stats - by Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nba/projections/:format/PlayerSeasonProjectionStatsByTeam/: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 (with optional season type).
Examples: 2018, 2019, etc." }, { "name": "team", "value": "", "type": "path", "description": "The abbreviation of the requested team.\n
Examples: MIA, PHI." } ] }, "docs": "SportsDataIO's proprietary projections for all active players for the season, called by team" }, { "info": { "name": "Starting Lineups - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nba/projections/:format/StartingLineupsByDate/: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).
Examples: 2021-OCT-12, 2021-DEC-09." } ] }, "docs": "This endpoint provides the projected & confirmed starting lineups for NBA games on a given date." }, { "info": { "name": "Player Details - by Injured", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nba/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 NBA players, along with injury details." } ] } ], "bundled": true }