The Rundown · Schema

PlayerStats

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
player_id integer
player object
stat_id integer
stat object
season_year integer
season_type integer
season_type_name string
value number
display_value string
per_game_value number
per_game_display_value string
rank integer
rank_display_value string
updated_at string
View JSON Schema on GitHub

JSON Schema

therundown-playerstats-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/PlayerStats",
  "title": "PlayerStats",
  "type": "object",
  "properties": {
    "player_id": {
      "type": "integer",
      "nullable": true
    },
    "player": {
      "$ref": "#/components/schemas/PlayerNormalized"
    },
    "stat_id": {
      "type": "integer",
      "nullable": true
    },
    "stat": {
      "$ref": "#/components/schemas/StatDefinition"
    },
    "season_year": {
      "type": "integer"
    },
    "season_type": {
      "type": "integer"
    },
    "season_type_name": {
      "type": "string"
    },
    "value": {
      "type": "number"
    },
    "display_value": {
      "type": "string"
    },
    "per_game_value": {
      "type": "number"
    },
    "per_game_display_value": {
      "type": "string"
    },
    "rank": {
      "type": "integer"
    },
    "rank_display_value": {
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "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-playerstats"
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.