SportsDataIO · Schema
DepthChart
Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer
Properties
| Name | Type | Description |
|---|---|---|
| DepthChartID | integer | The unique ID of the Depth Chard record |
| TeamID | integer | The team's unique TeamID as assigned by SportsDataIO |
| PlayerID | integernull | The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their MLB career |
| Name | stringnull | Player's full name |
| PositionCategory | stringnull | The player's position category. Possible values: DH; IF; OF; P; PH; PR |
| Position | stringnull | Player's position in the depth chart. Note: a player can be listed in multiple positions of the depth chart |
| DepthOrder | integernull | The Depth Chart order of the player and where they are placed in the depth chart |
| Updated | stringnull | The date and time of the last update made to this depth chart (in US Eastern Time) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DepthChart",
"title": "DepthChart",
"properties": {
"DepthChartID": {
"type": "integer",
"description": "The unique ID of the Depth Chard record"
},
"TeamID": {
"type": "integer",
"description": "The team's unique TeamID as assigned by SportsDataIO"
},
"PlayerID": {
"type": [
"integer",
"null"
],
"description": "The player's unique PlayerID as assigned by SportsDataIO. Note: this ID will stay with the player throughout their MLB career"
},
"Name": {
"type": [
"string",
"null"
],
"description": "Player's full name"
},
"PositionCategory": {
"type": [
"string",
"null"
],
"description": "The player's position category. Possible values: DH; IF; OF; P; PH; PR"
},
"Position": {
"type": [
"string",
"null"
],
"description": "Player's position in the depth chart. Note: a player can be listed in multiple positions of the depth chart"
},
"DepthOrder": {
"type": [
"integer",
"null"
],
"description": "The Depth Chart order of the player and where they are placed in the depth chart"
},
"Updated": {
"type": [
"string",
"null"
],
"description": "The date and time of the last update made to this depth chart (in US Eastern Time)"
}
}
}
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-depthchart"
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.