---
title: "Injuries by Team"
method: GET
path: "/{format}/Injuries/{season}/{week}/{team}"
---

# Injuries by Team

`GET /{format}/Injuries/{season}/{week}/{team}`

## Path parameters

- `format` 'XML' | 'JSON', required
- `season` string, required
- `week` string, required
- `team` string, required

## Response `200`

- Injury[]
  - `BodyPart` string, nullable
  - `DeclaredInactive` boolean, nullable
  - `InjuryID` integer
  - `Name` string, nullable
  - `Number` integer
  - `Opponent` string, nullable
  - `OpponentID` integer, nullable
  - `PlayerID` integer
  - `Position` string, nullable
  - `Practice` string, nullable
  - `PracticeDescription` string, nullable
  - `Season` integer
  - `SeasonType` integer
  - `Status` string, nullable
  - `Team` string, nullable
  - `TeamID` integer, nullable
  - `Updated` string, nullable
  - `Week` integer

---

[API](https://skmtc.net/sportsdata/apis/nfl-v3-stats.md) · [All operations](https://skmtc.net/sportsdata/apis/nfl-v3-stats/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsdata/nfl-v3-stats/versions/313706334fa7/schema)
