API and Libs | Discord Services

Discord Services

API

Get your API token on your profile.

Orange is required.

https://api.discordservices.net/bot/:BotID/stats

Header

Authorization:
API token from your profile.

Url

Bot ID:
The id of the bot you want to post stats too.

Json

servers:
Number of servers your bot is in.

shards:
Number of shards for your bot.

Request Body

{

"servers": 1,

"shards": 1

}

https://api.discordservices.net/bot/:BotID/news

Header

Authorization:
API token from your profile.

Url

Bot ID:
The id of the bot you want to post stats too.

Json

title:
Name or title of the news.

content:
The news message to show.

error:
If the news is a bot issue or maintenance.

Request Body

{

"title": "News!",

"content": "Important bot stuff.",

"error": false

}

https://api.discordservices.net/bot/:BotID/commands

Header

Authorization:
API token from your profile.

Url

Bot ID:
The id of the bot you want to post stats too.

Json

command:
The name of the command.

desc:
The description or what the command does.

category:
The type of command.

Request Body

{

"command": "/say",

"desc": "Make the bot say something.",

"category": "Utility"

}

Website Error!

An error has occurred, you need to reload the page.

Go Home or Reload Page