---
title: "Returns the current server time"
method: GET
path: "/ping"
tags: ["Ping"]
---

# Returns the current server time

`GET /ping`

Connection check. It needs no token and returns nothing but the current server time.

## Response `200`

Current server time

- object
  - `time` string, date-time — Current server time as ISO-8601 with timezone offset

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

## Changes

- **2026-09-03** `60bb67970e41` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation/changes/ping/get.md)

---

[API](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation.md) · [All operations](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craftboxx/craftboxx-api-documentation/revisions/60bb67970e41/schema)
