Time Zones API

Time Zones API

Highly performant, global, point on earth to timezone API

0 followers

This API takes a latitude and longitude and gives back the time zone that the location is in. Based on Cloudflare Edge infrastructure, this API is highly performant and low latency from anywhere in the world.
Time Zones API gallery image
Time Zones API gallery image
Free
Launch tags:
API•Developer Tools
Launch Team

What do you think? …

Leo Selie
Love it! Are you planning on adding locations based on cities as well? That would make this API complete IMO!
Niko Roberts
@leo_at_zapier you mean City > Time Zone? e.g. “Brighton” > “Europe/London”
Niko Roberts
@leo_at_zapier not sure how feasible that is. Reverse geocoding is a much bigger problem because of shared names, city name translations, etc
Leo Selie
@nikoroberts Europe/London would be great indeed! Maybe if there's a GET that returns cities in an array could help some of that as well? Thanks for considering!
Niko Roberts
@leo_at_zapier so you mean you would like to pass in the timezone and get a list of cities? “Europe/London” > “[“London”,”Manchester”,…]
Leo Selie
@nikoroberts hmmm... I think I would love to send "Europe/London" and get back "UTC+1" and separately a GET with "London" which could(/should?) should have a flag for a fuzzy search and return an array with available locations and their timezone. I'm just thinking that not everyone with have the long/lang but still would like to dynamically retrieve timezone settings, if that makes sense?
Basharath
It's a nice too. Does it allow to check the time zone with country or city names?
Niko Roberts
@basharath not currently. Countries can have multiple time zones. That’s probably a fairly easy list to compile and then perform a lookup against to return an array of timezones.