A business will have one or many addresses. Middesk geocodes Addresses in all 50 American states, DC, five American territories including AS, GU, MP, PR and VI, Palau, and the Marshall Islands. We also return a variety of details that can be helpful for compliance, fraud, and underwriting decisions.
{
"object": "address",
"address_line1": "2180 Bryant St Ste 210",
"address_line2": null,
"city": "San Francisco",
"state": "CA",
"postal_code": "94110-2141",
"full_address": "2180 Bryant St Ste 210, San Francisco, CA 94110-2141",
"latitude": 37.75938,
"longitude": -122.40994,
"property_type": "COMMERCIAL",
"cmra": false,
"deliverable": true,
"deliverability_analysis": {
"cmra": "N",
"active": "Y",
"vacant": "N",
"footnotes": "N#",
"is_ews_match": null,
"dpv_footnotes": "AABB",
"dpv_match_code": "Y",
},
"sources": [
{
"id": "f074244d-5cf3-4703-950a-73a7d54ee555",
"type": "registration",
"metadata": {
"file_number": "C4221590",
"state": "CA"
}
},
{
"id": "02c1dcb2-6405-478b-9b94-78c7cbea99",
"type": "website",
"metadata": {
"url": "https://www.middesk.com"
}
}
],
"created_at": "2019-01-30T23:49:01.100Z",
"updated_at": "2019-01-30T23:49:01.100Z"
}
Attribute | Type | Description |
---|---|---|
address_line1 |
| The street address of the business. |
address_line2 |
| The second address line typically used for apartment or suite numbers. |
city |
| The city of the business |
state |
| The state of the business |
postal_code |
| The postal code of the business |
full_address |
| Display version of address |
latitude |
| The latitude of the business address |
longitude |
| The longitude of the business address |
property_type |
| The type of property known to be located at this address. Possible values are: |
cmra |
| Indicates when an address is a Commercial Mail Receiving Agency (CMRA). |
deliverable |
| A summary of the deliverability of the address |
deliverability_analysis |
| A nested object containing the granular details of the deliverability of that address |
deliverability_analysis.cmra |
| Indicates when an address is a Commercial Mail Receiving Agency (CMRA). |
deliverability_analysis.active |
| Indicates whether an address is known to be an active address. |
deliverability_analysis.vacant |
| Indicates whether an address that was once known as deliverable is currently vacant. |
deliverability_analysis.is_ews_match |
| Indicates whether an address has been flagged in the Early Warning System. Addresses in EWS are not currently receiving mail but will be shortly. |
deliverability_analysis.dpv_footnotes |
| Provides more granular details into how the deliverability of an address was determined. |
deliverability_analysis.dpv_match_code |
| Status on the ability to deliver mail to some or part of the provided address. Possible values are: |
sources |
| A nested object containing the source details for each source where a given address was identified |
sources[].type |
| The source type for a given address. Possible values are: |
sources[].metadata |
| A nested object containing the specific details for each address source. |
sources[].metadata.file_number |
| The unique identifier of the Secretary of State record where that address was found |
sources[].metadata.state |
| The specific state where that address was found |
sources[].metadata.website |
| The domain where that address was found |
created_at |
| |
updated_at |
|