Properties
| Name | Type | Description |
|---|---|---|
| StadiumID | integer | The unique ID of the stadium |
| Active | boolean | Whether or not this stadium is active |
| Name | stringnull | The full name of the stadium |
| City | stringnull | The city where the stadium is located |
| State | stringnull | The state where the stadium is located (only US and Canadian stadiums will have values) |
| Country | stringnull | The 3-digit country code where the stadium is located |
| Capacity | integernull | The estimated seating capacity of the stadium |
| Surface | stringnull | The playing surface of the stadium (Grass, Artificial or Dome) |
| LeftField | integernull | The estimated distance between home plate and the left field wall |
| MidLeftField | integernull | The estimated distance between home plate and the mid left field wall |
| LeftCenterField | integernull | The estimated distance between home plate and the left center field wall |
| MidLeftCenterField | integernull | The estimated distance between home plate and the mid left center field wall |
| CenterField | integernull | The estimated distance between home plate and the center field wall |
| MidRightCenterField | integernull | The estimated distance between home plate and the mid right center field wall |
| RightCenterField | integernull | The estimated distance between home plate and the right center field wall |
| MidRightField | integernull | The estimated distance between home plate and the mid right field wall |
| RightField | integernull | The estimated distance between home plate and the right field wall |
| GeoLat | numbernull | The geographic latitude coordinate of this venue |
| GeoLong | numbernull | The geographic longitude coordinate of this venue |
| Altitude | integernull | The altitude of the stadium in feet |
| HomePlateDirection | integernull | The direction that the batter is facing while looking at the pitcher's mound. If the home plate is at the north of the stadium, the batter is facing south, so the value is given as 180 degrees. If hom |
| Type | stringnull | The type of the stadium (possible values: Outdoor, Dome, RetractableDome) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Stadium",
"title": "Stadium",
"properties": {
"StadiumID": {
"type": "integer",
"description": "The unique ID of the stadium"
},
"Active": {
"type": "boolean",
"description": "Whether or not this stadium is active"
},
"Name": {
"type": [
"string",
"null"
],
"description": "The full name of the stadium"
},
"City": {
"type": [
"string",
"null"
],
"description": "The city where the stadium is located"
},
"State": {
"type": [
"string",
"null"
],
"description": "The state where the stadium is located (only US and Canadian stadiums will have values)"
},
"Country": {
"type": [
"string",
"null"
],
"description": "The 3-digit country code where the stadium is located"
},
"Capacity": {
"type": [
"integer",
"null"
],
"description": "The estimated seating capacity of the stadium"
},
"Surface": {
"type": [
"string",
"null"
],
"description": "The playing surface of the stadium (Grass, Artificial or Dome)"
},
"LeftField": {
"type": [
"integer",
"null"
],
"description": "The estimated\u00a0distance between home plate and the left field wall"
},
"MidLeftField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the mid left field wall"
},
"LeftCenterField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the left center field wall"
},
"MidLeftCenterField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the mid\u00a0left center field wall"
},
"CenterField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the center field wall"
},
"MidRightCenterField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the mid right center field wall"
},
"RightCenterField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the right center field wall"
},
"MidRightField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the mid right\u00a0field wall"
},
"RightField": {
"type": [
"integer",
"null"
],
"description": "The estimated distance between home plate and the right\u00a0field wall"
},
"GeoLat": {
"type": [
"number",
"null"
],
"description": "The geographic latitude coordinate of this venue"
},
"GeoLong": {
"type": [
"number",
"null"
],
"description": "The geographic longitude coordinate of this venue"
},
"Altitude": {
"type": [
"integer",
"null"
],
"description": "The altitude of the stadium in feet"
},
"HomePlateDirection": {
"type": [
"integer",
"null"
],
"description": "The direction that the batter is facing while looking at the pitcher's mound. If the home plate is at the north of the stadium, the batter is facing south, so the value is given as 180 degrees. If home plate is at the east the batter faces west, so it's 270 degrees. If the home plate is at the south the batter faces north, so it's 0 degrees. If the home plate is at the west the batter faces east, so it's 90 degrees."
},
"Type": {
"type": [
"string",
"null"
],
"description": "The type of the stadium (possible values: Outdoor, Dome, RetractableDome)"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportsdataio-stadium"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.