Geolocation APIs

Forward Geocoding
Forward Geocoding is the process of feeding the API addresses and having it return coordinate pairs. This service is useful for address verification and mapping purposes.
See Documentation
Reverse Geocoding
Reverse Geocoding is the process of feeding coordinate pairs into the API and having it return address or location details for the given coordinates.
See Documentation
Time API
This API returns the current date and time at a particular location by coordinates. Also tells the timezone in GMT offset format as well as machine readable UNIX format.
See Documentation
Local Info
This API returns such information including for example the calling code of country, ccTLD (domain), timezone name, etc. from a given set of coordinates.
See Documentation