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

# Stats

<mark style="color:green;">`POST`</mark> `https://galactica.ga/api/bots/stats`

#### Headers

| Name          | Type   | Description                                  |
| ------------- | ------ | -------------------------------------------- |
| shardCount    | number | The client's shard count.                    |
| Authorization | string | It is the client token taken from galactica. |
| serverCount   | number | The client's server count.                   |

{% tabs %}
{% tab title="401 " %}

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

{% endtab %}

{% tab title="404 " %}

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

{% endtab %}
{% endtabs %}
