---
title: "Get server time"
method: GET
path: "/time"
tags: ["Public"]
---

# Get server time

`GET /time`

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

## Response `200`

Current server time as a Unix epoch in seconds.

- GetTimeResponse
  - `epoch` number — Current server time as a Unix timestamp in seconds.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
