GET
/
v1
/
nfl
/
team-stats
Get NFL team season rankings
curl --request GET \
  --url http://localhost:8082/v1/nfl/team-stats \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Query Parameters

season
integer
required
Required range: 1920 <= x <= 2100

Response

Season-wide NFL team rankings payload.