Stats Perform · JSON Structure

Stats Perform Event Structure

A Stats Perform sports event (game/match) with score and status.

Type: Properties: 0
SportsSports DataFootballBaseballBasketballHockeySoccerGolfTennisLive ScoresStatisticsSports Analytics

Event is a JSON Structure definition published by Stats Perform.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Event",
  "description": "A Stats Perform sports event (game/match) with score and status.",
  "fields": [
    { "name": "eventId", "type": "string", "required": true, "description": "Unique event identifier." },
    { "name": "startDateTime", "type": "date-time", "required": true, "description": "Event start time." },
    { "name": "status", "type": "string", "required": true, "enum": ["pre-event", "in-progress", "final", "postponed", "cancelled"] },
    { "name": "sport", "type": "string", "required": true, "description": "Sport category." },
    { "name": "league", "type": "string", "required": true, "description": "League identifier." },
    { "name": "homeTeam", "type": "TeamRef", "required": false, "description": "Home team reference." },
    { "name": "awayTeam", "type": "TeamRef", "required": false, "description": "Away team reference." },
    { "name": "homeScore", "type": "integer", "required": false, "description": "Home team score." },
    { "name": "awayScore", "type": "integer", "required": false, "description": "Away team score." },
    { "name": "periods", "type": "array", "required": false, "description": "Period-by-period score breakdown." },
    { "name": "venue", "type": "string", "required": false, "description": "Venue name." },
    { "name": "attendance", "type": "integer", "required": false, "description": "Game attendance." }
  ],
  "nested": [
    {
      "name": "TeamRef",
      "fields": [
        { "name": "teamId", "type": "string", "required": true },
        { "name": "name", "type": "string", "required": true },
        { "name": "abbreviation", "type": "string", "required": false }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/stats-perform-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.