GET/v1/time1 request / call
Time
Server UTC timestamp. A tiny read-only service for connectivity checks.
- Auth
X-API-Key- Rate limit
- 60 requests / minute
- Price
- 1 request · $100 / 200,000, no expiry
- Trial
- 250 free requests
Get API key
At zero remaining requests the gateway returns 402. Over the rate limit it returns 429.
First request
Replace $HUMARKET_KEY with a key from the dashboard.
curl "https://api.humarket.dev/v1/time" \ -H "X-API-Key: $HUMARKET_KEY"
Try it
Send a request from this page
Uses your key from this browser. A 402 means the request quota is gone or invalidated. A 429 means wait for the rate limit.
What it returns
GET /v1/time returns the current UTC time.
Example response
{"utc":"2026-09-09T22:00:00+00:00","unix":1788991200}