Skip to main content

Integrating the Loqate API

How to integrate Loqate with the below available platforms:

C++

Java

.NET

Multithread

Installed API Reference

The Loqate API is a class-based API designed to be easy and intuitive to use in today’s preferred class-based languages, as well as easy to wrap into a web service. When calling from Java the classes can be found in the com.loqate package. When calling from .NET the classes can be found in the com.loqate namespace.
Please ensure that the following characters are not in the addresses you send to the Loqate engine: ~ (tilde), % (percentage), and * (asterisk)

Classes

lqtServer

lqtProcessList

lqtProcessOptions

lqtInputRecord

lqtProcessResult

lqtMatchInfo

Enumerations

fieldStatus

processStatus

serverStatus

Examples

C++ API Example

Java API Example