---
title: "Horse Search"
method: GET
path: "/v1/horses/search"
tags: ["Horses", "Standard Plan", "Pro Plan"]
---

# Horse Search

`GET /v1/horses/search`

<h4>Search horses by name</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>

## Query parameters

- `name` string, required

## Response `200`

Successful Response

- Horses
  - `search_results` Horse[], required
    - `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/ae9d9fd0ec3f/schema)
