🛠️ This documentation is a work-in-progress, and is actively being written. 🛠️
curl --request GET \
--url https://api.duckybot.xyz/statistics{
"code": 200,
"message": "Bot statistics were fetched successfully.",
"data": {
"guilds": 10597,
"users": 796787,
"links": 38577
}
}
Fetch Ducky’s statistics including guild count, user count, and more.
curl --request GET \
--url https://api.duckybot.xyz/statistics{
"code": 200,
"message": "Bot statistics were fetched successfully.",
"data": {
"guilds": 10597,
"users": 796787,
"links": 38577
}
}
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.
{
"code": 200,
"message": "Bot statistics were fetched successfully.",
"data": {
"guilds": 10597,
"users": 796787,
"links": 38577
}
}