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

# Languages

> List of supported languages

By default, our API returns data in English. However, you can specify the language you want to receive data in by passing the `Accept-Language` header in your request.

The following languages are supported:

* English - `en` (default)
* Russian - `ru`

## Example

```http theme={null}
Accept-Language: ru
```
