The Rundown · Schema

ScheduledEvent

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
event_id string
event_uuid string
sport_id integer
season_type string
season_year integer
away_team string
home_team string
date_event string
neutral_site boolean
conference_competition boolean
conference_id integer
conference_name string
league_name string
league_id integer
event_name string
broadcast string
event_location string
attendance integer
status string
status_detail string
away_score integer
home_score integer
View JSON Schema on GitHub

JSON Schema

therundown-scheduledevent-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/ScheduledEvent",
  "title": "ScheduledEvent",
  "type": "object",
  "properties": {
    "event_id": {
      "type": "string"
    },
    "event_uuid": {
      "type": "string"
    },
    "sport_id": {
      "type": "integer"
    },
    "season_type": {
      "type": "string"
    },
    "season_year": {
      "type": "integer"
    },
    "away_team": {
      "type": "string"
    },
    "home_team": {
      "type": "string"
    },
    "date_event": {
      "type": "string",
      "format": "date-time"
    },
    "neutral_site": {
      "type": "boolean",
      "nullable": true
    },
    "conference_competition": {
      "type": "boolean",
      "nullable": true
    },
    "conference_id": {
      "type": "integer"
    },
    "conference_name": {
      "type": "string"
    },
    "league_name": {
      "type": "string",
      "nullable": true
    },
    "league_id": {
      "type": "integer"
    },
    "event_name": {
      "type": "string",
      "nullable": true
    },
    "broadcast": {
      "type": "string",
      "nullable": true
    },
    "event_location": {
      "type": "string",
      "nullable": true
    },
    "attendance": {
      "type": "integer",
      "nullable": true
    },
    "status": {
      "type": "string"
    },
    "status_detail": {
      "type": "string"
    },
    "away_score": {
      "type": "integer",
      "nullable": true
    },
    "home_score": {
      "type": "integer",
      "nullable": true
    }
  }
}

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/therundown-scheduledevent"
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.