Free · Address verification API

Verified addresses,
auto-filled.

The Maiaddy API is free to use, and it does one thing well: it calls up addresses for verification. Add a loccode field to your address form, and let your customers pick their exact address from a dropdown instead of typing it out.

How it works

  • A customer enters their street's loccode into your address field.
  • The API returns every address registered on that street.
  • They select their specific address from the dropdown.
  • Your form auto-fills with a verified, standardized address, no manual entry, no ambiguity.
POST /v1/loccodes/lookup
{
  "loccode": "LA8A 1FU"
}

200 OK
{
  "street": "Admiralty Way",
  "addresses": [
    { "id": "a1", "label": "12B, Admiralty Way" },
    { "id": "a2", "label": "14, Admiralty Way" }
  ]
}

Quick links

Documentation

API Reference

Endpoints, request/response shapes, and status codes.

Read docs →

Authentication

How to request and use your free API key.

Read docs →

Rate limits

Current limits for free usage at scale.

Read docs →

Integration guides

Drop-in examples for checkout and KYC forms.

Read docs →

Start verifying addresses today.

No cost to integrate. Add a loccode field and let your users do the rest.