Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!
Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!
Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!
GET https://onemail.pro/api/timestamp
| Endpoint | Description |
|---|---|
/api/timestamp | Current timestamp |
/api/timestamp?date=2026-03-03 | Convert date to timestamp |
/api/timestamp?timestamp=1706800000 | Convert timestamp to date |
curl https://onemail.pro/api/timestamp
{
"success": true,
"unix": 1706800000,
"unix_millis": 1706800000000,
"iso": "2026-03-03T12:00:00.000Z",
"utc": "Tue, 03 Mar 2026 12:00:00 GMT",
"local": "2026-03-03 17:30:00",
"timezone": "Asia/Kolkata",
"generatedAt": "2026-03-03T12:00:00.000Z"
}