---
title: "Search for player names"
method: POST
path: "/discord/search"
tags: ["Player", "Search"]
---

# Search for player names

`POST /discord/search`

Searches for player names in the database that match the provided query. The query should be a string up to 16 characters long. Results are cached and limited to 25 items.

## Request body

- SprintSearchRequest
  - `query` string

## Response `200`

Successfully retrieved matching player names

- TypesSearchPlayerCache[]
  - `name` string
  - `value` string

## Other responses

- `400` — Bad Request: Invalid query or request body

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
