Parse & Normalize AddressesInto ISO 20022 Format

Transform free-form addresses into structured, ISO 20022/SEPA compliant format with geocoding, validation, and confidence metrics. Perfect for financial services, e-commerce, and logistics.

$ curl -X POST https://api.address-to-iso20022.com/v1/normalize \
$ -H "Content-Type: application/json" \
$ -H "Authorization: Bearer YOUR_API_KEY" \
$ -d '{"address": "221B Baker Street, London, NW1 6XE, UK"}'
# Response:
$ {
$ "original_address": "221B Baker Street, London, NW1 6XE, UK",
$ "structured_address": {
$ "StrtNm": "Baker Street",
$ "BldgNb": "221B",
$ "TwnNm": "London",
$ "PstCd": "NW1 6XE",
$ "Ctry": "GB",
$ "CountryName": "United Kingdom"
$ },
$ "geolocation": {
$ "latitude": 51.5237,
$ "longitude": -0.1585
$ },
$ "confidence": {
$ "parsing_confidence": 1.0,
$ "geocoding_confidence": 0.92,
$ "overall_confidence": 0.96
$ }
$ }

Powerful Address Processing Features

Everything you need to parse, validate, and geocode addresses

ISO 20022 / SEPA Compliant

Structured address format compliant with ISO 20022 and SEPA standards, perfect for financial transactions and banking systems.

Global Address Support

Parse addresses with intelligent format detection. Currently supports UK and European addresses — we’re working on supporting other countries.

Fast & Accurate Geocoding

Get latitude/longitude coordinates with OpenStreetMap integration. Verify building existence and match addresses with confidence metrics.

Input Validation & Security

Built-in validation protects against injection attacks. Comprehensive sanitization ensures safe address processing.

Confidence Metrics

Receive detailed confidence scores for parsing and geocoding. Know how reliable each address normalization result is.

RESTful API

Simple REST API with comprehensive documentation. Easy integration with any application or service.

Ready to integrate Address Parsing?

Get started in minutes with our simple REST API. Sign up for an account, get your API key, and start parsing addresses. Perfect for financial services, e-commerce platforms, and logistics applications.

Free tier available for testing
Comprehensive API documentation
Usage monitoring and analytics
Address to ISO 20022 API - Parse & Normalize Addresses