---
title: "Horse Pro"
method: GET
path: "/v1/horses/{horse_id}/pro"
tags: ["Horses", "Pro Plan"]
---

# Horse Pro

`GET /v1/horses/{horse_id}/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>

## Path parameters

- `horse_id` string, required

## Response `200`

Successful Response

- HorsePro
  - `id` string, required — Unique identifier for the horse, prefixed `hrs_`.
  - `breeder` string, nullable — Name of the breeder. Empty when not published.
  - `colour` string, nullable — Coat colour abbreviation, e.g. `b` bay, `gr` grey, `ch` chestnut.
  - `colour_code` string, nullable — Single-letter coat colour code, e.g. `B`.
  - `dam` string, nullable — The horse's dam.
  - `dam_id` string, nullable — Unique identifier for the dam, prefixed `dam_`.
  - `damsire` string, nullable — The dam's sire.
  - `damsire_id` string, nullable — Unique identifier for the damsire, prefixed `dsi_`.
  - `dob` string, nullable — Date of birth, `YYYY-MM-DD`.
  - `name` string, nullable — Horse name. Non-GB-bred horses carry a country suffix, e.g. `Frankel (GB)`.
  - `sex` string, nullable — Sex in full, e.g. `horse`, `mare`, `gelding`.
  - `sex_code` string, nullable — Single-letter sex code, e.g. `H`, `M`, `G`.
  - `sire` string, nullable — The horse's sire.
  - `sire_id` string, nullable — Unique identifier for the sire, prefixed `sir_`.

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/theracingapi/apis/the-racing-api.md) · [All operations](https://skmtc.net/theracingapi/apis/the-racing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theracingapi/the-racing-api/revisions/c923f2a0703a/schema)
