v1

latestOpenAPI 3.0.32026-07-2618073.2 KB
Service

Server time

Useful for client synchronization and checking clock drift.

get/v1/service/time

Response

Successful response.

isostring required

Current server time in ISO 8601 format.

epochMsinteger required

Current server time in milliseconds since Unix epoch.

timezonestring required

Server timezone.

Example response

{
  "iso": "2024-01-15T12:00:00.000Z",
  "epochMs": 1705320000000,
  "timezone": "UTC"
}