Skip to main content
The bot status API returns a small public JSON payload for a bot. Owners opt in from the Meridian dashboard. There is no API key.

Enable it

In the bot’s settings, turn on the public status API. Until that flag is on, requests return 404. Prefer the bot’s Discord id in the URL (17–20 digits). Convex bot ids also work.

Request

OPTIONS is supported for CORS preflight.

Success response

200 with JSON:

Errors

HTML companion page

https://meridian.surf/botstatus/{botRef} serves a simple status page for browsers. The JSON API always uses the /api suffix.
Last modified on August 9, 2026