Del via


Address Labs (Independent Publisher) (Preview)

A free API which parses an address within the United States into it's individual components.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Richard Wilson
URL https://www.richardawilson.com/
Email richard.a.wilson@microsoft.com
Connector Metadata
Publisher Richard Wilson
Website https://addresslabs.com/
Privacy policy https://addresslabs.com/
Categories Data

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Parse Address

Returns the parsed address information from a single address string.

Parse Address

Returns the parsed address information from a single address string.

Parameters

Name Key Required Type Description
Address
address True string

The address you would like to parse, e.g., '5404 Wisconsin Ave #700 Chevy Chase MD 20815'

Returns

Name Path Type Description
Street Number
number string

Street number.

Street Name
street string

Street name.

Street Suffix
street_suffix string

Street suffix, for example 'St', 'Rt', 'Ave', etc.

Unit
unit string

Unit.

Unit Designator
unit_designator string

Unit designator, for example 'Apt', 'Ste', 'Ut', etc.

Street Pre Direction
street_pre_direction string

Directional designator appearing before street name, e.g., 'N' in '1 N Main St'.

Street Post Direction
street_post_direction string

Directional designator appearing after street name, e.g., 'NW' in '901 K St NW'.

Second Street Name
street2 string

Second street name, if the address is an intersection of two streets.

Second Street Suffix
street2_suffix string

Suffix of the second street.

Second Street Pre Direction
street2_pre_direction string

Directional designator appearing before the second street name.

Second Street Post Direction
street2_post_direction string

Directional designator appearing after the second street name.

City
city string

City.

State
state string

State abbreviation.

State FIPS Code
state_fips string

State FIPS code.

ZIP Code
zip string

5-digit ZIP code.

ZIP+4 Code
zip4 string

Plus-four ZIP digits.

Is Intersection
intersection boolean

Boolean indicating whether the address is an intersection or not.

Delivery Address Line
delivery.address_line string

First line of the address formatted following USPS guidelines.

Delivery Last Line
delivery.last_line string

Second line of the address formatted following USPS guidelines.

Input Address
input string

Input address string.