Users
Last updated
GET https://www.diffcord.com/api/v1/users/:user_id/votes
user_id*
integer
the ID of the user whos votes will be fetched
Authorization*
string
API Key
{
"data": {
"bot_id": "146789012641328704",
"user_id": "311143713431415332",
"monthly_votes": 7,
"since_last_vote": 304,
"until_next_vote": 42895
},
"error": null
}{
"message": ...,
"code": ...
}Last updated