---
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
  - `breeder` string, nullable
  - `colour` string, nullable
  - `colour_code` string, nullable
  - `dam` string, nullable
  - `dam_id` string, nullable
  - `damsire` string, nullable
  - `damsire_id` string, nullable
  - `dob` string, nullable
  - `name` string, nullable
  - `sex` string, nullable
  - `sex_code` string, nullable
  - `sire` string, nullable
  - `sire_id` string, nullable

## 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/versions/ae9d9fd0ec3f/schema)
