NoxVR Documentation
Server

Get server information

Get detailed server information including gateways, features, and version.

GET
/server

Response Body

application/json

curl -X GET "https://nox.hactazia.fr/api/server"
{
  "id": "string",
  "title": "string",
  "description": "string",
  "address": "string",
  "gateways": {
    "http": "http://example.com",
    "ws": "http://example.com",
    "web": "http://example.com"
  },
  "features": [
    "string"
  ],
  "version": "string",
  "ready_at": 0,
  "icon": "http://example.com",
  "certificate": "string"
}