Server

Get server information

Retrieve detailed server information including version, build, and configuration details.

get/v1/server-info

Response

Server information retrieved successfully

versionstring

Server version

buildstring

Build tag

idinteger

Server ID

namestring

Server name

colorstring

Server color (for UI theming)

messageOfTheDaystring

Message of the day

tzstring

Server timezone

componentsobject[]

Registered server components

clientConfigurationHintsobject

Client configuration hints - server configuration variables with names starting with "Client." (prefix stripped), overlaid with attributes of the calling user that have the same prefix. This makes the response user-specific, so it must not be cached and shared between users.

Changes