SportsDataIO · Schema
TeamGameTrends
Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer
Properties
| Name | Type | Description |
|---|---|---|
| Scope | stringnull | The type of trend (e.g. Last 5 games; Last 10 games; Last 5 home games; etc.) |
| TeamID | integer | The team's unique TeamID as assigned by SportsDataIO |
| Team | stringnull | The abbreviation [Key] of the team |
| OpponentID | integernull | The TeamID of the opposing team related to the scop of the search |
| Opponent | stringnull | The name [Key] of the team's opponent related to the scop of the search |
| Wins | integer | The total number of wins by the team relating to the scope |
| Losses | integer | Team losses relating to the scope |
| Ties | integer | Ties by a team relating to the scope of the search |
| WinsAgainstTheSpread | integernull | Total number of wins against the run line relating to the scope |
| LossesAgainstTheSpread | integernull | Team losses against the run line relating to the scope |
| PushesAgainstTheSpread | integernull | The amount of times a given team's final score of their game has pushed the run line (a push is neither a win nor a loss) |
| Overs | integernull | Amount of times the total score goes over the OverUnder |
| Unders | integernull | Amount of times the total score goes under the OverUnder |
| OverUnderPushes | integernull | The amount of times a given team's final score of their game has pushed the point total (a push is neither a win nor a loss) |
| AverageScore | numbernull | Average score of team |
| AverageOpponentScore | numbernull | Average score of the opposing team |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TeamGameTrends",
"title": "TeamGameTrends",
"properties": {
"Scope": {
"type": [
"string",
"null"
],
"description": "The type of trend (e.g. Last 5 games; Last 10 games; Last 5 home games; etc.)"
},
"TeamID": {
"type": "integer",
"description": "The team's unique TeamID as assigned by SportsDataIO"
},
"Team": {
"type": [
"string",
"null"
],
"description": "The abbreviation [Key] of the team"
},
"OpponentID": {
"type": [
"integer",
"null"
],
"description": "The TeamID of the opposing team related to the scop of the search"
},
"Opponent": {
"type": [
"string",
"null"
],
"description": "The name [Key] of the team's opponent related to the scop of the search"
},
"Wins": {
"type": "integer",
"description": "The total number of wins by the team relating to the scope"
},
"Losses": {
"type": "integer",
"description": "Team losses relating to the scope"
},
"Ties": {
"type": "integer",
"description": "Ties by a team relating to the scope of the search"
},
"WinsAgainstTheSpread": {
"type": [
"integer",
"null"
],
"description": "Total number of wins against the run line relating to the scope"
},
"LossesAgainstTheSpread": {
"type": [
"integer",
"null"
],
"description": "Team losses against the run line relating to the scope"
},
"PushesAgainstTheSpread": {
"type": [
"integer",
"null"
],
"description": "The amount of times a given team's final score of their game has pushed the run line (a push is neither a win nor a loss)"
},
"Overs": {
"type": [
"integer",
"null"
],
"description": "Amount of times the total score goes over the OverUnder"
},
"Unders": {
"type": [
"integer",
"null"
],
"description": "Amount of times the total score goes under the OverUnder"
},
"OverUnderPushes": {
"type": [
"integer",
"null"
],
"description": "The amount of times a given team's final score of their game has pushed the point total (a push is neither a win nor a loss)"
},
"AverageScore": {
"type": [
"number",
"null"
],
"description": "Average score of team"
},
"AverageOpponentScore": {
"type": [
"number",
"null"
],
"description": "Average score of the opposing team"
}
}
}
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-teamgametrends"
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.