Quickstart
Get a single request working with RapidAPI headers, a base URL, and one successful response example.
Open quickstartStart with the operational rules, then move into endpoint-level detail, raw Swagger, and SEO-targeted guides for the most common time and timezone workflows.
Get a single request working with RapidAPI headers, a base URL, and one successful response example.
Open quickstartUnderstand selector families, bulk mode limits, signed responses, and the embeddable clock model before you branch into routes.
Open conceptsEvery public operation gets natural-language explanation, parameter notes, code tabs, and expandable deep detail.
Open endpointsChoose one target strategy per request and keep that rule consistent across your integration.
Read conceptBulk mode is intentionally narrow, and per-item failures should be treated differently from request-level errors.
Read conceptSigning is optional, explicit, and documented as a verification workflow rather than a generic response flag.
Read conceptThe clock route is an output feature, not a JSON helper, and the docs should reflect that difference clearly.
Read conceptUse this route when a downstream service needs to verify signed JSON responses from the public API.
Open endpointUse this route to validate selector resolution and inspect the canonical single-target time payload.
Open endpointUse conversion when you already know the source instant and need the target rendered in another timezone or offset.
Open endpointUse diff when you need the distance between two explicit instants rather than a relative now-to-target calculation.
Open endpointUse add when you want the API to shift a timestamp by explicit modifiers and then resolve the result in a target context.
Open endpointUse calendar projection when you want structured calendar fields for a target instant rather than only a formatted timestamp.
Open endpointUse DST status when offset change awareness matters to scheduling, billing windows, or user-facing time displays.
Open endpointUse the clock route when you want embeddable HTML output instead of building and styling a live clock component yourself.
Open endpointUse elapsed when you need time since or time until a reference instant, optionally relative to another explicit comparison instant.
Open endpointUse timezone resolution when the main question is zone identity and metadata rather than the formatted current time.
Open endpointHow to evaluate a world time API when you need more than a bare UTC conversion utility.
Read GuideThe strongest timezone APIs make input strategy and ambiguity handling clear before you ship.
Read GuideConversion is where timestamp inputs, source timezone context, and formatting choices start to matter.
Read GuideDaylight-saving changes and business-day logic are where time APIs stop being trivial utilities.
Read Guide