Home
The Racing API
The Racing Api Horse Pro Structure
The Racing Api Horse Pro Structure
HorsePro schema from The Racing API
Type: object
Properties: 14
Required: 1
Horse Racing Sports Statistics Betting Analytics
HorsePro is a JSON Structure definition published by The Racing API, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
breeder
colour
colour_code
dam
dam_id
damsire
damsire_id
dob
name
sex
sex_code
sire
sire_id
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-horse-pro-structure.json",
"name": "HorsePro",
"description": "HorsePro schema from The Racing API",
"type": "object",
"properties": {
"id": {
"type": "string",
"name": "Id"
},
"breeder": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Breeder",
"default": ""
},
"colour": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Colour",
"default": ""
},
"colour_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Colour Code",
"default": ""
},
"dam": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Dam",
"default": ""
},
"dam_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Dam Id",
"default": ""
},
"damsire": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Damsire",
"default": ""
},
"damsire_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Damsire Id",
"default": ""
},
"dob": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Dob",
"default": ""
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Name",
"default": ""
},
"sex": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Sex",
"default": ""
},
"sex_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Sex Code",
"default": ""
},
"sire": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Sire",
"default": ""
},
"sire_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Sire Id",
"default": ""
}
},
"required": [
"id"
]
}