Get Current Time in Any Timezone

World Time API.

Get the current time for any city worldwide. Returns timezone, DST information, and formatted time strings in multiple formats. Perfect for global applications and meeting schedulers.

Free tier, no card< 200ms responses99.9% uptime SLA
GET/v1/worldtimelive
Response200 OK · sample
{
  "status": "ok",
  "error": null,
  "data": {
    "search": "San Francisco",
    "foundCities": [
      {
        "city": "San Francisco",
        "city_ascii": "San Francisco",
        "country": "Argentina",
        "iso2": "AR",
        "iso3": "ARG",
        "province": "Córdoba",
        "timezone": "America/Argentina/Cordoba",
        "time": "19:33",
        "time24": "19:33:04",
        "time12": "07:33:04 PM",
        "date": "2025-12-16",
        "day": "Tuesday",
        "month": "December",
        "year": "2025",
        "unix": "1765924384",
        "dst": false,
        "dst_start": "2025-12-16 19:33:04",
        "dst_end": "2025-12-16 19:33:04",
        "dst_name": "-03"
      },
      {
        "city": "San Francisco",
        "city_ascii": "San Francisco",
        "country": "United States of America",
        "iso2": "US",
        "iso3": "USA",
        "province": "California",
        "state_ansi": "CA",
        "timezone": "America/Los_Angeles",
        "time": "14:33",
        "time24": "14:33:04",
        "time12": "02:33:04 PM",
        "date": "2025-12-16",
        "day": "Tuesday",
        "month": "December",
        "year": "2025",
        "unix": "1765924384",
        "dst": false,
        "dst_start": "2025-12-16 14:33:04",
        "dst_end": "2025-12-16 14:33:04",
        "dst_name": "PST"
      }
    ]
  }
}
Sample response · verify to run one live call, no signup
Integrates with your favorite tools
LangChainn8nZapierMakePipedreamPower AutomatePostman

World Time API

Get the current time for any city worldwide. Returns timezone, DST information, and formatted time strings in multiple formats. Perfect for global applications and meeting schedulers.

  • Current time in 400+ timezones worldwide
  • Convert timestamps between any timezones
  • Automatic DST handling and information
  • Full date metadata (day of week, week of year)
  1. 1

    Send one request

    A single authenticated GET with the location you care about — no SDK required.

    GET /v1/worldtime?query=
    x-api-key: your_key
  2. 2

    We do the aggregation

    Each request pulls from multiple upstream sources and computes the derived fields for you.

  3. 3

    Get clean JSON back

    One structured object, typically under 200 ms — ready to render.

    { search, foundCities, }

Everything in a single call.

/v1/worldtimeapplication/json
search"San Francisco"
foundCitiesarray of 2

What developers build with it.

Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.

See every use case

Call it in your language.

Copy a working request, or install a typed SDK. Same endpoint, same key.

const res = await fetch("https://api.apiverve.com/v1/worldtime?city=San%20Francisco", {
  headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);

One subscription, the whole get current time in any timezone stack.

Every related API ships with your key — no separate plans, no extra keys, one bill.

See pricing
8APIs in this bundle
99.9%uptime SLA

Wire it into the tools you already run.

Ready-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.

Google Sheets
Log meeting times across cities
WhenNew row added
ThenFetch time → write timezone and time to columns
Slack
Post team timezone summary
WhenSlash command or scheduled
ThenFetch time for team cities → post summary
Airtable
Enrich location records with time data
WhenNew record created
ThenFetch time → populate timezone fields
Notion
Build a world clock database
WhenNew database item created
ThenFetch time → update properties
Salesforce
Enrich leads with timezone data
WhenNew lead created
ThenFetch time → update timezone field
GitHub
Add timezone context to issues
WhenNew issue opened
ThenFetch time → comment with reporter timezone
Browse all integrations

Questions about the API

How do I query the API?
Simply provide a city name (e.g., "New York", "London", "Tokyo"). The API will find matching cities and return their current time, timezone, and date information.
How does the API handle Daylight Saving Time?
The API automatically accounts for DST. The response includes isDST (boolean) and the current offset. When DST transitions occur, the offset updates automatically based on the timezone's rules.
Can I convert between timezones?
Yes! Use the timezone conversion endpoint to convert any timestamp from one timezone to another. Perfect for scheduling meetings across global teams or calculating international delivery times.
How accurate is the time?
Our servers sync with NTP (Network Time Protocol) for accuracy within milliseconds. The returned time reflects the exact moment of the API call.
What metadata is included?
Beyond just the time, we return: UTC offset, DST status, day of week, week of year, Unix timestamp, and formatted date/time strings. Everything you need for display and calculations.
What if multiple cities have the same name?
The API returns an array of foundCities, so you may receive multiple matches. Each result includes the country and province to help distinguish between cities with the same name.

Start building with the World Time API. Free tier, no card required — your key is live in minutes.

Bonus: 300+ more APIs

The same key unlocks every other APIVerve endpoint — reach for them when you need them.

Browse the catalog