Not Yet Built Data (NYB)
The Not Yet Built (NYB) data provides valuable insights into postcodes and addresses for properties that are currently under construction or in the planning stage. This document outlines the significance of NYB data, its applications, and the benefits it offers to various organizations.
Understanding NYB Data
NYB data serves as a powerful marketing tool utilized by organizations across multiple sectors. It offers a comprehensive view of future developments, enabling businesses to strategize effectively.
Key Benefits of NYB Data
Access to New Markets: NYB data allows organizations to identify potential areas for future developments, opening doors to new market opportunities.
Accurate and Timely Information: The data is updated daily with information from Royal Mail, which ensures that users have access to the most current data.
Competitive Advantage: By understanding where potential customers will live and work, businesses can shape their marketing strategies to gain a competitive edge.
Data Source and Volume
The NYB data is powered by the Postcode Address File (PAF), which bridges the gap in address information. In the UK, approximately 100,000 new properties are constructed annually, and the NYB dataset contains over 500,000 records, making it a robust resource for market analysis.
Integration with Autoaddress Services
The Autoaddress service includes NYB data as part of the UK dataset at no additional cost or setup fees. This data is returned in the same format as built addresses, ensuring seamless integration into existing systems.
For determining if an address is Not Yet Built, the returned ID for these addresses will begin with GB100000000.
Output Format
The following is a sample JSON response for a NYB address.
{
"type": "lookup",
"message": {
"id": 100,
"language": "en",
"value": "Address Found"
},
"address": {
"id": "GB1000000001",
"language": "en",
"charset": "Latn",
"variation": "P",
"lines": [
{
"key": "AddressLine1",
"value": "DURHAM UNIVERSITY"
},
{
"key": "AddressLine2",
"value": "Teaching & Learning Centre, South Road"
}
],
"city": {
"value": "DURHAM"
},
"region": {
"value": "DURHAM"
},
"postcode": {
"value": "DH1 3LU"
},
"country": {
"language": "en",
"value": "United Kingdom",
"iso": "GB"
},
"label": [
"DURHAM UNIVERSITY",
"Teaching & Learning Centre",
"South Road",
"DURHAM",
"DH1 3LU",
"UNITED KINGDOM"
]
},
"data": {
"location": {
"latitude": 54.76808072,
"longitude": -1.5784422,
"crs": "EPSG:4258",
"accuracy": "UNKNOWN"
},
},
"links": [
{
"rel": "self",
"href": "https://api.autoaddress.com/3.0/lookup?aa3Id=GB1000000001_Latn_en_P&country=GB&h3Index=087194ad0cffffff&language=en&sig=72a8f5a3922fb68b062c5ec2eacf9b1c&token=<YOUR_TOKEN>&version=3.1.72",
"title": "self"
},
{
"rel": "autoaddressformlayout",
"href": "https://api.autoaddress.com/3.0/autoaddressformlayout?token=<YOUR_TOKEN>&country=GB&language=en&selectedCountry=GB&selectedLanguage=en&aa3Id=GB1000000001_Latn_en_P&sig=XXXXXX",
"title": "autoaddressformlayout"
}
]
}