v7
OpenAPI 3.1.02026-08-0358124623.5 KBHorses
Pro Plan
Horse Pro
<h4>Get a detailed horse profile including dob, sex, color and breeder.</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Pro</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr></tbody></table><p>ℹ️ You may also get profiles for a sire/dam/damsire using this endpoint by replacing their id prefix with 'hrs_'</p><p>ℹ️ If a detailed profile for a horse can't be found, a basic profile may still be found using the <a href='https://api.theracingapi.com/documentation#tag/Horses/operation/horse_standard_v1_horses__horse_id__standard_get'>Horse Standard</a> endpoint</p>get/v1/horses/{horse_id}/pro
Path parameters
horse_idstring required
Response
Successful Response
Example response
{
"breeder": "Juddmonte Farms Ltd",
"colour": "b",
"colour_code": "B",
"dam": "Kind (IRE)",
"dam_id": "dam_4087006",
"damsire": "Danehill",
"damsire_id": "dsi_296611",
"dob": "2008-02-11",
"id": "hrs_5344171",
"name": "Frankel (GB)",
"sex": "horse",
"sex_code": "H",
"sire": "Galileo (IRE)",
"sire_id": "sir_3722383"
}