NFL Team Stats
RestAPI that serves JSON data that is always up-to-date pertaining to NFL team stats. The stats include: Team wins, offensive/defensive passing, rushing and receiving stats. The API contains 4 endpoints that serve lists of team data. This API is strictly for GET requests.
NFL Team Stats endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Team Win Data /v1/nfl-stats/teams/win-stats/{year} |
Provides a JSON Response containg a list of all teams' win/loss data. Parameters include a specific year. The year parameter should be a year between these years: 1920 - current… |
| GET |
Get Team Passing Data /v1/nfl-stats/teams/passing-stats/{side}/{year} |
Provides a JSON Response containg a list of all teams' passing data. Parameters include whether you'd like the data for offense or defense sides, and a specific year. The side… |
| GET |
Get Team Rushing Data /v1/nfl-stats/teams/rushing-stats/{side}/{year} |
Provides a JSON Response containg a list of all teams' rushingdata. Parameters include whether you'd like the data for offense or defense sides, and a specific year. The side… |
| GET |
Get Team Receiving Data /v1/nfl-stats/teams/receiving-stats/{side}/{year} |
Provides a JSON Response containg a list of all teams' receiving data. Parameters include whether you'd like the data for offense or defense sides, and a specific year. The side… |
NFL Team Stats pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|