Bot Information
Routes to get bot information.
Fetch bot information.
Basic bot information
GET
https://econuker.xyz/api/
Get basic bot information!
Headers
Name
Type
Description
Authorization
String
Input an auth token.
Example response:
{
"name": "Bot Name",
"status": "Online",
"servers": 5,
"latency": 65.498375345234
}
Fetch Avatar
GET
https://econuker.xyz/api/avatar
Gets the bot avatar URL.
Returns:
{"url": "avatar url"}
Last updated