Overview
The teams endpoints provide team metadata, player rosters, and season-level statistics. Teams are identified by a normalizedteamID that is consistent across sports and seasons.
Endpoints
GET /api/v2/teams/{teamID}/ — Get a team by ID
GET /api/v2/teams/{teamID}/ — Get a team by ID
GET /api/v2/teams/{teamID}/players — Get team roster
GET /api/v2/teams/{teamID}/players — Get team roster
GET /api/v2/teams/{teamID}/stats — Get team season stats
GET /api/v2/teams/{teamID}/stats — Get team season stats