Try our High Performance Text File Batch Processing Tool (No Coding Required): Match, Standardize, Verify, and Enrich Data within CSV/TSV Files in Seconds: Start Now!

Address Parse API

Parses free-form addresses into individual address components

API Overview

This API parses a free-from address, including US and global addresses, into its individual address elements for easier handling, formatting, and usage.

AI-Powered

Utilizes advanced AI and pattern matching techniques for accurate address parsing.

International

Supports global addresses as well as US addresses.

Comprehensive

Can handle multi-line, complex addresses.

API Details

Endpoint

https://api.interzoid.com/addressparse

Request Format

https://api.interzoid.com/addressparse?license=[licensekey]&address=[full address]

Sample Request

https://api.interzoid.com/addressparse?license=8a00c2474d**********&address=922 N 5th St Suite 100A Phoenix AZ 85004

Sample Response

{"StreetNumber":"922","PreDirection":"N","StreetName":"5th","StreetSuffix":"St","PostDirection":"","UnitType":"Ste","UnitNumber":"100A","City":"Phoenix","StateProvince":"AZ","PostalCode":"85004","Country":"USA","Special":"","BuildingName":"","Organization":"","AdditionalInformation":"","Code":"Success","Credits":"200650"}

cURL Example (with API key in header)

curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/addressparse?license=8a00c2474d**********&address=922 N 5th St Suite 100A Phoenix AZ 85004"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=address-parse&apikey=your-api-key&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

Additional Resources

Try this API Interactively

Our API interactive usage tool enables you to try this API interactively with a user interface and without writing code. The tool is available for all of our APIs.

Try it Now
Use this API in a High-Performance, No-Code, Cloud Batch Mode

Our No-Code batch tool enables you to quickly use this API within our parallel-processing Cloud platform, processing text files (CSV/TSV) with a few clicks and without writing code. This is the fastest and easiest way to use this API with higher volumes of data, enabling results in minutes

Start Now