The Racing API · JSON Structure

The Racing Api Result Free Structure

ResultFree schema from The Racing API

Type: object Properties: 17 Required: 15
Horse RacingSportsStatisticsBettingAnalytics

ResultFree is a JSON Structure definition published by The Racing API, describing 17 properties, of which 15 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

race_id course date off off_dt race_name dist_f region pattern class type age_band rating_band sex_rest going surface runners

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-result-free-structure.json",
  "name": "ResultFree",
  "description": "ResultFree schema from The Racing API",
  "type": "object",
  "properties": {
    "race_id": {
      "type": "string",
      "name": "Race Id"
    },
    "course": {
      "type": "string",
      "name": "Course"
    },
    "date": {
      "type": "string",
      "name": "Date"
    },
    "off": {
      "type": "string",
      "name": "Off"
    },
    "off_dt": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Off Dt",
      "default": ""
    },
    "race_name": {
      "type": "string",
      "name": "Race Name"
    },
    "dist_f": {
      "type": "string",
      "name": "Dist F"
    },
    "region": {
      "type": "string",
      "name": "Region"
    },
    "pattern": {
      "type": "string",
      "name": "Pattern"
    },
    "class": {
      "type": "string",
      "name": "Class"
    },
    "type": {
      "type": "string",
      "name": "Type"
    },
    "age_band": {
      "type": "string",
      "name": "Age Band"
    },
    "rating_band": {
      "type": "string",
      "name": "Rating Band"
    },
    "sex_rest": {
      "type": "string",
      "name": "Sex Rest"
    },
    "going": {
      "type": "string",
      "name": "Going"
    },
    "surface": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Surface",
      "default": ""
    },
    "runners": {
      "items": {
        "$ref": "#/components/schemas/RunnerFree"
      },
      "type": "array",
      "name": "Runners"
    }
  },
  "required": [
    "race_id",
    "course",
    "date",
    "off",
    "race_name",
    "dist_f",
    "region",
    "pattern",
    "class",
    "type",
    "age_band",
    "rating_band",
    "sex_rest",
    "going",
    "runners"
  ]
}

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