Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.loqate.com/llms.txt

Use this file to discover all available pages before exploring further.

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