> ## 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 Flag Picker

`GET` `/random-flag`

Generates a random country flag.

## Headers

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

## Response

<Tabs>
  <Tab title="200">
    ```json theme={null}
    {
      "country": "Canada",
      "code": "CA",
      "image": "https://flagcdn.com/w320/ca.png"
    }
    ```
  </Tab>

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