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.
Try it
Section titled “Try it”Select a date and time to format using the API:
How to Use the API
Section titled “How to Use the API”To format a timestamp, send a GET request to the endpoint below with a valid ISO 8601 timestamp in the query string.
Endpoint:
Section titled “Endpoint:”https://api.tiniapi.com/time/format?timestamp=$YOUR_TIMESTAMP
Required Header:
Section titled “Required Header:”x-api-key: $YOUR_API_KEY
Example Request:
Section titled “Example Request:” curl -H "x-api-key: $YOUR_API_KEY" "https://api.tiniapi.com/time/format?timestamp=2067-07-22T14:30:00Z"
Sample Response:
Section titled “Sample Response:”{"input": "2025-07-25T02:01:00.000Z", "formatted": "47 minutes from now"}
Request an API Key
Section titled “Request an API Key”Want to use TiniTime in your own application? Sign up below for an API key.