latestOpenAPI 3.1.02026-08-2258124482.2 KB

2c05e3febd3a

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

Unique identifier for the horse, prefixed hrs_.

breederstring nullable

Name of the breeder. Empty when not published.

colourstring nullable

Coat colour abbreviation, e.g. b bay, gr grey, ch chestnut.

colour_codestring nullable

Single-letter coat colour code, e.g. B.

damstring nullable

The horse's dam.

dam_idstring nullable

Unique identifier for the dam, prefixed dam_.

damsirestring nullable

The dam's sire.

damsire_idstring nullable

Unique identifier for the damsire, prefixed dsi_.

dobstring nullable

Date of birth, YYYY-MM-DD.

namestring nullable

Horse name. Non-GB-bred horses carry a country suffix, e.g. Frankel (GB).

sexstring nullable

Sex in full, e.g. horse, mare, gelding.

sex_codestring nullable

Single-letter sex code, e.g. H, M, G.

sirestring nullable

The horse's sire.

sire_idstring nullable

Unique identifier for the sire, prefixed sir_.

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