
Timezone & World Time API
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.
Inicio Rápido
Suscríbete para obtener acceso instantáneo a la API con tu clave única.
Ver Planes de PreciosAvailable 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' }
});