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

# Fetch bot statistics

> Fetch Ducky's statistics including guild count, user count, and more.

<ResponseExample>
  ```json 200 theme={null}
  {
    "code": 200,
    "message": "Bot statistics were fetched successfully.",
    "data": {
      "guilds": 10597,
      "users": 796787,
      "links": 38577
    }
  }
  ```
</ResponseExample>

### Response Data

<ResponseField name="guilds" type="number">
  The amount of guilds Ducky is in.
</ResponseField>

<ResponseField name="users" type="number">
  The amount of users Ducky oversees.
</ResponseField>

<ResponseField name="links" type="number">
  The amount of users who have linked their Roblox account with Ducky.
</ResponseField>
