Pass America/New_York or UTC and get the offset, abbreviation, whether daylight saving is active, a readable name, and the next clock change. Add ?at= to check any moment, not just now.
Try it
$ curl "https://api.parseapi.com/timezone/America%2FNew_York" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~44ms · USA { "timezone": "America/New_York", "name": "Eastern Time", "abbreviation": "EDT", "offset": "-04:00", "offset_minutes": -240, "dst": true, "next_dst": { "at": "2026-11-01T06:00:00.000Z", "dst": false, "offset": "-05:00", "abbreviation": "EST" } }
Response fields
SPEED
Median time for a /timezone response to reach a real city, first byte back, measured live from 16 cities. Not a lab benchmark. The whole trip.
US
44ms
EU
49ms
APAC
66ms
LatAm
78ms
ME
130ms