Horses
Standard Plan
Pro Plan

Horse Standard

<h4>Get a basic horse profile</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Standard</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>
get/v1/horses/{horse_id}/standard

Path parameters

horse_idstring required

Response

Successful Response

idstring required

Unique identifier for the horse, prefixed hrs_.

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_.

namestring nullable

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

sirestring nullable

The horse's sire.

sire_idstring nullable

Unique identifier for the sire, prefixed sir_.

Example response

{
  "dam": "Kind (IRE)",
  "dam_id": "dam_4087006",
  "damsire": "Danehill",
  "damsire_id": "dsi_296611",
  "id": "hrs_5344171",
  "name": "Frankel (GB)",
  "sire": "Galileo (IRE)",
  "sire_id": "sir_3722383"
}