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

# Horse Standard

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

## Path parameters

- `horse_id` string, required

## Response `200`

Successful Response

- Horse
  - `id` string, required
  - `dam` string, nullable
  - `dam_id` string, nullable
  - `damsire` string, nullable
  - `damsire_id` string, nullable
  - `name` 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/1a5681f31fe8/schema)
