The Racing API · Schema
app__models__aus_races__Race
app__models__aus_races__Race schema from The Racing API
Horse RacingSportsStatisticsBettingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| course | object | |
| course_id | object | |
| date | object | |
| distance | object | |
| going | object | |
| is_jump_out | object | |
| is_trial | object | |
| meet_id | string | |
| off_time | object | |
| prizes | object | |
| prize_total | object | |
| class | object | |
| race_conditions | object | |
| race_group | object | |
| race_name | object | |
| race_number | object | |
| race_status | object | |
| state | object | |
| runners | array | |
| winning_time | object | |
| winning_time_hundredths | 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__-race-schema.json",
"title": "app__models__aus_races__Race",
"description": "app__models__aus_races__Race schema from The Racing API",
"type": "object",
"properties": {
"course": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Course"
},
"course_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Course Id"
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Date"
},
"distance": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Distance"
},
"going": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Going"
},
"is_jump_out": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Is Jump Out",
"default": false
},
"is_trial": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Is Trial",
"default": false
},
"meet_id": {
"type": "string",
"title": "Meet Id"
},
"off_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Off Time"
},
"prizes": {
"anyOf": [
{
"items": {},
"type": "array"
},
{
"type": "null"
}
],
"title": "Prizes"
},
"prize_total": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Prize Total"
},
"class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Class"
},
"race_conditions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Race Conditions"
},
"race_group": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Race Group"
},
"race_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Race Name"
},
"race_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Race Number"
},
"race_status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Race Status"
},
"state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "State"
},
"runners": {
"items": {
"$ref": "#/components/schemas/app__models__aus_races__Runner"
},
"type": "array",
"title": "Runners"
},
"winning_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Winning Time"
},
"winning_time_hundredths": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Winning Time Hundredths"
}
}
}
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__-race"
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.