API ReferenceChangelog
Changelog
added

Address Lines 1 and 2

Going forward, enrichments will include two new fields: addressLine1 and addressLine2. This change will hopefully improve usability of our location data.

The existing address field will continue to exist unchanged.

"location": [
  {
    ...
    "address": "1234 W 5th Ave Suite 100",
    "addressLine1": "1234 W 5th Ave",
    "addressLine2": "Suite 100",
		...
  }
]