Stats Perform · Schema

Stats Perform Team

Schema for a Stats Perform sports team including metadata and categorization.

SportsSports DataFootballBaseballBasketballHockeySoccerGolfTennisLive ScoresStatisticsSports Analytics

Properties

Name Type Description
teamId string Unique team identifier.
name string Full team name.
abbreviation stringnull Team abbreviation.
city stringnull Team city.
conference stringnull Conference the team belongs to.
division stringnull Division the team belongs to.
sport string Sport the team competes in.
league string League identifier.
logoUrl stringnull URL to the team logo.
founded integernull Year the team was founded.
venue stringnull Name of the team's home venue.
View JSON Schema on GitHub

JSON Schema

stats-perform-team-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stats-perform/main/json-schema/stats-perform-team-schema.json",
  "title": "Stats Perform Team",
  "description": "Schema for a Stats Perform sports team including metadata and categorization.",
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "Unique team identifier."
    },
    "name": {
      "type": "string",
      "description": "Full team name."
    },
    "abbreviation": {
      "type": ["string", "null"],
      "description": "Team abbreviation."
    },
    "city": {
      "type": ["string", "null"],
      "description": "Team city."
    },
    "conference": {
      "type": ["string", "null"],
      "description": "Conference the team belongs to."
    },
    "division": {
      "type": ["string", "null"],
      "description": "Division the team belongs to."
    },
    "sport": {
      "type": "string",
      "enum": ["football", "baseball", "basketball", "hockey", "soccer", "golf", "tennis"],
      "description": "Sport the team competes in."
    },
    "league": {
      "type": "string",
      "description": "League identifier."
    },
    "logoUrl": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL to the team logo."
    },
    "founded": {
      "type": ["integer", "null"],
      "description": "Year the team was founded."
    },
    "venue": {
      "type": ["string", "null"],
      "description": "Name of the team's home venue."
    }
  },
  "required": ["teamId", "name", "sport", "league"]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stats-perform-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 email required.

A second provider on the same verified email joins the account you already have.