The Racing API · Schema
app__models__aus_races__Runner
app__models__aus_races__Runner schema from The Racing API
Horse RacingSportsStatisticsBettingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| horse_id | string | |
| horse | string | |
| age | object | |
| comment | object | |
| colour | object | |
| dam | object | |
| dam_id | object | |
| draw | object | |
| form | object | |
| jockey | object | |
| jockey_id | object | |
| jockey_claim | object | |
| margin | object | |
| number | object | |
| odds | object | |
| owner | object | |
| position | object | |
| prize | object | |
| rating | object | |
| scratched | object | |
| sex | object | |
| silk_url | object | |
| sire | object | |
| sire_id | object | |
| sp | object | |
| stats | object | |
| trainer | object | |
| trainer_id | object | |
| weight | object |
JSON Schema
{
"$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-app__models__aus_races__-runner-schema.json",
"title": "app__models__aus_races__Runner",
"description": "app__models__aus_races__Runner schema from The Racing API",
"type": "object",
"properties": {
"horse_id": {
"type": "string",
"title": "Horse Id"
},
"horse": {
"type": "string",
"title": "Horse"
},
"age": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Age"
},
"comment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Comment"
},
"colour": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Colour"
},
"dam": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dam"
},
"dam_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Dam Id"
},
"draw": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Draw"
},
"form": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Form"
},
"jockey": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey"
},
"jockey_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey Id"
},
"jockey_claim": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey Claim"
},
"margin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Margin"
},
"number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Number"
},
"odds": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/app__models__aus_races__RunnerOdds"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Odds"
},
"owner": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Owner"
},
"position": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Position"
},
"prize": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Prize"
},
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Rating"
},
"scratched": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Scratched"
},
"sex": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sex"
},
"silk_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Silk Url"
},
"sire": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sire"
},
"sire_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sire Id"
},
"sp": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sp"
},
"stats": {
"anyOf": [
{
"$ref": "#/components/schemas/RunnerStats"
},
{
"type": "null"
}
]
},
"trainer": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Trainer"
},
"trainer_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Trainer Id"
},
"weight": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Weight"
}
},
"required": [
"horse_id",
"horse"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/the-racing-api-app__models__aus_races__-runner"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.