Free API60 req/minDeveloper Tools
Unix Timestamp Converter
Convert epoch seconds/ms to ISO strings or parse ISO to epoch.
By RSM DevOps
Public endpoint
GET
unixts.apiseeker.com/v1/convertAuth: X-SEEKER-Key
Endpoint
Numeric values ≤ 1e12 treated as seconds; larger as milliseconds.
Method
GET
Path
/v1/convert
Full URL
https://unixts.apiseeker.com/v1/convertAuthentication
Send X-SEEKER-Key on every request. Free tools still require a valid APISeeker key — no auth bypass.
Parameters
valuequerystringrequiredUnix seconds/ms or ISO-8601 string
Request example
cURL
curl -s "https://unixts.apiseeker.com/v1/convert?value=1710000000" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response example
JSON
{
"success": true,
"data": {
"input": "1710000000",
"iso": "2024-03-09T16:00:00.000Z",
"unixSeconds": 1710000000,
"unixMs": 1710000000000
},
"request_id": "req_example"
}Errors & limits
- 400Invalid or missing parameters
- 401Missing or invalid API key
- 429Rate limit exceeded
Rate limit: 60 req/min
Playground
Live playground
Unix Timestamp Converter
Sign in to send live requests. Docs and URL preview stay open. Log in
GETRequest URL
https://unixts.apiseeker.com/v1/convert?value=1710000000Status: —Latency: —
Response
Response will appear here after you send a request.
