The United Kingdom is home to one of the most sophisticated and dynamic address infrastructures in the world, supporting over 30 million delivery points across urban, rural, and remote regions. This system underpins everything from e-commerce and logistics to public services and financial compliance, making accurate address data a critical asset for businesses and government alike.

Standard address format

A simple business address might look like the below example.

"address": {
    "address_line_1": "Experian",       // Lines 1-3 contain flexible delivery information
    "address_line_2": "1 Main St",      // like organization, street, PO Box, etc
    "address_line_3": "",
    "locality": "LONDON",               // Post town
    "region": "",
    "postal_code": "AA1 1AA",           // Postal code
    "country": "UNITED KINGDOM"         // Country name
}

Address and Enrichment datasets

The Postcode Address File (PAF) is compiled, updated and supplied by Royal Mail. Experian receives new complete set of PAF data from Royal Mail on a monthly basis, as well as daily updates. In addition to cleaning and reformatting the PAF, Experian also enhances the data supplied from Royal Mail and creates the United Kingdom dataset.

Country ISO3 gbr
Dataset identifier gb-address
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Update frequency Daily or monthly

The United Kingdom dataset is essential for organizations that rely on precise and validated address data. It supports a wide range of applications including address verification, data cleansing, customer onboarding, fraud prevention, and logistics optimization. Businesses use PAF to reduce failed deliveries, improve customer experience, and streamline operations. It also plays a critical role in e-commerce, financial services, utilities, and public sector services by enabling accurate identification and communication with individuals and businesses.

The United Kingdom dataset is often used in conjunction with additional datasets like Multiple Residence and Not Yet Built to provide even deeper insights into UK addresses. Its reliability and comprehensiveness make it a cornerstone of address management and data quality solutions across industries.

Include gb-address in the datasets array within your /Search, /Validate or /Lookup request. See an example of a partial /Search request and response structure below.

Request Response
{
  "country_iso": "GBR",
  "components": {
    "unspecified": [
      "1 main"
    ]
  },
  "datasets": [ "gb-address" ]
}
{
  "result": {
    "more_results_available": boolean,
    "confidence": "string",
    "suggestions": [
      {
        "global_address_key": "string",
        "text": "string",
        "matched": [[integer, integer]],
        "format": "string"
      }
    ]
  }
}

United Kingdom Location Essential combines Royal Mail's trusted PAF data with unique numeric identifiers (UPRNs) and high-accuracy geolocation from Ordnance Survey. Add rooftop lat/long and British National Grid coordinates to your validated addresses - perfect for mapping, analytics, and location-based services.

Dataset identifier uk_location_essential
Data source Ordnance Survey. © Crown copyright and database rights 2019.
Update frequency Monthly

United Kingdom Location Essential represents a comprehensive location dataset enabling you to combine Royal Mail's Postal Address File (PAF) with a unique numeric identifier (UPRN) for every addressable location in Great Britain (England, Scotland, and Wales). You can append British National Grid's easting and northing coordinates, and building roof top latitude and longitude information from Ordnance Survey to your validated addresses. As such, it enables customers to precisely pinpoint the physical location of a given address on a map.

This dataset does not include addresses from Isle of Man, Channel Islands or Northern Ireland.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the uk_location_essential Enrichment set below.

Attribute Type Description
latitude double Decimal latitude coordinate for the address location.
longitude double Decimal longitude coordinate for the address location.
match_level string Precision level of the geocoded coordinates for the address.
udprn string Unique Delivery Point Reference Number assigned to the address.
uprn string Unique Property Reference Number assigned to the address.
x_coordinate double Easting (X-axis) value in the national grid reference system.
y_coordinate double Northing (Y-axis) value in the national grid reference system.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the uk_location_essential object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "uk_location_essential": [
            "latitude",
            "longitude",
            "match_level",
            "udprn",
            "uprn",
            "x_coordinate",
            "y_coordinate"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "uk_location_essential": {
                "latitude": double,
                "longitude": double,
                "match_level": "string",
                "udprn": "string",
                "uprn": "string",
                "x_coordinate": double,
                "y_coordinate": double
            }
        }
    }
}

United Kingdom Location Complete combines Royal Mail's trusted PAF data with UPRNs and high-accuracy geolocation from Ordnance Survey. The ability to add rooftop latitude/longitude and British National Grid coordinates to your validated addresses makes this dataset perfect for mapping, analytics, and location-based services.

Dataset identifier uk_location_complete
Data source Ordnance Survey. © Crown copyright and database rights 2019.
Update frequency Monthly

United Kingdom Location Complete represents a comprehensive location dataset enabling you to combine Royal Mail's Postal Address File (PAF) with a unique numeric identifier (UPRN) for every addressable location in Great Britain (England, Scotland, and Wales). You can append British National Grid's easting and northing coordinates, and building roof top latitude and longitude information from Ordnance Survey to your validated addresses. As such, it enables customers to precisely pinpoint the physical location of a given address on a map.

This dataset includes addresses from Isle of Man, Channel Islands, and Northern Ireland.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the uk_location_complete Enrichment set below.

Attribute Type Description
latitude double Decimal latitude coordinate for the address location.
longitude double Decimal longitude coordinate for the address location.
match_level string Precision level of the geocoded coordinates for the address.
udprn string Unique Delivery Point Reference Number assigned to the address.
uprn string Unique Property Reference Number assigned to the address.
x_coordinate double Easting (X-axis) value in the national grid reference system.
y_coordinate double Northing (Y-axis) value in the national grid reference system.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the uk_location_complete object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "uk_location_complete": [
            "latitude",
            "longitude",
            "match_level",
            "udprn",
            "uprn",
            "x_coordinate",
            "y_coordinate"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "uk_location_complete": {
                "latitude": double,
                "longitude": double,
                "match_level": "string",
                "udprn": "string",
                "uprn": "string",
                "x_coordinate": double,
                "y_coordinate": double
            }
        }
    }
}

Deliver pinpoint location accuracy across Great Britain with postcode-level grid references at both 100m and 1m resolution. Whether you're mapping, analyzing, or integrating location data, our solution provides reliable coordinates based on the centroid of each postcode — powered by trusted data from Royal Mail and Ordnance Survey.

Dataset identifier gbr_location_grid
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Ordnance Survey. © Crown copyright and database rights 2019.
National Statistics data © Crown copyright and database right 2019.
Update frequency Quarterly

Postzon

Coordinate Enrichment set that returns a grid reference for a postal code in Great Britain with a resolution of 100m. All returned grid coordinates have a total of 10 digits (5 digit Easting, 5 digit Northing), with leading zeros where necessary. However, some parts of the North of Great Britain can have a leading 1.

The returned grid reference is the closest to the centroid property in the address postal code. There are no 100m grid references for the Channel Islands or the Isle of Man.

CodePoint

Coordinate Enrichment set that returns a unique national grid coordinate for each postal code in Great Britain to a resolution of 1 metre. The grid reference given is that of the centroid property in the postal code. Values are returned to a resolution of 1m. Grid resolution refers to a property being within the 1m grid sector box, anchored in the bottom lefthand corner by a grid reference. So, the property can be anywhere within that 1m grid sector box.

All grid coordinates have a total of 14 digits (7 digits Easting, 7 digits Northing). However, 6 digit Eastings and Northings may also be returned, as leading zeros are removed. CodePoint includes the 121 postal code areas in England, Scotland, Wales and Northern Ireland, but does not include postal code areas for the Isle of Man or the Channel Islands.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_location_grid Enrichment set below.

Postzon element

Attribute Type Description
x_coordinate double Native Easting coordinate using OS or OSNI grid reference (Northern Ireland uses a different projection).
y_coordinate double Native Northing coordinate using OS or OSNI grid reference (Northern Ireland uses a different projection).
os_x_coordinate double Easting coordinate based on the standard UK 100m OS grid projection.
os_y_coordinate double Northing coordinate based on the standard UK 100m OS grid projection.
latitude double Latitude in WGS84 format, compatible with GPS and precise to six decimal places.
longitude double Longitude in WGS84 format, compatible with GPS and precise to six decimal places.
os_landranger string OS Landranger grid reference derived from os_x_coordinate and os_y_coordinate.

CodePoint element

Attribute Type Description
x_coordinate double Native Easting coordinate using OS or OSNI grid reference; Northern Ireland uses a different projection.
y_coordinate double Native Northing coordinate using OS or OSNI grid reference; Northern Ireland uses a different projection.
pqi string Indicator of grid accuracy based on the quality of AddressPoints used.
is_delivery_service string Indicates whether the postcode is a Delivery Service (e.g., PO Box); value is "Yes" or "No".
ndp string Total number of delivery points listed in PAF for the postcode.
ndp_pqi string Number of matched addresses in the postcode sharing the same PQI as this one.
ndp_delivery_service string Number of delivery points associated with a Delivery Service.
ndp_domestic string Number of domestic delivery points without a PAF organization name, excluding Delivery Service points.
ndp_commercial string Number of commercial delivery points with a PAF organization name, excluding Delivery Service points.
ndp_matched string Number of valid AddressPoints after removing duplicates with identical coordinates.
ndp_unmatched string Number of PAF delivery points not matched to OS data.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_location_grid object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_location_grid": [
            "postzon",
            "codepoint"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_location_grid": {
                "postzon": {
                    "x_coordinate": double,
                    "y_coordinate": double,
                    "os_x_coordinate": double,
                    "os_y_coordinate": double,
                    "latitude": double,
                    "longitude": double,
                    "os_landranger": "string",
                },
                "codepoint": {
                    "x_coordinate": double,
                    "y_coordinate": double,
                    "pqi": "string",
                    "is_delivery_service": "string",
                    "ndp": "string",
                    "ndp_pqi": "string",
                    "ndp_domestic": "string",
                    "ndp_commercial": "string",
                    "ndp_delivery_service": "string",
                    "ndp_matched": "string",
                    "ndp_unmatched": "string"
                }
            }
        }
    }
}

The Alias Enrichment set adds over 3 million alternative elements to the standard address records - like building names, trading names, and locally known aliases. It improves delivery accuracy and helps businesses uncover commercial activity at residential locations. Perfect for smarter targeting, fraud detection, and enhanced customer profiling.

Dataset identifier gbr_alias
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Update frequency Monthly

Aliases

Aliases are alternative address elements or names that Royal Mail holds in addition to official postal addresses. They are not required for successful mail delivery but can be helpful for historical reasons, locality preferences, or when businesses operate from home.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_alias Enrichment set below.

Aliases element

Attribute Type Description
building_name string Alternative or historical name for a building at the delivery point.
also_known_as string Commonly used alternative names or identifiers for the delivery point.
department string Department name linked to the delivery point, typically within an organization.
organization_description string Descriptive label for the organization located at the delivery point.
organization_at_residential string Indicates that an organization operates from a residential address.
trading_name string Business’s commercial or trading name at the delivery point.
misc string Other alias information not covered by standard categories.
welsh_alternative string Welsh-language version of the delivery point name.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_alias object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_alias": [
            "aliases"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_alias": {
                "aliases": {
                    "building_name": "string",
                    "also_known_as": "string",
                    "department": "string",
                    "organization_description": "string",
                    "organization_at_residential": "string",
                    "trading_name": "string",
                    "misc": "string",
                    "welsh_alternative": "string",
                }
            }
        }
    }
}

The United Kingdom Government Enrichment dataset enables you to append information such as the Local Authority Electoral Ward, Local Authority District Code, Local Education Authority Code, Government Office Region, and the European Electoral Region to your validated addresses.

Dataset identifier gbr_government
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Update frequency Monthly

A Local Authority Electoral Ward is the lowest denominator of administrative boundary division. The size of a Ward is decided to ensure 'Electoral Equality'. This is the belief that each elector should have a vote of equal weight. In practice, this means that a rural Ward tends to be much larger, geographically, than an urban Ward, in order that the electors from both have an equal amount of representation by their respective councillors. A Ward can be represented by one or more councillors, and could cover about 2000-4000 people in a rural area, and considerably more people in an urban area.

Census Output Areas (OAs) are the lowest geographical level at which census estimates are provided, each OA contains on average 125 households that tend towards homogeneity. This data was collected during the 2011 UK Census. Please note this field will be blank if the returned address has no grid reference.

Ward boundaries are decided upon by one of the Local Government Commissions working in alliance with the Local Authority, in a Periodic Electoral Review (PER). This Enrichment dataset returns the Ward that covers the majority of the submitted postcode. A small percentage of postcodes are split between two or more Wards.

The data is supplied to Royal Mail by the Office of National Statistics (ONS) every month, who update the Postzon files on a quarterly basis, and supply them to Experian. Typically, most changes occur in February or March, when Local Authority Wards are revised before elections in May.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_government Enrichment set below.

Attribute Type Description
eer_code string Unique identifier for the European Electoral Region.
eer_name string Official name of the European Electoral Region.
gor_code string Unique identifier for the Government Office Region.
gor_name string Official name of the Government Office Region.
la_code string Unique identifier for the Local Authority.
la_name string Official name of the Local Authority.
lea_code string Unique identifier for the Local Education Authority.
lea_name string Official name of the Local Education Authority.
ward_code string Unique identifier for the Local Authority Ward.
ward_name string Official name of the Local Authority Ward.
cens_out_area string Code representing the Census Output Area.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_government object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_government": [
            "eer_code",
            "eer_name",
            "gor_code",
            "gor_name",
            "la_code",
            "la_name",
            "lea_code",
            "lea_name",
            "ward_code",
            "ward_name",
            "cens_out_area"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_government": {
                "eer_code": "string",
                "eer_name": "string",
                "gor_code": "string",
                "gor_name": "string",
                "la_code": "string",
                "la_name": "string",
                "lea_code": "string",
                "lea_name": "string",
                "ward_code": "string",
                "ward_name": "string",
                "cens_out_area": "string"
            }
        }
    }
}

The United Kingdom Health Enrichment set enriches address data with key public sector insights - like NHS authorities, electoral wards, and clinical commissioning groups across the UK. With quarterly updates from the Office for National Statistics, it ensures your data stays accurate and relevant.

Dataset identifier gbr_health
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
National Statistics data © Crown copyright and database right 2019.
Update frequency Monthly

The Office of National Statistics (ONS) introduced new nine-character codes for geographical areas in January 2011. As of September 2014, the linkage between the old and new formats is no longer provided by the ONS; therefore, some postcodes may not return the old format. The Enrichment set includes both the old and new versions of the NHS Authority, Primary Care Organization, and Local Authority Ward codes.

The organization of the National Health Service (NHS) is different in each of the four countries of the UK. This dataset does not include data for address from Isle of Man or Channel Islands.

Country Information
England From April 2013, more than 200 Clinical Commissioning Groups (CCGs) were created to replace the 152 Primary Care Trusts. Each GP surgery has to belong to one of these GP-led organizations.
Scotland Scotland has 14 Health Boards which form a single local health care system and report directly to the Scottish Executive Health Department (SEHD). The Health Boards were introduced in 1974 and are composed from groups of the local government districts that existed in Scotland between 1975 and 1996.
Wales The current structure of health administration in Wales came into effect on 1 October 2009. This structure has 7 Local Health Boards (LHBs) and 3 NHS Trusts within the NHS Wales Department of the National Assembly. The 7 LHBs replace the previous 22 LHBs and 7 NHS Trusts and are responsible for delivering all healthcare services within a geographical area.
Northern Ireland Northern Ireland has 4 Health and Social Services Boards (HSSBs), which report to the Department of Health, Social Services and Public Safety (DHSSPS) of the Northern Ireland Executive. HSSBs were introduced in 1973 and are constituted from groups of district council areas. The HSSBs are named Northern, Southern, Eastern, and Western.
In 2002, the HSSBs were subdivided into a total of 15 Local Health and Social Care Groups (LHSCGs), responsible for the planning and delivery of primary and community care in Northern Ireland. Each LHSCG covers one or more district council areas, with the exceptions of Belfast and Strabane district council areas which each split between two LHSCGs.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_health Enrichment set below.

Attribute Type Description
authority_code string Legacy NHS Authority code used before January 2011.
authority_code_2011 string Current NHS Authority code introduced in January 2011.
authority_name string Official name of the NHS Authority.
pclh_code string Legacy code for Primary Care Trust or Local Health Group used prior to 2011.
pclh_code_2011 string Current code for Primary Care Trust or Local Health Group introduced in 2011.
pclh_name string Official name of the Primary Care Trust or Local Health Group.
ward_code string Legacy Local Authority Ward code used before January 2011.
ward_code_2011 string Current Local Authority Ward code introduced in January 2011.
ward_name string Official name of the Local Authority Ward.
ccg_code string Health area code (CCG, LHB, CHP, LCG, or PHD) used across UK regions and Isle of Man.
ccg_name string Official name of the health area, such as NHS Eastern Cheshire.
doh_code string Code representing the Department of Health area.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_health object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_health": [
            "authority_code_2011",
            "authority_name",
            "pclh_code_2011",
            "pclh_name",
            "ward_code_2011",
            "ward_name",
            "ccg_code",
            "ccg_name",
            "doh_code"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_health": {
                "authority_code_2011": "string",
                "authority_name": "string",
                "pclh_code_2011": "string",
                "pclh_name": "string",
                "ward_code_2011": "string",
                "ward_name": "string",
                "ccg_code": "string",
                "ccg_name": "string",
                "doh_code": "string"
            }
        }
    }
}

Experian's MOSAIC Enrichment set offers a comprehensive view of the UK population, helping you segment and target audiences with precision. Whether you're analyzing data at the household or postal code level, MOSAIC 7 provides rich insights into consumer lifestyles, behaviors, and demographics.

Dataset identifier gbr_mosaic
Data source Experian. All data, extracts and updates © Experian.
Update frequency Monthly

Postal_code

The Enrichment set provides MOSAIC 7 segmentation for UK postcode areas, offering a broader view of demographic patterns. It helps businesses:

  • Analyze postal code-level trends across England, Scotland, Wales, and Northern Ireland.
  • Identify dominant lifestyle groups within geographic regions.
  • Support strategic planning, location analysis, and regional marketing efforts.

Perfect for businesses that need area-based segmentation to inform outreach and expansion strategies.

Household

The Enrichment set delivers MOSAIC 7 segmentation for over 26 million UK households. It enables businesses to:

  • Profile individual households using 15 Groups and 66 detailed Types.
  • Leverage insights from 450+ data variables sourced from Experian, public records, and trusted third parties.
  • Understand consumer behavior at the most granular level for personalized marketing and risk assessment.

Ideal for organizations seeking high-resolution targeting and deep consumer understanding.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_mosaic Enrichment set below.

Postal_code element

Attribute Type Description
group_code string A code identifying the MOSAIC group for the postal code, used for regional segmentation.
group string The name of the MOSAIC postal code group, reflecting shared socio-economic patterns across postal codes.
type_code string A code representing the MOSAIC classification of a postal code area based on aggregated household characteristics.
type string A descriptive label for the MOSAIC postal code type, summarizing the dominant lifestyle traits in the area.
version string The version of Experian's UK MOSAIC demographic data.

Household element

Attribute Type Description
group_code string A code identifying the broader MOSAIC group to which the household type belongs.
group string The name of the MOSAIC household group, used for segmentation and profiling.
type_code string A code representing the specific MOSAIC classification of a household based on lifestyle and demographics.
type string A descriptive label for the MOSAIC household type, reflecting behavioral and socio-economic traits.
version string The version of Experian's UK MOSAIC demographic data.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_mosaic object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_mosaic": [
            "postal_code",
            "household"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_mosaic": {
                "postal_code": {
                    "group_code": "string",
                    "group": "string",
                    "type_code": "string",
                    "type": "string"
                },
                "household": {
                    "group_code": "string",
                    "group": "string",
                    "type_code": "string",
                    "type": "string"
                }
            }
        }
    }
}

Experian's parliamentary Enrichment set provides detailed insights into political representation across the UK, helping organizations understand the governance landscape tied to a given address.

Dataset identifier gbr_parliament
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
National Statistics data © Crown copyright and database right 2019.
Update frequency Monthly

This Enrichment set is ideal for you if you are involved in public affairs, policy research, regional planning, and civic engagement, offering a reliable foundation for understanding political boundaries and representation across the UK.

Westminster

This dataset returns the name of the parliamentary constituency, the elected Member of Parliament (MP), and their political party for any UK postcode. With around 650 constituencies across the UK, this data reflects the latest boundary definitions maintained by the Boundary Commission, which reviews and adjusts constituency borders every 8–12 years to align with local authority changes.

  • Identify the primary constituency for any postal code.
  • Access up-to-date MP and party information.
  • Support policy analysis, lobbying, and regional engagement strategies.

Scotland

For addresses in Scotland, this dataset provides comprehensive details about Scottish Parliament representation, including:

  • The constituency MSP and their party
  • The electoral region and its seven regional MSPs, elected via a party list system

Each Scottish address is represented by eight MSPs, offering a complete view of political representation at both constituency and regional levels.

  • Understand multi-layered political representation in Scotland.
  • Enable region-specific outreach and advocacy.
  • Enhance local engagement strategies with accurate political data.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_parliament Enrichment set below.

Westminster element

Attribute Type Description
constituency_code string A unique code identifying the Westminster parliamentary constituency for the location.
constituency string The official name of the Westminster parliamentary constituency.
mp string The name of the elected Member of Parliament (MP) representing the Westminster constituency.
mp_party string The political party affiliation of the Westminster MP.

Scotland element

Attribute Type Description
constituency_code string Unique identifier for the Scottish parliamentary constituency.
constituency string Official name of the Scottish parliamentary constituency.
region_code string Unique identifier for the Scottish parliamentary region.
region string Name of the Scottish parliamentary region containing the constituency.
mp string Name of the elected Member of the Scottish Parliament (MSP) for the constituency.
mp_party string Political party affiliation of the constituency MSP.
regional_msp1 string Name of the first regional MSP representing the parliamentary region.
regional_msp1_party string Political party of the first regional MSP.
regional_msp2 string Name of the second regional MSP representing the parliamentary region.
regional_msp2_party string Political party of the second regional MSP.
regional_msp3 string Name of the third regional MSP representing the parliamentary region.
regional_msp3_party string Political party of the third regional MSP.
regional_msp4 string Name of the fourth regional MSP representing the parliamentary region.
regional_msp4_party string Political party of the fourth regional MSP.
regional_msp5 string Name of the fifth regional MSP representing the parliamentary region.
regional_msp5_party string Political party of the fifth regional MSP.
regional_msp6 string Name of the sixth regional MSP representing the parliamentary region.
regional_msp6_party string Political party of the sixth regional MSP.
regional_msp7 string Name of the seventh regional MSP representing the parliamentary region.
regional_msp7_party string Political party of the seventh regional MSP.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_parliament object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_parliament": [
            "westminster",
            "scotland"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_parliament": {
                "westminster": {
                    "constituency_code": "string",
                    "constituency": "string",
                    "mp": "string",
                    "mp_party": "string"
                },
                "scotland": {
                    "constituency_code": "string",
                    "constituency": "string",
                    "region_code": "string",
                    "region": "string",
                    "mp": "string",
                    "mp_party": "string",
                    "regional_msp1": "string",
                    "regional_msp1_party": "string",
                    "regional_msp2": "string",
                    "regional_msp2_party": "string",
                    "regional_msp3": "string",
                    "regional_msp3_party": "string",
                    "regional_msp4": "string",
                    "regional_msp4_party": "string",
                    "regional_msp5": "string",
                    "regional_msp5_party": "string",
                    "regional_msp6": "string",
                    "regional_msp6_party": "string",
                    "regional_msp7": "string",
                    "regional_msp7_party": "string"
                }
            }
        }
    }
}

While the standard PAF datastore for the United Kingdom does contain some organization information, the United Kingdom with Businesses data supplements the standard PAF with organizations listed in Experian's National Business database. These records can also be enriched with additional information, such as Standard Industrial Classification (SIC) codes. Experian Address Validation searches for organizations in both the Experian and Royal Mail data. This provides a more comprehensive coverage of business addresses in the UK.

Country ISO3 gbr
Dataset identifier gb-additional-business
Data source Experian's National Business Database. All data, extracts and updates © Experian.
Update frequency Monthly

The Business Names address dataset is particularly valuable for organizations in financial services, insurance, utilities, telecoms, and government sectors, where address-level business intelligence is critical for onboarding, risk assessment, or customer engagement.

Include gb-additional-business in the datasets array within your /Search, /Validate or /Lookup request. See an example of a partial /Search request and response structure below.

Request Response
{
  "country_iso": "GBR",
  "components": {
    "unspecified": [
      "experian, 1 main"
    ]
  },
  "datasets": [ "gb-additional-business" ]
}
{
  "result": {
    "more_results_available": boolean,
    "confidence": "string",
    "suggestions": [
      {
        "global_address_key": "string",
        "text": "string",
        "matched": [[integer, integer]],
        "format": "string",
        "dataset": "string"
      }
    ]
  }
}

The Business Insights Enrichment set enhances the core Business Names dataset by layering in rich intelligence on operational activity, financial stability, and market positioning, empowering smarter decisions and deeper customer understanding.

Dataset identifier gbr_business
Data source Experian's National Business Database. All data, extracts and updates © Experian.
Update frequency Monthly

Unlike standard address datasets the Business Enrichment dataset includes registration numbers, industry classifications (SIC), and employee counts. This makes it ideal for distinguishing between residential and commercial premises, supporting more accurate segmentation, targeting, and compliance.

Commercial MOSAIC

Commercial MOSAIC data enables companies to select future business prospects that share similar characteristics to existing customers.

Standard industry classification

Standard Industry Classification (SIC) codes enable businesses to be classified in a uniform way, where each establishment is classified according to its primary activity.

Location

Information of what the particular location is to the business; e.g. "Headquarters".

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_business Enrichment set below.

Attribute Type Description
urn string A reference number that uniquely identifies each business record within Experian's National Business Database.
commercial_mosaic object Commercial MOSAIC data enables companies to select future business prospects that share similar characteristics to existing customers.
registration string A unique identifier assigned by Companies House to every registered company in the UK.
non_limited_company_key string A unique identifier used in Companies House datasets to denote non-limited entities.
phone string The telephone number for the business.
number_of_employees string The number of employees working for a given business.
standard_industry_classification object Standard Industry Classification (SIC) codes enable businesses to be classified in a uniform way, where each establishment is classified according to its primary activity.
location object Information of what the particular location is to the business; e.g. "Headquarters". Includes a description, a code for the type of location, and an indicator for small/home office.

commercial_mosaic element

Attribute Type Description
group_type_code string An identifier combining the group letter and a number, representing a detailed consumer type.
group_type_description string A more granular profile of household characteristics within the group, including behaviors, financial status, and preferences.
group_code string A single-letter identifier representing one of the consumer lifestyle groups in the UK.
group_description string A high-level summary of the group's shared characteristics, such as demographics, income, lifestyle, and housing.

standard_industry_classification element

Attribute Type Description
sic_2007_code string An identifier assigned to classify the business's primary industry based on its economic activity.
sic_2007_description string A brief textual explanation of the industry category represented by the SIC code.
thomson_code string A proprietary classification code used by Thomson Reuters to categorize companies based on their business activities.
thomson_description string A descriptive label that outlines the specific sector or industry the company operates in, according to Thomson Reuters' taxonomy.

location element

Attribute Type Description
code string A code for the type of location of the business.
description string A description for the type of location of the business.
small_or_home_office boolean Indicates whether the address is a small or home office. The value is either true or false.

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_business object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_business": [
            "urn",
            "commercial_mosaic",
            "registration",
            "phone",
            "number_of_employees",
            "location",
            "standard_industry_classification",
            "non_limited_company_key"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_business": {
                "urn": "string",
                "commercial_mosaic": {
                    "group_type_code": "string",
                    "group_type_description": "string",
                    "group_code": "string",
                    "group_description": "string",
                }, 
                "registration": "string",
                "non_limited_company_key": "string",
                "phone": "string",
                "number_of_employees": "string",
                "standard_industry_classification": {
                    "sic_2007_code": "string",
                    "sic_2007_description": "string",
                    "thomson_code": "string",
                    "thomson_description": "string"
                },
                "location": {
                    "code": "string",
                    "description": "string",
                    "small_or_home_office": true | false
                }
            }
        }
    }
}

The Match Quality Enrichment set provides confidence indicators for matches made between different source datasets, enabling businesses to assess the reliability of the underlying data fusion process.

Dataset identifier gbr_quality
Data source Experian. All data, extracts and updates © Experian.
Update frequency Monthly

This dataset is essential for applications requiring transparency into data provenance and quality, such as risk assessment, fraud detection, and compliance reporting. By providing detailed match quality scores between Royal Mail data and any additional data sources used in creating the reference dataset, businesses can understand the confidence level of the data fusion process for each address record. Organizations can use these indicators to apply appropriate data handling strategies, implement quality-based business rules, or flag records that may require additional verification due to lower source data matching confidence. The more confident Experian is in the match between the raw data supplied and the PAF address data, the better the match quality that is returned.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_quality Enrichment set below.

Record element

Attribute Type Description
address string Indicates the quality of the address match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Full postal address match
  • 1 – Exact organization and full postal address match
  • 2 – Close organization and full postal address match
  • 3 – Full premise-level match; additional organization or sub-premise info exists on PAF
  • 4 – Partial premise-level match; non-PAF sub-premise info added
  • 5 – Street-level match; non-PAF premise info added
  • 6 – Place-level match; non-PAF premise and street info added
  • 9 – Address unmatched
postal_code string Indicates the quality of the postal code match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Postcode matched
  • 1 – Postcode added

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_quality object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_quality": [
            "record"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_quality": {
                "record": {
                    "address": "string",
                    "postal_code": "string"
                }
            }
        }
    }
}

The Multiple Residence dataset is a complementary product to the United Kingdom dataset. It provides detailed address data for individual dwellings within multi-occupancy buildings that share a single delivery point.

Country ISO3 gbr
Dataset identifier gb-additional-multipleresidence
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Update frequency Monthly

This dataset holds significant value for organizations that rely on precise address data. By identifying individual residences within shared buildings, it enhances delivery accuracy, reduces failed deliveries, and improves customer satisfaction. It also plays a crucial role in fraud prevention, helping verify residential details and detect inconsistencies that may indicate fraudulent activity. For businesses, it enables more refined customer segmentation and targeting, allowing for personalized communication and marketing efforts.

Industries such as e-commerce, utilities, financial services, healthcare, and the public sector can benefit greatly from the Multiple Residence dataset. E-commerce companies can ensure successful deliveries to flats and shared buildings, while utility providers can accurately bill and plan infrastructure. Financial institutions can strengthen identity verification processes, and public sector organizations can better allocate resources and deliver services to hidden households. Overall, the dataset provides a powerful tool for improving operational efficiency, customer intelligence, and service delivery across a wide range of applications.

Include gb-additional-multipleresidence in the datasets array within your /Search, /Validate or /Lookup request. See an example of a partial /Search request and response structure below.

Request Response
{
  "country_iso": "GBR",
  "components": {
    "unspecified": [
      "flat 1, 1 main"
    ]
  },
  "datasets": [ "gb-additional-multipleresidence" ]
}
{
  "result": {
    "more_results_available": boolean,
    "confidence": "string",
    "suggestions": [
      {
        "global_address_key": "string",
        "text": "string",
        "matched": [[integer, integer]],
        "format": "string",
        "dataset": "string"
      }
    ]
  }
}

The Match Quality Enrichment set provides confidence indicators for matches made between different source datasets, enabling businesses to assess the reliability of the underlying data fusion process.

Dataset identifier gbr_quality
Data source Experian. All data, extracts and updates © Experian.
Update frequency Monthly

This dataset is essential for applications requiring transparency into data provenance and quality, such as risk assessment, fraud detection, and compliance reporting. By providing detailed match quality scores between Royal Mail data and any additional data sources used in creating the reference dataset, businesses can understand the confidence level of the data fusion process for each address record. Organizations can use these indicators to apply appropriate data handling strategies, implement quality-based business rules, or flag records that may require additional verification due to lower source data matching confidence. The more confident Experian is in the match between the raw data supplied and the PAF address data, the better the match quality that is returned.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_quality Enrichment set below.

Record element

Attribute Type Description
address string Indicates the quality of the address match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Full postal address match
  • 1 – Exact organization and full postal address match
  • 2 – Close organization and full postal address match
  • 3 – Full premise-level match; additional organization or sub-premise info exists on PAF
  • 4 – Partial premise-level match; non-PAF sub-premise info added
  • 5 – Street-level match; non-PAF premise info added
  • 6 – Place-level match; non-PAF premise and street info added
  • 9 – Address unmatched
postal_code string Indicates the quality of the postal code match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Postcode matched
  • 1 – Postcode added

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_quality object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_quality": [
            "record"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_quality": {
                "record": {
                    "address": "string",
                    "postal_code": "string"
                }
            }
        }
    }
}

The Names dataset is an enhancement to the United Kingdom dataset, designed to provide detailed consumer identity information linked to UK addresses. It is sourced primarily from Experian's ConsumerView database, which aggregates data from the edited Electoral Register, Experian's proprietary data assets, and contributions from partner organizations. This dataset includes names, addresses, and in some cases, date of birth information, offering a richer view of individuals residing at each location.

Country ISO3 gbr
Dataset identifier gb-additional-names
Data source Experian's ConsumerView database.
Update frequency Monthly

The Names dataset is particularly beneficial for organizations operating within the UK that require verified consumer identity data for internal marketing purposes. The dataset may be used solely for your own internal use at their UK premises, specifically for marketing client products and associated data quality activities.

Industries such as retail, utilities, financial services, and public sector organizations can benefit from the dataset, provided their use aligns with these constraints. For example, a utility provider may use the data to improve onboarding communications for new customers, while a financial institution might enhance its internal fraud detection systems by validating name and address combinations. All usage must remain within the bounds of internal marketing and data quality improvement, ensuring compliance with Experian's licensing and privacy obligations.

Include gb-additional-names in the datasets array within your /Search request. See an example of a partial /Search request and response structure below.

Request Response
{
  "country_iso": "GBR",
  "components": {
    "unspecified": [
      "Flat 1, 160 Blackfriars Road, london"
    ]
  },
  "datasets": [ "gb-additional-names" ],
  "options": [
    {
      "name": "search_type",
      "value": "singleline"
    }
  ]
}
{
  "result": {
    "more_results_available": boolean,
    "confidence": "string",
    "suggestions_key": "string",
    "suggestions_prompt": "string",
    "suggestions": [
      {
        "global_address_key": "string",
        "text": "string",
        "format": "string",
        "additional_attributes": [
          {
            "name": "picklist_display",
            "value": "string"
          },
          {
            "name": "score",
            "value": "string"
          },
          {
            "name": "postcode",
            "value": "string"
          },
          {
            "name": "full_address",
            "value": "string"
          }
        ]
      }
    ]
  }
}

The Match Quality Enrichment set provides confidence indicators for matches made between different source datasets, enabling businesses to assess the reliability of the underlying data fusion process.

Dataset identifier gbr_quality
Data source Experian. All data, extracts and updates © Experian.
Update frequency Monthly

This dataset is essential for applications requiring transparency into data provenance and quality, such as risk assessment, fraud detection, and compliance reporting. By providing detailed match quality scores between Royal Mail data and any additional data sources used in creating the reference dataset, businesses can understand the confidence level of the data fusion process for each address record. Organizations can use these indicators to apply appropriate data handling strategies, implement quality-based business rules, or flag records that may require additional verification due to lower source data matching confidence. The more confident Experian is in the match between the raw data supplied and the PAF address data, the better the match quality that is returned.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_quality Enrichment set below.

Record element

Attribute Type Description
address string Indicates the quality of the address match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Full postal address match
  • 1 – Exact organization and full postal address match
  • 2 – Close organization and full postal address match
  • 3 – Full premise-level match; additional organization or sub-premise info exists on PAF
  • 4 – Partial premise-level match; non-PAF sub-premise info added
  • 5 – Street-level match; non-PAF premise info added
  • 6 – Place-level match; non-PAF premise and street info added
  • 9 – Address unmatched
postal_code string Indicates the quality of the postal code match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Postcode matched
  • 1 – Postcode added

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_quality object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_quality": [
            "record"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_quality": {
                "record": {
                    "address": "string",
                    "postal_code": "string"
                }
            }
        }
    }
}

The Not Yet Built dataset is a vital extension to the United Kingdom dataset, designed to capture address data for properties that are in the planning or construction phase but not yet ready to receive mail.

Country ISO3 gbr
Dataset identifier gb-additional-notyetbuilt
Data source Royal Mail. All data, extracts and updates © Royal Mail Group Ltd.
Update frequency Monthly

This dataset is particularly valuable for industries that rely on early engagement with new developments. Utilities, telecoms, and retailers can use it to schedule installations and deliveries ahead of occupancy, ensuring seamless service activation. It also supports marketing and customer acquisition strategies by allowing businesses to target future residents and commercial tenants with tailored campaigns. By integrating Not Yet Built data into address validation systems, companies can reduce failed deliveries, improve user experience, and maintain clean, up-to-date databases.

Moreover, the dataset provides a competitive edge by offering insights into emerging markets and development hotspots. You can plan logistics, forecast demand, and allocate resources more effectively. Public sector organizations also benefit by using the data to support infrastructure planning and service delivery in growing communities. Overall, Not Yet Built is a strategic tool for anticipating customer needs and staying ahead of market trends.

Include gb-additional-notyetbuilt in the datasets array within your /Search, /Validate or /Lookup request. See an example of a partial /Search request and response structure below.

Request Response
{
  "country_iso": "GBR",
  "components": {
    "unspecified": [
      "1 main"
    ]
  },
  "datasets": [ "gb-additional-notyetbuilt" ]
}
{
  "result": {
    "more_results_available": boolean,
    "confidence": "string",
    "suggestions": [
      {
        "global_address_key": "string",
        "text": "string",
        "matched": [[integer, integer]],
        "format": "string",
        "dataset": "string"
      }
    ]
  }
}

The Match Quality Enrichment set provides confidence indicators for matches made between different source datasets, enabling businesses to assess the reliability of the underlying data fusion process.

Dataset identifier gbr_quality
Data source Experian. All data, extracts and updates © Experian.
Update frequency Monthly

This dataset is essential for applications requiring transparency into data provenance and quality, such as risk assessment, fraud detection, and compliance reporting. By providing detailed match quality scores between Royal Mail data and any additional data sources used in creating the reference dataset, businesses can understand the confidence level of the data fusion process for each address record. Organizations can use these indicators to apply appropriate data handling strategies, implement quality-based business rules, or flag records that may require additional verification due to lower source data matching confidence. The more confident Experian is in the match between the raw data supplied and the PAF address data, the better the match quality that is returned.

Each Enrichment dataset is divided into one or more items. Experian Address Validation can be configured to return these items via the Enrichment section. Find detailed information about the available elements for the gbr_quality Enrichment set below.

Record element

Attribute Type Description
address string Indicates the quality of the address match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Full postal address match
  • 1 – Exact organization and full postal address match
  • 2 – Close organization and full postal address match
  • 3 – Full premise-level match; additional organization or sub-premise info exists on PAF
  • 4 – Partial premise-level match; non-PAF sub-premise info added
  • 5 – Street-level match; non-PAF premise info added
  • 6 – Place-level match; non-PAF premise and street info added
  • 9 – Address unmatched
postal_code string Indicates the quality of the postal code match between the Royal Mail PAF data and additional data supplied to Experian.
  • 0 – Postcode matched
  • 1 – Postcode added

Append the attributes object to your /Format or /Validate request and set the Add-Enrichment header. List the attributes you wish to retrieve in the gbr_quality object. All available attributes and full request and response structures are shown below.

Request Response
{
    ...,
    "attributes": {
        "gbr_quality": [
            "record"
        ]
    }
}
{
    ...,
    "enrichment": {
        "result": {
            "gbr_quality": {
                "record": {
                    "address": "string",
                    "postal_code": "string"
                }
            }
        }
    }
}