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": {
      "name": "v1.6.0 Stable",
      "branch": "master",
      "commit": {
        "sha": "de867566b229eafcc2fd5afa56ace951c8fa28a5",
        "message": "api: improved version response",
        "author": "Troptop",
        "timestamp": 1770255688
      }
    },
    "resources": {
      "memory": 1612.26
    },
    "health": {
      "api": {
        "latency": {
          "response": null,
          "process": 84.956884384155
        }
      },
      "bot": {
        "shards": {
          "0": {
            "heartbeatSent": 1770256245,
            "heartbeatAcknowledged": 1770256245,
            "latency": 105.699607
          },
          "1": {
            "heartbeatSent": 1770256279,
            "heartbeatAcknowledged": 1770256279,
            "latency": 124.80735
          },
          // ...
        },
        "uptime": {
          "readable": "1 hour, 58 minutes, 45 seconds",
          "epoch": 1770249158
        }
      }
    }
  }
}
{
  "code": 200,
  "message": "The Ducky API is online.",
  "data": {
    "version": {
      "name": "v1.6.0 Stable",
      "branch": "master",
      "commit": {
        "sha": "de867566b229eafcc2fd5afa56ace951c8fa28a5",
        "message": "api: improved version response",
        "author": "Troptop",
        "timestamp": 1770255688
      }
    },
    "resources": {
      "memory": 1612.26
    },
    "health": {
      "api": {
        "latency": {
          "response": null,
          "process": 84.956884384155
        }
      },
      "bot": {
        "shards": {
          "0": {
            "heartbeatSent": 1770256245,
            "heartbeatAcknowledged": 1770256245,
            "latency": 105.699607
          },
          "1": {
            "heartbeatSent": 1770256279,
            "heartbeatAcknowledged": 1770256279,
            "latency": 124.80735
          },
          // ...
        },
        "uptime": {
          "readable": "1 hour, 58 minutes, 45 seconds",
          "epoch": 1770249158
        }
      }
    }
  }
}

Response Data

version
object
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.