NFL Statistics

This is an API that works in conjuction with a data collector that scrapes NFL Statistical data about players from various sources.

45 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

NFL Statistics endpoints

MethodEndpointDescription
GET Offensive Statistical Categories In Season
/GetOffensiveStatCategoriesInSeason?season
This gets the aggregate value for all offensive statistical categories for everyone during a given season. This returns a single row as it is all players and teams aggregated…
GET Defensive Statistical Categories In Season
/GetDefensiveStatCategoriesInSeason?season
This gets the aggregate value for all defensive statistical categories for everyone during a given season. This returns a single row as it is all players and teams aggregated…
GET Get Team Schedule in Year
/GetTeamSchedule?teamName&year
This Endpoint grabs the schedule of games that a team played in a given season. The "teamName" parameter should be the 3 character Abbreviation used for the team on…
GET Get NFL Standings
/GetNflStandings?season
This endpoint grabs the current Standings of all teams in a year and puts them in order by wins.
GET All Statistical Categories In Season
/GetAllStatCategoriesInSeason?season
This gets the aggregate value for all statistical categories for everyone during a given season. This returns a single row as it is all players and teams aggregated together. To…
GET Special Teams Statistical Categories In Season
/GetSpecialTeamsStatCategoriesInSeason?season
This gets the aggregate value for all special teams statistical categories for everyone during a given season. This returns a single row as it is all players and teams aggregated…
GET Defensive Statistical Categories In Week
/GetDefensiveStatCategoriesInSeason?season&week
This gets the aggregate value for all defensive statistical categories for everyone during a given season & week. This returns a single row as it is all players and teams…
GET Offensive Statistical Categories In Week
/GetOffensiveStatCategoriesInSeason?season&week
This gets the aggregate value for all offensive statistical categories for everyone during a given season & week. This returns a single row as it is all players and teams…
GET Special Teams Statistical Categories In Week
/GetSpecialTeamsStatCategoriesInSeason?season&week
This gets the aggregate value for all special teams statistical categories for everyone during a given season & week. This returns a single row as it is all players and teams…
GET All Statistical Categories In Week
/GetAllStatCategoriesInSeason?season&week
This gets the aggregate value for all statistical categories for everyone during a given season & week. This returns a single row as it is all players and teams aggregated…
GET Get Conference Standings
/GetConferenceStandings?season&conference
This endpoint grabs the records for all teams in a given conference and year. For the Conferences, AFC is 1 and NFC is 2.
GET Defensive Statistical Categories for All Teams in a Season
/GetDefensiveStatCategoriesAllTeamsInSeason?season
This end point gets the aggregate values for all defensive statistical categories in a given season. This gives a row for each team. To get data for the 2022 Season, use…
GET All Statistical Categories for All Teams in a Season
/GetAllStatCategoriesAllTeamsInSeason?season
This end point gets the aggregate values for all statistical categories in a given season. To get data for the 2022 Season, use "/GetAllStatCategoriesAllTeamsInSeason?season=2022".
GET Special Teams Statistical Categories for All Teams in a Season
/GetSpecialTeamsStatCategoriesAllTeamsInSeason?season
This end point gets the aggregate values for all special teams statistical categories in a given season. To get data for the 2022 Season, use…
GET Get Division Standings
/GetDivisionStandings?season&conference&division
This endpoint grabs the standings of a single Division in the NFL. Conferences are as follows: 1 - AFC 2 - NFC Divisions are as follows: 1 - North 2 - South 3 - East 4 - West
GET Offensive Statistical Categories for All Teams in a Season
/GetOffensiveStatCategoriesAllTeamsInSeason?season
This end point gets the aggregate values for all offensive statistical categories in a given season. To get data for the 2022 Season, use…
GET Special Teams Statistical Categories for All Teams in a Week
/GetSpecialTeamsStatCategoriesAllTeamsInWeek?season&week
This end point gets the aggregate values for all special teams statistical categories in a given season & week. This returns a separate row for each team. The "week" parameter…
GET Get Team Standings
/GetTeamStandings?season&teamName
This Endpoint gets the standings for a single team in a given season. Use the 3 letter abbreviation to specify which team the user would like to get data about. 'ARI - Arizona…
GET Offensive Statistical Categories for All Teams in a Week
/GetOffensiveStatCategoriesAllTeamsInWeek?season&week
This end point gets the aggregate values for all offensive statistical categories in a given season & week. This returns a separate row for each team. The "week" parameter should…
GET Defensive Statistical Categories for All Teams in a Week
/GetDefensiveStatCategoriesAllTeamsInWeek?season&week
This end point gets the aggregate values for all defensive statistical categories in a given season & week. This returns a separate row for each team. The "week" parameter should…
GET All Statistical Categories for All Teams in a Week
/GetAllStatCategoriesAllTeamsInWeek?season&week
This end point gets the aggregate values for all statistical categories in a given season & week. This returns a separate row for each team. The "week" parameter should be a 4…
GET Offensive Statistical Categories for a Team in Season
/GetOffensiveStatCategoriesForTeamInSeason?season&teamId
This returns aggregate values for all offensive statistical categories for a team in a given season. The teamId can be found at nflapi.codebytrey.com in the lookup table. For…
GET All Statistical Categories for a Team in Week
/GetAllStatCategoriesForTeamInWeek/{season}/{teamId}/{week}
This returns aggregate values for all statistical categories for a team in a given season & week. The teamId can be found at nflapi.codebytrey.com in the lookup table. For…
GET Defensive Statistical Categories for a Team in Season
/GetDefensiveStatCategoriesForTeamInSeason?season&teamId
This returns aggregate values for all defensive statistical categories for a team in a given season. The teamId can be found at nflapi.codebytrey.com in the lookup table. For…
GET Special Teams Statistical Categories for a Team in Season
/GetSpecialTeamsStatCategoriesForTeamInSeason?season&teamId
This returns aggregate values for all special teams statistical categories for a team in a given season. The teamId can be found at nflapi.codebytrey.com in the lookup table. For…
GET Defensive Statistical Categories for a Team in Week
/GetDefensiveStatCategoriesForTeamInWeek?season&teamId&week
This returns aggregate values for all defensive statistical categories for a team in a given season & week. The teamId can be found at nflapi.codebytrey.com in the lookup table.…
GET Special Teams Statistical Categories for a Team in Week
/GetSpecialTeamsStatCategoriesForTeamInWeek?season&teamId&week
This returns aggregate values for all special teams statistical categories for a team in a given season & week. The teamId can be found at nflapi.codebytrey.com in the lookup…
GET All Statistical Categories for a Team in Season
/GetAllStatCategoriesForTeamInSeason?season&teamId
This returns aggregate values for all statistical categories for a team in a given season. The teamId can be found at nflapi.codebytrey.com in the lookup table. For example the…
GET Offensive Statistical Categories for a Team in Week
/GetOffensiveStatCategoriesForTeamInWeek/{season}/{teamId}/{week}
This returns aggregate values for all offensive statistical categories for a team in a given season & week. The teamId can be found at nflapi.codebytrey.com in the lookup table.…
GET All Statistical Categories for a Player All Time
/GetAllStatisticalCategoriesForPlayerAllTime?playerId
This gives the aggregate values for all statistical categories for a player during their entire career. There is data available for all players who started in 1960 or later. The…
GET Defensive Statistical Categories for a Player All Time
/GetDefensiveStatisticalCategoriesForPlayerAllTime?playerId
This gives the aggregate values for all defensive statistical categories for a player during their entire career. There is data available for all players who started in 1960 or…
GET Special Teams Statistical Categories for a Player All Time
/GetSpecialTeamsStatisticalCategoriesForPlayerAllTime?playerId
This gives the aggregate values for all special teams statistical categories for a player during their entire career. There is data available for all players who started in 1960…
GET Offensive Statistical Categories for a Player All Time
/GetOffensiveStatisticalCategoriesForPlayerAllTime?playerId
This gives the aggregate values for all offensive statistical categories for a player during their entire career. There is data available for all players who started in 1960 or…
GET Offensive Statistical Categories for a Player in Season
/GetOffensiveStatisticalCategoriesForPlayerInSeason?playerId&season
This gives the aggregate values for all offensive statistical categories for a player during a given season. Players who played for multiple teams in a season will have a "row"…
GET All Statistical Categories for a Player in Season
/GetAllStatCategoriesForPlayerInSeason?playerId&season
This gives the aggregate values for all statistical categories for a player during a given season. Players who played for multiple teams in a season will have a "row" for each…
GET Special Teams Statistical Categories for a Player in Season
/GetSpecialTeamsStatisticalCategoriesForPlayerInSeason?playerId&season
This gives the aggregate values for all special teams statistical categories for a player during a given season. Players who played for multiple teams in a season will have a…
GET Defensive Statistical Categories for a Player in Season
/GetDefensiveStatisticalCategoriesForPlayerInSeason?playerId&season
This gives the aggregate values for all defensive statistical categories for a player during a given season. Players who played for multiple teams in a season will have a "row"…
GET Defensive Statistical Categories for a Player in Week
/GetDefensiveStatisticalCategoriesForPlayerInWeek?playerId&season&week
This gives the aggregate values for all defensive statistical categories for a player during a given season & week. There is data available for all players who started in 1960 or…
GET Special Teams Statistical Categories for a Player in Week
/GetSpecialTeamsStatisticalCategoriesForPlayerInWeek?playerId&season&week
This gives the aggregate values for all special teams statistical categories for a player during a given season & week. There is data available for all players who started in…
GET All Statistical Categories for a Player in Week
/GetAllStatisticalCategoriesForPlayerInWeek?playerId&season&week
This gives the aggregate values for all statistical categories for a player during a given season & week. There is data available for all players who started in 1960 or later.…
GET Offensive Statistical Categories for a Player in Week
/GetOffensiveStatisticalCategoriesForPlayerInWeek?playerId&season&week
This gives the aggregate values for all offensive statistical categories for a player during a given season & week. There is data available for all players who started in 1960 or…
GET All Statistical Categories for a Player with a Team
/GetAllStatisticalCategoriesForPlayerWithTeam?playerId&teamId
This gives the aggregate values for all statistical categories for a player during their time with a given team. There is data available for all players who started in 1960 or…
GET Defensive Statistical Categories for a Player with a Team
/GetDefensiveStatisticalCategoriesForPlayerWithTeam?playerId&teamId
This gives the aggregate values for all defensive statistical categories for a player during their time with a given team. There is data available for all players who started in…
GET Special Teams Statistical Categories for a Player with a Team
/GetSpecialTeamsStatisticalCategoriesForPlayerWithTeam?playerId&teamId
This gives the aggregate values for all special teams statistical categories for a player during their time with a given team. There is data available for all players who started…
GET Offensive Statistical Categories for a Player with a Team
/GetOffensiveStatisticalCategoriesForPlayerWithTeam?playerId&teamId
This gives the aggregate values for all offensive statistical categories for a player during their time with a given team. There is data available for all players who started in…

More Sports APIs

View all →
  • The Football Prediction API delivers machine-generated predictions for upcoming football matches across…

    ReviewedSportsFreemium9.5k subscribers
  • Sign up directly on our platform: https://therundown.io/pricing/api Please see our docs at…

    SportsFreemium2.2k subscribers
  • +1 220 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players,…

    SportsFree
  • Live Sports Odds is a freemium API that aggregates real-time and pre-match betting lines from dozens of UK,…

    ReviewedSportsFreemium9.9k subscribers
  • All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics...

    SportsFreemium
  • FlashScore API (flashscore.com) - Real-Time Scores, Results & Match Stats. Get detailed sports data…

    SportsFreemium2.5k subscribers