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.
Classes
- lqtServer
- lqtProcessList
- lqtProcessOptions
- lqtInputRecord
- lqtProcessResult
- lqtMatchInfo
Enumerations
- fieldStatus
- processStatus
- serverStatus
Examples
- C++ API Example
- Java API Example