Address Details / Postcode lookup
Supply any UK postcode and return a list of all the addresses on the postcode, including the grid and gps references.

Data Points Included
- UDPRN
- Summary Address
- Formatted Address Lines
- Component Parts
Example Output
"AddressDetails": {
"Postcode": "SW1A 1AA",
"LocationDetails": {
"OsNationalGrid": {
"Eastings": 529090,
"Northings": 179645,
"Reference": {
"GridLetters": "TQ",
"ToOneMetreSquare": "TQ 29090 79645",
"ToTenMetreSquare": "TQ 2909 7964",
"ToOneHundredMetreSquare": "TQ 290 796",
"ToOneKilometreSquare": "TQ 29 79"
}
},
"OnsGeography": {
"Country": {
"Code": "E92000001",
"Name": "England"
},
"NhsRegionalHa": {
"Code": "E19000003",
"Name": null
},
"NhsHa": {
"Code": "E18000007",
"Name": null
},
"AdminCounty": {
"Code": null,
"Name": null
},
"AdminDistrict": {
"Code": "E09000033",
"Name": "Westminster"
},
"AdminWard": {
"Code": "E05000644",
"Name": "St James's"
}
},
"GlobalPosition": {
"Etrs89": {
"Latitude": {
"Dd": 51.50101,
"Dms": {
"Direction": "N",
"Degrees": 51,
"Minutes": 30,
"Seconds": 3.64
}
},
"Longitude": {
"Dd": -0.14159,
"Dms": {
"Direction": "W",
"Degrees": 0,
"Minutes": 8,
"Seconds": 29.72
}
}
}
}
},
"AddressList": [
{
"Udprn": 23747212,
"SummaryAddress": "Buckingham Palace, LONDON, SW1A 1AA",
"FormattedAddressLines": {
"Organisation": "Buckingham Palace",
"Premises": null,
"Street": null,
"Locality": null,
"PostTown": "LONDON",
"County": "London",
"Postcode": "SW1A 1AA"
},
"ComponentParts": {
"PoBox": null,
"SubBuildingName": null,
"BuildingName": null,
"BuildingNumber": "",
"Thoroughfare": null,
"Street": null
}
}
],
"LicenseNotice": "Usage of the AddressList data must be in accordance with the Royal Mail's PAF Data end user license terms, which can be found here: https://ukvehicledata.co.uk/policies/PAFLicencingEUA/PAFLicencingEUA.pdf",
"StatusCode": 0,
"StatusMessage": "Success",
"DocumentVersion": 1
}