Omniplex Docs
PopplioProduction

Diagnostics

These API endpoints allow diagnosing potential issues within our API or within any frontend application.

GET

Ping Server

This is a simple ping endpoint to check if the API is online. It will return a simple JSON object with a message, docs link, our site link and status page link.

/
curl -X GET "https://spider.omniplex.gg/"

Success

{
  "docs": "string",
  "frontend_url": "string",
  "message": "string"
}

HEAD

Ping Server (HEAD)

This is a simple ping endpoint to check if the API is online. It will return a simple JSON object with a message, docs link, our site link and status page link.

/
curl -X HEAD "https://spider.omniplex.gg/"

Success

"string"