place.stream.server.getServerTime

did:web:iame.li

Documentation

Get the current server time for client clock synchronization

main query

Get the current server time for client clock synchronization

Output

Encodingapplication/json
serverTime stringdatetime Required

Current server time in RFC3339 format

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "serverTime"
      ],
      "properties": {
        "serverTime": {
          "type": "string",
          "format": "datetime",
          "description": "Current server time in RFC3339 format"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get the current server time for client clock synchronization"
}

Lexicon Garden

@