{
"opencollection": "1.0.0",
"info": {
"name": "MLB MLB v3 Headshots NFL 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": "NFL v3 Scores",
"type": "folder"
},
"items": [
{
"info": {
"name": "Are Games In Progress",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "Team Profiles - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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, colors, coaching and scheme info. 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": "Bye Weeks",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Byes/:season",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "Get bye weeks for the teams during a specified NFL season."
},
{
"info": {
"name": "Season - Current",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/CurrentSeason",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Year of the current NFL season. This value changes at the start of the new NFL league year. NFL seasons run across two calendar years; the league year is the one in which it starts, not ends (that is, a season starting in 2023 and ending in 2024 will have the league year of 2023.)"
},
{
"info": {
"name": "Week - Current",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/CurrentWeek",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Number of the current week of the NFL season. This value usually changes on Tuesday nights or Wednesday mornings at midnight ET but in the rare case of a rescheduled or overseas game with a non-standard gameday this could change."
},
{
"info": {
"name": "Games - by Season [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Scores/: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": "Full scores and gameday info delivered live and post-game. Live data includes down and distance, as well as game clock. Gameday info includes referee, weather, TV channel etc."
},
{
"info": {
"name": "Season - Last Completed",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/LastCompletedSeason",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Year of the most recently completed NFL season. This value changes immediately after the Super Bowl. NFL seasons run across two calendar years; the league year is the one in which it starts, not ends (that is, a season starting in 2023 and ending in 2024 will have the league year of 2023.)"
},
{
"info": {
"name": "Week - Last Completed",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/LastCompletedWeek",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Number of the last completed week of the NFL season. This value usually changes on Tuesday nights or Wednesday mornings at midnight ET but in the rare case of a rescheduled or overseas game with a non-standard gameday this could change."
},
{
"info": {
"name": "News",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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 Player",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "Each NFL player has a unique ID assigned by FantasyData. Player IDs can be determined by pulling player related data. Example:14257."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "News - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/NewsByTeam/:team",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "team",
"value": "",
"type": "path",
"description": "Abbreviation of the team. Example: WAS."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "Schedules",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Schedules/: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": "Games - by Week [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresByWeek/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "Full scores and gameday info delivered live and post-game. Live data includes down and distance, as well as game clock. Gameday info includes referee, weather, TV channel etc."
},
{
"info": {
"name": "Stadiums",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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 NFL with capacity, surface, latitude/longitude, city and state (and, where applicable, country.)"
},
{
"info": {
"name": "Standings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "\n 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": "Includes regular season standings in division and conference, from which postseason seeding can be derived."
},
{
"info": {
"name": "Team Profiles - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "\n 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": "Full team information: team name and city, conference and division, colors, coaching and scheme info. 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": "Timeframes",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Timeframes/:type",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "type",
"value": "",
"type": "path",
"description": "The type of timeframes to return. Valid entries are current or upcoming or completed or recent or all."
}
]
},
"docs": "Timeframes for the NFL refer to current weeks, season status etc."
},
{
"info": {
"name": "Season - Upcoming",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/UpcomingSeason",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Year of the current NFL season, if we are in the mid-season. If we are in the off-season, then year of the next upcoming season. This value changes immediately after the Super Bowl. NFL seasons run across two calendar years; the league year is the one in which it starts, not ends (that is, a season starting in 2023 and ending in 2024 will have the league year of 2023.)"
},
{
"info": {
"name": "Week - Upcoming",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/UpcomingWeek",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Number of the next upcoming week of the NFL season. This value usually changes on Tuesday nights or Wednesday mornings at midnight ET but in the rare case of a rescheduled or overseas game with a non-standard gameday this could change."
},
{
"info": {
"name": "Team Game Stats [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/TeamGameStats/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "Returns the box score statistical record team-wide (aggregated from all players) for a given team's game in a given week, during the game and with final stats after it ends."
},
{
"info": {
"name": "Team Season Stats",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "\n 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": "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": "Team Profiles - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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, colors, coaching and scheme info. 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": "News - by Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Basic RotoBaller news feed, with limited stories available - usually 0-1 stories per day. Ideal for test purposes."
},
{
"info": {
"name": "Scores by Week Simulation",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/SimulatedScores/:numberofplays",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "numberofplays",
"value": "",
"type": "path",
"description": "The number of plays to progress in this NFL live game simulation. Example entries are 0, 1, 2, 3, 150, 200, etc."
}
]
},
"docs": "Gets simulated live scores of NFL games, covering the Conference Championship games on January 21, 2018."
},
{
"info": {
"name": "Player Details - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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 NFL players in our database."
},
{
"info": {
"name": "Player Details - by Free Agents",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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 NFL free agents unattached to a team."
},
{
"info": {
"name": "Player Details - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "Abbreviation of the team. Example: WAS."
}
]
},
"docs": "Full player bio and details, including injury notes, for all available NFL players by team."
},
{
"info": {
"name": "Player Details - by Rookie Draft Year",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Rookies/: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.
Examples: 2018, 2019, etc."
}
]
},
"docs": "Full player bio and details, including injury notes, for all available NFL players by a specified draft year."
},
{
"info": {
"name": "Referees",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/Referees",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Returns referees with name, numbers, position (e.g. FJ for Field Judge), college, and years of experience."
},
{
"info": {
"name": "Games - by Date [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresByDate/: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 games.
Examples: 2021-SEP-12, 2021-NOV-28."
}
]
},
"docs": "Full scores and gameday info delivered live and post-game. Live data includes down and distance, as well as game clock. Gameday info includes referee, weather, TV channel etc."
},
{
"info": {
"name": "Player Game Logs - by Season",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "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": "Depth Charts - by Active",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/DepthCharts",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Depth charts for all active players NFL teams split by offensive, defensive, and special teams position groupings."
},
{
"info": {
"name": "Schedules (Basic)",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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 Week [Live & Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresBasic/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "This endpoint simply delivers the game clock and quarter and total scores live; no down and distance and no gameday info such as weather."
},
{
"info": {
"name": "Team Profiles (Basic) - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/TeamsBasic",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "The most basic top-line team information, such as team name and city, conference and division, stadium ID, coach info, and team colors. Returns all teams regardless of current active status."
},
{
"info": {
"name": "Player Profiles - by Team",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "Abbreviation of the team. Example: WAS."
}
]
},
"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 - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/PlayersByAvailable",
"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."
},
{
"info": {
"name": "Player Profiles - by Free Agent",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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": "Player Profiles - by Rookie Draft Year",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/PlayersByRookieDraftYear/: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.
Examples: 2018, 2019, etc."
}
]
},
"docs": "Player profiles include basic biographical information, position, college, and current team (if attached to a team.) Specify a year parameter to receive all player profiles from that rookie draft year."
},
{
"info": {
"name": "Transactions - by Date",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/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: 2017-JUL-31, 2017-SEP-01."
}
]
},
"docs": "Includes a list of transactions for a given date, with type (e.g. trade, injury listing, assignment) and a brief note."
},
{
"info": {
"name": "Games - by Week [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresByWeekFinal/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "Full scores and gameday info, including weather, referee, infotainment odds, as well as all of the quarter scores and full-time score."
},
{
"info": {
"name": "Games - by Date [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresByDateFinal/: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 games.
Examples: 2021-SEP-12, 2021-NOV-28."
}
]
},
"docs": "Full scores and gameday info, including weather, referee, infotainment odds, as well as all of the quarter scores and full-time score."
},
{
"info": {
"name": "Games (Basic) - by Week [Final]",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/ScoresBasicFinal/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n 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": "A slimmed-down score endpoint, giving just the quarter scores and final score, for simple applications."
},
{
"info": {
"name": "Depth Charts - All",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/DepthChartsAll",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
}
]
},
"docs": "Depth charts for all players in all NFL teams split by offensive, defensive, and special teams position groupings."
},
{
"info": {
"name": "Depth Charts - by Week",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.sportsdata.io/v3/nfl/scores/:format/DepthChartsByWeek/:season/:week",
"params": [
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired response format. Valid entries are JSON or XML."
},
{
"name": "season",
"value": "",
"type": "path",
"description": "\n Year of the season and the season type. If no season type is provided, then the default is regular season.
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. Example: 1 \n"
}
]
},
"docs": "Depth charts for active players by week in all NFL teams split by offensive, defensive, and special teams position groupings."
}
]
}
],
"bundled": true
}