Our 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
Batch Forward Geocoding
This API is the same as the Forward Geocoding API, but accepts up to 1000 addresses in a jSON format as input via POST. It then processes all and returns the results as a single array.
See Documentation