CalculationTime

Developer access

CalculationTime API beta

A small, trust-first API surface for time, date, solar, astronomy, geospatial and utility calculations. Public docs are open now; protected endpoints require a privately issued beta key.

Current status

Beta access is available by request.

The API is real and reachable, but this is not yet a self-service developer platform. Customer dashboards, pricing checkout, public SLA wording and automated key rotation are still coming soon.

Trust layer

Contract first, keys private.

Developers can inspect the OpenAPI contract before requesting access. Raw API keys should only appear once during private provisioning and must not be placed in public frontend examples.

Endpoint map

What exists behind the buttons.

MethodPathAccessPurpose
GET/openapi.jsonPublicMachine-readable OpenAPI 3.1 contract for the beta API surface.
GET/healthPublicLightweight health response for the API service.
GET/v1/statusPublicVersion, uptime and exposed route-family summary.
GET/v1/timeAPI keyProtected local-time coordinate endpoint for approved beta testers.
GET/v1/canaryAPI keyProtected monitoring canary; public uptime history is not claimed yet.

Publication guardrails

Public wording stays honest.

Example shape

Protected requests use `X-API-Key`.

Public examples use placeholders only. Approved testers receive real keys privately.

curl 'https://api.calculationtime.com/v1/time?lat=-33.8688&lon=151.2093&at=2026-07-31T00:00:00Z' \
  -H 'X-API-Key: ct_live_REPLACE_WITH_PRIVATE_KEY'