> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aniquotes.myproj.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Quotes

> Full-text search across all quotes

## Query Parameters

<ParamField query="q" type="string" required>
  Search query (2–200 characters)
</ParamField>

<ParamField query="limit" type="integer" default="20">
  Results per page (max 50)
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "success",
    "data": [
      {
        "id": "...",
        "quote_text": "A dream is worth less than nothing if you don't have someone else to share it.",
        "anime": { "id": "...", "name": "One Piece", "slug": "one-piece" },
        "character": { "id": "...", "name": "Kaidou", "slug": "kaidou", "role": "antagonist" },
        "tags": ["dreams"]
      }
    ]
  }
  ```
</ResponseExample>
