Skip to content

TiniTime

TiniTime is a lightweight RESTful API that converts ISO 8601 timestamps into formatted, human-readable strings. Whether you’re building a scheduling tool, event planner, or analytics dashboard TiniTime makes time formatting effortless.

Select a date and time to format using the API:


To format a timestamp, send a GET request to the endpoint below with a valid ISO 8601 timestamp in the query string.

https://api.tiniapi.com/time/format?timestamp=$YOUR_TIMESTAMP
x-api-key: $YOUR_API_KEY
curl -H "x-api-key: $YOUR_API_KEY" "https://api.tiniapi.com/time/format?timestamp=2067-07-22T14:30:00Z"
{"input": "2025-07-25T02:01:00.000Z", "formatted": "47 minutes from now"}

Want to use TiniTime in your own application? Sign up below for an API key.

© 2025 TiniAPI. All rights reserved.