Diffcord API Docs
  • Welcome
  • Quick Start
  • Rewarding Votes
  • Rate Limits
  • Endpoints
    • Users
    • Bots
  • Resources
    • Vote
    • Error
    • Vote User
Powered by GitBook
On this page
  1. Endpoints

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
}
{
  "message": ...,
  "code": ...
}
PreviousRate LimitsNextBots

Last updated 2 years ago