Our technology
Our data management platform is run from multiple locations around the world, providing low latency performance and high availability wherever you are. Not just that, we continually invest in technology, to deliver the very best experience to you and your customer.
We automatically route your traffic to the closest data center so its performance isn’t impaired.
In the unlikely event of data center failure, your requests won’t be affected, ever.
The security of your data is our number one priority, which is why we’re ISO27001 accredited.
We run our platform from a hybrid environment, using both traditional physical data centers and cloud environments to give the best mix of throughput and usability.
We cross reference, combine and cleanse data from multiple sources to verify addresses, even in emerging markets and hard-to-reach places.
Full HTTPS API is available for all our services, with multiple endpoints so you can access the data in whichever way suits you. We can also give documentation to support this.
We provide an ever-increasing range of pre-built marketplace extensions so you can plug-and-play in a matter of minutes.
See our integrations
Wherever you are and whatever you need, using our solutions is simple. Our APIs seamlessly integrate into any global system, so you can be up and running in minutes.
Developers Hub
var url = "https://api.addressy.com/EmailValidation/Interactive/Validate/v2.00/json3.ws&Key=AA11-AA11-AA11-AA11&Email=email@domain.com&Timeout=100";
var http = new XMLHttpRequest();
http.open('POST', url, true);
http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
http.onreadystatechange = function() {
if(http.readyState == 4 && http.status == 200) {
var response = JSON.parse(http.responseText);
if (response.Items.length > 0 && typeof(response.Items[0].Error) == "undefined") {
//Your validation results
}
}
}
}
http.send(params);
Whatever your implementation needs, our single API for all countries means we can offer flexible deployment options whether on premises, cloud or private cloud.