---
title: "Trainer Search"
method: GET
path: "/v1/trainers/search"
tags: ["Trainers", "Standard Plan", "Pro Plan"]
---

# Trainer Search

`GET /v1/trainers/search`

<h4>Search trainers 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

- Trainers
  - `search_results` AppModelsTrainersTrainer[], required
    - `id` string, required
    - `name` string, nullable, required

## 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)
