Timezone & World Time API logo

Timezone & World Time API

Bydataandapis.com
|
Utilities
|
1 tokens / call

Get the current local time, UTC offset, and daylight-saving status for any of the 400+ IANA timezones. Look up time by timezone name, or list every supported zone — backed by the canonical IANA timezone database, no API juggling required.

Quick Start

Subscribe to get instant API access with your unique API key.

View Pricing Plans

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Query Parameters

timezone(Optional)

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});