Fetch feedback
curl --request GET \
--url https://api.duckybot.xyz/feedback{
"code": 200,
"message": "Feedback fetched successfully.",
"data": [
{
"feedback": "Ducky is an Amazing all-in-one multipurpose bot, designed to enhance your server. I have been using Ducky for around 3 months, and I would never switch back, the development team has done an amazing job on the server. We have managed to get my server affiliated by the amazing Ducky. Ducky offers a vast amount of services to ensure your server is in top notch state. I am so happy to get the opportunity to use this bot. Big Up Ducky! - From United Kingdom: Brixton Roleplay",
"rating": 5,
"timestamp": 1764425716,
"submitter": {
"username": "sami.6rk",
"name": "đźđŞđśđ˛",
"id": "846014201008619550",
"avatar": "https://cdn.discordapp.com/avatars/846014201008619550/c1bd7719f2736e6191efa56efffd616e.png"
},
}
// ...
]
}
Internal Endpoints
Fetch feedback
Fetch five random bot feedback entries. Only feedback entries of 4 or 5 stars are considered.
GET
/
feedback
Fetch feedback
curl --request GET \
--url https://api.duckybot.xyz/feedback{
"code": 200,
"message": "Feedback fetched successfully.",
"data": [
{
"feedback": "Ducky is an Amazing all-in-one multipurpose bot, designed to enhance your server. I have been using Ducky for around 3 months, and I would never switch back, the development team has done an amazing job on the server. We have managed to get my server affiliated by the amazing Ducky. Ducky offers a vast amount of services to ensure your server is in top notch state. I am so happy to get the opportunity to use this bot. Big Up Ducky! - From United Kingdom: Brixton Roleplay",
"rating": 5,
"timestamp": 1764425716,
"submitter": {
"username": "sami.6rk",
"name": "đźđŞđśđ˛",
"id": "846014201008619550",
"avatar": "https://cdn.discordapp.com/avatars/846014201008619550/c1bd7719f2736e6191efa56efffd616e.png"
},
}
// ...
]
}
{
"code": 200,
"message": "Feedback fetched successfully.",
"data": [
{
"feedback": "Ducky is an Amazing all-in-one multipurpose bot, designed to enhance your server. I have been using Ducky for around 3 months, and I would never switch back, the development team has done an amazing job on the server. We have managed to get my server affiliated by the amazing Ducky. Ducky offers a vast amount of services to ensure your server is in top notch state. I am so happy to get the opportunity to use this bot. Big Up Ducky! - From United Kingdom: Brixton Roleplay",
"rating": 5,
"timestamp": 1764425716,
"submitter": {
"username": "sami.6rk",
"name": "đźđŞđśđ˛",
"id": "846014201008619550",
"avatar": "https://cdn.discordapp.com/avatars/846014201008619550/c1bd7719f2736e6191efa56efffd616e.png"
},
}
// ...
]
}
Response Data
In this endpoint, the response data is an array of objects.
Show properties
Show properties
The feedback message provided.
The rating in stars, which is always a number between 4 & 5 as only those are considered in the selection.
An epoch timestamp (in seconds) representing when the feedback was submitted.
âI