Back to All

Address API

Hi,

Are there any plans to make the Address API more robust? Currently you can only query it with an Address ID.

Would like to be able to pass address fragments and have return values that represent possible matches, similar to how Google Maps / Bing Maps APIs work.

Presently, the only way I can think of is to query all addresses and then loop through them and do the location matching on my end; this isn't the end of the world, but it does feel like this should be done on the API instead.