The Racing API · Schema

RunnerFree

RunnerFree schema from The Racing API

Horse RacingSportsStatisticsBettingAnalytics

Properties

Name Type Description
horse_id string
horse string
age string
sex string
number string
position string
draw string
weight string
weight_lbs string
headgear string
or string
jockey string
jockey_id string
trainer string
trainer_id string
owner string
owner_id string
sire string
sire_id string
dam string
dam_id string
damsire string
damsire_id string
View JSON Schema on GitHub

JSON Schema

the-racing-api-runner-free-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-free-schema.json",
  "title": "RunnerFree",
  "description": "RunnerFree schema from The Racing API",
  "type": "object",
  "properties": {
    "horse_id": {
      "type": "string",
      "title": "Horse Id"
    },
    "horse": {
      "type": "string",
      "title": "Horse"
    },
    "age": {
      "type": "string",
      "title": "Age"
    },
    "sex": {
      "type": "string",
      "title": "Sex"
    },
    "number": {
      "type": "string",
      "title": "Number"
    },
    "position": {
      "type": "string",
      "title": "Position"
    },
    "draw": {
      "type": "string",
      "title": "Draw"
    },
    "weight": {
      "type": "string",
      "title": "Weight"
    },
    "weight_lbs": {
      "type": "string",
      "title": "Weight Lbs"
    },
    "headgear": {
      "type": "string",
      "title": "Headgear"
    },
    "or": {
      "type": "string",
      "title": "Or"
    },
    "jockey": {
      "type": "string",
      "title": "Jockey"
    },
    "jockey_id": {
      "type": "string",
      "title": "Jockey Id"
    },
    "trainer": {
      "type": "string",
      "title": "Trainer"
    },
    "trainer_id": {
      "type": "string",
      "title": "Trainer Id"
    },
    "owner": {
      "type": "string",
      "title": "Owner"
    },
    "owner_id": {
      "type": "string",
      "title": "Owner Id"
    },
    "sire": {
      "type": "string",
      "title": "Sire"
    },
    "sire_id": {
      "type": "string",
      "title": "Sire Id"
    },
    "dam": {
      "type": "string",
      "title": "Dam"
    },
    "dam_id": {
      "type": "string",
      "title": "Dam Id"
    },
    "damsire": {
      "type": "string",
      "title": "Damsire"
    },
    "damsire_id": {
      "type": "string",
      "title": "Damsire Id"
    }
  },
  "required": [
    "horse_id",
    "horse",
    "age",
    "sex",
    "number",
    "position",
    "draw",
    "weight",
    "weight_lbs",
    "headgear",
    "or",
    "jockey",
    "jockey_id",
    "trainer",
    "trainer_id",
    "owner",
    "owner_id",
    "sire",
    "sire_id",
    "dam",
    "dam_id",
    "damsire",
    "damsire_id"
  ]
}

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-free"
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.