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

# Search

> Search for Roblox games by name

<ParamField query="q" type="string" required>
  Search query string
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl "https://rolearn.dev/api/search?q=blox+fruits" \
    -H "Authorization: Bearer YOUR_TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "results": [
      {
        "place_id": 2753915549,
        "name": "Blox Fruits",
        "creator": "Gamer Robot",
        "genre": "RPG",
        "ccu": 485000
      }
    ],
    "total": 1
  }
  ```
</ResponseExample>
