Public

Get server time

Provides the current server time in seconds using Unix timestamp format.

get/time

Response

Current server time as a Unix epoch in seconds.

epochnumber

Current server time as a Unix timestamp in seconds.

Example response

{
  "epoch": 1550174574
}

Changes