The GlobalExpressAddress service is consumed to retrieve results containing all of the available address elements of an address record.
A typical use of the GlobalExpressAddress method is preceded by a call to the GlobalExpressPostalCode service. The GlobalExpressPostalCode service is provided as a means of retrieving postal code, locality, and administrative area combinations using the postal code as the search input.
Columns - Entering the column name will return the column. Specifying a group name will return all columns in the group. Delimit multiple columns with a ,.
gbextras- GB Only. Return UPRN (SourceID) and UDPRN (SupplierID) values for each address. These will be in theExtraselement.results- US Only. Return Address Object result codes for each address in the Extras field. For example, a USPS only address will return"AddrObjectResultCode": "AS01".
Required. The License Key issued by Melissa.
True, False, or blank. When set to True, return results in the native character set for the country. When set to False, return transliterated results in the Latin character set. When set to blank &nativecharset=, return results in the input character set.
Options to modify the output.
poboxes:< true | false >-truewill allow P.O. Boxes and military addresses to be returned with U.S. Addresses.
Default set to True .When set to True this consolidates all suites/apartments/buildings at one address into a single result, using comma-delimited lists for the relevant fields.
- SubBuilding - apt/suite/building identifiers.
- PostalCodeSecondary - ZIP+4 codes for each unit.
- MAK - MelissaAddressKey for each unit.
When set to False will return each suite/apartment as its own individual record.
- Global Express Entry Serverhttps://expressentry.melissadata.net/web/GlobalExpressAddress
- Global Express Entry Server for Javascript responsehttps://expressentry.melissadata.net/jsonp/GlobalExpressAddress
curl -i -X GET \
'https://expressentry.melissadata.net/web/GlobalExpressAddress?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&country=US' \
-H 'Accept: */*' \
-H 'Content-Type: */*'Global Express Address response
Lists result codes for the most recent request. For more information, see Global Express Entry Result Codes.
Lists error codes from any errors caused by the most recent request. For more information, see Global Express Entry Result Codes.
{ "Version": "8.0.0.1249", "ResultCode": "XS02", "ErrorString": "", "Results": [ { … }, { … } ] }