Skip to main content
GET
/
status
/
bot
Discord bot status
curl --request GET \
  --url https://api.s15x.dev/status/bot \
  --header 'API-Authorization: <api-key>'
{
  "Status": "discord bot online responded to server",
  "Code": 200
}
Gets current websocket connection status

Authorizations

API-Authorization
string
header
required

Response

The request was successful, and the server has returned the requested resource in the response body.

Status
string
required
Example:

"discord bot online responded to server"

Code
integer
required
Example:

200