Free Online Tool

Timestamp Api โ€” Free Online Tool

Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
Free Online Tool

Timestamp Api โ€” Free Online Tool

Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
Free Online Tool

Timestamp Api โ€” Free Online Tool

Get current Unix timestamp via free REST API. Convert between Unix time and human-readable dates. Perfect for developers. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
GET https://onemail.pro/api/timestamp

Endpoints

EndpointDescription
/api/timestampCurrent timestamp
/api/timestamp?date=2026-03-03Convert date to timestamp
/api/timestamp?timestamp=1706800000Convert timestamp to date

Example Request

curl https://onemail.pro/api/timestamp

Test the API

Response Format

{
  "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"
}