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

# Random Scramble

`GET` `/random-scramble`

Generates a random scrambled word.

## Headers

| Name   | Value                |
| ------ | -------------------- |
| apikey | 28-Character API Key |

## Response

<Tabs>
  <Tab title="200">
    ```json theme={null}
    {
      "scrambled": "ppale",
      "word": "apple"
    }
    ```
  </Tab>

  <Tab title="401: Unauthorized">
    **Error**\
    You didn't provide a valid API key.
  </Tab>
</Tabs>
