Back to catalog
🗺️

Timezones Dictionary API

API Key

This API returns a list of all available timezones for your application

🗺️GeocodingHTTPSCORS enabled

Timezone Info

Details for a given timezone identifier

TimezoneAmerica/New_York
Utc Offset-05:00
AbbreviationEST
Current Time2026-02-25T14:30:00-05:00
Dst ActiveNo

Sample Response

response.json
1{
2 "timezone": "America/New_York",
3 "utc_offset": "-05: 00",
4 "abbreviation": "EST",
5 "current_time": "2026-02-25T14: 30: 00-05: 00",
6 "dst_active": false
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/data-lists-timezone" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs