v7

OpenAPI 3.1.02026-08-0358124623.5 KB
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
damstring nullable
dam_idstring nullable
damsirestring nullable
damsire_idstring nullable
namestring nullable
sirestring nullable
sire_idstring nullable

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