UESAPI Server Status Bot Example
This premade app lets you grab the current ESO server status from the UESAPI serverstatus
endpoint.
Customization is an option. For reference, this is the expected response from the endpoint:
{
"PC_NA": "UP || DOWN",
"PC_EU": "UP || DOWN",
"PC_PTS": "UP || DOWN",
"XBX_US": "UP || DOWN",
"XBX_EU": "UP || DOWN",
"PS4_US": "UP || DOWN",
"PS4_EU": "UP || DOWN"
}
You also have the option to just run a file, createcommand.js
, to create the command instead of using the command builder. This design is more for future projects, as this one is a simple command to replicate. You are allowed to customize the command.
If you are using the UESAPI resources in a project designed for profit or distribution, please reference the source.