Address API Get Started

The best way to convert addresses in lat/lng or the other way round

  1. Overview
  2. Example

Overview

Woosmap Address API is a REST API that allows you to autocomplete, geocode and get details on addresses worldwide. Propose search autocompletion to your users by using the Autocomplete endpoint and provide them with address suggestions on every typed character. Geocode (get lat/long for a given address) or reverse geocode (get address for given lat/long) addresses and use results to pin a marker on map, obtain human-readable addresses (thanks to reverse geocoding) or even compute travel distances and duration (from obtained lat/long using our Woosmap Distance API).

        https://api.woosmap.com/address/...

    

You want to benefit from the best addresses you can get? Take a look at Woosmap Localities API that combines worldwide addresses from Address API, with best in class addresses on specific countries (e.g. FR and UK).

Example

Here is a sample of an Address API call using Javascript. It combines calls to Autocomplete endpoint to get suggestions while typing and a call to Details endpoint when clicking a suggestion. This last call allows getting and displaying exact latitude and longitude of the selected address on the map.

Was this article helpful?
Have more questions? Submit a request