The Racing API · JSON Structure

The Racing Api Runner Stats Structure

RunnerStats schema from The Racing API

Type: object Properties: 19
Horse RacingSportsStatisticsBettingAnalytics

RunnerStats is a JSON Structure definition published by The Racing API, describing 19 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

career_prize career_win_percent career_place_percent course_stats course_distance_stats distance_stats ground_firm_stats ground_good_stats ground_heavy_stats ground_soft_stats ground_aw_stats jockey_stats jumps_stats last_raced last_ten_races_stats last_twelve_months_stats last_won max_winning_distance min_winning_distance

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-structure/the-racing-api-runner-stats-structure.json",
  "name": "RunnerStats",
  "description": "RunnerStats schema from The Racing API",
  "type": "object",
  "properties": {
    "career_prize": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Career Prize"
    },
    "career_win_percent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Career Win Percent"
    },
    "career_place_percent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "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"
        }
      ],
      "name": "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"
        }
      ],
      "name": "Last Won"
    },
    "max_winning_distance": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Max Winning Distance"
    },
    "min_winning_distance": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Min Winning Distance"
    }
  }
}

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