API Documentation
Features:
Server Count Stats Posting To Our Website.
Bot Information Tracking From Our Website.
Server Count API
Server Count
POST
https://nextgenbots.xyz/api/stats
This endpoint you to update the server count on the bot's profile page.
Path Parameters
Name | Type | Description |
---|---|---|
Authentication | string | An Authorization Token generated by NextGen Bots. |
Request Body
Name | Type | Description |
---|---|---|
server_count | string | The bot's server count |
Make sure to place this within an event or command. If you do not you may get "Count not found in body" errors!
Bot Info API
Get Bot Info
GET
https://nextgenbots.xyz/api/info
Path Parameters
Name | Type | Description |
---|---|---|
botid | string | The Bot's ID. |
Last updated