---
title: "Stadiums"
method: GET
path: "/{format}/Stadiums"
---

# Stadiums

`GET /{format}/Stadiums`

This method returns all stadiums.

## Path parameters

- `format` string, required

## Response `200`

- Stadium[]
  - `Capacity` integer, nullable
  - `City` string, nullable
  - `Country` string, nullable
  - `GeoLat` number, nullable
  - `GeoLong` number, nullable
  - `Name` string, nullable
  - `PlayingSurface` string, nullable
  - `StadiumID` integer
  - `State` string, nullable
  - `Type` string, nullable

---

[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)
