Express Entry:ExpressStreet
Jump to navigation
Jump to search
URL
REST
Use URL Standard http://expressentry.melissadata.net/web/ExpressStreet Secure https://expressentry.melissadata.net/web/ExpressStreet
JSON
Use URL Standard http://expressentry.melissadata.net/jsonp/ExpressStreet Secure https://expressentry.melissadata.net/jsonp/ExpressStreet
ExpressStreet
ExpressStreet is a means for retrieving the streets (U.S.) within a ZIP Code using the ZIP Code and beginning of the street name (line 1) as the Input.
Example Call
http://expressentry.melissadata.net/web/ExpressStreet?format={FORMAT}&id={ID}&line1={line1}&postalcode={POSTALCODE}&maxrecords={MAXRECORDS}
Schema
- ?format=
- The response will be formatted according to the value set here.
- Valid values are: XML and JSON.
- &id=
- The ID element can contain your user ID, a complete License Key, or a token.
- &line1=
- Line 1 is used to limit the search to streets beginning with the specified letter or letters. For example, a line1 parameter of ‘a’ will return all streets beginning with ‘a’ in the specified ZIP Code.
- &postalcode=
- The postal code field is used to narrow the search to the specified ZIP Code.
- &maxrecords=
- Maxrecords is provided to control the number of results returned from a request to the service.
- The default value is 10 and the maximum is 100 records.