v1

latestOpenAPI 3.1.02026-07-172217.9 KB

Check user vote status

Retrieves whether a user has voted for the specified bot in the last 24 hours along with vote details.

get/bots/{id}/voters/{user_id}

Path parameters

idstring required

A valid Discord Snowflake ID (17–20 digit numeric string).

Example:123456789012345678

Snowflake ID of the Discord entity. (e.g., bot ID, user ID, guild ID)

user_idstring required

A valid Discord Snowflake ID (17–20 digit numeric string).

Example:123456789012345678

The ID of the user to check.

Response

Acknowledgment of successful request.

votedboolean required
voteinteger required
lastVoteinteger nullable required

Example response

{
  "voted": true,
  "vote": 1,
  "lastVote": 1694345400000
}