OverviewREST · JSON

Timestamp Converter

Parse unix, ISO 8601 or "now" and convert across every representation and timezone.

Method
POST
Endpoint
/v1/timestamp
Auth
X-API-Key
Format
JSON
Accepts
unix s/ms · ISO 8601 · now
Returns
unix · iso · rfc2822 · tz fields
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/timestamp/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":"1700000000","tz":"Europe/Paris"}'
Ratingscommunity