Properties
| Name | Type | Description |
|---|---|---|
| TeamID | integer | The team's unique TeamID as assigned by SportsDataIO |
| Key | stringnull | Abbreviation of the team (e.g. LAD, PHI, BOS, CHC, etc.) |
| Active | boolean | Whether or not this team is active |
| City | stringnull | The city/location of the team (e.g. Los Angeles, Philadelphia, Boston, Chicago, etc.) |
| Name | stringnull | The mascot of the team (e.g. Dodgers, Phillies, Red Sox, Cubs, etc.) |
| StadiumID | integernull | The unique ID of the team's current home stadium |
| League | stringnull | The league of the team (possible values: AL, NL) |
| Division | stringnull | The division of the team (e.g. East; Central; West) |
| PrimaryColor | stringnull | The team's primary color. (This is not licensed for public or commercial use) |
| SecondaryColor | stringnull | The team's secondary color. (This is not licensed for public or commercial use) |
| TertiaryColor | stringnull | The team's tertiary color. (This is not licensed for public or commercial use) |
| QuaternaryColor | stringnull | The team's quaternary color. (This is not licensed for public or commercial use) |
| WikipediaLogoUrl | stringnull | The link to the team's logo hosted on Wikipedia. (This is not licensed for public or commercial use) |
| WikipediaWordMarkUrl | stringnull | The link to the team's wordmark logo hosted on Wikipedia. (This is not licensed for public or commercial use) |
| GlobalTeamID | integer | A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues |
| HeadCoach | stringnull | The current head coach (manager) of the team |
| HittingCoach | stringnull | The current hitting coach of the team. Note: some teams may have multiple or no hitting coaches |
| PitchingCoach | stringnull | The current pitching coach of the team. Note: some teams may have multiple or no pitching coaches |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Team",
"title": "Team",
"properties": {
"TeamID": {
"type": "integer",
"description": "The team's unique TeamID as assigned by SportsDataIO"
},
"Key": {
"type": [
"string",
"null"
],
"description": "Abbreviation of the team (e.g. LAD, PHI, BOS, CHC, etc.)"
},
"Active": {
"type": "boolean",
"description": "Whether or not this team is active"
},
"City": {
"type": [
"string",
"null"
],
"description": "The city/location of the team (e.g. Los Angeles, Philadelphia, Boston, Chicago, etc.)"
},
"Name": {
"type": [
"string",
"null"
],
"description": "The mascot of the team (e.g. Dodgers, Phillies, Red Sox, Cubs, etc.)"
},
"StadiumID": {
"type": [
"integer",
"null"
],
"description": "The unique ID of the team's current home stadium"
},
"League": {
"type": [
"string",
"null"
],
"description": "The league of the team (possible values: AL, NL)"
},
"Division": {
"type": [
"string",
"null"
],
"description": "The division of the team (e.g. East; Central; West)"
},
"PrimaryColor": {
"type": [
"string",
"null"
],
"description": "The team's primary color. (This is not licensed for public or commercial use)"
},
"SecondaryColor": {
"type": [
"string",
"null"
],
"description": "The team's secondary color. (This is not licensed for public or commercial use)"
},
"TertiaryColor": {
"type": [
"string",
"null"
],
"description": "The team's tertiary color. (This is not licensed for public or commercial use)"
},
"QuaternaryColor": {
"type": [
"string",
"null"
],
"description": "The team's quaternary color. (This is not licensed for public or commercial use)"
},
"WikipediaLogoUrl": {
"type": [
"string",
"null"
],
"description": "The link to the team's logo hosted on Wikipedia. (This is not licensed for public or commercial use)"
},
"WikipediaWordMarkUrl": {
"type": [
"string",
"null"
],
"description": "The link to the team's wordmark logo hosted on Wikipedia. (This is not licensed for public or commercial use)"
},
"GlobalTeamID": {
"type": "integer",
"description": "A globally unique ID for this team. This value is guaranteed to be unique across all sports/leagues"
},
"HeadCoach": {
"type": [
"string",
"null"
],
"description": "The current head coach (manager) of the team"
},
"HittingCoach": {
"type": [
"string",
"null"
],
"description": "The current hitting coach of the team. Note: some teams may have multiple or no hitting coaches"
},
"PitchingCoach": {
"type": [
"string",
"null"
],
"description": "The current pitching coach of the team. Note: some teams may have multiple or no pitching coaches"
}
}
}
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-team"
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.