> For the complete documentation index, see [llms.txt](https://docs.cybralist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybralist.com/api/stats.md).

# Stats

<mark style="color:green;">`POST`</mark> `https://api.cyrbalist/post/stats`

Post bot's stats.

#### Headers

| Name                                            | Type    | Description                                               |
| ----------------------------------------------- | ------- | --------------------------------------------------------- |
| ServerCount<mark style="color:red;">\*</mark>   | integer | The client server count.                                  |
| Authorization<mark style="color:red;">\*</mark> | string  | The bot token from [cybralist.com](https://cybralist.com) |
| ShardCount                                      | integer | The client shard count.                                   |

{% tabs %}
{% tab title="401: Unauthorized It means you've not entered the bot token." %}

```javascript
{
  "error": "You must enter a bot token."
}
```

{% endtab %}

{% tab title="404: Not Found It means you've entered invalid bot token." %}

```javascript
{
  "error": "You entered an invalid bot token."
}
```

{% endtab %}
{% endtabs %}
