🛠️ This documentation is a work-in-progress, and is actively being written. 🛠️
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
}
}
}
}
}
Fetch status information about Ducky and the API.
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
}
}
}
}
}
Show properties
Show properties
Show properties