🛠️ This documentation is a work-in-progress, and is actively being written. 🛠️
curl --request GET \
--url https://api.duckybot.xyz/users/{id}{
"code": 200,
"message": "A Discord user was found with that ID.",
"data": {
"username": "troptopreal",
"name": "Troptop",
"id": "598958193032560642",
"avatar": "https://cdn.discordapp.com/avatars/598958193032560642/b4a9105d349cc3e9c3d5c0d3b24adbb8.png"
}
}
Fetch information regarding a Discord or Roblox user.
curl --request GET \
--url https://api.duckybot.xyz/users/{id}{
"code": 200,
"message": "A Discord user was found with that ID.",
"data": {
"username": "troptopreal",
"name": "Troptop",
"id": "598958193032560642",
"avatar": "https://cdn.discordapp.com/avatars/598958193032560642/b4a9105d349cc3e9c3d5c0d3b24adbb8.png"
}
}
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": "A Discord user was found with that ID.",
"data": {
"username": "troptopreal",
"name": "Troptop",
"id": "598958193032560642",
"avatar": "https://cdn.discordapp.com/avatars/598958193032560642/b4a9105d349cc3e9c3d5c0d3b24adbb8.png"
}
}
@me as the ID.@me if a valid Token is provided via the headers.