EcoNuker API
  • Welcome
  • Ratelimits
  • Auth Tokens
  • Items
  • Servers
  • Bot Information
  • Testing
  • Quickstart
    • Examples - Python
    • Examples - JS
Powered by GitBook
On this page
  • Basic bot information
  • Fetch Avatar

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"}
PreviousServersNextTesting

Last updated 2 years ago