Questions tagged [smartystreets]

Smarty is an address validation, autocomplete and geocoding API provider and list service providing both commercial and free services.

Smartystreets, renamed to Smarty in 2022 is an API for validation, address , , and reverse geocoding.

Data returned in the APIs include:

  • Input index
  • Candidate index
  • Addressee
  • Delivery Line 1
  • Delivery Line 2
  • Last Line
  • Delivery Point Barcode
  • Urbanization
  • Primary number
  • Street name
  • Street predirection
  • Street postdirection
  • Street suffix
  • Secondary number
  • Secondary designator
  • PMB designator
  • PMB number
  • City
  • State
  • ZIP Code
  • ZIP+4 Code
  • Delivery Point
  • Delivery Point Check Digit
  • Record type
  • County FIPS Code
  • County name
  • Carrier route
  • Congressional district
  • Building default indicator
  • RDI (residential/commercial)
  • Latitude
  • Longitude
  • Precision
  • Time Zone
  • UTC offset
  • Observes DST
  • DPV™ match code
  • DPV™ footnotes
  • CMRA
  • Vacant
  • Active
  • EWS match
  • Footnotes
  • LACSLink code
  • LACSLink indicator

Smarty's primary technology stack is , , and for the front-end, .

55 questions
2
votes
3 answers

SQL Server Assembly that calls an API

I am having an issue with SQL Server assemblies that have to make an API call to an outside service, SmartyStreets. I've created a DLL which references the SmartyStreets DLL. This new DLL will take address fields, call the API and return a…
2
votes
1 answer

How can I apply SmartyStreets validation to two forms in the same page?

``` .col-md-6 %h3 US Address %form.form-horizontal %label Street Address %input.form-control{id: 'street', name: 'street', style: 'margin-bottom: 10px;font-size:13px;height:30px"'} %label City %input.form-control{id: 'city', name: 'city', style:…
Sergio Tapia
  • 9,173
  • 12
  • 35
  • 59
2
votes
2 answers

Deactivating Smarty Streets functionality

I have a form with which I am using Smarty Streets Live Address validation. In general it works well. In the case where a user has begun entering address information, though, the Live Address validation can get in the way. The most specific problem…
lynnjwalker
  • 741
  • 5
  • 11
  • 25
1
vote
2 answers

Smartystreets API shows Cors Issue

I currently have a free account in SmartyStreets (aka Smarty) and need to integrate the autocomplete functionality. But after integrating the API using static values, it shows a CORS issue. Also, i have already tried the Access-Control-Allow-Origin…
1
vote
0 answers

How to measure relevance of address auto suggestion?

I am fairly new to auto-suggestion world. My area of interest is to provide top 'N' address suggestions (output) for partial address (input). Like how google maps does it or uber app does it when you type in a partial address. I have explored few…
JBourne
  • 335
  • 1
  • 3
  • 12
1
vote
1 answer

Address Normalisation API for desktop Application in JAVA

I have address, it is poorly formatted addresses or incomplete addresses or spelling mistakes. I want to get proper address even though. How to find proper address in Java for Web Application (Desktop Application)? Note: API should be free open…
1
vote
1 answer

Bootstrap 4 / Popper.js interfering with Autosuggestions

I have a feature that does address verification with smartystreets api I am also using a template with bootstrap4 / popper.js and jquery of course. If you click both links, you will see the behavior. It will either break the address verification…
weekapaug
  • 332
  • 1
  • 4
  • 15
1
vote
3 answers

AJAX return from SmartyStreets API

I am having trouble actually returning any kind of object using this AJAX call. I know I am doing something wrong, but I have no idea where. I hope someone can help me I am looking to return an element in the object "zip". I would like to have any…
watkins1179
  • 83
  • 1
  • 7
1
vote
1 answer

SmartyStreets Integrations with AWS Lambda

I have been searching around, looking for information or tutorials to integrate the SmartyStreets API with an application I wish to deploy to AWS. I have created a service that creates entries of addresses in a DynamoDB table, but geolocation data…
1
vote
1 answer

How to use smartystreets with python

I've installed smartystreets: pip install smartystreets.py In the documentation page https://pypi.python.org/pypi/smartystreets.py/0.2.1 Thaey have this: Create a client instance with your key: client = SmartyStreets(AUTH_ID, AUTH_TOKEN) but I…
Luis Ramon Ramirez Rodriguez
  • 9,591
  • 27
  • 102
  • 181
1
vote
1 answer

C# Smarty Streets POST request

I'm trying to send a POST to the Smarty Streets API, but the response I'm getting back is a malformed payload. I went through the documentation on the site and I think I have everything formed correctly to send. I even used Fiddler to see what I"m…
jckepstein
  • 11
  • 2
1
vote
1 answer

How to disable SmartyStreets/LiveAddress via onclick event

I've inherited SmartyStreets/LiveAddress code implemented in a SquirrelCart shopping cart application, and need help figuring out the syntax to disable the SmartyStreets/LiveAddress verification with an onclick event that copies the billing address…
1
vote
0 answers

jQuery smartystreets callback error

I'm trying to implement single line adress validation in my project. The suggestions work, except for the validation. I get this error…
1
vote
3 answers

How to verify default values with LiveAddress jquery plugin?

I'm using Smarty Street's LiveAddress jQuery plugin (2.4 branch). Sometimes the address will already be provided when the form loads. What's the best way to have a pre-loaded address verify on page load? e.g. form:
Corie Slate
  • 616
  • 9
  • 19
1
vote
1 answer

How do I have a form submit values to an ng-repeat list item that's on the same page?

I asked this as part of another question yesterday, but I think it is best to break this into its own question. I have a registration form which asks the user for name, address, email, etc. In return, smartystreets API returns suggested addresses…
Emil
  • 1,131
  • 13
  • 23