The Racing API · Schema
app__models__na_results__Runner
app__models__na_results__Runner schema from The Racing API
Horse RacingSportsStatisticsBettingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| breeder_name | object | |
| horse_name | object | |
| jockey_first_name | object | |
| jockey_first_name_initial | object | |
| jockey_last_name | object | |
| owner_first_name | object | |
| owner_last_name | object | |
| place_payoff | object | |
| program_number | object | |
| program_number_stripped | object | |
| show_payoff | object | |
| sire_name | object | |
| trainer_first_name | object | |
| trainer_last_name | object | |
| weight_carried | object | |
| win_payoff | 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__na_results__-runner-schema.json",
"title": "app__models__na_results__Runner",
"description": "app__models__na_results__Runner schema from The Racing API",
"type": "object",
"properties": {
"breeder_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Breeder Name"
},
"horse_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Horse Name"
},
"jockey_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey First Name"
},
"jockey_first_name_initial": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey First Name Initial"
},
"jockey_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jockey Last Name"
},
"owner_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Owner First Name"
},
"owner_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Owner Last Name"
},
"place_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Place Payoff"
},
"program_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Program Number"
},
"program_number_stripped": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Program Number Stripped"
},
"show_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Show Payoff"
},
"sire_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sire Name"
},
"trainer_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Trainer First Name"
},
"trainer_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Trainer Last Name"
},
"weight_carried": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Weight Carried"
},
"win_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Win Payoff"
}
}
}
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__na_results__-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.