The Racing API · JSON Structure

The Racing Api Runner Quote Structure

RunnerQuote schema from The Racing API

Type: object Properties: 10
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

date horse horse_id race race_id course course_id distance_f distance_y quote

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-quote-structure.json",
  "name": "RunnerQuote",
  "description": "RunnerQuote schema from The Racing API",
  "type": "object",
  "properties": {
    "date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Date",
      "default": ""
    },
    "horse": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Horse",
      "default": ""
    },
    "horse_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Horse Id",
      "default": ""
    },
    "race": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Race",
      "default": ""
    },
    "race_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Race Id",
      "default": ""
    },
    "course": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Course",
      "default": ""
    },
    "course_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Course Id",
      "default": ""
    },
    "distance_f": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Distance F",
      "default": ""
    },
    "distance_y": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Distance Y",
      "default": ""
    },
    "quote": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Quote",
      "default": ""
    }
  }
}