cURL
curl --request GET \ --url https://api.addressy.com/Geocoding/UK/ReverseGeocode/v1.10/json6.ws
200
Success
{ "Items": [ { "Postcode": "WR2 6NJ", "Distance": "92.7", "Easting": "381687", "Northing": "259432", "Latitude": "52.2327", "Longitude": "-2.2696", "OsGrid": "SO 81687 59432" } ]}
Convert UK coordinates to nearest postcode. Accepts latitude/longitude or easting/northing input and returns distance with OS grid references.
The key to use to authenticate to the service.
A postcode or coordinates (latitude, longitude or easting, nothing) of the centre of the search.
Show child attributes
The postcode that is nearest to the given location.
The distance in metres from the CentrePoint to this record.
The easting coordinate of the location. Represents a distance in meters east from the most south westerly position of the GB mapping grid.
The northing coordinate of the location. Represents a distance in meters north from the most south westerly position of the GB mapping grid.
The WGS84 latitude coordinate of the location.
The WGS84 longitude coordinate of the location.
The OS grid reference for the location.
Was this page helpful?