We has been evaluating SmartyStreets and all is going well. We now have a requirement to separate the house number from an address. Can your service provide the distinct parts of an address?

asked 22 Feb, 10:49

Questions's gravatar image

Questions ♦♦
40182318
accept rate: 15%


test answer.s.dfjsdlfjsdf

link

answered 22 Feb, 10:55

Jeffrey%20-%20SmartyStreets's gravatar image

Jeffrey - SmartyStreets ♦♦
2.2k14
accept rate: 50%

edited 03 Apr, 16:03

Our address verification service provides the individual address components in both the LiveAddress API as well as LiveAddress for Lists. The house number is called the PrimaryNumber.

Here is an example input address:

1600 ampytheatre parkways mountans vieww calforna 90210

Here is the LiveAddress API output:

[ { "input_index": 0, "candidate_index": 0, "delivery_line_1": "1600 Amphitheatre Pkwy", "last_line": "Mountain View CA 94043-1351", "delivery_point_barcode": "940431351000", "components": { "primary_number": "1600", "street_name": "Amphitheatre", "street_suffix": "Pkwy", "city_name": "Mountain View", "state_abbreviation": "CA", "zipcode": "94043", "plus4_code": "1351", "delivery_point": "00", "delivery_point_check_digit": "0" }, "metadata": { "record_type": "S", "county_fips": "06085", "county_name": "Santa Clara", "carrier_route": "C058", "congressional_district": "14" }, "analysis": { "dpv_match_code": "Y", "dpv_footnotes": "AABB", "dpv_cmra": "N", "dpv_vacant": "N", "ews_match": false, "footnotes": "A#B#M#" } } ]

Using LiveAddress for Lists, the output file is called "components".

link

answered 03 Apr, 16:04

Jeffrey%20-%20SmartyStreets's gravatar image

Jeffrey - SmartyStreets ♦♦
2.2k14
accept rate: 50%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×47
×1

Asked: 22 Feb, 10:49

Seen: 169 times

Last updated: 03 Apr, 16:04