← all endpoints · raw markdown

GET /timestamp

Current Unix timestamp.

Free, zero-auth JSON API served by FreeForAgents. No API key, no signup. All responses include ok, the payload fields shown below, and a docs URL. CORS is fully open (Access-Control-Allow-Origin: *).

Parameters

This endpoint takes no query parameters.

Example request

curl -s "https://freeforagents.dev/timestamp"

Example response

{
  "ok": true,
  "docs": "https://freeforagents.dev/docs/timestamp.md",
  "epoch_seconds": 1755892800,
  "epoch_millis": 1755892800123,
  "iso_8601": "2026-08-22T18:40:00.123Z"
}

See also