Skip to main content

Overview

The teams endpoints provide team metadata, player rosters, and season-level statistics. Teams are identified by a normalized teamID that is consistent across sports and seasons.

Endpoints

Returns team details including name, abbreviation, mascot, and sport association.

Path Parameters

Example Response

If you don’t know the team ID, use GET /api/v2/sports/{sportID}/teams to list all teams for a sport and find the ID you need.
Returns all players currently associated with a team.

Path Parameters

Example Response

Returns aggregate season statistics for a team.

Parameters

Example Response

Returns individual player season statistics for all players on a team. Supports filtering by specific players and stat types.

Parameters

Example Response