Skip to main content
GET
https://api.duckybot.xyz
Fetch status information
curl --request GET \
  --url https://api.duckybot.xyz/
{
  "code": 200,
  "message": "The Ducky API is online.",
  "data": {
    "version": "v1.6.0 Stable",
    "resources": {
      "memory": 1570.56
    },
    "health": {
      "api": {
        "latency": {
          "response": "Latency was not calculated because header 'Sent-Epoch' was not provided.",
          "process": 0.13089179992676
        }
      },
      "bot": {
        "shards": {
          "0": {
            "heartbeatAcknowledged": 1769870069,
            "heartbeatSent": 1769870069,
            "latency": 110.219125
          },
          "1": {
            "heartbeatAcknowledged": 1769870076,
            "heartbeatSent": 1769870076,
            "latency": 109.362183
          },
          // ...
        },
        "uptime": {
          "readable": "3 minutes, 57 seconds",
          "epoch": 1769869862
        }
      }
    }
  }
}
{
  "code": 200,
  "message": "The Ducky API is online.",
  "data": {
    "version": "v1.6.0 Stable",
    "resources": {
      "memory": 1570.56
    },
    "health": {
      "api": {
        "latency": {
          "response": "Latency was not calculated because header 'Sent-Epoch' was not provided.",
          "process": 0.13089179992676
        }
      },
      "bot": {
        "shards": {
          "0": {
            "heartbeatAcknowledged": 1769870069,
            "heartbeatSent": 1769870069,
            "latency": 110.219125
          },
          "1": {
            "heartbeatAcknowledged": 1769870076,
            "heartbeatSent": 1769870076,
            "latency": 109.362183
          },
          // ...
        },
        "uptime": {
          "readable": "3 minutes, 57 seconds",
          "epoch": 1769869862
        }
      }
    }
  }
}

Response Data

version
string
The current running version of Ducky.
resources
object
The amount of resources Ducky is currently using.
health
object
Health information including latency, uptime, and shard statuses.