Skip to main content
POST
/
discord
/
search
Search for player names
curl --request POST \
  --url https://api.example.com/discord/search \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
[
  {
    "name": "<string>",
    "value": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Search query for player names

query
string

Response

Successfully retrieved matching player names

name
string
value
string