Get Long/Lat from HTTP/XML Web Service using PostZon Data:
This call, to HTTP/XML Web Service, will retrieve the PostZon Data for a given Postcode, OSRef, Longtitude/Latitude or by Town. This PostZon data is collected from many different source by the Royal mail. The most useful information is Distance from Home Postcode, Longitude and Latitude.
Distance between two postcodes
The distance between two postcodes can be returned. Simply call with Postcode and “Home postcode” provided in the parameters. Our service will then return the distance in km. So approximate charges could be applied to a customer based on the straight line distance.
Postcode to Longitude/Latitude
This is the main use of PostZon data. Simply call with the target Postcode and the PostZon data service will return the Longitude and Latitude. Ideal for mapping and calculating distances.
Longitude/Latitude to Postcode
To get the PostZon record by Longtitude/Latitude, (closest within 10Km) set postcode to the "Longtitude|Latitude" (separated by |). The Postcode found will be returned in pz_postcode.
Town to Longitude/Latitude
To get the Longitude and Latitude of a Town, simply provide the Town name + “,SPACE“ + County in the postcode field. The Longitude and Latitude will then be returned. It is suggested that the town list is displayed using a AJAX search box.
Get PostZon Data from HTTP/XML Web Service:
To get a "Postzon" Geographical Data address from our HTTP/XML Web Service we do the following:
Step 1 Sign up for free 30 day trial
Simply use the "Sign Up for Trial" link at top right of this page to open a trial account. We will then send you a data key, which is used to identify your account, when using the following service.
Step 2 Call XMLService/XMLSearchForPostZonData.aspx to get PostZon record
This call will retrieve the PostZon Data for a given Postcode, OSRef, Longtitude/Latitude or by Town. This PostZon data is collected from many different source by the Royal mail. The most useful information is Distance (in Km) from Home Postcode, Longitude and Latitude.
Parameters
Parameter name | Description |
---|---|
DataKey | Datakey, which is available when account has been created, under the “DataKey” tab of the online account administrator page. |
Username | Only needed if for internal postcode address use |
version | Set 1, this allows us to change XML structure without effecting you software |
ip | IP Address of client. This is optional. We monitor address queries and have had cases where client’s web sites have been used repeatly by one person. Specifying the IP address of each client allows to monitor and block such queries. |
Postcode | Postcode to search for. OR... To get the PostZon record by OSRef, simply set postcode to the OSRef. To get the PostZon record by Longtitude/Latitude, (closest within 10Km) set postcode to the "Longtitude|Latitude" (separated by |). The Postcode found will be returned in pz_postcode. To get the Longitude and Latitude of a Town, simply provide the Town name + “,SPACE“ + County in the postcode field. The Longitude and Latitude will then be returned. It is suggested that the town list is displayed using a AJAX search box. |
homepostcode | To calculate the distance to another postcode, supply the HOME postcode here, this is optional |
Example:
Call HTTP web service with your data key, which is e-mail to you when you open an account, and postcode.
www.simplylookupadmin.co.uk/XMLservice/XMLSearchForPostZonData.aspx?datakey=Your
Data key
&postcode=pe132ql&version=1&homepostcode=BS20
6EL
Returns |
|
Returns
If address returned then <found>=1, else <found>=0,error in <errormessage>
Note: The <pz_geodistancetohomepostcode> contains the distance between:
- &postcode=PE132QL
- &homepostcode=BS20 6EL
Expressed in the parameters. If the optional &homepostcode parameter is omitted then this will be 0.
Parameters
Name | Description |
---|---|
data | Data regarding the status of the account |
record | Address information |
Element : “record” PostZon Data:
Name | Description |
---|---|
pz_postcode | Postcode in the PostZon record |
pz_found | Found Yes or No If no all data is null |
pz_latitude_wgs84 | Latitude. This equals zero if not co-ordinates are available, see extra notes below
|
pz_longitude_wgs84 | Longitude |
pz_geodistancetohomepostcode | Distance from HOME postcode in Kilometres -1 = Error |
pz_osreference | The OSGB36 part of the name refers to the geodetic |
pz_gridrefeast | Ordnance Survey 100m Easting and Northing measurements that refer to the distance east and north from a fixed point just South West of the Isles of Scilly. They indicate the mean centre point of a Postcode to 100m. |
More information on PostZon data, including detail information about the data returned.
Step 4 Testing
Final step is to test, to enable easy testing please use our special test postcodes.
Data Returned:
This type of license returns: (see example below)
- pz_postcode
- pz_found
- pz_latitude_wgs84
- pz_longitude_wgs84
- pz_geodistancetohomepostcode (Distance from "Home Postcode" in km)
- pz_gridstatus (accuracy of the geographic data)
- pz_osreference
More infromation on PostZon data retuned