Premium Address
"name" : {
"given" : "Bart",
"family" : "Lorang",
"full" : "Bart Lorang"
},
"locations": [
{
"addressLine1": "10221 Vargo Dr.",
"city": "Indianapolis",
"region": "Indiana",
"regionCode": "IN",
"postalCode": "46239",
"country": "United States",
"countryCode": "US"
}
]| Properties: details.locations | |
|---|---|
| addressLine1 string | The street address of the individual |
| city string | City portion of the address |
| region string | State portion of the address |
| regionCode string | Two letter abbreviation for the state |
| postalCode string | Postal code portion of the address |
| country string | Country portion of the address |
| countryCode string | Two-letter abbreviation code for the country |
Updated about 15 hours ago