{ "opencollection": "1.0.0", "info": { "name": "MLB MLB v3 Headshots NFL 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": "NFL v3 Projections", "type": "folder" }, "items": [ { "info": { "name": "Projected Fantasy Defense Season Stats With ADP", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/FantasyDefenseProjectionsBySeason/: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.\n " } ] }, "docs": "SportsDataIO's proprietary projections, including average draft position, for all fantasy defense teams for the season. Does not contain Individual Defensive Players (IDP), which have their own endpoint." }, { "info": { "name": "Projected Fantasy Defense Game Stats With DFS Salaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/FantasyDefenseProjectionsByGame/:season/:week", "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.\n " }, { "name": "week", "value": "", "type": "path", "description": "Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1\n " } ] }, "docs": "SportsDataIO's proprietary projections, including DFS salary information, for all fantasy defense teams. Called by season and week. Does not contain Individual Defensive Players (IDP), which have their own endpoint." }, { "info": { "name": "Projected Player Game Stats - by Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/PlayerGameProjectionStatsByTeam/:season/:week/: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 and the season type. If no season type is provided, then the default is regular season.\n
Examples: 2015REG, 2015PRE, 2015POST.\n " }, { "name": "week", "value": "", "type": "path", "description": "Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1\n " }, { "name": "team", "value": "", "type": "path", "description": "Abbreviation of the team. Example: WAS." } ] }, "docs": "SportsDataIO's proprietary projections, including DFS salary information and injuries, for fantasy players, for a given game, called by team." }, { "info": { "name": "Projected Player Season Stats With ADP", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/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 and the season type. If no season type is provided, then the default is regular season.\n
Examples: 2015REG, 2015PRE, 2015POST.\n " } ] }, "docs": "SportsDataIO's proprietary projections on a season-long basis, including Average Draft Position (ADP), for fantasy players, for a given season." }, { "info": { "name": "Projected Player Season Stats With ADP - by Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/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 and the season type. If no season type is provided, then the default is regular season.\n
Examples: 2015REG, 2015PRE, 2015POST.\n " }, { "name": "team", "value": "", "type": "path", "description": "Abbreviation of the team. Example: WAS." } ] }, "docs": "SportsDataIO's proprietary projections on a season-long basis, including ADP, for fantasy players, for a given season and team." }, { "info": { "name": "Projected Player Game Stats - by Week", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/PlayerGameProjectionStatsByWeek/:season/:week", "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.\n " }, { "name": "week", "value": "", "type": "path", "description": "\n Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1\n " } ] }, "docs": "SportsDataIO's proprietary projections, including DFS salary information and injuries, for fantasy players, called by week." }, { "info": { "name": "DFS Slates - by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/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 slates.\n
Examples: 2017-SEP-25, 2017-10-31." } ] }, "docs": "Returns DFS slates, including eligible games, positions, captain mode, players and salaries, for a given date." }, { "info": { "name": "DFS Slates - by Week", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/DfsSlatesByWeek/:season/:week", "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" }, { "name": "week", "value": "", "type": "path", "description": "Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1" } ] }, "docs": "Returns DFS slates, including eligible games, positions, captain mode, players and salaries, for a given week." }, { "info": { "name": "IDP Projected Player Game Stats - by Week", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/IdpPlayerGameProjectionStatsByWeek/:season/:week", "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.\n " }, { "name": "week", "value": "", "type": "path", "description": "Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1\n " } ] }, "docs": "Individual Defensive Player (IDP stats, including DFS salary information and injuries, for fantasy players, called by week." }, { "info": { "name": "IDP Projected Player Game Stats - by Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/IdpPlayerGameProjectionStatsByTeam/:season/:week/: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 and the season type. If no season type is provided, then the default is regular season.\n
Examples: 2015REG, 2015PRE, 2015POST.\n " }, { "name": "week", "value": "", "type": "path", "description": "Week of the season. Valid values are as follows: Preseason 0 to 4, Regular Season 1 to 17, Postseason 1 to 4.\n Example: 1\n " }, { "name": "team", "value": "", "type": "path", "description": "Abbreviation of the team. Example: WAS." } ] }, "docs": "Individual Defensive Player (IDP stats, including DFS salary information and injuries, for fantasy players, called by team." }, { "info": { "name": "DFS Slate Ownership Projections - Upcoming", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/UpcomingDfsSlateOwnershipProjections", "params": [ { "name": "format", "value": "", "type": "path", "description": "Desired response format. Valid entries are JSON or XML." } ] }, "docs": "Returns DFS Slates which have not yet started for which we have DFS Ownership projections." }, { "info": { "name": "DFS Slate Ownership Projections - by Slate", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/projections/:format/DfsSlateOwnershipProjectionsBySlateID/:slateId", "params": [ { "name": "format", "value": "", "type": "path", "description": "Desired response format. Valid entries are JSON or XML." }, { "name": "slateId", "value": "", "type": "path", "description": "SlateID of the DFS Slate you wish to get ownership projections for. Will have an empty SlateOwnershipProjections if this slate was not projected" } ] }, "docs": "Slate Ownership Projections for a specific slate. Projections are for Guaranteed Prize Pool (GPP) format ownership. Will return an empty list if the slate is not yet projected or not a slate we have projections for." }, { "info": { "name": "Player Details - by Injured", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportsdata.io/v3/nfl/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 NFL players, along with injury details." } ] } ], "bundled": true }