HTTPay Timestamp API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns the current UTC timestamp in ISO 8601, Unix epoch, relative, or all formats; can also convert a given Unix timestamp to multiple formats
Get current UTC timestamp in multiple formats (ISO 8601, Unix, relative). Pass ?format=iso|unix|relative|all (default: all). Pass ?ts=<unix-seconds> to convert a specific Unix timestamp. Uses Node.js built-in Date.
A JSON object containing the current UTC time expressed in one or more formats: ISO 8601 string, Unix epoch integer (seconds), and/or relative time string (e.g. '5 seconds ago'), depending on the ?format parameter. If a ?ts Unix timestamp is provided, converts that specific moment instead of now.
POSThttps://httpay.xyz/api/timestampUse this endpoint when you need a server-authoritative current UTC timestamp without setting up API keys or subscriptions, especially in agentic workflows requiring micropayment-based access. Prefer over client-side Date objects when you need a trusted, server-side time source. Also useful for quick Unix-to-ISO or Unix-to-relative timestamp conversions at minimal cost ($0.001 per call).
{}{
"day": 12,
"iso": "2026-06-12T04:38:42.268Z",
"hour": 4,
"meta": {
"x402": true,
"poweredBy": "Alfred Zhang 🫡"
},
"unix": 1781239122,
"year": 2026,
"month": 6,
"format": "all",
"minute": 38,
"second": 42,
"source": "Node.js built-in Date",
"unixMs": 1781239122268,
"isoDate": "2026-06-12",
"isoTime": "04:38:42",
"relative": "just now",
"dayOfWeek": "Friday",
"inputType": "now",
"utcString": "Fri, 12 Jun 2026 04:38:42 GMT",
"weekOfYear": 24,
"generatedAt": "2026-06-12T04:38:42.268Z"
}{
"type": "json",
"example": {
"description": "Get current UTC timestamp in multiple formats (ISO 8601, Unix, relative). Pass ?format=iso|unix|relative|all (default: all). Pass ?ts=<unix-seconds> to convert a specific Unix timestamp. Uses Node.js built-in Date."
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"