GET /v1/timeCurrent time and zone metadata.
Versioned HTTPS endpoints for server applications and production integrations. Authentication uses the X-API-Key request header.
The deployed OpenAPI description is the source of truth for parameters and response schemas.
GET /v1/timeCurrent time and zone metadata.
GET /v1/time-differenceDifference between zones.
GET /v1/convertConvert a wall time or instant.
GET /v1/dst-transitionsOffset transitions.
GET /v1/holidaysPublished holiday data.
GET /v1/business-daysBusiness-day calculation.
GET /v1/working-hours-overlapOverlap windows.
POST /v1/meeting-scoreScore one meeting candidate.
POST /v1/best-meeting-slotsRank candidate slots.
POST /v1/batch-convertBatch conversion.
GET /v1/city-searchSearch supported cities.
GET /v1/timezone-at-coordinateCoordinate boundary lookup.
curl --request GET \
--url 'https://timenivo.com/v1/time?zone=Africa%2FCairo' \
--header 'X-API-Key: YOUR_KEY'Never embed a private server key in public client-side JavaScript. Use the Browser API for no-key front-end calculations.