The Racing API · JSON Structure

The Racing Api Racecard Basic Structure

RacecardBasic schema from The Racing API

Type: object Properties: 20 Required: 17
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

race_id course date off_time off_dt race_name distance_f region pattern race_class type age_band rating_band sex_restriction prize field_size going surface runners race_status

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-racecard-basic-structure.json",
  "name": "RacecardBasic",
  "description": "RacecardBasic 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_time": {
      "type": "string",
      "name": "Off Time"
    },
    "off_dt": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Off Dt",
      "default": ""
    },
    "race_name": {
      "type": "string",
      "name": "Race Name"
    },
    "distance_f": {
      "type": "string",
      "name": "Distance F"
    },
    "region": {
      "type": "string",
      "name": "Region"
    },
    "pattern": {
      "type": "string",
      "name": "Pattern"
    },
    "race_class": {
      "type": "string",
      "name": "Race Class"
    },
    "type": {
      "type": "string",
      "name": "Type"
    },
    "age_band": {
      "type": "string",
      "name": "Age Band"
    },
    "rating_band": {
      "type": "string",
      "name": "Rating Band"
    },
    "sex_restriction": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Sex Restriction",
      "default": ""
    },
    "prize": {
      "type": "string",
      "name": "Prize"
    },
    "field_size": {
      "type": "string",
      "name": "Field Size"
    },
    "going": {
      "type": "string",
      "name": "Going"
    },
    "surface": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Surface"
    },
    "runners": {
      "items": {
        "$ref": "#/components/schemas/app__models__racecards__RunnerBasic"
      },
      "type": "array",
      "name": "Runners"
    },
    "race_status": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Race Status",
      "default": ""
    }
  },
  "required": [
    "race_id",
    "course",
    "date",
    "off_time",
    "race_name",
    "distance_f",
    "region",
    "pattern",
    "race_class",
    "type",
    "age_band",
    "rating_band",
    "prize",
    "field_size",
    "going",
    "surface",
    "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-racecard-basic-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.