The Racing API · Schema

RunnerStats

RunnerStats schema from The Racing API

Horse RacingSportsStatisticsBettingAnalytics

Properties

Name Type Description
career_prize object
career_win_percent object
career_place_percent object
course_stats object
course_distance_stats object
distance_stats object
ground_firm_stats object
ground_good_stats object
ground_heavy_stats object
ground_soft_stats object
ground_aw_stats object
jockey_stats object
jumps_stats object
last_raced object
last_ten_races_stats object
last_twelve_months_stats object
last_won object
max_winning_distance object
min_winning_distance object
View JSON Schema on GitHub

JSON Schema

the-racing-api-runner-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-schema/the-racing-api-runner-stats-schema.json",
  "title": "RunnerStats",
  "description": "RunnerStats schema from The Racing API",
  "type": "object",
  "properties": {
    "career_prize": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Career Prize"
    },
    "career_win_percent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Career Win Percent"
    },
    "career_place_percent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Career Place Percent"
    },
    "course_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "course_distance_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "distance_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "ground_firm_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "ground_good_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "ground_heavy_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "ground_soft_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "ground_aw_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "jockey_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "jumps_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "last_raced": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Last Raced"
    },
    "last_ten_races_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "last_twelve_months_stats": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/RunnerStatsBreakdown"
        },
        {
          "type": "null"
        }
      ]
    },
    "last_won": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Last Won"
    },
    "max_winning_distance": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Max Winning Distance"
    },
    "min_winning_distance": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Min Winning Distance"
    }
  }
}

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/the-racing-api-runner-stats"
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.