Skip to content

Instantly share code, notes, and snippets.

Created August 14, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1423d4768dd9b88262ca513626e68d8e to your computer and use it in GitHub Desktop.
Save anonymous/1423d4768dd9b88262ca513626e68d8e to your computer and use it in GitHub Desktop.
SmartyStreets API Demo
[
{
"input_index": 0,
"candidate_index": 0,
"delivery_line_1": "1 N Rosedale St",
"last_line": "Baltimore MD 21229-3737",
"delivery_point_barcode": "212293737013",
"components": {
"primary_number": "1",
"street_predirection": "N",
"street_name": "Rosedale",
"street_suffix": "St",
"city_name": "Baltimore",
"state_abbreviation": "MD",
"zipcode": "21229",
"plus4_code": "3737",
"delivery_point": "01",
"delivery_point_check_digit": "3"
},
"metadata": {
"record_type": "S",
"zip_type": "Standard",
"county_fips": "24510",
"county_name": "Baltimore City",
"carrier_route": "C047",
"congressional_district": "07",
"rdi": "Residential",
"elot_sequence": "0059",
"elot_sort": "A",
"latitude": 39.28602,
"longitude": -76.6689,
"precision": "Zip9",
"time_zone": "Eastern",
"utc_offset": -5,
"dst": true
},
"analysis": {
"dpv_match_code": "Y",
"dpv_footnotes": "AABB",
"dpv_cmra": "N",
"dpv_vacant": "N",
"active": "Y"
}
},
{
"input_index": 0,
"candidate_index": 1,
"delivery_line_1": "1 S Rosedale St",
"last_line": "Baltimore MD 21229-3739",
"delivery_point_barcode": "212293739011",
"components": {
"primary_number": "1",
"street_predirection": "S",
"street_name": "Rosedale",
"street_suffix": "St",
"city_name": "Baltimore",
"state_abbreviation": "MD",
"zipcode": "21229",
"plus4_code": "3739",
"delivery_point": "01",
"delivery_point_check_digit": "1"
},
"metadata": {
"record_type": "S",
"zip_type": "Standard",
"county_fips": "24510",
"county_name": "Baltimore City",
"carrier_route": "C047",
"congressional_district": "07",
"rdi": "Residential",
"elot_sequence": "0064",
"elot_sort": "A",
"latitude": 39.2858,
"longitude": -76.66889,
"precision": "Zip9",
"time_zone": "Eastern",
"utc_offset": -5,
"dst": true
},
"analysis": {
"dpv_match_code": "Y",
"dpv_footnotes": "AABB",
"dpv_cmra": "N",
"dpv_vacant": "N",
"active": "Y"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment