GlobalExpressPostalCode is provided as a convenient method for quickly retrieving locality and administrative area information using the postal code as the input. A subsequent call to GlobalExpressAddress benefits greatly by using the locality and administrative area information from GlobalExpressPostalCode with GlobalExpressLocalityAdministrativeArea.
- Global Express Entry Serverhttps://expressentry.melissadata.net/web/GlobalExpressPostalCode
- Global Express Entry Server for Javascript responsehttps://expressentry.melissadata.net/jsonp/GlobalExpressPostalCode
curl -i -X GET \
'https://expressentry.melissadata.net/web/GlobalExpressPostalCode?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&country=US&postalcode=92688' \
-H 'Accept: */*' \
-H 'Content-Type: */*'Global Express Locality Administrative Area 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.
Response
{ "Version": "8.0.0.1249", "ResultCode": "XS02", "ErrorString": "", "Results": [ { … }, { … } ] }