> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sportsapipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Team Endpoints

> 15 American Football V2 team endpoints

# Team Endpoints

| Method | Endpoint                                                             | Description                               |
| ------ | -------------------------------------------------------------------- | ----------------------------------------- |
| GET    | `/api/teams/:id`                                                     | Team details (city, conference, division) |
| GET    | `/api/teams/:id/image`                                               | Team logo URL                             |
| GET    | `/api/teams/:id/players`                                             | Full roster (53-man + practice squad)     |
| GET    | `/api/teams/:id/events/last/:page`                                   | Recent games (paginated)                  |
| GET    | `/api/teams/:id/events/next/:page`                                   | Upcoming games                            |
| GET    | `/api/teams/:id/near-events`                                         | Next scheduled game                       |
| GET    | `/api/teams/:id/transfers`                                           | Player trades/signings                    |
| GET    | `/api/teams/:id/unique-tournaments`                                  | Leagues entered                           |
| GET    | `/api/teams/:id/performance`                                         | Recent form (W/L streak)                  |
| GET    | `/api/teams/:id/media`                                               | Team media                                |
| GET    | `/api/teams/:id/featured-event`                                      | Next big game                             |
| GET    | `/api/teams/:id/player-statistics/seasons`                           | Player stat seasons                       |
| GET    | `/api/teams/:id/standings/seasons`                                   | Standings seasons                         |
| GET    | `/api/teams/:id/team-statistics/seasons`                             | Team stat seasons                         |
| GET    | `/api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall` | Season stats                              |
