v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Horses
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

idstring required
breederstring nullable
colourstring nullable
colour_codestring nullable
damstring nullable
dam_idstring nullable
damsirestring nullable
damsire_idstring nullable
dobstring nullable
namestring nullable
sexstring nullable
sex_codestring nullable
sirestring nullable
sire_idstring nullable

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"
}