Users
Fetch User Vote Info
GET
https://www.diffcord.com/api/v1/users/:user_id/votes
Path Parameters
Name
Type
Description
user_id*
integer
the ID of the user whos votes will be fetched
Headers
Name
Type
Description
Authorization*
string
API Key
{
"data": {
"bot_id": "146789012641328704",
"user_id": "311143713431415332",
"monthly_votes": 7,
"since_last_vote": 304,
"until_next_vote": 42895
},
"error": null
}
Last updated