Our technology
The tech that makes Loqate the best location data platform available
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.
How our cutting edge technology performs
We automatically route your traffic to the closest data centre so its performance isn’t impaired.
In the unlikely event of data centre 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 centres 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.
Works with all the well-known platforms
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
Developer resources
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
const url = "https://api.addressy.com/Capture/Interactive/Retrieve/v1.20/json3.wss&Key=AA11-AA11-AA11-AA11&Id=GBR|52509479";
fetch(url, {
method: 'POST',
headers: {
'Content-type': 'application/x-www-form-urlencoded'
}
})
.then(response => response.json())
.then(data => {
if (data.Items && data.Items.length > 0 && typeof(data.Items[0].Error) === "undefined") {
// Your address results e.g. console.log(data.Items[0].Line1);
}
})
.catch(error => console.error('Error fetching data:', error));
Deployment Options
Whatever your implementation needs, our single API for all countries means we can offer flexible deployment options whether on premises, cloud or private cloud.
- Loqate engine installed on end user server
- Transaction and contract options available
- Hosted via the cloud accessed by REST API
- On demand service
- No infrastructure cost
- Purchase transactions
- Loqate engine locally from a web server
- Access via internally hosted web service
- Transaction and contract options available