Attributes (US)

AttributeData typeDescription
line1stringAddress line 1 (e.g., street, PO Box, or company name).
line2stringAddress line 2 (e.g., apartment, suite, unit, or building).
citystringCity, district, suburb, town, or village.
statestringState, county, province, or region.
zipcodestringZIP or postal code.
countrystringTwo-letter country code (ISO 3166-1 alpha-2).
"address":{
         "line1":"633 Folsom St",
         "line2":"apt.2",
         "city":"San Francisco",
         "state":"CA",
         "zipcode":"94107",
         "country":"US"
 }