The foundation of accurate astrology. Build fast location search bars, retrieve exact latitudes and longitudes, and automatically resolve historical Timezone and DST offsets for over 200,000 global cities.
{
"city": "London",
"country": "United Kingdom",
"coordinates": {
"lat": 51.5074,
"lon": -0.1278
},
"timezone": {
"name": "Europe/London",
"utc_offset": "+01:00",
"is_dst": true,
"dst_shift": 60
}
}
Global Cities Database
Timezone & DST Resolution
Sub-50ms Autocomplete
Exact Lat/Lon Mapping
Astrology requires mathematical precision. A wrong timezone or an uncalculated Daylight Saving Time (DST) shift completely ruins a birth chart.
Power your frontend "Place of Birth" inputs with our ultra-fast search API. Users type "Lon", and the API instantly returns "London, UK", "Long Beach, CA", etc.
The hardest part of astrology coding. Pass a birth date (e.g., Aug 15, 1990) and a location. We return the exact timezone offset, factoring in historical DST rules for that specific year.
Every location query returns hyper-accurate Latitude and Longitude floats required by the Swiss Ephemeris to calculate Ascendants and house cusps.
Users can search for locations in multiple languages. Typing "Nueva York" or "New York" will resolve to the exact same geographical entity and coordinates.
Have the user's GPS coordinates? Pass the Lat/Lon into the API to instantly retrieve the name of the nearest city, state, and timezone.
Our database isn't just major capitals. It includes over 200,000 cities, towns, and villages globally to ensure no user is left unable to find their birthplace.
Effortlessly power your UI search bars and backend timezone math.
Designed to be called on every keystroke. Pass a partial string (like "San Fran") and receive a ranked array of matching locations containing city, state, country, and coordinates.
?q=San%20Fran
&limit=5
The most critical endpoint for your Kundli engine. Pass a location's coordinates along with a specific historical timestamp. The API evaluates historical timezone databases (TZDB) to return the exact UTC offset that was active at that exact moment in time.
?lat=37.7749
&lon=-122.4194
&date=1990-08-15
&time=14:30
Everything you need to know about integrating the Geo Location API.
Ensure your astrological charts are mathematically flawless by starting with perfect location data. Get your sandbox keys today.