Skip to main content
A typical address search is made up of a series of Find requests, fired on user input, followed by a Retrieve based on the user selection.
Please note that the Saas Platform is currently only available in North America.

Base URL

All API requests use the same base URL of: https://api-us.platform.loqate.com
We don’t support API connections using HTTP - all calls should use HTTPS.

Authentication

API requests are authenticated using your API key as the value of a “key” parameter on the request. An authenticated sample request would therefore look like this:

Find (GET)

Request parameters

Return fields

The service returns an object with a key of items that contains an array of possible matches.

Example request

Add your API key into the code below for a sample FIND request:

Example response

Retrieve (GET)

Request parameters

Return fields

Example request

Add your API key into the code below for a sample RETRIEVE request:

Example response