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

Bots

Fetch Bot Vote Info

GET https://www.diffcord.com/api/v1/votes

Headers

Name
Type
Description

Authorization*

string

API Key

{
    "data": {
        "month_votes": 4162
    },
    "error": null
}
{
  "message": ...,
  "code": ...
}

Update Bot Stats

POST https://www.diffcord.com/api/v1/stats

Query Parameters

Name
Type
Description

guilds*

integer

Number of guilds (servers)

shards

integer

Shards

Headers

Name
Type
Description

Authorization*

string

API Key

{
  "message": ...,
  "code": ...
}

PreviousUsersNextVote

Last updated 2 years ago