Statorium · Schema
Statorium Team
Schema for a Statorium sports team including metadata and squad information.
SportsSports DataFootballSoccerBasketballAmerican FootballLive ScoresStatistics
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the team. |
| name | string | Team name. |
| nameTranslated | stringnull | Translated team name. |
| country | stringnull | Country of the team. |
| logoUrl | stringnull | URL to the team logo image. |
| founded | integernull | Year the team was founded. |
| stadium | stringnull | Name of the team's home stadium. |
| city | stringnull | City where the team is based. |
| conference | stringnull | Conference the team belongs to. |
| division | stringnull | Division the team belongs to. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/statorium/main/json-schema/statorium-team-schema.json",
"title": "Statorium Team",
"description": "Schema for a Statorium sports team including metadata and squad information.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier for the team."
},
"name": {
"type": "string",
"description": "Team name."
},
"nameTranslated": {
"type": ["string", "null"],
"description": "Translated team name."
},
"country": {
"type": ["string", "null"],
"description": "Country of the team."
},
"logoUrl": {
"type": ["string", "null"],
"format": "uri",
"description": "URL to the team logo image."
},
"founded": {
"type": ["integer", "null"],
"minimum": 1800,
"maximum": 2030,
"description": "Year the team was founded."
},
"stadium": {
"type": ["string", "null"],
"description": "Name of the team's home stadium."
},
"city": {
"type": ["string", "null"],
"description": "City where the team is based."
},
"conference": {
"type": ["string", "null"],
"description": "Conference the team belongs to."
},
"division": {
"type": ["string", "null"],
"description": "Division the team belongs to."
}
},
"required": ["id", "name"]
}
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/statorium-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.