{ "openapi": "3.0.4", "info": { "title": "Aperture REST API", "version": "v2" }, "paths": { "/address/datasets/v1": { "get": { "tags": [ "Address Validation" ], "summary": "Get the available datasets for the supplied country.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "country_iso", "in": "query", "description": "3-letter ISO code for country.", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressDatasetsV1Response" }, "examples": { "Australia": { "value": { "result": [ { "country_iso_3": "AUS", "country_name": "Australia", "datasets": [ { "id": "au-address", "name": "Australia Postal Address" }, { "id": "au-address-beta", "name": "Australia Postal Address" }, { "id": "au-address-datafusion", "name": "Australia Enhanced Address" }, { "id": "au-address-gnaf", "name": "Australia Geocoded National Address" }, { "id": "au-address-gnaf-beta", "name": "Australia Geocoded National Address" } ] } ] } }, "United Kingdom": { "value": { "result": [ { "country_iso_3": "GBR", "country_name": "United Kingdom", "datasets": [ { "id": "gb-additional-addressbaseislands", "name": "United Kingdom AddressBase Premium with Islands" }, { "id": "gb-additional-business", "name": "United Kingdom Business Names" }, { "id": "gb-additional-businessextended", "name": "United Kingdom Extended Business" }, { "id": "gb-additional-electricity", "name": "United Kingdom Live Utilities Data - Electricity" }, { "id": "gb-additional-gas", "name": "United Kingdom Live Utilities Data - Gas" }, { "id": "gb-additional-multipleresidence", "name": "United Kingdom Multiple Residence" }, { "id": "gb-additional-names", "name": "United Kingdom Names" }, { "id": "gb-additional-notyetbuilt", "name": "United Kingdom Not Yet Built" }, { "id": "gb-address", "name": "United Kingdom Postal Address" }, { "id": "gb-address-addressbase", "name": "United Kingdom AddressBase Premium" }, { "id": "gb-address-streetlevel", "name": "United Kingdom Postal Address Street Level" }, { "id": "gb-address-wales", "name": "Cymraeg (Welsh Language) Postal Address" } ], "valid_combinations": [ [ "gb-additional-business", "gb-additional-multipleresidence", "gb-additional-notyetbuilt" ], [ "gb-additional-business", "gb-additional-names" ], [ "gb-additional-business", "gb-additional-names", "gb-additional-notyetbuilt" ], [ "gb-additional-business", "gb-additional-notyetbuilt" ], [ "gb-additional-multipleresidence", "gb-additional-notyetbuilt" ], [ "gb-additional-names", "gb-additional-notyetbuilt" ] ] } ] } }, "United States": { "value": { "result": [ { "country_iso_3": "USA", "country_name": "United States of America", "datasets": [ { "id": "us-address", "name": "United States Postal Address" } ] } ] } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/format/v1/{global_address_key}": { "get": { "tags": [ "Address Validation" ], "summary": "Format the address with the supplied key.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "global_address_key", "in": "path", "description": "Global address key.", "required": true, "schema": { "maxLength": 4000, "minLength": 0, "pattern": "^(?:[A-Za-z0-9_-]*)$", "type": "string" } }, { "name": "Add-Components", "in": "header", "description": "Specifies if the response should contain the address broken down into its components.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Dpid", "in": "header", "description": "Specify whether the response should return DPID in the metadata result.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressFormatV1Response" }, "examples": { "Australia": { "value": { "result": { "global_address_key": "QVVTfjcuNzMwak9BVVNIQXpsQndBQUFBQUJBd0VBQUFBQk9uQ09FWUFoQUFJUUNDQUFBQUFBQVFBMk5UUTVBRFlBQVAuLlFnQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUFBVENBMk5UUTVJRk4wSUV0cGJHUmhJRkprSURVME9RQUFBQUFBfjIy", "confidence": "Verified match", "address": { "address_line_1": "L 6 549 St Kilda Rd", "address_line_2": "", "address_line_3": "", "locality": "MELBOURNE", "region": "VIC", "postal_code": "3004", "country": "AUSTRALIA" }, "components": { "country_name": "AUSTRALIA", "country_iso_3": "AUS", "country_iso_2": "AU", "postal_code": { "full_name": "3004", "primary": "3004" }, "sub_building": { "floor": { "full_name": "L 6", "type": "L", "value": "6" } }, "building": { "building_number": "549" }, "street": { "full_name": "St Kilda Rd", "name": "St Kilda", "type": "Rd" }, "locality": { "town": { "name": "MELBOURNE" } } } }, "metadata": { "address_info": { "identifier": { "dpid": "62147712", "hin": "203060068" } }, "barcode": { "delivery_point_barcode": "1301012002011121210102312002130231113", "sort_plan_number": "022" }, "address_classification": { "delivery_type": "Business" } } } }, "United Kingdom": { "value": { "result": { "global_address_key": "R0JSfjcuNzMwME9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQWlPLmgwWUFoTUlJQUFBQUFBQUFBTnprQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU56a2dVM1JoZEdsdmJpQlNiMkZrTENCTFJVeFVXUUFBQUFBQX4yMg", "confidence": "Verified match", "address": { "address_line_1": "79 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_number": "79" }, "street": { "full_name": "Station Road", "name": "Station", "type": "Road" }, "locality": { "region": { "name": "Scotland", "code": "SCT", "description": "Constituent country" }, "sub_region": { "name": "Fife", "description": "Geographic county" }, "town": { "name": "KELTY" } }, "additional_elements": { "locality": { "sub_region": { "administrative_county": "North Yorkshire", "former_postal_county": "North Yorkshire", "traditional_county": "Yorkshire" } } } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353232", "paf_address_key": "2304084100000000S", "dps": "1L" } }, "barcode": { "delivery_point_barcode": "(KY40BL2Z2)" } } } }, "United Kingdom with Names": { "value": { "result": { "global_address_key": "R0JSfjcuNzMwME9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQWlPLmgwWUFoTUlJQUFBQUFBQUFBTnprQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU56a2dVM1JoZEdsdmJpQlNiMkZrTENCTFJVeFVXUUFBQUFBQX4yMg", "confidence": "Verified match", "address": { "address_line_1": "79 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" }, "names": [ { "firstname": "John", "middlename": "James", "surname": "Dow" } ], "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_number": "79" }, "street": { "full_name": "Station Road", "name": "Station", "type": "Road" }, "locality": { "region": { "name": "Scotland", "code": "SCT", "description": "Constituent country" }, "sub_region": { "name": "Fife", "description": "Geographic county" }, "town": { "name": "KELTY" } }, "additional_elements": { "locality": { "sub_region": { "administrative_county": "North Yorkshire", "former_postal_county": "North Yorkshire", "traditional_county": "Yorkshire" } } } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353232", "paf_address_key": "2304084100000000S", "dps": "2S" } }, "barcode": { "delivery_point_barcode": "(KY40BL2Z2)" } } } }, "United States": { "value": { "result": { "global_address_key": "VVNBfjcuNzMwck9VU0FEd25sQndBQUFBQUJBZ0VBQUFBRHB4MzJFWUFoSUFJU0NDQUFBQUFBQUFBM053QUEuLjlrQUFBQUFQLi4uLjhBQUFBQUFBQUFBQUFBQUFBQUFBQTNOeUJOWVhOellXTm9kWE5sZEhSeklFRjJaU3d3TWpFek9TMDBNekF4QUFBQUFBQS1-MzE", "confidence": "Verified match", "address": { "address_line_1": "77 Massachusetts Ave", "address_line_2": "", "address_line_3": "", "locality": "Cambridge", "region": "MA", "postal_code": "02139-4301", "country": "UNITED STATES OF AMERICA" }, "components": { "country_name": "UNITED STATES OF AMERICA", "country_iso_3": "USA", "country_iso_2": "US", "postal_code": { "full_name": "02139-4301", "primary": "02139", "secondary": "4301" }, "building": { "building_number": "77" }, "street": { "full_name": "Massachusetts Ave", "name": "Massachusetts", "type": "Ave" }, "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Middlesex" }, "town": { "name": "Cambridge" } } } }, "metadata": { "barcode": { "delivery_point_barcode": "02139430177", "check_digit": "3" }, "route_classification": { "carrier_route": "C077", "elot": "0184A" }, "address_classification": { "address_type": { "code": "S", "description": "Street" }, "delivery_type": "Business", "is_deliverable": "Y" }, "dpv": { "cmra_indicator": "N", "seed_indicator": " ", "dpv_indicator": "Y", "footnotes": [ "AA", "BB" ], "vacancy_indicator": "N", "no_stats_indicator": "Y", "pbsa_indicator": "N", "lacs_indicator": " ", "lacs_code": "" } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] }, "post": { "tags": [ "Address Validation" ], "summary": "Format the address with the supplied key using a custom layout.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "global_address_key", "in": "path", "description": "Global address key.", "required": true, "schema": { "maxLength": 4000, "minLength": 0, "pattern": "^(?:[A-Za-z0-9_-]*)$", "type": "string" } }, { "name": "Add-Components", "in": "header", "description": "Specifies if the response should contain the address broken down into its components.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Enrichment", "in": "header", "description": "Specify whether the response should make a call to enrichment and return enrichment result.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Dpid", "in": "header", "description": "Specify whether the response should return DPID in the metadata result.", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressFormatV1Request" }, "examples": { "Default Format": { "value": { "layouts": [ "default" ], "layout_format": "default" } }, "Default Format With Enrichment": { "value": { "layouts": [ "default" ], "layout_format": "default", "attributes": { "geocodes": [ "latitude", "longitude", "match_level" ] } } }, "United Kingdom Business With Enrichment": { "value": { "layout_format": "default", "attributes": { "gbr_business": [ "commercial_mosaic", "location", "non_limited_company_key", "number_of_employees", "phone", "registration", "standard_industry_classification", "urn" ] } } }, "United Kingdom With Mosaic": { "value": { "layout_format": "default", "attributes": { "gbr_mosaic": [ "household", "postal_code" ] } } }, "United Kingdom With Location Grid": { "value": { "layout_format": "default", "attributes": { "gbr_location_grid": [ "postzon", "codepoint" ] } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressFormatV1Response" }, "examples": { "Australia": { "value": { "result": { "global_address_key": "aWQ9TGV2ZWwgNiAgNTQ5IFN0IEtpbGRhIFJvYWQsIE1FTEJPVVJORSAgVklDIDMwMDQsIEF1c3RyYWxpYX5hbHRfa2V5PTYyMTQ3NzEyfmRhdGFzZXQ9QVVTX1BBRn5mb3JtYXRfa2V5PUFVUyRhdS1hZGRyZXNzJDcuNzMwMU9BVVNIQXZtQndBQUFBQUlBZ0VBQUFBQlBlTlNFQWdoQUFJQUFBQUFBQUFBTmdBQS4uOWRBQUFBQVAuLi4uOEFBQUFBQUFBQUFBQUFBQUFBQUFCTUlEWWdJRFUwT1NCVGRDQkxhV3hrWVNCU1pBQUFBQUFBJCQk", "confidence": "Verified match", "address": { "address_line_1": "L 6 549 St Kilda Rd", "address_line_2": "", "address_line_3": "", "locality": "MELBOURNE", "region": "VIC", "postal_code": "3004", "country": "AUSTRALIA" }, "components": { "country_name": "AUSTRALIA", "country_iso_3": "AUS", "country_iso_2": "AU", "postal_code": { "full_name": "3004", "primary": "3004" }, "sub_building": { "floor": { "full_name": "L 6", "type": "L", "value": "6" } }, "building": { "building_number": "549" }, "street": { "full_name": "St Kilda Rd", "name": "St Kilda", "type": "Rd" }, "locality": { "town": { "name": "MELBOURNE" } } } }, "metadata": { "address_info": { "identifier": { "dpid": "62147712", "hin": "203060068" } }, "barcode": { "delivery_point_barcode": "1301012002011121210102312002130231113", "sort_plan_number": "022" }, "address_classification": { "delivery_type": "Business" } } } }, "Australia With Enrichment": { "value": { "result": { "global_address_key": "aWQ9TGV2ZWwgNiAgNTQ5IFN0IEtpbGRhIFJvYWQsIE1FTEJPVVJORSAgVklDIDMwMDQsIEF1c3RyYWxpYX5hbHRfa2V5PTYyMTQ3NzEyfmRhdGFzZXQ9QVVTX1BBRn5mb3JtYXRfa2V5PUFVUyRhdS1hZGRyZXNzJDcuNzMwMU9BVVNIQXZtQndBQUFBQUlBZ0VBQUFBQlBlTlNFQWdoQUFJQUFBQUFBQUFBTmdBQS4uOWRBQUFBQVAuLi4uOEFBQUFBQUFBQUFBQUFBQUFBQUFCTUlEWWdJRFUwT1NCVGRDQkxhV3hrWVNCU1pBQUFBQUFBJCQk", "confidence": "Verified match", "address": { "address_line_1": "L 6 549 St Kilda Rd", "address_line_2": "", "address_line_3": "", "locality": "MELBOURNE", "region": "VIC", "postal_code": "3004", "country": "AUSTRALIA" }, "components": { "country_name": "AUSTRALIA", "country_iso_3": "AUS", "country_iso_2": "AU", "postal_code": { "full_name": "3004", "primary": "3004" }, "sub_building": { "floor": { "full_name": "L 6", "type": "L", "value": "6" } }, "building": { "building_number": "549" }, "street": { "full_name": "St Kilda Rd", "name": "St Kilda", "type": "Rd" }, "locality": { "town": { "name": "MELBOURNE" } } } }, "metadata": { "address_info": { "identifier": { "dpid": "62147712", "hin": "203060068" } }, "barcode": { "delivery_point_barcode": "1301012002011121210102312002130231113", "sort_plan_number": "022" }, "address_classification": { "delivery_type": "Business" } }, "enrichment": { "transaction_id": "23918140-4df9-4862-aaca-db81dd757c52", "result": { "geocodes": { "latitude": -37.84659, "longitude": 144.98028, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "-37.84659" }, "longitude": { "code": "S200", "message": "Match", "value": "144.98028" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } } }, "United Kingdom": { "value": { "result": { "global_address_key": "aWQ9RmxhdCAxLCAyMSBBYmVyZGVlbiBXYWxrLCBTY2FyYm9yb3VnaCwgWU8xMSAxQkEsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQ0Nzc3OTh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNmFmZWFhMWMtNTZkYS00YzA4LThmZTQtYTNkOTlhYWI5MTI0JDIxJCQ", "confidence": "Verified match", "address": { "address_line_1": "Flat 1", "address_line_2": "21 Aberdeen Walk", "address_line_3": "", "locality": "SCARBOROUGH", "region": "", "postal_code": "YO11 1BA", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "YO11 1BA", "primary": "YO11 1BA" }, "sub_building": { "door": { "full_name": "Flat 1" } }, "building": { "building_number": "21" }, "street": { "full_name": "Aberdeen Walk", "name": "Aberdeen", "type": "Walk" }, "locality": { "region": { "name": "Scotland", "code": "SCT", "description": "Constituent country" }, "sub_region": { "name": "Fife", "description": "Geographic county" }, "town": { "name": "Scarborough" } }, "additional_elements": { "locality": { "sub_region": { "administrative_county": "North Yorkshire", "former_postal_county": "North Yorkshire", "traditional_county": "Yorkshire" } } } } }, "metadata": { "address_info": { "identifier": { "udprn": "54477798", "paf_address_key": "3890873300000000S", "dps": "1A" } }, "address_classification": { "delivery_type": "residential" } } } }, "United Kingdom With Utilities": { "value": { "result": { "global_address_key": "aWQ9MSBTdXNzZXggQ2xvc2UsIEJPVVJORU1PVVRIIEJIOSAzU0EsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MDE4MjcxNzN-ZGF0YXNldD1HQlJ-Zm9ybWF0X2tleT1HQlIkR0JSJDcuNzMwZU9HQlJFd2ZvQndBQUFBQUJBd0VBQUFBQVpOSElrWUFnQUFBQUFBQUFNUUFBLi45a0FBQUFBUC4uLi44QUFBQUFBQUFBQUFBQUFBQUFBQUF4SUZOMWMzTmxlQ0JEYkc5elpRQUFBQUFBfmVsZWM9dHJ1ZX5nYXM9dHJ1ZX5wb3M9MX5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTE0fm1heF9zdWdnZXN0aW9ucz03", "confidence": "Verified match", "addresses_formatted": [ { "layout_name": "Utilities", "address": { "address_line_1": "1 Sussex Close", "address_line_2": "", "address_line_3": "", "locality": "Bournemouth", "region": "", "postal_code": "BH9 3SA", "country": "United Kingdom", "electricity_meters": [ { "mpan": "12345678910", "uprn": "123456789", "address_line_1": "", "address_line_2": "", "address_line_3": "1", "address_line_4": "", "address_line_5": "Sussex Close", "address_line_6": "", "address_line_7": "", "address_line_8": "BOURNEMOUTH", "address_line_9": "", "address_postal_code": "BH9 3SA", "trading_status": "T", "trading_status_efd": "20040121", "profile_class": "01", "profile_class_efd": "1234567", "meter_timeswitch_class": "123", "meter_timeswitch_class_efd": "7654321", "line_loss_factor": "100", "line_loss_factor_efd": "7654321", "standard_settlement_configuration": "0393", "standard_settlement_configuration_efd": "7654321", "energisation_status": "E", "energisation_status_efd": "20040121", "gsp_group_id": "_H", "gsp_group_efd": "20040121", "data_aggregator_mpid": "MANW", "data_aggregator_efd": "20040121", "data_collector_mpid": "MANW", "data_collector_efd": "20040121", "supplier_mpid": "", "supplier_efd": "", "meter_operator_mpid": "", "meter_operator_efd": "", "measurement_class": "A", "measurement_class_efd": "20040121", "green_deal_in_effect": "0", "smso_mpid": "", "smso_efd": "", "dcc_service_flag": "", "dcc_service_flag_efd": "", "ihd_status": "", "ihd_status_efd": "", "smets_version": "", "distributor_mpid": "SOUT", "metered_indicator": "", "metered_indicator_efd": "", "metered_indicator_etd": "20040121", "consumer_type": "Domestic", "relationship_status_indicator": "None", "rmp_state": "O", "rmp_efd": "20040121", "domestic_consumer_indicator": "T", "css_supplier_mpid": "", "css_supply_start_date": "", "meter_serial_number": "1234567T", "meter_install_date": "20040121", "meter_type": "N", "map_mpid": "SOUT", "map_mpid_efd": "20040121", "installing_supplier_mpid": "SPOW", "energy_direction": "", "energy_direction_efd": "", "energy_direction_etd": "", "connection_type": "", "connection_type_efd": "", "connection_type_etd": "", "esme_id": "", "meter_location": "", "register_digits": "", "rel_address_primary_name": "1", "rel_address_secondary_name": "", "rel_address_street1": "SUSSEX CLOSE", "rel_address_street2": "", "rel_address_locality1": "", "rel_address_locality2": "", "rel_address_town": "BOURNEMOUTH", "rel_address_postcode": "BH9 3SA", "rel_address_logical_status": "1", "rel_address_language": "ENG", "rel_address_organisation": "", "rel_address_address_type": "DPA", "rel_address_confidence_score": "100", "rel_address_classification": "RD02", "rel_address_latitude": "50.763416", "rel_address_longitude": "-1.860534" } ], "gas_meters": [ { "mprn": "9876543210", "uprn": "987654321", "rel_address_primary_name": "1", "rel_address_secondary_name": "", "rel_address_street1": "SUSSEX CLOSE", "rel_address_street2": "", "rel_address_locality1": "", "rel_address_locality2": "", "rel_address_town": "BOURNEMOUTH", "rel_address_postcode": "BH9 3SA", "rel_address_logical_status": "1", "rel_address_language": "ENG", "rel_address_organisation": "", "rel_address_address_type": "DPA", "rel_address_confidence_score": "100", "rel_address_classification": "RD02", "rel_address_latitude": "50.763416", "rel_address_longitude": "-1.860534", "meter_serial": "G4K0012345678", "offtake_quantity_annual": "01234", "meter_point_status": "LI", "installer_id": "SCT", "network_name": "Scotland Gas Networks Plc.", "supplier_name": "Scottish Power Energy Retail Limited", "last_meter_read_date": "20240517", "last_meter_read_type": "E", "last_meter_read_value": "01187" } ] } } ] } } }, "United Kingdom With Electricity and MOSAIC HH Elements": { "value": { "result": { "global_address_key": "aWQ9MSBTdXNzZXggQ2xvc2UsIEJPVVJORU1PVVRIIEJIOSAzU0EsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MDE4MjcxNzN-ZGF0YXNldD1HQlJ-Zm9ybWF0X2tleT1HQlIkR0JSJDcuNzMwZU9HQlJFd2ZvQndBQUFBQUJBd0VBQUFBQVpOSElrWUFnQUFBQUFBQUFNUUFBLi45a0FBQUFBUC4uLi44QUFBQUFBQUFBQUFBQUFBQUFBQUF4SUZOMWMzTmxlQ0JEYkc5elpRQUFBQUFBfmVsZWM9dHJ1ZX5nYXM9dHJ1ZX5wb3M9MX5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTE0fm1heF9zdWdnZXN0aW9ucz03", "confidence": "Verified match", "addresses_formatted": [ { "layout_name": "ElectricityUtilityMosaicHousehold", "address": { "address_line_1": "1 Sussex Close", "address_line_2": "", "address_line_3": "", "locality": "Bournemouth", "region": "", "postal_code": "BH9 3SA", "country": "United Kingdom", "mosaic_household_type_code": "32", "mosaic_household_type_name": "First-Rung Futures", "mosaic_household_group_code": "H", "mosaic_household_group_name": "Aspiring Homemakers", "electricity_meters": [ { "mpan": "12345678910", "uprn": "123456789", "address_line_1": "", "address_line_2": "", "address_line_3": "1", "address_line_4": "", "address_line_5": "Sussex Close", "address_line_6": "", "address_line_7": "", "address_line_8": "BOURNEMOUTH", "address_line_9": "", "address_postal_code": "BH9 3SA", "trading_status": "T", "trading_status_efd": "20040121", "profile_class": "01", "profile_class_efd": "1234567", "meter_timeswitch_class": "123", "meter_timeswitch_class_efd": "7654321", "line_loss_factor": "100", "line_loss_factor_efd": "7654321", "standard_settlement_configuration": "0393", "standard_settlement_configuration_efd": "7654321", "energisation_status": "E", "energisation_status_efd": "20040121", "gsp_group_id": "_H", "gsp_group_efd": "20040121", "data_aggregator_mpid": "MANW", "data_aggregator_efd": "20040121", "data_collector_mpid": "MANW", "data_collector_efd": "20040121", "supplier_mpid": "", "supplier_efd": "", "meter_operator_mpid": "", "meter_operator_efd": "", "measurement_class": "A", "measurement_class_efd": "20040121", "green_deal_in_effect": "0", "smso_mpid": "", "smso_efd": "", "dcc_service_flag": "", "dcc_service_flag_efd": "", "ihd_status": "", "ihd_status_efd": "", "smets_version": "", "distributor_mpid": "SOUT", "metered_indicator": "", "metered_indicator_efd": "", "metered_indicator_etd": "20040121", "consumer_type": "Domestic", "relationship_status_indicator": "None", "rmp_state": "O", "rmp_efd": "20040121", "domestic_consumer_indicator": "T", "css_supplier_mpid": "", "css_supply_start_date": "", "meter_serial_number": "1234567T", "meter_install_date": "20040121", "meter_type": "N", "map_mpid": "SOUT", "map_mpid_efd": "20040121", "installing_supplier_mpid": "SPOW", "energy_direction": "", "energy_direction_efd": "", "energy_direction_etd": "", "connection_type": "", "connection_type_efd": "", "connection_type_etd": "", "esme_id": "", "meter_location": "", "register_digits": "", "rel_address_primary_name": "1", "rel_address_secondary_name": "", "rel_address_street1": "SUSSEX CLOSE", "rel_address_street2": "", "rel_address_locality1": "", "rel_address_locality2": "", "rel_address_town": "BOURNEMOUTH", "rel_address_postcode": "BH9 3SA", "rel_address_logical_status": "1", "rel_address_language": "ENG", "rel_address_organisation": "", "rel_address_address_type": "DPA", "rel_address_confidence_score": "100", "rel_address_classification": "RD02", "rel_address_latitude": "50.763416", "rel_address_longitude": "-1.860534" } ] } } ] } } }, "United Kingdom With Enrichment": { "value": { "result": { "global_address_key": "aWQ9RmxhdCAxLCAyMSBBYmVyZGVlbiBXYWxrLCBTY2FyYm9yb3VnaCwgWU8xMSAxQkEsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQ0Nzc3OTh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNmFmZWFhMWMtNTZkYS00YzA4LThmZTQtYTNkOTlhYWI5MTI0JDIxJCQ", "confidence": "Verified match", "address": { "address_line_1": "Flat 1", "address_line_2": "21 Aberdeen Walk", "address_line_3": "", "locality": "SCARBOROUGH", "region": "", "postal_code": "YO11 1BA", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "YO11 1BA", "primary": "YO11 1BA" }, "sub_building": { "door": { "full_name": "Flat 1" } }, "building": { "building_number": "21" }, "street": { "full_name": "Aberdeen Walk", "name": "Aberdeen", "type": "Walk" }, "locality": { "region": { "name": "Scotland", "code": "SCT", "description": "Constituent country" }, "sub_region": { "name": "Fife", "description": "Geographic county" }, "town": { "name": "Scarborough" } }, "additional_elements": { "locality": { "sub_region": { "administrative_county": "North Yorkshire", "former_postal_county": "North Yorkshire", "traditional_county": "Yorkshire" } } } } }, "metadata": { "address_info": { "identifier": { "udprn": "54477798", "paf_address_key": "3890873300000000S", "dps": "1A" } }, "address_classification": { "delivery_type": "residential" } }, "enrichment": { "transaction_id": "70ac71c8-bad1-4d7e-9e21-f1405d0647a4", "result": { "geocodes": { "latitude": 54.2828, "longitude": -0.40269, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "54.2828" }, "longitude": { "code": "S200", "message": "Match", "value": "-0.40269" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } } }, "United Kingdom With Business Enrichment": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "Example Business", "address_line_2": "Business Name", "address_line_3": "5-7 Cutler Street", "locality": "LONDON", "region": "", "postal_code": "E1 7DJ", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_name": "Business Name", "building_number": "79" }, "street": { "full_name": "Cutler Street", "name": "Cutler", "type": "Street" }, "locality": { "region": { "name": "England", "code": "ENG", "description": "Constituent country" }, "sub_region": { "name": "Greater London", "description": "Georgraphic county" }, "town": { "name": "KELTY" } } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353232", "paf_address_key": "2304084100000000S", "dps": "1L" } }, "barcode": { "delivery_point_barcode": "(KY40BL2Z2)" } }, "enrichment": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "gbr_business": { "urn": "Tlt00004518123", "commercial_mosaic": { "group_type_code": "K41", "group_type_description": "Business Boosters", "group_code": "K", "group_description": "Independent Enterpreneurs" }, "registration": "04572604", "non_limited_company_key": "04572604", "phone": "020 70293777", "number_of_employees": "4", "standard_industry_classification": { "sic_2007_code": "79.90/9", "sic_2007_description": "Other Reservation Service Activities (Not Including Activities Of Tourist Guides)", "thomson_code": "79060", "thomson_description": "Tour Operators" }, "location": { "code": "S", "description": "Single location", "small_or_home_office": false } } } } } }, "United Kingdom with Names": { "value": { "result": { "global_address_key": "aWQ9RmxhdCAxLCAyMSBBYmVyZGVlbiBXYWxrLCBTY2FyYm9yb3VnaCwgWU8xMSAxQkEsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQ0Nzc3OTh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNmFmZWFhMWMtNTZkYS00YzA4LThmZTQtYTNkOTlhYWI5MTI0JDIxJCQ", "confidence": "Verified match", "address": { "address_line_1": "Flat 1", "address_line_2": "21 Aberdeen Walk", "address_line_3": "", "locality": "SCARBOROUGH", "region": "", "postal_code": "YO11 1BA", "country": "UNITED KINGDOM" }, "names": [ { "firstname": "John", "middlename": "James", "surname": "Dow" } ], "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "YO11 1BA", "primary": "YO11 1BA" }, "sub_building": { "door": { "full_name": "Flat 1" } }, "building": { "building_number": "21" }, "street": { "full_name": "Aberdeen Walk", "name": "Aberdeen", "type": "Walk" }, "locality": { "region": { "name": "Scotland", "code": "SCT", "description": "Constituent country" }, "sub_region": { "name": "Fife", "description": "Geographic county" }, "town": { "name": "Scarborough" } }, "additional_elements": { "locality": { "sub_region": { "administrative_county": "North Yorkshire", "former_postal_county": "North Yorkshire", "traditional_county": "Yorkshire" } } } } }, "metadata": { "address_info": { "identifier": { "udprn": "54477798", "paf_address_key": "3890873300000000S", "dps": "1L" } }, "address_classification": { "delivery_type": "residential" } } } }, "United States": { "value": { "result": { "global_address_key": "aWQ9NzcgTWFzc2FjaHVzZXR0cyBBdmUsIENhbWJyaWRnZSBNQSAwMjEzOSwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDc3IE1hc3NhY2h1c2V0dHMgQXZlfHxDYW1icmlkZ2UsTUEsMDIxMzktNDMwN35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyRkZTZhMDQ2Mi1iYTE0LTQxYTMtOWQ2Ny01YjBhZjRmNGZmZmUkNzckJA", "confidence": "Verified match", "address": { "address_line_1": "77 Massachusetts Ave", "address_line_2": "", "address_line_3": "", "locality": "Cambridge", "region": "MA", "postal_code": "02139-4301", "country": "UNITED STATES OF AMERICA" }, "components": { "country_name": "UNITED STATES OF AMERICA", "country_iso_3": "USA", "country_iso_2": "US", "postal_code": { "full_name": "02139-4301", "primary": "02139", "secondary": "4301" }, "building": { "building_number": "77" }, "street": { "full_name": "Massachusetts Ave", "name": "Massachusetts", "type": "Ave" }, "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Middlesex" }, "town": { "name": "Cambridge" } } } }, "metadata": { "barcode": { "delivery_point_barcode": "02139430177", "check_digit": "3" }, "route_classification": { "carrier_route": "C077", "elot": "0184A" }, "address_classification": { "address_type": { "code": "S", "description": "Street" }, "delivery_type": "Business", "is_deliverable": "Y" } } } }, "United States With Enrichment": { "value": { "result": { "global_address_key": "aWQ9NzcgTWFzc2FjaHVzZXR0cyBBdmUsIENhbWJyaWRnZSBNQSAwMjEzOSwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDc3IE1hc3NhY2h1c2V0dHMgQXZlfHxDYW1icmlkZ2UsTUEsMDIxMzktNDMwN35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyRkZTZhMDQ2Mi1iYTE0LTQxYTMtOWQ2Ny01YjBhZjRmNGZmZmUkNzckJA", "confidence": "Verified match", "address": { "address_line_1": "77 Massachusetts Ave", "address_line_2": "", "address_line_3": "", "locality": "Cambridge", "region": "MA", "postal_code": "02139-4301", "country": "UNITED STATES OF AMERICA" }, "components": { "country_name": "UNITED STATES OF AMERICA", "country_iso_3": "USA", "country_iso_2": "US", "postal_code": { "full_name": "02139-4301", "primary": "02139", "secondary": "4301" }, "building": { "building_number": "77" }, "street": { "full_name": "Massachusetts Ave", "name": "Massachusetts", "type": "Ave" }, "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Middlesex" }, "town": { "name": "Cambridge" } } } }, "metadata": { "barcode": { "delivery_point_barcode": "02139430177", "check_digit": "3" }, "route_classification": { "carrier_route": "C077", "elot": "0184A" }, "address_classification": { "address_type": { "code": "S", "description": "Street" }, "delivery_type": "Business", "is_deliverable": "Y" } }, "enrichment": { "transaction_id": "6d2963bd-f53f-4674-a908-5463cd4ecacc", "result": { "geocodes": { "latitude": 42.36, "longitude": -71.09221, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "42.36" }, "longitude": { "code": "S200", "message": "Match", "value": "-71.09221" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } } }, "Custom Layout - default format": { "value": { "result": { "global_address_key": "XlVTQTcuNzMwb09VU0FEd25sQndBQUFBQUJBd0VBQUFBRHB4MzJFWUFoTVFJVEFDQUFBQUFBQVFCRFlXMWljbWxrWjJVQU56Y0FBUC4uVUFBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFOemNnVFdGemMyRmphSFZ6WlhSMGN5QkJkbVVzSUVOaGJXSnlhV1JuWlN3Z1RVRWdNREl4TXprdE5ETXdOd0FBQUFBQQ", "confidence": "Verified match", "addresses_formatted": [ { "layout_name": "AMEX", "address": { "AmexStreet": "1 Main St", "AmexTown": "Surbiton", "AmexCountry": "United Kingdom" } } ] } } }, "Custom Layout - address_lines format": { "value": { "result": { "global_address_key": "XlVTQTcuNzMwb09VU0FEd25sQndBQUFBQUJBd0VBQUFBRHB4MzJFWUFoTVFJVEFDQUFBQUFBQVFCRFlXMWljbWxrWjJVQU56Y0FBUC4uVUFBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFOemNnVFdGemMyRmphSFZ6WlhSMGN5QkJkbVVzSUVOaGJXSnlhV1JuWlN3Z1RVRWdNREl4TXprdE5ETXdOd0FBQUFBQQ", "confidence": "Verified match", "addresses_formatted": [ { "layout_name": "AMEX", "address_lines": [ { "label": "AmexStreet", "line": "1 Main St", "line_content": "address" }, { "label": "AmexTown", "line": "Surbiton", "line_content": "address" }, { "label": "AmexCountry", "line": "United Kingdom", "line_content": "address" } ] } ] } } }, "United Kingdom With Mosaic": { "value": { "result": { "global_address_key": "aWQ9RmxhdCAxLCAxMCBDdWxkdXRoZWwgUm9hZCwgSW52ZXJuZXNzLCBJVjIgNEFHLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTExNzYxNDMyfmRhdGFzZXQ9R0JSX01SRn5mb3JtYXRfa2V5PUdCUiRnYi1hZGRpdGlvbmFsLW11bHRpcGxlcmVzaWRlbmNlJGRlNmU0MGNiLWVjYjAtNDhjMS1hZDA5LTQ0ZjQ2ZmFkMjYxOSQkJCR-cG9zPTZ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRlfmxvY2FsaXR5PX5wb3N0YWxfY29kZT0", "confidence": "Verified match", "address": { "address_line_1": "Flat 1", "address_line_2": "10 Culduthel Road", "address_line_3": "", "locality": "INVERNESS", "region": "", "postal_code": "IV2 4AG", "country": "UNITED KINGDOM" }, "components": { "language": "en-GB", "country_name": "United Kingdom", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "IV2 4AG", "primary": "IV2 4AG" }, "sub_building": { "door": { "full_name": "Flat 1" } }, "building": { "building_number": "10" }, "street": { "full_name": "Culduthel Road", "name": "Culduthel", "type": "Road" }, "locality": { "town": { "name": "Inverness" } } } }, "metadata": { "address_info": { "number_of_households": "4", "identifier": { "umrrn": "52787313", "udprn": "11761432", "dps": "1L" } } }, "enrichment": { "result": { "gbr_mosaic": { "household": { "version": "7", "type_code": "60", "type": "Ageing Access", "group_code": "N", "group": "Urban Cohesion" }, "postal_code": { "version": "7", "type_code": "51", "type": "Retirement Communities", "group_code": "L", "group": "Vintage Value" } } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "gbr_mosaic": { "household": { "code": "S200", "message": "Match", "value": "[complex type]" }, "postal_code": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } } }, "United Kingdom With Location Grid": { "value": { "result": { "global_address_key": "aWQ9RmxhdCAxLCAxMCBDdWxkdXRoZWwgUm9hZCwgSW52ZXJuZXNzLCBJVjIgNEFHLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTExNzYxNDMyfmRhdGFzZXQ9R0JSX01SRn5mb3JtYXRfa2V5PUdCUiRnYi1hZGRpdGlvbmFsLW11bHRpcGxlcmVzaWRlbmNlJGRlNmU0MGNiLWVjYjAtNDhjMS1hZDA5LTQ0ZjQ2ZmFkMjYxOSQkJCR-cG9zPTZ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRlfmxvY2FsaXR5PX5wb3N0YWxfY29kZT0", "confidence": "Verified match", "address": { "address_line_1": "Flat 1", "address_line_2": "10 Culduthel Road", "address_line_3": "", "locality": "INVERNESS", "region": "", "postal_code": "IV2 4AG", "country": "UNITED KINGDOM" }, "components": { "language": "en-GB", "country_name": "United Kingdom", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "IV2 4AG", "primary": "IV2 4AG" }, "sub_building": { "door": { "full_name": "Flat 1" } }, "building": { "building_number": "10" }, "street": { "full_name": "Culduthel Road", "name": "Culduthel", "type": "Road" }, "locality": { "town": { "name": "Inverness" } } } }, "metadata": { "address_info": { "number_of_households": "4", "identifier": { "umrrn": "52787313", "udprn": "11761432", "dps": "1L" } } }, "enrichment": { "result": { "gbr_location_grid": { "postzon": { "x_coordinate": 2667.0, "y_coordinate": 8446.0, "os_x_coordinate": 2667.0, "os_y_coordinate": 8446.0, "latitude": 57.472173, "longitude": -4.224351, "os_landranger": "NH667446" }, "codepoint": { "x_coordinate": 266748.0, "y_coordinate": 844637.0, "pqi": "10", "is_delivery_service": "N", "ndp": "31", "ndp_pqi": "31", "ndp_domestic": "28", "ndp_commercial": "3", "ndp_delivery_service": "0", "ndp_matched": "31", "ndp_unmatched": "0" } } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "gbr_location_grid": { "postzon": { "code": "S200", "message": "Match", "value": "[complex type]" }, "codepoint": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/layouts/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Get the available layouts for the supplied country.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV1Request" }, "examples": { "Australia": { "value": { "country_iso": "AUS", "datasets": [ "au-address-gnaf" ] } }, "United Kingdom": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-multipleresidence" ] } }, "United States": { "value": { "country_iso": "USA", "datasets": [ "us-address" ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV1Response" }, "examples": { "Australia": { "value": { "result": [ { "name": "Default", "country_iso_3": "AUS", "datasets": [ "au-address-gnaf" ] }, { "name": "JB Hifi", "country_iso_3": "AUS", "datasets": [ "au-address-gnaf" ] }, { "name": "JB Hifi_all", "country_iso_3": "AUS", "datasets": [ "au-address-gnaf" ] } ] } }, "United Kingdom": { "value": { "result": [ { "name": "Default", "country_iso_3": "GBR", "datasets": [ "gb-additional-multipleresidence" ] }, { "name": "Selfridges", "country_iso_3": "GBR", "datasets": [ "gb-additional-multipleresidence" ] }, { "name": "Selfridges_2", "country_iso_3": "GBR", "datasets": [ "gb-additional-multipleresidence" ] } ] } }, "United States": { "value": { "result": [ { "name": "Default", "country_iso_3": "USA", "datasets": [ "us-address" ] }, { "name": "AMEX_1", "country_iso_3": "USA", "datasets": [ "us-address" ] }, { "name": "AMEX_alternate", "country_iso_3": "USA", "datasets": [ "us-address" ] } ] } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/layouts/v2": { "post": { "tags": [ "Address Validation" ], "summary": "Creates an address layout.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV2CreateRequest" }, "examples": { "United Kingdom with DataPlus": { "value": { "layout": { "name": "United Kingdom with DataPlus", "comment": "United Kingdom with DataPlus", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "options": { "variation": 1, "flatten_diacritics": false, "enable_enhanced_layout": false, "display_enhanced_info_on_picklist": false, "enable_intelligent_layout": false, "capitalise_unused": false, "separate_elements": true, "element_separator": { "default": ", ", "configuration_by_element": { "buildingNumber": ", ^ ", "subBuildingNumber": ", ^ ", "postcode": " ^ ", "deliveryPointSuffix": " ^ ", "country": " ^ ", "pafAddressKey": "^", "pafOrganisationKey": "^" } }, "terminate_lines": false, "line_terminator": { "default": ", ", "configuration_by_element": { "postcode": "^", "deliveryPointSuffix": "^", "country": ".^." } }, "pad_lines": false, "multiple_dataplus_delimiter": "|", "abbreviate_item": [ "thoroughfareName", "county" ], "capitalise_item": [ "postcode", "country" ] }, "lines": [ { "line_name": "Line 1", "max_width": 255 }, { "line_name": "Line 2", "max_width": 255 }, { "line_name": "Line 3", "max_width": 255 }, { "line_name": "Locality", "max_width": 255, "elements": [ { "element_name": "town" } ] }, { "line_name": "Region", "max_width": 255 }, { "line_name": "Postal Code", "max_width": 255, "elements": [ { "element_name": "postcode" } ] }, { "line_name": "Country", "max_width": 255, "elements": [ { "element_name": "country" } ] }, { "line_name": "MOSAIC Household Type Code", "max_width": 255, "elements": [ { "element_name": "mosaicHouseholdTypeCode" } ] }, { "line_name": "UDPRN", "max_width": 255, "elements": [ { "element_name": "udprnKey" } ] } ] } } }, "United Kingdom without DataPlus": { "value": { "layout": { "name": "United Kingdom without DataPlus", "comment": "United Kingdom without DataPlus", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "options": { "variation": 1, "flatten_diacritics": false, "enable_enhanced_layout": false, "display_enhanced_info_on_picklist": false, "enable_intelligent_layout": false, "capitalise_unused": false, "separate_elements": true, "element_separator": { "default": ", ", "configuration_by_element": { "buildingNumber": ", ^ ", "subBuildingNumber": ", ^ ", "postcode": " ^ ", "deliveryPointSuffix": " ^ ", "country": " ^ ", "pafAddressKey": "^", "pafOrganisationKey": "^" } }, "terminate_lines": false, "line_terminator": { "default": ", ", "configuration_by_element": { "postcode": "^", "deliveryPointSuffix": "^", "country": ".^." } }, "pad_lines": false, "multiple_dataplus_delimiter": "|", "abbreviate_item": [ "thoroughfareName", "county" ], "capitalise_item": [ "postcode", "country" ] }, "lines": [ { "line_name": "Line 1", "max_width": 255 }, { "line_name": "Line 2", "max_width": 255 }, { "line_name": "Line 3", "max_width": 255 }, { "line_name": "Locality", "max_width": 255, "elements": [ { "element_name": "town" } ] }, { "line_name": "Region", "max_width": 255 }, { "line_name": "Postal Code", "max_width": 255, "elements": [ { "element_name": "postcode" } ] }, { "line_name": "Country", "max_width": 255, "elements": [ { "element_name": "country" } ] } ] } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV2CreateResponse" }, "example": { "result": { "id": "00000000-0000-0000-0000-000000000000" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] }, "get": { "tags": [ "Address Validation" ], "summary": "Gets a list of the address layouts.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "country_iso", "in": "query", "description": "Filters by Country ISO3", "schema": { "type": "string" } }, { "name": "datasets", "in": "query", "description": "Filters by Datasets", "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "name_contains", "in": "query", "description": "Filters by layout name contains text", "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV2ListResponse" }, "examples": { "Sample": { "value": { "result": [ { "id": "00000000-0000-0000-0000-000000000000", "name": "Sample Layout 1", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "status": "CreationInProgress" }, { "id": "00000000-0000-0000-0000-000000000000", "name": "Sample Layout 2", "applies_to": [ { "country_iso": "AUS", "datasets": [ "au-address" ] }, { "country_iso": "NZL", "datasets": [ "nz-address" ] } ], "status": "Completed" } ] } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/layouts/v2/{name}": { "delete": { "tags": [ "Address Validation" ], "summary": "Delete an address layout.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "name", "in": "path", "description": "Layout name to be deleted.", "required": true, "schema": { "type": "string" } } ], "responses": { "204": { "description": "No Content" }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "404": { "description": "Not Found" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] }, "get": { "tags": [ "Address Validation" ], "summary": "Gets an address layout.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "name", "in": "path", "description": "Layout name", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV2GetResponse" }, "examples": { "United Kingdom": { "value": { "result": { "layout": { "id": "00000000-0000-0000-0000-000000000000", "name": "SampleLayout", "comment": "Sample Layout", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "options": { "variation": 1, "flatten_diacritics": false, "enable_enhanced_layout": false, "display_enhanced_info_on_picklist": false, "enable_intelligent_layout": false, "capitalise_unused": false, "separate_elements": true, "element_separator": { "default": ", ", "configuration_by_element": { "buildingNumber": ", ^ ", "subBuildingNumber": ", ^ ", "postcode": " ^ ", "deliveryPointSuffix": " ^ ", "country": " ^ ", "pafAddressKey": "^", "pafOrganisationKey": "^" } }, "terminate_lines": false, "line_terminator": { "default": ", ", "configuration_by_element": { "postcode": "^", "deliveryPointSuffix": "^", "country": ".^." } }, "pad_lines": false, "multiple_dataplus_delimiter": "|", "abbreviate_item": [ "thoroughfareName", "county" ], "capitalise_item": [ "postcode", "country" ] }, "lines": [ { "line_name": "Line 1", "max_width": 255 }, { "line_name": "Line 2", "max_width": 255 }, { "line_name": "Line 3", "max_width": 255 }, { "line_name": "Locality", "max_width": 255, "elements": [ { "element_name": "town" } ] }, { "line_name": "Region", "max_width": 255 }, { "line_name": "Postal Code", "max_width": 255, "elements": [ { "element_name": "postcode" } ] }, { "line_name": "Country", "max_width": 255, "elements": [ { "element_name": "country" } ] }, { "line_name": "MOSAIC Household Type Code", "max_width": 255, "elements": [ { "element_name": "mosaicHouseholdTypeCode" } ] }, { "line_name": "UDPRN", "max_width": 255, "elements": [ { "element_name": "udprnKey" } ] } ], "status": "Completed", "license_id": "SampleLicenseId" } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] }, "put": { "tags": [ "Address Validation" ], "summary": "Updates an address layout.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "name", "in": "path", "description": "Layout name to be updated.", "required": true, "schema": { "type": "string" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLayoutsV2UpdateRequest" }, "examples": { "United Kingdom with DataPlus": { "value": { "layout": { "id": "11111111-1111-1111-1111-111111111111", "name": "United Kingdom with DataPlus", "comment": "Updated United Kingdom with DataPlus", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "options": { "variation": 1, "flatten_diacritics": false, "enable_enhanced_layout": false, "display_enhanced_info_on_picklist": false, "enable_intelligent_layout": false, "capitalise_unused": false, "separate_elements": true, "element_separator": { "default": ", ", "configuration_by_element": { "buildingNumber": ", ^ ", "subBuildingNumber": ", ^ ", "postcode": " ^ ", "deliveryPointSuffix": " ^ ", "country": " ^ ", "pafAddressKey": "^", "pafOrganisationKey": "^" } }, "terminate_lines": false, "line_terminator": { "default": ", ", "configuration_by_element": { "postcode": "^", "deliveryPointSuffix": "^", "country": ".^." } }, "pad_lines": false, "multiple_dataplus_delimiter": "|", "abbreviate_item": [ "thoroughfareName", "county" ], "capitalise_item": [ "postcode", "country" ] }, "lines": [ { "line_name": "Line 1", "max_width": 255 }, { "line_name": "Line 2", "max_width": 255 }, { "line_name": "Line 3", "max_width": 255 }, { "line_name": "Locality", "max_width": 255, "elements": [ { "element_name": "town" } ] }, { "line_name": "Region", "max_width": 255 }, { "line_name": "Postal Code", "max_width": 255, "elements": [ { "element_name": "postcode" } ] }, { "line_name": "Country", "max_width": 255, "elements": [ { "element_name": "country" } ] }, { "line_name": "MOSAIC Household Type Code", "max_width": 255, "elements": [ { "element_name": "mosaicHouseholdTypeCode" } ] }, { "line_name": "UDPRN", "max_width": 255, "elements": [ { "element_name": "udprnKey" } ] } ] } } }, "United Kingdom without DataPlus": { "value": { "layout": { "id": "11111111-1111-1111-1111-111111111111", "name": "United Kingdom without DataPlus", "comment": "Updated United Kingdom without DataPlus", "applies_to": [ { "country_iso": "GBR", "datasets": [ "gb-address" ] } ], "options": { "variation": 1, "flatten_diacritics": false, "enable_enhanced_layout": false, "display_enhanced_info_on_picklist": false, "enable_intelligent_layout": false, "capitalise_unused": false, "separate_elements": true, "element_separator": { "default": ", ", "configuration_by_element": { "buildingNumber": ", ^ ", "subBuildingNumber": ", ^ ", "postcode": " ^ ", "deliveryPointSuffix": " ^ ", "country": " ^ ", "pafAddressKey": "^", "pafOrganisationKey": "^" } }, "terminate_lines": false, "line_terminator": { "default": ", ", "configuration_by_element": { "postcode": "^", "deliveryPointSuffix": "^", "country": ".^." } }, "pad_lines": false, "multiple_dataplus_delimiter": "|", "abbreviate_item": [ "thoroughfareName", "county" ], "capitalise_item": [ "postcode", "country" ] }, "lines": [ { "line_name": "Line 1", "max_width": 255 }, { "line_name": "Line 2", "max_width": 255 }, { "line_name": "Line 3", "max_width": 255 }, { "line_name": "Locality", "max_width": 255, "elements": [ { "element_name": "town" } ] }, { "line_name": "Region", "max_width": 255 }, { "line_name": "Postal Code", "max_width": 255, "elements": [ { "element_name": "postcode" } ] }, { "line_name": "Country", "max_width": 255, "elements": [ { "element_name": "country" } ] } ] } } } } } }, "required": true }, "responses": { "204": { "description": "No Content" }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/lookup/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Lookup an address based on a key.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLookupV1Request" }, "examples": { "United Kingdom": { "value": { "country_iso": "GBR", "datasets": [ "gb-address-addressbase" ], "key": { "type": "default", "value": "11606279" } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSearchV1Response" }, "examples": { "United Kingdom": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions_key": "QVBSfjcuNzMwME1BUFJCZ0huQndBQUFBQUZBUUVBQVFBQUFBaEtwYU5ZQUNHUUJnQUFBQUFBQUFBQUFQLi5BQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBLX44fjc", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "QVBSfjcuNzMwUk9BUFJCZ0huQndBQUFBQUZBd0VBQUFBSVNxV2pXQUFoa0FZQUFBQUFBQUFBQUFELi53QUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFeE5qQTJNamM1QUFBQUFBQS1-OH43", "text": "3 Orford Road, Bromeswell IP12 2PP", "format": "https://api.experianaperture.io/address/format/v1/QVBSfjcuNzMwUk9BUFJCZ0huQndBQUFBQUZBd0VBQUFBSVNxV2pXQUFoa0FZQUFBQUFBQUFBQUFELi53QUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFeE5qQTJNamM1QUFBQUFBQS1-OH43", "additional_attributes": [ { "name": "picklist_display", "value": "3 Orford Road, Bromeswell" }, { "name": "postcode", "value": "IP12 2PP" } ] } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/lookup/v2": { "post": { "tags": [ "Address Validation" ], "summary": "Lookup an address based on a key.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Add-Addresses", "in": "header", "description": "If true an `addresses` field will be populated with concrete addresses in response.", "schema": { "type": "string" } }, { "name": "Add-FinalAddress", "in": "header", "description": "If true an `addresses_formatted` field will be populated with concrete custom formatted addresses in response.", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLookupV2Request" }, "examples": { "Australia - postal code": { "value": { "country_iso": "AUS", "datasets": [ "au-address" ], "key": { "type": "postal_code", "value": "3071" } } }, "Australia G-NAF - partial locality": { "value": { "country_iso": "AUS", "datasets": [ "au-address-gnaf" ], "max_addresses": 2, "key": { "type": "locality", "value": "thornb" } } }, "United Kingdom - partial postal code": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "key": { "type": "postal_code", "value": "nn14" } } }, "United Kingdom - locality": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_addresses": 2, "key": { "type": "locality", "value": "Birmingham" } } }, "United Kingdom - Unique Delivery Point Reference Number (UDPRN)": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "key": { "type": "udprn", "value": "27453340" } } }, "United Kingdom - Electricity Meter Point Administration Number (MPAN)": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-electricity" ], "key": { "type": "mpan", "value": "1234567890123" }, "layouts": [ "ElectricityUtilityLookup" ] } }, "United Kingdom - Gas Meter Point Reference Number (MPRN)": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-gas" ], "key": { "type": "mprn", "value": "1234567890" }, "layouts": [ "GasUtilityLookup" ] } }, "United States - postal code": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "key": { "type": "postal_code", "value": "10024" } } }, "United States - partial locality": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "max_addresses": 2, "key": { "type": "locality", "value": "bosto" } } }, "United States - city/state combination": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "key": { "type": "locality", "value": "boston, va" } } }, "United Kingdom - what3words search": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "key": { "type": "what3words", "value": "///pretty.needed.chill" } } }, "United Kingdom - what3words AutoSuggest search": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "key": { "type": "what3words", "value": "pretty.needed.chill" } } }, "Japan - postal code latin script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "postal_code", "value": "194-0212" }, "preferred_language": [ "ja" ], "preferred_script": [ "latin" ] } }, "Japan - postal code kanji script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "postal_code", "value": "194-0212" }, "preferred_language": [ "ja" ], "preferred_script": [ "kanji" ] } }, "Japan - postal code kana script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "postal_code", "value": "194-0212" }, "preferred_language": [ "ja" ], "preferred_script": [ "kana" ] } }, "Japan - locality latin script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "locality", "value": "Machida-Shi" }, "preferred_language": [ "ja" ], "preferred_script": [ "latin" ] } }, "Japan - locality kanji script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "locality", "value": "町田市" }, "preferred_language": [ "ja" ], "preferred_script": [ "kanji" ] } }, "Japan - partial city": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "locality", "value": "Aomo" } } }, "Japan - city district combination": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "key": { "type": "locality", "value": "Aomori-Shi" } } }, "Japan - Kanji script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address-ea" ], "key": { "type": "postal_code", "value": "1320024" }, "preferred_language": [ "ja" ], "preferred_script": [ "kanji" ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressLookupV2Result" }, "examples": { "Australia - postal code": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "VICTORIA", "code": "VIC" }, "town": { "name": "Thornbury" } }, "postal_code": { "full_name": "3071" } } ] } } }, "Australia G-NAF - partial locality": { "value": { "result": { "more_results_available": false, "confidence": "Multiple matches", "suggestions": [ { "locality": { "region": { "name": "VICTORIA", "code": "VIC" }, "town": { "name": "Thornbury" } }, "postal_code": { "full_name": "3071" } }, { "locality": { "region": { "name": "QUEENSLAND", "code": "QLD" }, "town": { "name": "Thornborough" } }, "postal_code": { "full_name": "4871" } } ], "addresses": [ { "text": "19 Alexandra Street, THORNBURY VIC 3071", "matched": [ [ 21, 27 ] ], "global_address_key": "aWQ9MTkgQWxleGFuZHJhIFN0cmVldCwgVEhPUk5CVVJZIFZJQyAzMDcxLCBBdXN0cmFsaWF-YWx0X2tleT1HYXZpYzQyMDUwNDMwNX5kYXRhc2V0PUFVU19HTkFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MtZ25hZi1iZXRhJEdBVklDNDIwNTA0MzA1JCQk", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTkgQWxleGFuZHJhIFN0cmVldCwgVEhPUk5CVVJZIFZJQyAzMDcxLCBBdXN0cmFsaWF-YWx0X2tleT1HYXZpYzQyMDUwNDMwNX5kYXRhc2V0PUFVU19HTkFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MtZ25hZi1iZXRhJEdBVklDNDIwNTA0MzA1JCQkflFMPTY" }, { "text": "16 Alexandra Street, THORNBURY VIC 3071", "matched": [ [ 21, 27 ] ], "global_address_key": "aWQ9MTYgQWxleGFuZHJhIFN0cmVldCwgVEhPUk5CVVJZIFZJQyAzMDcxLCBBdXN0cmFsaWF-YWx0X2tleT1HYXZpYzQyMDE3Mjk2OH5kYXRhc2V0PUFVU19HTkFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MtZ25hZi1iZXRhJEdBVklDNDIwMTcyOTY4JCQk", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYgQWxleGFuZHJhIFN0cmVldCwgVEhPUk5CVVJZIFZJQyAzMDcxLCBBdXN0cmFsaWF-YWx0X2tleT1HYXZpYzQyMDE3Mjk2OH5kYXRhc2V0PUFVU19HTkFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MtZ25hZi1iZXRhJEdBVklDNDIwMTcyOTY4JCQkflFMPTY" } ] } } }, "United Kingdom - partial postal code": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "town": { "name": "Kettering" }, "district": { "name": "Desborough" } }, "postal_code": { "full_name": "NN14 2JE" } }, { "locality": { "town": { "name": "Kettering" }, "district": { "name": "Desborough" } }, "postal_code": { "full_name": "NN14 2JJ" } }, { "locality": { "town": { "name": "Kettering" }, "district": { "name": "Mawsley" } }, "postal_code": { "full_name": "NN14 1TR" } } ] } } }, "United Kingdom - locality": { "value": { "result": { "more_results_available": false, "confidence": "Multiple matches", "suggestions": [ { "locality": { "town": { "name": "Birmingham" }, "district": { "name": "Erdington" } }, "postal_code": { "full_name": "B24 9QR" } }, { "locality": { "town": { "name": "Birmingham" } }, "postal_code": { "full_name": "B31 2JW" } }, { "locality": { "town": { "name": "Birmingham" }, "district": { "name": "Yardley Wood" } }, "postal_code": { "full_name": "B14 4DU" } } ], "addresses": [ { "text": "Apartment 1903, Beetham Tower, 10 Holloway Circus Queensway, Birmingham, B1 1BA", "matched": [ [ 61, 71 ] ], "global_address_key": "aWQ9QXBhcnRtZW50IDE5MDMsIEJlZXRoYW0gVG93ZXIsIDEwIEhvbGxvd2F5IENpcmN1cyBRdWVlbnN3YXksIEJpcm1pbmdoYW0sIEIxIDFCQSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT01MDMxODkwN35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQ1ZmZlMTUyYS1kM2M2LTRkYTYtOTE1ZS1hODhlZTBhNWUyYzAkJCQ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9QXBhcnRtZW50IDE5MDMsIEJlZXRoYW0gVG93ZXIsIDEwIEhvbGxvd2F5IENpcmN1cyBRdWVlbnN3YXksIEJpcm1pbmdoYW0sIEIxIDFCQSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT01MDMxODkwN35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQ1ZmZlMTUyYS1kM2M2LTRkYTYtOTE1ZS1hODhlZTBhNWUyYzAkJCR-UUw9MTA" }, { "text": "Apartment 2107, Beetham Tower, 10 Holloway Circus Queensway, Birmingham, B1 1BA", "matched": [ [ 61, 71 ] ], "global_address_key": "aWQ9QXBhcnRtZW50IDIxMDcsIEJlZXRoYW0gVG93ZXIsIDEwIEhvbGxvd2F5IENpcmN1cyBRdWVlbnN3YXksIEJpcm1pbmdoYW0sIEIxIDFCQSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT01MDMxODkzMH5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQ4MTA0NTMyOC1iZmZjLTQwZDgtOTM0ZS0yMzQ2ZDIzMzA1OWYkJCQ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9QXBhcnRtZW50IDIxMDcsIEJlZXRoYW0gVG93ZXIsIDEwIEhvbGxvd2F5IENpcmN1cyBRdWVlbnN3YXksIEJpcm1pbmdoYW0sIEIxIDFCQSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT01MDMxODkzMH5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQ4MTA0NTMyOC1iZmZjLTQwZDgtOTM0ZS0yMzQ2ZDIzMzA1OWYkJCR-UUw9MTA" } ] } } }, "United Kingdom - Unique Delivery Point Reference Number (UDPRN)": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "town": { "name": "York" }, "district": { "name": "Terrington" } }, "postal_code": { "full_name": "YO60 6PH" } } ] } } }, "United Kingdom - Electricity Meter Point Administration Number (MPAN)": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "locality": { "sub_region": { "name": "FIFE" }, "town": { "name": "KELTY" } }, "postal_code": { "full_name": "KY4 0BL" }, "postal_code_key": "aWQ9S1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT1-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkJCQk", "locality_key": "aWQ9S0VMVFksIEZJRkUsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9fmRhdGFzZXQ9R0JSX1BBRn5mb3JtYXRfa2V5PUdCUiRnYi1hZGRyZXNzJCQkJA" } ], "addresses": [ { "text": "77, STATION ROAD, KELTY, FIFE, KY4 0BL", "global_address_key": "R0JFfn4xM34wfmVsZWM9dHJ1ZX5tcGFuPTE4MDAwMjA5ODIwNzh-aWQ9NzcsIFNUQVRJT04gUk9BRCwgS0VMVFksIEZJRkUsIEtZNCAwQkw", "format": "https://api.experianaperture.io/address/format/v1/R0JFfn4xM34wfmVsZWM9dHJ1ZX5tcGFuPTE4MDAwMjA5ODIwNzh-aWQ9NzcsIFNUQVRJT04gUk9BRCwgS0VMVFksIEZJRkUsIEtZNCAwQkw" } ], "addresses_formatted": [ { "layout_name": "ElectricityUtilityLookup", "address": { "electricity_meters": [ { "mpan": "1234567890", "address_line_1": "", "address_line_2": "", "address_line_3": "77", "address_line_4": "", "address_line_5": "STATION ROAD", "address_line_6": "", "address_line_7": "", "address_line_8": "KELTY", "address_line_9": "FIFE", "address_postal_code": "KY4 0BL", "trading_status": "T", "trading_status_efd": "19960101", "profile_class": "01", "profile_class_efd": "20200101", "meter_timeswitch_class": "801", "meter_timeswitch_class_efd": "20200101", "line_loss_factor": "100", "line_loss_factor_efd": "20200101", "standard_settlement_configuration": "0393", "standard_settlement_configuration_efd": "20200101", "energisation_status": "E", "energisation_status_efd": "20200101", "gsp_group_id": "_N", "gsp_group_efd": "19960101", "data_aggregator_mpid": "UDMS", "data_aggregator_efd": "20200101", "data_collector_mpid": "UDMS", "data_collector_efd": "20200101", "supplier_mpid": "TULP", "supplier_efd": "20200101", "meter_operator_mpid": "EMSL", "meter_operator_efd": "20200101", "measurement_class": "A", "measurement_class_efd": "20200101", "green_deal_in_effect": "0", "smso_mpid": "", "smso_efd": "", "dcc_service_flag": "A", "dcc_service_flag_efd": "20200101", "ihd_status": "", "ihd_status_efd": "", "smets_version": "SMETS2", "distributor_mpid": "SPOW", "metered_indicator": "T", "metered_indicator_efd": "20170101", "metered_indicator_etd": "", "consumer_type": "Domestic", "relationship_status_indicator": "None", "rmp_state": "O", "rmp_efd": "19960101", "domestic_consumer_indicator": "T", "css_supplier_mpid": "", "css_supply_start_date": "", "meter_serial_number": "1234567890", "meter_install_date": "20200101", "meter_type": "S2A", "map_mpid": "MLBB", "map_mpid_efd": "20200101", "installing_supplier_mpid": "BGAS", "energy_direction": "", "energy_direction_efd": "", "energy_direction_etd": "", "connection_type": "", "connection_type_efd": "", "connection_type_etd": "", "esme_id": "", "meter_location": "", "register_digits": "" } ] } } ] } } }, "United Kingdom - Gas Meter Point Reference Number (MPRN)": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "locality": { "sub_region": { "name": "FIFE" }, "town": { "name": "KELTY" } }, "postal_code": { "full_name": "KY4 0BL" }, "postal_code_key": "aWQ9S1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT1-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkJCQk", "locality_key": "aWQ9S0VMVFksIEZJRkUsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9fmRhdGFzZXQ9R0JSX1BBRn5mb3JtYXRfa2V5PUdCUiRnYi1hZGRyZXNzJCQkJA" } ], "addresses": [ { "text": "77, STATION ROAD, KELTY, FIFE, KY4 0BL", "global_address_key": "R0JHfn4xMH4wfmdhcz10cnVlfm1wcm49MTEzNTUxNzAwN35pZD03NywgU1RBVElPTiBST0FELCBLRUxUWSwgS1k0IDBCTA", "format": "https://api.experianaperture.io/address/format/v1/R0JHfn4xMH4wfmdhcz10cnVlfm1wcm49MTEzNTUxNzAwN35pZD03NywgU1RBVElPTiBST0FELCBLRUxUWSwgS1k0IDBCTA" } ], "addresses_formatted": [ { "layout_name": "GasUtilityLookup", "address": { "gas_meters": [ { "mprn": "1234567890", "uprn": "123456789", "rel_address_primary_name": "77", "rel_address_secondary_name": "", "rel_address_street1": "STATION ROAD", "rel_address_street2": "", "rel_address_locality1": "", "rel_address_locality2": "", "rel_address_town": "KELTY", "rel_address_postcode": "KY4 0BL", "rel_address_logical_status": "1", "rel_address_language": "ENG", "rel_address_organisation": "", "rel_address_address_type": "DPA", "rel_address_confidence_score": "100", "rel_address_classification": "RD06", "rel_address_latitude": "56.133556", "rel_address_longitude": "-3.376114", "meter_serial": "12345678901234", "offtake_quantity_annual": "5699", "meter_point_status": "LI", "installer_id": "BGT", "network_name": "Scotland Gas Networks Plc.", "supplier_name": "EDF Energy Customers Limited", "last_meter_read_date": "20230101", "last_meter_read_type": "R", "last_meter_read_value": "03285" } ] } } ] } } }, "United States - postal code": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "code": "NY" }, "sub_region": { "name": "New York" }, "town": { "name": "New York" } }, "postal_code": { "primary": "10024" } } ] } } }, "United States - partial locality": { "value": { "result": { "more_results_available": false, "confidence": "Multiple matches", "suggestions": [ { "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Suffolk" }, "town": { "name": "Boston" } }, "postal_code": { "primary": "02118" } }, { "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Suffolk" }, "town": { "name": "Boston" } }, "postal_code": { "primary": "02241" } } ], "addresses": [ { "text": "100 S Salem St, Boston IN 47324", "matched": [ [ 16, 21 ] ], "global_address_key": "aWQ9MTAwIFMgU2FsZW0gU3QsIEJvc3RvbiBJTiA0NzMyNCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDEwMCBTIFNhbGVtIFN0fHxCb3N0b24sSU4sNDczMjQtNzcwM35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ0ZTlhODEyNy1lOTlhLTRkMGUtOGU5Yy0yZmRjYTZiNjAxYjckMTAwJCQ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTAwIFMgU2FsZW0gU3QsIEJvc3RvbiBJTiA0NzMyNCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDEwMCBTIFNhbGVtIFN0fHxCb3N0b24sSU4sNDczMjQtNzcwM35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ0ZTlhODEyNy1lOTlhLTRkMGUtOGU5Yy0yZmRjYTZiNjAxYjckMTAwJCR-UUw9NQ" }, { "text": "101 S Salem St, Boston IN 47324", "matched": [ [ 16, 21 ] ], "global_address_key": "aWQ9MTAxIFMgU2FsZW0gU3QsIEJvc3RvbiBJTiA0NzMyNCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDEwMSBTIFNhbGVtIFN0fHxCb3N0b24sSU4sNDczMjQtNzcwM35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ0ZTlhODEyNy1lOTlhLTRkMGUtOGU5Yy0yZmRjYTZiNjAxYjckMTAxJCQ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTAxIFMgU2FsZW0gU3QsIEJvc3RvbiBJTiA0NzMyNCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDEwMSBTIFNhbGVtIFN0fHxCb3N0b24sSU4sNDczMjQtNzcwM35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ0ZTlhODEyNy1lOTlhLTRkMGUtOGU5Yy0yZmRjYTZiNjAxYjckMTAxJCR-UUw9NQ" } ] } } }, "United States - city/state combination": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "code": "VA" }, "sub_region": { "name": "Culpeper" }, "town": { "name": "Boston" } }, "postal_code": { "primary": "Boston" } }, { "locality": { "region": { "code": "VA" }, "sub_region": { "name": "Rappahannock" }, "town": { "name": "Boston" } }, "postal_code": { "primary": "22713" } } ] } } }, "United Kingdom - what3words search": { "value": { "result": { "more_results_available": false, "confidence": "Multiple matches", "addresses": [ { "text": "University Of Oxford, Botanic Gardens, High Street, Oxford, OX1 4AZ", "matched": [ [] ], "global_address_key": "aWQ9VW5pdmVyc2l0eSBPZiBPeGZvcmQsIEJvdGFuaWMgR2FyZGVucywgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBWiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjE1Mn5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZTNkMDE5NC1mOGYyLTRmYzQtYTEwZC1kZTVkZDZjYTA2OGEkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGw", "format": "https://api.experianaperture.io/address/format/v1/aWQ9VW5pdmVyc2l0eSBPZiBPeGZvcmQsIEJvdGFuaWMgR2FyZGVucywgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBWiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjE1Mn5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZTNkMDE5NC1mOGYyLTRmYzQtYTEwZC1kZTVkZDZjYTA2OGEkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGx-UUw9MjI" }, { "text": "Magdalen College, High Street, Oxford, OX1 4AU", "matched": [ [] ], "global_address_key": "aWQ9TWFnZGFsZW4gQ29sbGVnZSwgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBVSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjEzMH5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQyZGQyNWRlMS1kZGIzLTQxMDctOTUxZS1jMjc4NGJmZjc2MmMkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGw", "format": "https://api.experianaperture.io/address/format/v1/aWQ9TWFnZGFsZW4gQ29sbGVnZSwgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBVSwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjEzMH5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyQyZGQyNWRlMS1kZGIzLTQxMDctOTUxZS1jMjc4NGJmZjc2MmMkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGx-UUw9MjI" } ] } } }, "United Kingdom - what3words AutoSuggest search": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "what3words": { "name": "pretty.needed.chill", "description": "near Oxford, Oxfordshire" } }, { "what3words": { "name": "pretty.needed.still", "description": "near Plympton, Devon" } }, { "what3words": { "name": "pretty.needed.skill", "description": "near Calverton, Nottinghamshire" } } ] } } }, "Japan - postal code latin script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "Tokyo" }, "sub_region": { "name": "Machida-Shi" }, "district": { "name": "Oyamamachi" } }, "postal_code": { "full_name": "194-0212" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - postal code kanji script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "東京都" }, "sub_region": { "name": "町田市" }, "district": { "name": "小山町" } }, "postal_code": { "full_name": "194-0212" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - postal code kana script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "トウキョウト" }, "sub_region": { "name": "マチダシ" }, "district": { "name": "オヤママチ" } }, "postal_code": { "full_name": "194-0212" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - locality latin script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "Tokyo" }, "sub_region": { "name": "Machida-Shi" }, "district": { "name": "Oyamamachi" } }, "postal_code": { "full_name": "194-0212" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - locality kanji script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "東京都" }, "sub_region": { "name": "町田市" }, "district": { "name": "小山町" } }, "postal_code": { "full_name": "194-0212" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - partial city": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "Aomori" }, "sub_region": { "name": "Aomori-Shi" }, "district": { "name": "Oaza Shinjo" }, "sub_district": { "name": "Aza Hiraoka" } }, "postal_code": { "full_name": "038-0042" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" }, { "locality": { "region": { "name": "Aomori" }, "sub_region": { "name": "Aomori-Shi" }, "district": { "name": "Oaza Tsutsui" }, "sub_district": { "name": "Aza Yatsuhashi" } }, "postal_code": { "full_name": "030-0944" }, "postal_code_key": "base64-encoded-postal-code-key-2", "locality_key": "base64-encoded-locality-key-2" } ] } } }, "Japan - city district combination": { "value": { "result": { "more_results_available": false, "confidence": "Multiple matches", "suggestions": [ { "locality": { "region": { "name": "Aomori" }, "sub_region": { "name": "Aomori-Shi" }, "district": { "name": "Oaza Shinjo" }, "sub_district": { "name": "Aza Hiraoka" } }, "postal_code": { "full_name": "038-0042" }, "postal_code_key": "base64-encoded-postal-code-key-1", "locality_key": "base64-encoded-locality-key-1" } ] } } }, "Japan - Kanji script": { "value": { "result": { "more_results_available": false, "confidence": "No matches", "suggestions": [ { "locality": { "region": { "name": "東京都" }, "sub_region": { "name": "江戸川区" }, "district": { "name": "一之江" }, "sub_district": { "name": "1丁目" } }, "postal_code": { "primary": "132-0024" } } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/promptsets/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Get the available prompt sets.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressPromptSetsV1Request" }, "examples": { "Australia": { "value": { "country_iso": "AUS", "datasets": [ "au-address-datafusion" ], "search_type": "singleline", "prompt_set": "generic" } }, "United Kingdom": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-business" ], "search_type": "singleline", "prompt_set": "alternate" } }, "United States": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "search_type": "typedown", "prompt_set": "default" } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressPromptSetsV1Response" }, "examples": { "Australia": { "value": { "result": { "lines": [ { "prompt": "Building Number or Name", "suggested_input_length": 40, "example": "125v" }, { "prompt": "Street", "suggested_input_length": 40, "example": "Summer St" }, { "prompt": "Town or City", "suggested_input_length": 40, "example": "Boston" }, { "prompt": "Postal code", "suggested_input_length": 10, "example": "02110-1615" } ] } } }, "United Kingdom": { "value": { "result": { "lines": [ { "prompt": "Building number or name", "suggested_input_length": 40, "example": "12" }, { "prompt": "Street", "suggested_input_length": 40, "example": "Redacre" }, { "prompt": "Town", "suggested_input_length": 40, "example": "Bristol" } ] } } }, "United States": { "value": { "result": { "lines": [ { "prompt": "Enter ZIP code, city name, county name or state code", "suggested_input_length": 120, "example": "02110-1615" } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/search/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Search for an address.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Transliterate", "in": "header", "description": "Specify if transliteration is expected.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Retention", "in": "header", "description": "Specify if retention is expected.", "schema": { "type": "boolean", "default": true } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSearchV1Request" }, "examples": { "Australia - Autocomplete": { "value": { "country_iso": "AUS", "datasets": [ "au-address" ], "max_suggestions": 3, "components": { "unspecified": [ "56 Queens R" ] } } }, "Australia DataFusion - Singleline": { "value": { "country_iso": "AUS", "datasets": [ "au-address-datafusion" ], "components": { "unspecified": [ "55/49 Queens Road, five dock" ] }, "options": [ { "name": "search_type", "value": "singleline" }, { "name": "prompt_set", "value": "optimal" } ] } }, "Australia G-NAF - Typedown": { "value": { "country_iso": "AUS", "datasets": [ "au-address-gnaf" ], "max_suggestions": 2, "components": { "unspecified": [ "melbourne" ] }, "options": [ { "name": "search_type", "value": "typedown" } ] } }, "Australia with locality constraints - Autocomplete": { "value": { "country_iso": "AUS", "datasets": [ "au-address" ], "max_suggestions": 2, "components": { "unspecified": [ "56 Queens R" ], "locality": { "region": { "exists": true, "must_be": [ "NSW" ], "must_not_be": [ "SA" ] } } } } }, "United Kingdom - Autocomplete": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_suggestions": 3, "components": { "unspecified": [ "160 bla" ] } } }, "United Kingdom with Utilities and Business Names - Autocomplete": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-electricity", "gb-additional-gas", "gb-additional-business" ], "max_suggestions": 3, "components": { "unspecified": [ "160 bla" ] } } }, "United Kingdom with Business Names - Singleline": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-business" ], "components": { "unspecified": [ "160, SE1 8EZ" ] }, "options": [ { "name": "search_type", "value": "singleline" }, { "name": "prompt_set", "value": "optimal" } ] } }, "United Kingdom with Electricity, Multiple Residence and Not Yet Built - Singleline": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-electricity", "gb-additional-multipleresidence", "gb-additional-notyetbuilt" ], "components": { "unspecified": [ "160, SE1 8EZ" ] }, "options": [ { "name": "search_type", "value": "singleline" }, { "name": "prompt_set", "value": "optimal" }, { "name": "flatten", "value": "true" } ] } }, "United Kingdom with Multiple Residence - Typedown": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-multipleresidence" ], "max_suggestions": 4, "components": { "unspecified": [ "London" ] }, "options": [ { "name": "search_type", "value": "typedown" } ] } }, "United Kingdom with Names": { "value": { "country_iso": "GBR", "datasets": [ "gb-address-addressbasenames" ], "max_suggestions": 3, "components": { "unspecified": [ "160 bla" ], "names": [ { "forename": "John", "middlename": "James", "surname": "Doe" } ] } } }, "United Kingdom with Names - Autocomplete with uprn/premise number": { "value": { "country_iso": "GBR", "datasets": [ "gb-address-addressbasenames" ], "max_suggestions": 2, "components": { "unspecified": [ "1234" ] } } }, "United Kingdom with Names - Autocomplete with w3w": { "value": { "country_iso": "GBR", "datasets": [ "gb-address-addressbasenames" ], "max_suggestions": 3, "components": { "unspecified": [ "///dog.cat.dog" ] } } }, "United States - Autocomplete": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "max_suggestions": 2, "components": { "unspecified": [ "20 main" ] } } }, "United States - Autocomplete with location biasing enabled": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "max_suggestions": 2, "components": { "unspecified": [ "20 main" ] }, "location": "34.036352, -118.209649" } }, "United States with locality constraints - Autocomplete": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "max_suggestions": 2, "components": { "unspecified": [ "20 main" ], "locality": { "region": { "exists": true, "must_be": [ "NY" ], "must_not_be": [ "WA" ] } } } } }, "United States - Singleline": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "components": { "unspecified": [ "20 Main St, Ste 125, Vista" ] }, "options": [ { "name": "search_type", "value": "singleline" }, { "name": "prompt_set", "value": "optimal" } ] } }, "United States - Typedown": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "max_suggestions": 2, "components": { "unspecified": [ "Miami" ] }, "options": [ { "name": "search_type", "value": "typedown" } ] } }, "Japan - Autocomplete, Latin script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "max_suggestions": 5, "components": { "unspecified": [ "1-1, Daikan-yamacho, Shibuya-Ku, Tokyo, 150-0034" ] }, "preferred_language": [ "ja" ], "preferred_script": [ "latin" ] } }, "Japan - Autocomplete, Kanji script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "max_suggestions": 5, "components": { "unspecified": [ "1-1, Daikan-yamacho, Shibuya-Ku, Tokyo, 150-0034" ] }, "preferred_language": [ "ja" ], "preferred_script": [ "kanji" ] } }, "Japan - Autocomplete, Kana script": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "max_suggestions": 5, "components": { "unspecified": [ "1-1, Daikan-yamacho, Shibuya-Ku, Tokyo, 150-0034" ] }, "preferred_language": [ "ja" ], "preferred_script": [ "kana" ] } }, "Japan with locality constraints - Autocomplete": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "components": { "unspecified": [ "Araya Shibuyamachi" ], "locality": { "region": { "exists": true, "must_be": [ "Shibuya" ], "must_not_be": [ "Aomori" ] } } } } }, "Japan - Singleline, Preserve input option": { "value": { "country_iso": "JPN", "datasets": [ "jp-address-ed" ], "components": { "unspecified": [ "|〒1320024" ] }, "options": [ { "name": "search_type", "value": "singleline" }, { "name": "prompt_set", "value": "optimal" } ], "preferred_language": [ "ja" ], "preferred_script": [ "preserve_input" ] } }, "Japan - Singleline, Transliterate": { "value": { "country_iso": "JPN", "datasets": [ "jp-address" ], "components": { "unspecified": [ "1-1-23, 虎ノ門東宝ビル 〒105-0001" ] } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSearchV1Response" }, "examples": { "Australia - Autocomplete": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9NTYgUXVlZW5zIFJvYWQsIEFTUVVJVEggIE5TVyAyMDc3LCBBdXN0cmFsaWF-YWx0X2tleT0zNzgyMjk0Nn5kYXRhc2V0PUFVU19QQUZ-Zm9ybWF0X2tleT1BVVMkYXUtYWRkcmVzcyQ3LjczMDFPQVVTSEFybUJ3QUFBQUFJQWdFQUFBQUFDZkQ1Z0FBQUFBQUFBRFUyQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURVMklGRjFaV1Z1Y3lCU0FBQUFBQUEtJCQk", "text": "56 Queens Road, ASQUITH NSW 2077", "matched": [ [ 3, 11 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9NTYgUXVlZW5zIFJvYWQsIEFTUVVJVEggIE5TVyAyMDc3LCBBdXN0cmFsaWF-YWx0X2tleT0zNzgyMjk0Nn5kYXRhc2V0PUFVU19QQUZ-Zm9ybWF0X2tleT1BVVMkYXUtYWRkcmVzcyQ3LjczMDFPQVVTSEFybUJ3QUFBQUFJQWdFQUFBQUFDZkQ1Z0FBQUFBQUFBRFUyQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURVMklGRjFaV1Z1Y3lCU0FBQUFBQUEtJCQkflFMPTExfm1heF9zdWdnZXN0aW9ucz03" }, { "global_address_key": "aWQ9NTYgUXVlZW5zIFJvYWQsIENPTk5FTExTIFBPSU5UICBOU1cgMjIyMSwgQXVzdHJhbGlhfmFsdF9rZXk9NTk0NTg4MTJ-ZGF0YXNldD1BVVNfUEFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MkNy43MzBMT0FVU0hBcm1Cd0FBQUFBSUFnRUFBQUFBSVdZN3dBQUFBQUFBQURVMkFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFEVTJJRkYxWldWdWN5QlNBQUFBQUFBLSQkJA", "text": "56 Queens Road, CONNELLS POINT NSW 2221", "matched": [ [ 3, 11 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9NTYgUXVlZW5zIFJvYWQsIENPTk5FTExTIFBPSU5UICBOU1cgMjIyMSwgQXVzdHJhbGlhfmFsdF9rZXk9NTk0NTg4MTJ-ZGF0YXNldD1BVVNfUEFGfmZvcm1hdF9rZXk9QVVTJGF1LWFkZHJlc3MkNy43MzBMT0FVU0hBcm1Cd0FBQUFBSUFnRUFBQUFBSVdZN3dBQUFBQUFBQURVMkFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFEVTJJRkYxWldWdWN5QlNBQUFBQUFBLSQkJH5RTD0xMX5tYXhfc3VnZ2VzdGlvbnM9Nw" }, { "global_address_key": "aWQ9NTYgUXVlZW5zIFJvYWQsIEZJVkUgRE9DSyAgTlNXIDIwNDYsIEF1c3RyYWxpYX5hbHRfa2V5PTkyNDM2MzA0fmRhdGFzZXQ9QVVTX1BBRn5mb3JtYXRfa2V5PUFVUyRhdS1hZGRyZXNzJDcuNzMwYU9BVVNIQXJtQndBQUFBQUlBZ0VBQUFBQUx3QVJ3QUFBQUFBQUFEVTJBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRFUySUZGMVpXVnVjeUJTQUFBQUFBQS0kJCQ", "text": "56 Queens Road, FIVE DOCK NSW 2046", "matched": [ [ 3, 11 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9NTYgUXVlZW5zIFJvYWQsIEZJVkUgRE9DSyAgTlNXIDIwNDYsIEF1c3RyYWxpYX5hbHRfa2V5PTkyNDM2MzA0fmRhdGFzZXQ9QVVTX1BBRn5mb3JtYXRfa2V5PUFVUyRhdS1hZGRyZXNzJDcuNzMwYU9BVVNIQXJtQndBQUFBQUlBZ0VBQUFBQUx3QVJ3QUFBQUFBQUFEVTJBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRFUySUZGMVpXVnVjeUJTQUFBQUFBQS0kJCR-UUw9MTF-bWF4X3N1Z2dlc3Rpb25zPTc" } ] } } }, "Australia DataFusion - Singleline": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions_key": "QVVFfjcuNzMwbk1BVUVIQWptQndBQUFBQUJBUUVBQVFBQUFBQldzNFdSZ0NFd2doQVlJUUdLRUJBaEFJSVFBQ0VBRGdBQUFBQUFBQUFBQVAuLldnQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUEtfjI4fjc", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "QVVFfjcuNzMwSU9BVUVIQWptQndBQUFBQUJBd0VBQUFBQVZyT0ZrWUFoTUlJUUdDRUJpaEFRSVFDQ0VBQWhBQTRBQUFBQUFBQUFBQUQuLjFvQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRFUxTHpRNUlGRjFaV1Z1Y3lCU2IyRmtMQ0JtYVhabElHUnZZMnNBQUFBQUFBLS1-Mjh-Nw", "text": "Unit 55 49-51 Queens Road, FIVE DOCK NSW 2046", "format": "https://api.experianaperture.io/address/format/v1/QVVFfjcuNzMwSU9BVUVIQWptQndBQUFBQUJBd0VBQUFBQVZyT0ZrWUFoTUlJUUdDRUJpaEFRSVFDQ0VBQWhBQTRBQUFBQUFBQUFBQUQuLjFvQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRFUxTHpRNUlGRjFaV1Z1Y3lCU2IyRmtMQ0JtYVhabElHUnZZMnNBQUFBQUFBLS1-Mjh-Nw", "additional_attributes": [ { "name": "picklist_display", "value": "Unit 55 49-51 Queens Road, FIVE DOCK NSW" }, { "name": "score", "value": "90" }, { "name": "postcode", "value": "2046" }, { "name": "full_address", "value": "true" } ] } ] } } }, "Australia G-NAF - Typedown": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_prompt": "Enter place or postcode", "suggestions": [ { "global_address_key": "QVVHfjcuNzMwNVRBVUdIQWptQndBQUFBQUNBUUFBWUFBQUFBRUFBQUJKMUFZQUFnQUFBRzFsYkdKdmRYSnVaUUEtfjl-Nw", "text": "Melbourne", "additional_attributes": [ { "name": "picklist_display", "value": "Melbourne" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] }, { "global_address_key": "QVVHfjcuNzMwMVRBVUdIQWptQndBQUFBQUNBUUFBWUFBQUFBRUFBQUFYMUFZQUFBQUFBRzFsYkdKdmRYSnVaUUEtfjl-Nw", "text": "Melbourne Airport", "additional_attributes": [ { "name": "picklist_display", "value": "Melbourne Airport" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] } ] } } }, "United Kingdom - Autocomplete": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQk", "text": "160 Blake Avenue, Barking, IG11 9SD", "matched": [ [ 18, 20 ], [ 4, 8 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQkflFMPTc" }, { "global_address_key": "aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQk", "text": "160 Black Road, Macclesfield, SK11 7LF", "matched": [ [ 4, 8 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQkflFMPTc" }, { "global_address_key": "aWQ9MTYwIEJsYWtlcyBBdmVudWUsIFdpdG5leSwgT1gyOCAzVUQsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTgyNjU3NTN-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNmY5YzcxOTctNDE0Yi00ZDA2LTg5M2QtMTA4N2VhM2Y4ZWM1JCQk", "text": "160 Blakes Avenue, Witney, OX28 3UD", "matched": [ [ 4, 8 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlcyBBdmVudWUsIFdpdG5leSwgT1gyOCAzVUQsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTgyNjU3NTN-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNmY5YzcxOTctNDE0Yi00ZDA2LTg5M2QtMTA4N2VhM2Y4ZWM1JCQkflFMPTc" } ] } } }, "United Kingdom with Utilities and Business Names - Autocomplete": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNDk1YjczNmQtZjM5NS00ODY3LTg1NmItYjZlOWJkYWYxNmZhJCQkfmVsZWM9dHJ1ZX5nYXM9dHJ1ZX5wb3M9MX5nYWtfdHlwZT1hdXRvY29tcGxldGU", "text": "160 Blake Avenue, Barking, IG11 9SD", "matched": [ [ 4, 7 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkNDk1YjczNmQtZjM5NS00ODY3LTg1NmItYjZlOWJkYWYxNmZhJCQkfnBvcz0xfmdha190eXBlPWF1dG9jb21wbGV0ZX5RTD03fm1heF9zdWdnZXN0aW9ucz0z" }, { "global_address_key": "aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkZGIyMjFmNDgtZTFiNS00YjQ5LTk1MmUtYmE0MzcyYzdiMzcxJCQkfmVsZWM9dHJ1ZX5nYXM9dHJ1ZX5wb3M9Mn5nYWtfdHlwZT1hdXRvY29tcGxldGU", "text": "160 Black Road, Macclesfield, SK11 7LF", "matched": [ [ 4, 7 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkZGIyMjFmNDgtZTFiNS00YjQ5LTk1MmUtYmE0MzcyYzdiMzcxJCQkfnBvcz0yfmdha190eXBlPWF1dG9jb21wbGV0ZX5RTD03fm1heF9zdWdnZXN0aW9ucz0z" }, { "global_address_key": "aWQ9MTYwIEJsYWtlcyBBdmVudWUsIFdpdG5leSwgT1gyOCAzVUQsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTgyNjU3NTN-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkM2UyNWI5MTUtY2EyOC00ZDJiLTkyNTctZGExYmQwYjJmNDYyJCQkfmVsZWM9dHJ1ZX5nYXM9dHJ1ZX5wb3M9M35nYWtfdHlwZT1hdXRvY29tcGxldGU", "text": "160 Blakes Avenue, Witney, OX28 3UD", "matched": [ [ 4, 7 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlcyBBdmVudWUsIFdpdG5leSwgT1gyOCAzVUQsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTgyNjU3NTN-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkM2UyNWI5MTUtY2EyOC00ZDJiLTkyNTctZGExYmQwYjJmNDYyJCQkfnBvcz0zfmdha190eXBlPWF1dG9jb21wbGV0ZX5RTD03fm1heF9zdWdnZXN0aW9ucz0z" } ] } } }, "United Kingdom with Business Names - Singleline": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_key": "R0JCfjcuNzMwY1NHQkJGUXJtQndBQUFBQUJBVEUyTUN3Z1UwVXhJRGhGV2dBcUF3QUF-MTJ-Nw", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "R0JCfjcuNzMwTk9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjEwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "text": "Axon Communications, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwTk9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjEwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "additional_attributes": [ { "name": "picklist_display", "value": "Axon Communications, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwa09HQkJGUXJtQndBQUFBQUJBd0VBQUFBQ1pnZ3gwZ0FoRUFZUkFLQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1UWXdMQ0JUUlRFZ09FVmFBQUFBQUFBLX4xMn43", "text": "Azzurri Communications Ltd, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwa09HQkJGUXJtQndBQUFBQUJBd0VBQUFBQ1pnZ3gwZ0FoRUFZUkFLQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1UWXdMQ0JUUlRFZ09FVmFBQUFBQUFBLX4xMn43", "additional_attributes": [ { "name": "picklist_display", "value": "Azzurri Communications Ltd, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwbk9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjUwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "text": "Clarivate Analytics, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwbk9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjUwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "additional_attributes": [ { "name": "picklist_display", "value": "Clarivate Analytics, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwaE9HQkJGUXJtQndBQUFBQUJBd0lBQUFBQm43RjN3REdWc2NTQUNFUUJoRUFvUkFDQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "text": "Cqg, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwaE9HQkJGUXJtQndBQUFBQUJBd0lBQUFBQm43RjN3REdWc2NTQUNFUUJoRUFvUkFDQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "additional_attributes": [ { "name": "picklist_display", "value": "Cqg, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwU09HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjcwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "text": "Experian Data Quality, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwU09HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjcwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "additional_attributes": [ { "name": "picklist_display", "value": "Experian Data Quality, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwdU9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQ1pnZzFFZ0FoRUFZUkFLQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1UWXdMQ0JUUlRFZ09FVmFBQUFBQUFBLX4xMn43", "text": "Intrinsic Technology Ltd, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwdU9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQ1pnZzFFZ0FoRUFZUkFLQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1UWXdMQ0JUUlRFZ09FVmFBQUFBQUFBLX4xMn43", "additional_attributes": [ { "name": "picklist_display", "value": "Intrinsic Technology Ltd, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "R0JCfjcuNzMwWU9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjkwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "text": "Madano Partnership, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/R0JCfjcuNzMwWU9HQkJGUXJtQndBQUFBQUJBd0VBQUFBQm43RjkwZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjc", "additional_attributes": [ { "name": "picklist_display", "value": "Madano Partnership, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] } ] } } }, "United Kingdom with Electricity, Multiple Residence and Not Yet Built - Singleline": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_key": "aWQ9fmFsdF9rZXk9fmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMEpNR1g4RX", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "aWQ9QXhvbiBDb21tdW5pY2F0aW9ucywgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTUzOTQxMDQzfmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMDVPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcUMyVWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5lbGVjPXRydWV-cG9zPTF-Z2FrX3R5cGU9c2luZ2xlbGluZX5RTD0xMn5tYXhfc3VnZ2VzdGlvbnM9Nw", "text": "Axon Communications, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9QXhvbiBDb21tdW5pY2F0aW9ucywgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTUzOTQxMDQzfmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMDVPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcUMyVWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5wb3M9MX5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "additional_attributes": [ { "name": "picklist_display", "value": "Axon Communications, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9QyBRIEcgVUsgTHRkLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQwMjg4MDF-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwbU9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQzRVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfmVsZWM9dHJ1ZX5wb3M9Mn5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "text": "C Q G UK Ltd, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9QyBRIEcgVUsgTHRkLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQwMjg4MDF-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwbU9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQzRVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfnBvcz0yfmdha190eXBlPXNpbmdsZWxpbmV-UUw9MTJ-bWF4X3N1Z2dlc3Rpb25zPTc", "additional_attributes": [ { "name": "picklist_display", "value": "C Q G UK Ltd, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9Q2xhcml2YXRlIEFuYWx5dGljcywgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTUzNTU5ODY2fmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMFRPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcUM2VWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5lbGVjPXRydWV-cG9zPTN-Z2FrX3R5cGU9c2luZ2xlbGluZX5RTD0xMn5tYXhfc3VnZ2VzdGlvbnM9Nw", "text": "Clarivate Analytics, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9Q2xhcml2YXRlIEFuYWx5dGljcywgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTUzNTU5ODY2fmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMFRPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcUM2VWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5wb3M9M35nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "additional_attributes": [ { "name": "picklist_display", "value": "Clarivate Analytics, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9RXhwZXJpYW4gRGF0YSBRdWFsaXR5LCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTUyNDQyNTZ-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwWk9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQzhVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfmVsZWM9dHJ1ZX5wb3M9NH5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "text": "Experian Data Quality, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9RXhwZXJpYW4gRGF0YSBRdWFsaXR5LCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTUyNDQyNTZ-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwWk9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQzhVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfnBvcz00fmdha190eXBlPXNpbmdsZWxpbmV-UUw9MTJ-bWF4X3N1Z2dlc3Rpb25zPTc", "additional_attributes": [ { "name": "picklist_display", "value": "Experian Data Quality, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9TWFkYW5vIFBhcnRuZXJzaGlwLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTM5MzI1MTh-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwa09HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQ19VZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfmVsZWM9dHJ1ZX5wb3M9NX5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "text": "Madano Partnership, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9TWFkYW5vIFBhcnRuZXJzaGlwLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTM5MzI1MTh-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwa09HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxQ19VZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfnBvcz01fmdha190eXBlPXNpbmdsZWxpbmV-UUw9MTJ-bWF4X3N1Z2dlc3Rpb25zPTc", "additional_attributes": [ { "name": "picklist_display", "value": "Madano Partnership, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9TWFpbnRlbCBFdXJvcGUgTHRkLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQxNzI5MTd-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwOU9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxREFVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfmVsZWM9dHJ1ZX5wb3M9Nn5nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "text": "Maintel Europe Ltd, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9TWFpbnRlbCBFdXJvcGUgTHRkLCAxNjAgQmxhY2tmcmlhcnMgUm9hZCwgTE9ORE9OIFNFMSA4RVosIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTQxNzI5MTd-ZGF0YXNldD1HWDh-Zm9ybWF0X2tleT1HQlIkR1g4JDcuNzMwOU9HWDhFd2ZvQndBQUFBQUJBd0VBQUFBQmpxREFVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfnBvcz02fmdha190eXBlPXNpbmdsZWxpbmV-UUw9MTJ-bWF4X3N1Z2dlc3Rpb25zPTc", "additional_attributes": [ { "name": "picklist_display", "value": "Maintel Europe Ltd, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] }, { "global_address_key": "aWQ9VGhlIExhYm91ciBQYXJ0eSwgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTU3MjU2NzU4fmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMElPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcURDVWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5lbGVjPXRydWV-cG9zPTd-Z2FrX3R5cGU9c2luZ2xlbGluZX5RTD0xMn5tYXhfc3VnZ2VzdGlvbnM9Nw", "text": "The Labour Party, 160 Blackfriars Road, LONDON SE1 8EZ", "format": "https://api.experianaperture.io/address/format/v1/aWQ9VGhlIExhYm91ciBQYXJ0eSwgMTYwIEJsYWNrZnJpYXJzIFJvYWQsIExPTkRPTiBTRTEgOEVaLCBVbml0ZWQgS2luZ2RvbX5hbHRfa2V5PTU3MjU2NzU4fmRhdGFzZXQ9R1g4fmZvcm1hdF9rZXk9R0JSJEdYOCQ3LjczMElPR1g4RXdmb0J3QUFBQUFCQXdFQUFBQUJqcURDVWdBaEVBSUFBQUFBQUFBQUFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERTJNQ3dnVTBVeElEaEZXZ0FBQUFBQX5wb3M9N35nYWtfdHlwZT1zaW5nbGVsaW5lflFMPTEyfm1heF9zdWdnZXN0aW9ucz03", "additional_attributes": [ { "name": "picklist_display", "value": "The Labour Party, 160 Blackfriars Road, LONDON" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "SE1 8EZ" }, { "name": "full_address", "value": "true" } ] } ] } } }, "United Kingdom with Multiple Residence - Typedown": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_prompt": "Enter postcode or place", "suggestions": [ { "global_address_key": "TVJGfjcuNzMwY1RNUkZGUXJtQndBQUFBQUNBUUFBQUFBQUFBSUFBQUJzSHk0QkFBQUFBQUVBZno0QUFBQUFBQUJNYjI1a2IyNEF-Nn40", "text": "LONDON", "additional_attributes": [ { "name": "picklist_display", "value": "London" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] }, { "global_address_key": "TVJGfjcuNzMwSlRNUkZGUXJtQndBQUFBQUNBUUFBUUFBQUFBRUFBQURpSGk0QkFBQUFBRXh2Ym1SdmJnQS1-Nn40", "text": "London Apprentice", "additional_attributes": [ { "name": "picklist_display", "value": "London Apprentice" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] }, { "global_address_key": "TVJGfjcuNzMwOFRNUkZGUXJtQndBQUFBQUNBUUFBQUFBQUFBRUFBQUN3SGk0QkFBQUFBRXh2Ym1SdmJnQS1-Nn40", "text": "London Colney", "additional_attributes": [ { "name": "picklist_display", "value": "London Colney" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] }, { "global_address_key": "TVJGfjcuNzMwclRNUkZGUXJtQndBQUFBQUNBUUFBQUFBUUFBRUFBQUE0SGk0QkFBQUFBRXh2Ym1SdmJnQS1-Nn40", "text": "London Fields", "additional_attributes": [ { "name": "picklist_display", "value": "London Fields" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] } ] } } }, "United Kingdom with Names": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQk", "text": "160 Blake Avenue, Barking, IG11 9SD", "matched": [ [ 18, 20 ], [ 4, 8 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQkflFMPTc", "names": [ "John James Dow" ] }, { "global_address_key": "aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQk", "text": "160 Black Road, Macclesfield, SK11 7LF", "matched": [ [ 4, 8 ], [ 0, 3 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQkflFMPTc", "names": [ "John Harow Dow" ] } ] } } }, "United Kingdom with Names - Autocomplete with uprn/premise number": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQk", "text": "39 Slymbridge Avenue, Bristol, BS10 7JQ", "matched": [], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQkflFMPTc", "names": [ "John Dow" ], "uprn": "1234" }, { "global_address_key": "aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQk", "text": "1234 Warwick Road, Acocks Green, Birmingham, B27 6PL", "matched": [ [ 0, 4 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWNrIFJvYWQsIE1hY2NsZXNmaWVsZCwgU0sxMSA3TEYsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MjIxOTc2Njh-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMzQyNmJiZTktZGUxMS00MWRiLTliY2EtNDY2ODQ2NDk1MGI1JCQkflFMPTc", "names": [ "Ms Jane Dow" ], "uprn": "100070480088" } ] } } }, "United Kingdom with Names - Autocomplete with w3w": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "global_address_key": "aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQk", "text": "Dogs At Donyatt, Donyatt, Ilminster, TA19 0RG", "matched": [], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MTYwIEJsYWtlIEF2ZW51ZSwgQmFya2luZywgSUcxMSA5U0QsIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9MTE0NTE1NzJ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJGdiLWFkZHJlc3MkMWJhZWFhNjAtNTMyNC00NGQ3LWE3YWItMDBmYjY0ZTNlZjI0JCQkflFMPTc", "uprn": "30309052" } ] } } }, "United States - Autocomplete": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MjAgTWFpbiwgQ2FybWVsIE5ZIDEwNTEyLCBVbml0ZWQgU3RhdGVzIE9mIEFtZXJpY2F-YWx0X2tleT18MjAgTWFpbnx8Q2FybWVsLE5ZLDEwNTEyLTE3MTV-ZGF0YXNldD1VU0FfUEFGfmZvcm1hdF9rZXk9VVNBJHVzLWFkZHJlc3MkZjBmMTc4ZGQtMDYzYy00NjMxLTlhZjgtZDVjN2Y2NThhOTg4JDIwJCQ", "text": "20 Main, Carmel NY 10512", "matched": [ [ 3, 7 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MjAgTWFpbiwgQ2FybWVsIE5ZIDEwNTEyLCBVbml0ZWQgU3RhdGVzIE9mIEFtZXJpY2F-YWx0X2tleT18MjAgTWFpbnx8Q2FybWVsLE5ZLDEwNTEyLTE3MTV-ZGF0YXNldD1VU0FfUEFGfmZvcm1hdF9rZXk9VVNBJHVzLWFkZHJlc3MkZjBmMTc4ZGQtMDYzYy00NjMxLTlhZjgtZDVjN2Y2NThhOTg4JDIwJCR-UUw9Nw" }, { "global_address_key": "aWQ9MjAgTWFpbiBTdGUgMzEwLCBDYXJtZWwgTlkgMTA1MTIsIFVuaXRlZCBTdGF0ZXMgT2YgQW1lcmljYX5hbHRfa2V5PXwyMCBNYWluIFN0ZSAzMTB8fENhcm1lbCxOWSwxMDUxMi0xNzkxfmRhdGFzZXQ9VVNBX1BBRn5mb3JtYXRfa2V5PVVTQSR1cy1hZGRyZXNzJDVkNmRlMzk0LTNkNGItNDkwZC1hY2UxLTQ5N2Y0Yjg4NzhhNSQyMCQzMTAk", "text": "20 Main Ste 310, Carmel NY 10512", "matched": [ [ 3, 7 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MjAgTWFpbiBTdGUgMzEwLCBDYXJtZWwgTlkgMTA1MTIsIFVuaXRlZCBTdGF0ZXMgT2YgQW1lcmljYX5hbHRfa2V5PXwyMCBNYWluIFN0ZSAzMTB8fENhcm1lbCxOWSwxMDUxMi0xNzkxfmRhdGFzZXQ9VVNBX1BBRn5mb3JtYXRfa2V5PVVTQSR1cy1hZGRyZXNzJDVkNmRlMzk0LTNkNGItNDkwZC1hY2UxLTQ5N2Y0Yjg4NzhhNSQyMCQzMTAkflFMPTc" } ] } } }, "United States - Autocomplete with location biasing enabled": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MjAgVyBNYWluIFN0LCBBbGhhbWJyYSBDQSA5MTgwMSwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDIwIFcgTWFpbiBTdHx8QWxoYW1icmEsQ0EsOTE4MDEtMzU1Mn5kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQyODRhODZiZi1lMDlhLTQ1ODItODFjOS1jNDRlNWY3M2FlN2IkMjAkJA", "text": "20 W Main St, Alhambra CA 91801", "matched": [ [ 5, 9 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MjAgVyBNYWluIFN0LCBBbGhhbWJyYSBDQSA5MTgwMSwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDIwIFcgTWFpbiBTdHx8QWxoYW1icmEsQ0EsOTE4MDEtMzU1Mn5kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQyODRhODZiZi1lMDlhLTQ1ODItODFjOS1jNDRlNWY3M2FlN2IkMjAkJH5RTD03fmdlbz1UcnVl" }, { "global_address_key": "aWQ9MjAgTWFpbiBTdCwgSHVudGluZ3RvbiBCZWFjaCBDQSA5MjY0OCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDIwIE1haW4gU3R8fEh1bnRpbmd0b24gQmVhY2gsQ0EsOTI2NDgtODE5M35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ1OTE0YjcxYS1mZTY0LTQ0YWYtYjljYy0zYmM4YmZiMjEzMmIkMjAkJA", "text": "20 Main St, Huntington Beach CA 92648", "matched": [ [ 3, 7 ], [ 0, 2 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MjAgTWFpbiBTdCwgSHVudGluZ3RvbiBCZWFjaCBDQSA5MjY0OCwgVW5pdGVkIFN0YXRlcyBPZiBBbWVyaWNhfmFsdF9rZXk9fDIwIE1haW4gU3R8fEh1bnRpbmd0b24gQmVhY2gsQ0EsOTI2NDgtODE5M35kYXRhc2V0PVVTQV9QQUZ-Zm9ybWF0X2tleT1VU0EkdXMtYWRkcmVzcyQ1OTE0YjcxYS1mZTY0LTQ0YWYtYjljYy0zYmM4YmZiMjEzMmIkMjAkJH5RTD03fmdlbz1UcnVl" } ] } } }, "United States - Singleline": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions_key": "VVNBfjcuNzMwME1VU0FEd3ZtQndBQUFBQUJBUUVBQVFBQUFBRVptcXBRQ0NFWUFoTVFJQUFBQUFBQUFBQUEuLjlrQUFBQUFQLi4uLjhBQUFBQUFBQUFBQUFBQUFBQUFBLS1-MjZ-Nw", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "VVNBfjcuNzMwN09VU0FEd3ZtQndBQUFBQUJBd0VBQUFBQkdacXFVQWdoR0FJVEVDQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1qQWdUV0ZwYmlCVGRDd2dVM1JsSURFeU5Td2dWbWx6ZEdFQUFBQUFBQS0tfjI2fjc", "text": "20 Main St Ste 125, Vista CA 92083-5847", "format": "https://api.experianaperture.io/address/format/v1/VVNBfjcuNzMwN09VU0FEd3ZtQndBQUFBQUJBd0VBQUFBQkdacXFVQWdoR0FJVEVDQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQU1qQWdUV0ZwYmlCVGRDd2dVM1JsSURFeU5Td2dWbWx6ZEdFQUFBQUFBQS0tfjI2fjc", "additional_attributes": [ { "name": "picklist_display", "value": "20 Main St Ste 125, Vista CA" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "92083-5847" }, { "name": "full_address", "value": "true" } ] } ] } } }, "United States - Typedown": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_prompt": "Enter ZIP code, city name, county name or state code", "suggestions": [ { "global_address_key": "VVNBfjcuNzMwMlRVU0FEd3ZtQndBQUFBQUNBUUFBQUFBQUFBRUFBQUExbWhrQUF3QUFBRTFwWVcxcEFBLS1-NX4y", "text": "Miami", "additional_attributes": [ { "name": "picklist_display", "value": "Miami" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] }, { "global_address_key": "VVNBfjcuNzMwV1RVU0FEd3ZtQndBQUFBQUNBUUFBQUFBQUFBRUFBQUFmbVJrQUFnQUFBRTFwWVcxcEFBLS1-NX4y", "text": "Miami Beach", "additional_attributes": [ { "name": "picklist_display", "value": "Miami Beach" }, { "name": "score", "value": "0" }, { "name": "can_step_in", "value": "true" }, { "name": "multiples", "value": "true" } ] } ] } } }, "Japan - Autocomplete, Latin script": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "global_address_key": "base64-encoded-global-address-key-1", "text": "1-1, Daikan-yamacho, Shibuya-Ku, Tokyo, 150-0034", "matched": [], "format": "https://api.experianaperture.io/address/format/v1/{global_address_key_1}" } ] } } }, "Japan - Autocomplete, Kanji script": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "global_address_key": "base64-encoded-global-address-key-1", "text": "〒150-0034 東京都渋谷区代官山町1-1", "matched": [], "format": "https://api.experianaperture.io/address/format/v1/{global_address_key_1}" } ] } } }, "Japan - Autocomplete, Kana script": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "global_address_key": "base64-encoded-global-address-key-1", "text": "〒150-0034 トウキョウト シブヤク ダイカンヤマチョウ 1-1", "matched": [], "format": "https://api.experianaperture.io/address/format/v1/{global_address_key_1}" } ] } } }, "Japan with locality constraints - Autocomplete": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "base64-encoded-global-address-key-1", "text": "1-11-5, Araya Shibuyamachi, Akita-Shi, Akita, 010-1642", "matched": [ [ 14, 26 ], [ 8, 13 ] ], "format": "https://api.experianaperture.io/address/format/v1/{global_address_key_1}" } ] } } }, "Japan - Singleline, Preserve input option": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions_key": "aWQ9fmFsdF9rZXk9fmRhdGFzZXQ9SlBOfmZvcm1hdF9rZXk9SlBOJEpQTiRBRFJKUE4vSU1BQUFNQUFJTUFBSU1BQUFNQUFJTUFBSU1BQWFNQUF9SUFBQU1BQX1JQUF9UUFBQV1BQVFdQUFlWUFBdVlBQUVZQUFxWUFBfUlBQX1JQUF1SUFBRU1BQX1JQUFxXUFBSUVBTUVNQUFNTUFBSU1BQUFNQUFBTUFBSU1BQVFNQUF-UUw9OX5tYXhfc3VnZ2VzdGlvbnM9Nw", "suggestions_prompt": "Select an address", "suggestions": [ { "global_address_key": "aWQ944CSMTMyLTAwMjTmnbHkuqzpg73msZ_miLjlt53ljLrkuIDkuYvmsZ_vvJHkuIHnm67vvJHvvJYsIEphcGFufmFsdF9rZXk9fmRhdGFzZXQ9SlBOfmZvcm1hdF9rZXk9SlBOJEpQTiRBRFJKUE4vSU1BQUFNQUFJTUFBSU1BQUFNQUFJTUFBSU1BQWFNQUF9SUFBQU1BQX1JQUF9UUFBQV1BQVFdQUFlWUFBdVlBQUVZQUFxWUFBfUlBQX1JQUFBTUFBfUlBQXFdQUFJRUFNRU1BQU1NQUFJTUFBQU1BQUFNQUFJTUFBUU1BQX5RTD05fm1heF9zdWdnZXN0aW9ucz03", "text": "〒132-0024東京都江戸川区一之江1丁目16", "format": "https://api.experianaperture.io/address/format/v1/aWQ944CSMTMyLTAwMjTmnbHkuqzpg73msZ_miLjlt53ljLrkuIDkuYvmsZ_vvJHkuIHnm67vvJHvvJYsIEphcGFufmFsdF9rZXk9fmRhdGFzZXQ9SlBOfmZvcm1hdF9rZXk9SlBOJEpQTiRBRFJKUE4vSU1BQUFNQUFJTUFBSU1BQUFNQUFJTUFBSU1BQWFNQUF9SUFBQU1BQX1JQUF9UUFBQV1BQVFdQUFlWUFBdVlBQUVZQUFxWUFBfUlBQX1JQUFBTUFBfUlBQXFdQUFJRUFNRU1BQU1NQUFJTUFBQU1BQUFNQUFJTUFBUU1BQX5RTD05fm1heF9zdWdnZXN0aW9ucz03", "additional_attributes": [ { "name": "picklist_display", "value": "〒132-0024東京都江戸川区一之江1丁目16" }, { "name": "score", "value": "100" }, { "name": "full_address", "value": "true" } ] } ] } } }, "Japan - Singleline, Transliterate": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MS0xLTIzLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQyOWU3ODJiZS03NDI4LTQzYzgtOTlhNC0xOThhMDk0ODNkYzgkMS0xLTIzJCR-cG9zPTF-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-23, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTIzLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQyOWU3ODJiZS03NDI4LTQzYzgtOTlhNC0xOThhMDk0ODNkYzgkMS0xLTIzJCR-cG9zPTF-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTEwLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ0NWY5NGY4OC1jZmU3LTRiZDMtYjU3ZC01YzQ3NzEwODRkZTAkMS0xLTEwJCR-cG9zPTJ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-10, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTEwLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ0NWY5NGY4OC1jZmU3LTRiZDMtYjU3ZC01YzQ3NzEwODRkZTAkMS0xLTEwJCR-cG9zPTJ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTExLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ2MWQ3ZjE5OS0wMzJhLTQ4MzktOTUzNi0wYTE4NjhiOWQ5YWUkMS0xLTExJCR-cG9zPTN-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-11, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTExLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ2MWQ3ZjE5OS0wMzJhLTQ4MzktOTUzNi0wYTE4NjhiOWQ5YWUkMS0xLTExJCR-cG9zPTN-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTEyLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ4MDkwNDg2OC0zMTlmLTQ5ZDQtYjI1OS0yOTA4NGNiOWRkNWMkMS0xLTEyJCR-cG9zPTR-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-12, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTEyLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQ4MDkwNDg2OC0zMTlmLTQ5ZDQtYjI1OS0yOTA4NGNiOWRkNWMkMS0xLTEyJCR-cG9zPTR-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTEzLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQwMjYyZTk4Yi04MzBmLTQ1NGYtODIwNC0xMGZlMjYzYzBiZTkkMS0xLTEzJCR-cG9zPTV-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-13, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTEzLCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQwMjYyZTk4Yi04MzBmLTQ1NGYtODIwNC0xMGZlMjYzYzBiZTkkMS0xLTEzJCR-cG9zPTV-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTE1LCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQxODhhN2JmMC0zNGQ4LTRmYjUtYjc3Ni1jZmM0YjY0NGQ5N2MkMS0xLTE1JCR-cG9zPTZ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-15, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTE1LCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyQxODhhN2JmMC0zNGQ4LTRmYjUtYjc3Ni1jZmM0YjY0NGQ5N2MkMS0xLTE1JCR-cG9zPTZ-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" }, { "global_address_key": "aWQ9MS0xLTE2LCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyRjODg4MGVjMy1mOWI5LTQ2NTYtOWNiZi0xNGQ2NmVjMGFiYzckMS0xLTE2JCR-cG9zPTd-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl", "text": "1-1-16, Toranomon, Minato-Ku, Tokyo, 105-0001", "format": "https://api.experianaperture.io/address/format/v1/aWQ9MS0xLTE2LCBUb3Jhbm9tb24sIE1pbmF0by1LdSwgVG9reW8sIDEwNS0wMDAxLCBKQVBBTn5hbHRfa2V5PX5kYXRhc2V0PUpQTl9LT0tVU0FJS09HWU9-Zm9ybWF0X2tleT1KUE4kanAtYWRkcmVzcyRjODg4MGVjMy1mOWI5LTQ2NTYtOWNiZi0xNGQ2NmVjMGFiYzckMS0xLTE2JCR-cG9zPTd-Z2FrX3R5cGU9YXV0b2NvbXBsZXRl" } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/suggestions/stepin/v1/{global_address_key}": { "get": { "tags": [ "Address Validation" ], "summary": "Step into a suggestion.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "global_address_key", "in": "path", "description": "Global address key.", "required": true, "schema": { "maxLength": 4000, "minLength": 0, "pattern": "^(?:[A-Za-z0-9_-]*)$", "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSuggestionsV1Response" }, "examples": { "United Kingdom": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions_key": "R0JSfjcuNzMwUk1HQlJGQWpsQndBQUFBQUJBUUVBQVFBQUFBQ0ltWHVSZ0NFd2doTUFJQUFBQUFBQkFFRndZWEowYldWdWRDQXhOUUEzT1FBQS4uOVFBQUFBQVAuLi4uOEFBQUFBQUFBQUFBQUFBQUFBQUEtLX40Mg", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwVU9HQlJGQWpsQndBQUFBQUJBd0VBQUFBQWlKbDdrWUFoTUlJVEFDQUFBQUFBQVFCQmNHRnlkRzFsYm5RZ01UVUFOemtBQVAuLlVBQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUFBUVhCaGNuUnRaVzUwSURFMUxDQTNPU0JUZEdGMGFXOXVJRkp2WVdRc0lFdEZURlJaTENCR2FXWmxBQUFBQUFBLX40Mg", "text": "Apartment 15, 79 Station Road, KELTY, Fife KY4 0BL", "format": "https://api.experianaperture.io/address/format/v1/R0JSfjcuNzMwVU9HQlJGQWpsQndBQUFBQUJBd0VBQUFBQWlKbDdrWUFoTUlJVEFDQUFBQUFBQVFCQmNHRnlkRzFsYm5RZ01UVUFOemtBQVAuLlVBQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUFBUVhCaGNuUnRaVzUwSURFMUxDQTNPU0JUZEdGMGFXOXVJRkp2WVdRc0lFdEZURlJaTENCR2FXWmxBQUFBQUFBLX40Mg", "additional_attributes": [ { "name": "picklist_display", "value": "Apartment 15, 79 Station Road, KELTY, Fife" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "KY4 0BL" } ] } ] } } }, "USA with address clustering": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDEsIEFuZG92ZXIgTUEgMDE4M", "text": "1 Main St Ste 101, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDEsIEFuZG92ZXIgTUEgMDE4M" }, { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDIsIEFuZG92ZXIgTUEgMDE4MTAs", "text": "1 Main St Ste 102, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDIsIEFuZG92ZXIgTUEgMDE4MTAs" }, { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDMsIEFuZG92ZXIgTUEgMDE4MTAsIFVua", "text": "1 Main St Ste 103, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDMsIEFuZG92ZXIgTUEgMDE4MTAsIFVua" } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/suggestions/refine/v1/{key}": { "post": { "tags": [ "Address Validation" ], "summary": "Refine a suggestion.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "key", "in": "path", "description": "Global_address_key or suggestions_key.", "required": true, "schema": { "maxLength": 4000, "minLength": 0, "pattern": "^(?:[A-Za-z0-9_-]*)$", "type": "string" } } ], "requestBody": { "description": "Request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSuggestionsV1Request" }, "example": { "refinement": "Apartment 15" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSuggestionsV1Response" }, "examples": { "United Kingdom": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions_key": "R0JSfjcuNzMwUk1HQlJGQWpsQndBQUFBQUJBUUVBQVFBQUFBQ0ltWHVSZ0NFd2doTUFJQUFBQUFBQkFFRndZWEowYldWdWRDQXhOUUEzT1FBQS4uOVFBQUFBQVAuLi4uOEFBQUFBQUFBQUFBQUFBQUFBQUEtLX40Mg", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwVU9HQlJGQWpsQndBQUFBQUJBd0VBQUFBQWlKbDdrWUFoTUlJVEFDQUFBQUFBQVFCQmNHRnlkRzFsYm5RZ01UVUFOemtBQVAuLlVBQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUFBUVhCaGNuUnRaVzUwSURFMUxDQTNPU0JUZEdGMGFXOXVJRkp2WVdRc0lFdEZURlJaTENCR2FXWmxBQUFBQUFBLX40Mg", "text": "Apartment 15, 79 Station Road, KELTY, Fife KY4 0BL", "format": "https://api.experianaperture.io/address/format/v1/R0JSfjcuNzMwVU9HQlJGQWpsQndBQUFBQUJBd0VBQUFBQWlKbDdrWUFoTUlJVEFDQUFBQUFBQVFCQmNHRnlkRzFsYm5RZ01UVUFOemtBQVAuLlVBQUFBQUQuLi4uLkFBQUFBQUFBQUFBQUFBQUFBQUFBUVhCaGNuUnRaVzUwSURFMUxDQTNPU0JUZEdGMGFXOXVJRkp2WVdRc0lFdEZURlJaTENCR2FXWmxBQUFBQUFBLX40Mg", "additional_attributes": [ { "name": "picklist_display", "value": "Apartment 15, 79 Station Road, KELTY, Fife" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "KY4 0BL" } ] } ] } } }, "USA with address clustering": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDEsIEFuZG92ZXIgTUEgMDE4M", "text": "1 Main St Ste 101, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDEsIEFuZG92ZXIgTUEgMDE4M" }, { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDIsIEFuZG92ZXIgTUEgMDE4MTAs", "text": "1 Main St Ste 102, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDIsIEFuZG92ZXIgTUEgMDE4MTAs" }, { "global_address_key": "aWQ9MSBNYWluIFN0IFN0ZSAxMDMsIEFuZG92ZXIgTUEgMDE4MTAsIFVua", "text": "1 Main St Ste 103, Andover MA 01810", "matched": [ [ 30, 35 ], [ 27, 29 ], [ 19, 26 ] ], "format": "https://api.experianaperture.io/address/format/v1/aWQ9MSBNYWluIFN0IFN0ZSAxMDMsIEFuZG92ZXIgTUEgMDE4MTAsIFVua" } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/suggestions/format/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Search and format a list of suggestions.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Add-Components", "in": "header", "description": "Specifies if the response should contain the address broken down into its components.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSuggestionsFormatV1Request" }, "examples": { "Postcode and one additional item 1": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_suggestions": 2, "components": { "unspecified": [ "160, SE1 8EZ" ] }, "layouts": [ "default_classic" ] } }, "Postcode and one additional item 2": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_suggestions": 2, "components": { "unspecified": [ "Blackfriars Road, SE1 9GD" ] }, "layouts": [ "default_classic" ] } }, "Address elements 1": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_suggestions": 2, "components": { "unspecified": [ "1 Bedmond Road,abbots langley" ] }, "layouts": [ "default_classic" ] } }, "Address elements 2": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "max_suggestions": 2, "components": { "unspecified": [ "Beck Cottage, Fox Road" ] }, "layouts": [ "default_classic" ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressSuggestionsFormatV1Response" }, "examples": { "Postcode and one additional item 1": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwLk9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQm5JZVpVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjI", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "Axon Communications", "LINE_2": "160 Blackfriars Road", "Town": "LONDON", "County": "", "Postcode": "SE1 8EZ" } } ] }, { "global_address_key": "R0JSfjcuNzMwV09HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQm5JZWJVZ0FoRUFJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQURFMk1Dd2dVMFV4SURoRldnQUFBQUFBfjEyfjI", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "C Q G UK Ltd", "LINE_2": "160 Blackfriars Road", "Town": "LONDON", "County": "", "Postcode": "SE1 8EZ" } } ] } ] } } }, "Postcode and one additional item 2": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwVU9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQm5LQ0hVZ0FoR0FJUkFDQUFBQUFBQUFBQUFQLi5aQUFBQUFELi4uLi5BQUFBQUFBQUFBQUFBQUFBQUFBQVFteGhZMnRtY21saGNuTWdVbTloWkN3Z1UwVXhJRGxIUkFBQUFBQUF-MjV-Mg", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "One Blackfriars", "LINE_2": "1 Blackfriars Road", "Town": "LONDON", "County": "", "Postcode": "SE1 9GD" } } ] }, { "global_address_key": "R0JSfjcuNzMwa09HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQm5LQ0pVZ0FoR0FJQUFBQUFBQUFBTVFBQS4uOWtBQUFBQVAuLi4uOEFBQUFBQUFBQUFBQUFBQUFBQUFCQ2JHRmphMlp5YVdGeWN5QlNiMkZrTENCVFJURWdPVWRFQUFBQUFBQS1-MjV-Mg", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "Apartment 1", "LINE_2": "1 Blackfriars Road", "Town": "LONDON", "County": "", "Postcode": "SE1 9GD" } } ] } ] } } }, "Address elements 1": { "value": { "result": { "more_results_available": true, "confidence": "Multiple matches", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwUE9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQW96N0NFWUFoTUlJUUFHQUFBQUFBQUFBeEFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERWdRbVZrYlc5dVpDQlNiMkZrTEdGaVltOTBjeUJzWVc1bmJHVjVBQUFBQUFBLX4yOX4y", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "1 Cecil Lodge Cottages", "LINE_2": "Bedmond Road", "Town": "ABBOTS LANGLEY", "County": "Hertfordshire", "Postcode": "WD5 0QB" } } ] }, { "global_address_key": "R0JSfjcuNzMwSk9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQW96N0dVWUFoTUlJUUFHQUFBQUFBQUFBeEFBRC4uMlFBQUFBQS4uLi4ud0FBQUFBQUFBQUFBQUFBQUFBQUFERWdRbVZrYlc5dVpDQlNiMkZrTEdGaVltOTBjeUJzWVc1bmJHVjVBQUFBQUFBLX4yOX4y", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "1 Mansion House Farm", "LINE_2": "Bedmond Road", "Town": "ABBOTS LANGLEY", "County": "Hertfordshire", "Postcode": "WD5 0QB" } } ] } ] } } }, "Address elements 2": { "value": { "result": { "more_results_available": false, "confidence": "Verified match", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwcE9HQlJFd3ZsQndBQUFBQUJBd0VBQUFBQkJrSFVFQUJoR0FJQUFBQUFBQUFBQUFELi4yUUFBQUFBLi4uLi53QUFBQUFBQUFBQUFBQUFBQUFBQUVKbFkyc2dRMjkwZEdGblpTd2dSbTk0SUZKdllXUUFBQUFBQUEtLX4yMn4xMA", "addresses_formatted": [ { "layout_name": "default_classic", "address": { "LINE_1": "Beck Cottage, Fox Road", "LINE_2": "Framingham Pigot", "Town": "NORWICH", "County": "", "Postcode": "NR14 7PZ" } } ] } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/validate/v1": { "post": { "tags": [ "Address Validation" ], "summary": "Validate an address.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Add-Components", "in": "header", "description": "Specifies if the response should contain the address broken down into its components.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Enrichment", "in": "header", "description": "Specify whether to call Enrichment service after successful validation.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-ExtraMatchInfo", "in": "header", "description": "Specify whther to include validation match info details.", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressValidateV1Request" }, "examples": { "Australia": { "value": { "country_iso": "AUS", "datasets": [ "au-address" ], "components": { "unspecified": [ "Unit 1, 8 Main Ave, Lidcombe, 2141" ] }, "options": [ { "name": "prompt_set", "value": "default" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "exact" } ], "layouts": [ "default" ], "layout_format": "default" } }, "Australia With Enrichment - Geocodes": { "value": { "country_iso": "AUS", "datasets": [ "au-address" ], "components": { "unspecified": [ "Unit 1, 8 Main Ave, Lidcombe, 2141" ] }, "attributes": { "geocodes": [ "latitude", "longitude", "match_level" ] }, "layout_format": "default" } }, "France": { "value": { "country_iso": "FRA", "datasets": [ "fr-address" ], "components": { "unspecified": [ "1 l Experience, 35610 ROZ SUR COUESNON" ] }, "options": [ { "name": "prompt_set", "value": "OneLine" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "close" } ], "layouts": [ "default" ], "layout_format": "default" } }, "Netherlands": { "value": { "country_iso": "NLD", "datasets": [ "nl-address" ], "components": { "unspecified": [ "Esperantolaan 10-1, 6824 LW ARNHEM" ] }, "options": [ { "name": "prompt_set", "value": "OneLine" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "close" } ], "layouts": [ "default" ], "layout_format": "default" } }, "New Zealand": { "value": { "country_iso": "NZL", "datasets": [ "nz-address" ], "components": { "unspecified": [ "70 Shortland Street,Auckland Central, Auckland 1010" ] }, "options": [ { "name": "prompt_set", "value": "OneLine" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "close" } ], "layouts": [ "default" ], "layout_format": "default" } }, "Singapore": { "value": { "country_iso": "SGP", "datasets": [ "sg-address" ], "components": { "unspecified": [ "70 Shortland Street,Auckland Central, Auckland 1010" ] }, "options": [ { "name": "prompt_set", "value": "OneLine" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "close" } ], "layouts": [ "default" ], "layout_format": "default" } }, "United Kingdom": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-multipleresidence" ], "components": { "unspecified": [ "79 Station road, kelty" ] }, "options": [ { "name": "prompt_set", "value": "default" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "close" } ], "layouts": [ "default" ], "layout_format": "default" } }, "United Kingdom With Enrichment": { "value": { "country_iso": "GBR", "datasets": [ "gb-additional-multipleresidence" ], "components": { "unspecified": [ "79 Station road, kelty" ] }, "attributes": { "geocodes": [ "latitude", "longitude", "match_level" ] }, "layout_format": "default" } }, "United States": { "value": { "country_iso": "USA", "datasets": [ "us-address" ], "components": { "unspecified": [ "77 Massachusetts Ave, Cambridgea, MA 02139-4307" ] }, "options": [ { "name": "prompt_set", "value": "default" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "exact" } ], "layouts": [ "default" ], "layout_format": "default" } }, "United Kingdom With Mosaic": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "components": { "unspecified": [ "Flat A, Falcon Buildings, 2 Dunbar Street, ABERDEEN AB24 3UD" ] }, "options": [ { "name": "prompt_set", "value": "default" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "exact" } ], "attributes": { "gbr_mosaic": [ "household", "postal_code" ] }, "layouts": [ "default" ], "layout_format": "default" } }, "United Kingdom With Location Grid": { "value": { "country_iso": "GBR", "datasets": [ "gb-address" ], "components": { "unspecified": [ "Flat A, Falcon Buildings, 2 Dunbar Street, ABERDEEN AB24 3UD" ] }, "options": [ { "name": "prompt_set", "value": "default" }, { "name": "flatten", "value": "true" }, { "name": "intensity", "value": "exact" } ], "attributes": { "gbr_location_grid": [ "postzon", "codepoint" ] }, "layouts": [ "default" ], "layout_format": "default" } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AddressValidateV1Response" }, "examples": { "Australia": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "U 1 8 Main Ave", "address_line_2": "", "address_line_3": "", "locality": "LIDCOMBE", "region": "NSW", "postal_code": "2141", "country": "AUSTRALIA" } } } }, "Australia with ExtraMatchInfo": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "U 1 8 Main Ave", "address_line_2": "", "address_line_3": "", "locality": "LIDCOMBE", "region": "NSW", "postal_code": "2141", "country": "AUSTRALIA" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "ok", "address_action": "corrected", "generic_info": [ "address_cleaned", "verified_correct" ], "aus_info": [ "bsp_state_nsw" ] } } } }, "Australia With Enrichment - Geocodes": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "U 1 8 Main Ave", "address_line_2": "", "address_line_3": "", "locality": "LIDCOMBE", "region": "NSW", "postal_code": "2141", "country": "AUSTRALIA" } }, "enrichment": { "transaction_id": "3744bdf6-34ae-42ae-8bc3-522db47a4fc5", "result": { "geocodes": { "latitude": -33.88247, "longitude": 151.04478, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved." } } } }, "France with Extra Match Info": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "1 L EXPERIENCE", "address_line_2": "", "address_line_3": "", "locality": "ROZ SUR COUESNON", "region": "Ille-et-Vilaine", "postal_code": "35610", "country": "France" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "ok", "address_action": "corrected", "generic_info": [ "address_cleaned", "verified_correct" ], "fra_info": [ "corrected" ] } } } }, "Netherlands with Extra Match Info": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "", "address_line_2": "", "address_line_3": "Esperantolaan 10-1", "locality": "ARNHEM", "region": "Gelderland", "postal_code": "6824 LW", "country": "NETHERLANDS" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "ok", "address_action": "corrected", "generic_info": [ "address_cleaned", "verified_correct" ], "nld_info": [ "nen_street_matched", "nen_town_matched" ] } } } }, "New Zealand with Extra Match Info": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "70 Shortland Street", "address_line_2": "", "address_line_3": "", "locality": "Auckland Central", "region": "AUCKLAND", "postal_code": "1010", "country": "NEW ZEALAND" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "ok", "address_action": "corrected", "generic_info": [ "address_cleaned", "verified_correct" ], "nld_info": [ "sendright_valid_match" ] } } } }, "Singapore with Extra Match Info": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "331 North Bridge Road", "address_line_2": "#05-04/06 Odeon 331", "address_line_3": "", "locality": "Singapore", "region": "", "postal_code": "188720", "country": "SINGAPORE" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "ok", "address_action": "corrected", "generic_info": [ "address_cleaned", "verified_correct" ], "sgp_info": [ "add_unit_retained" ] } } } }, "United Kingdom": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "79 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_number": "79" }, "street": { "full_name": "Station Road", "name": "Station", "type": "Road" }, "locality": { "region": { "name": "Fife" }, "town": { "name": "KELTY" } } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353232", "paf_address_key": "2304084100000000S" } }, "barcode": { "delivery_point_barcode": "(KY40BL2Z2)" } } } }, "United Kingdom with Extra Match Info": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "79 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" }, "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "added", "address_action": "corrected", "generic_info": [ "address_cleaned" ], "gbr_info": [ "county_changed" ] } } } }, "United Kingdom - suggestions": { "value": { "result": { "more_results_available": false, "confidence": "Street partial", "suggestions_key": "R0JSfjcuNzMwMlNHQlJGQWpsQndBQUFBQUVBVk4wWVhScGIyNGdVbTloWkN3Z1MwVk1WRmtzSUVacFptVWdTMWswSURCQ1RnQXFBd0FBfjMz", "suggestions_prompt": "Enter selection", "suggestions": [ { "global_address_key": "R0JSfjcuNzMwRU9HQlJGQWpsQndBQUFBQUVBd0VBQUFBQWlKbUhVUUFnQUFBQUFBQUFBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRk4wWVhScGIyNGdVbTloWkN3Z1MwVk1WRmtzSUVacFptVWdTMWswSURCQ1RnQUFBQUFBfjMz", "text": "Kelty Parish Church, Station Road, KELTY, Fife KY4 0BN", "format": "https://api.experianaperture.io/address/format/v1/R0JSfjcuNzMwRU9HQlJGQWpsQndBQUFBQUVBd0VBQUFBQWlKbUhVUUFnQUFBQUFBQUFBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRk4wWVhScGIyNGdVbTloWkN3Z1MwVk1WRmtzSUVacFptVWdTMWswSURCQ1RnQUFBQUFBfjMz", "additional_attributes": [ { "name": "picklist_display", "value": "Kelty Parish Church, Station Road, KELTY, Fife" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "KY4 0BN" } ] }, { "global_address_key": "R0JSfjcuNzMwU09HQlJGQWpsQndBQUFBQUVBd0VBQUFBQWlKbUpVQUFnQUFBQUFBQUFBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRk4wWVhScGIyNGdVbTloWkN3Z1MwVk1WRmtzSUVacFptVWdTMWswSURCQ1RnQUFBQUFBfjMz", "text": "5 Station Road, KELTY, Fife KY4 0BL", "format": "https://api.experianaperture.io/address/format/v1/R0JSfjcuNzMwU09HQlJGQWpsQndBQUFBQUVBd0VBQUFBQWlKbUpVQUFnQUFBQUFBQUFBQUQuLjJRQUFBQUEuLi4uLndBQUFBQUFBQUFBQUFBQUFBQUFBRk4wWVhScGIyNGdVbTloWkN3Z1MwVk1WRmtzSUVacFptVWdTMWswSURCQ1RnQUFBQUFBfjMz", "additional_attributes": [ { "name": "picklist_display", "value": "5 Station Road, KELTY, Fife" }, { "name": "score", "value": "100" }, { "name": "postcode", "value": "KY4 0BL" } ] } ] } } }, "United Kingdom With Enrichment": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "79 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_number": "79" }, "street": { "full_name": "Station Road", "name": "Station", "type": "Road" }, "locality": { "region": { "name": "Fife" }, "town": { "name": "KELTY" } } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353232", "paf_address_key": "2304084100000000S" } }, "barcode": { "delivery_point_barcode": "(KY40BL2Z2)" } }, "enrichment": { "transaction_id": "0e1fa486-9ce5-438d-8111-6cff23ad5396", "result": { "geocodes": { "latitude": 56.13344, "longitude": -3.37654, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved." } } } }, "United States": { "value": { "result": { "validation_detail": { "city_name_corrected": true }, "confidence": "Verified match", "address": { "address_line_1": "77 Massachusetts Ave", "address_line_2": "", "address_line_3": "", "locality": "Cambridge", "region": "MA", "postal_code": "02139-4301", "country": "UNITED STATES OF AMERICA" }, "components": { "country_name": "UNITED STATES OF AMERICA", "country_iso_3": "USA", "country_iso_2": "US", "postal_code": { "full_name": "02139-4301", "primary": "02139", "secondary": "4301" }, "building": { "building_number": "77" }, "street": { "full_name": "Massachusetts Ave", "name": "Massachusetts", "type": "Ave" }, "locality": { "region": { "code": "MA" }, "sub_region": { "name": "Middlesex" }, "town": { "name": "Cambridge" } } } }, "metadata": { "barcode": { "delivery_point_barcode": "02139430177", "check_digit": "3" }, "route_classification": { "carrier_route": "C077" }, "address_classification": { "address_type": { "code": "S", "description": "Street" }, "delivery_type": "Business" } } } }, "United Kingdom With Mosaic": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "Flat A, Falcon Buildings", "address_line_2": "2 Dunbar Street", "address_line_3": "", "locality": "ABERDEEN", "region": "", "postal_code": "AB24 3UD", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "AB24 3UD", "primary": "AB24 3UD" }, "sub_building": { "name": "Flat A" }, "building": { "building_name": "RAF Aldegrove", "building_number": "2" }, "street": { "full_name": "Dunbar Street", "name": "Dunbar", "type": "Street" }, "locality": { "town": { "name": "ABERDEEN" } } }, "match_type": "full_with_post_code", "match_confidence": "high" }, "metadata": { "address_info": { "identifier": { "udprn": "00097601", "paf_address_key": "2763861600000000S" } }, "barcode": { "delivery_point_barcode": "(AB243UD1TL)" } }, "enrichment": { "result": { "gbr_mosaic": { "household": { "version": "7", "type_code": "65", "type": "Learners & Earners", "group_code": "O", "group": "Rental Hubs" }, "postal_code": { "version": "7", "type_code": "65", "type": "Learners & Earners", "group_code": "O", "group": "Rental Hubs" } } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "gbr_mosaic": { "household": { "code": "S200", "message": "Match", "value": "[complex type]" }, "postal_code": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } } }, "United Kingdom With Location Grid": { "value": { "result": { "confidence": "Verified match", "address": { "address_line_1": "Flat A, Falcon Buildings", "address_line_2": "2 Dunbar Street", "address_line_3": "", "locality": "ABERDEEN", "region": "", "postal_code": "AB24 3UD", "country": "UNITED KINGDOM" }, "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "AB24 3UD", "primary": "AB24 3UD" }, "sub_building": { "name": "Flat A" }, "building": { "building_name": "RAF Aldegrove", "building_number": "2" }, "street": { "full_name": "Dunbar Street", "name": "Dunbar", "type": "Street" }, "locality": { "town": { "name": "ABERDEEN" } } }, "match_type": "full_with_post_code", "match_confidence": "high" }, "metadata": { "address_info": { "identifier": { "udprn": "00097601", "paf_address_key": "2763861600000000S" } }, "barcode": { "delivery_point_barcode": "(AB243UD1TL)" } }, "enrichment": { "result": { "gbr_location_grid": { "postzon": { "x_coordinate": 3939.0, "y_coordinate": 8083.0, "os_x_coordinate": 3939.0, "os_y_coordinate": 8083.0, "latitude": 57.165674, "longitude": -2.102497, "os_landranger": "NJ939083" }, "codepoint": { "x_coordinate": 393967.0, "y_coordinate": 808358.0, "pqi": "10", "is_delivery_service": "N", "ndp": "17", "ndp_pqi": "17", "ndp_domestic": "16", "ndp_commercial": "1", "ndp_delivery_service": "0", "ndp_matched": "17", "ndp_unmatched": "0" } } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "gbr_location_grid": { "postzon": { "code": "S200", "message": "Match", "value": "[complex type]" }, "codepoint": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] }, { "x-app-key": [] } ] } }, "/address/bulk/v1/batches": { "get": { "tags": [ "Bulk Address" ], "summary": "Gets all batches.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1GetBatchesResponse" }, "example": { "result": { "batches": [ { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 100, "records_processed": 50, "date_submitted": "2025-09-10T01:02:03.004005Z" }, { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 100, "records_processed": 100, "date_submitted": "2025-09-10T01:02:03.004005Z" } ] } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] }, "post": { "tags": [ "Bulk Address" ], "summary": "Submits a batch of address to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return metadata values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-Components", "in": "header", "description": "Specify whether the response should return component values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } }, { "name": "Add-ExtraMatchInfo", "in": "header", "description": "Specify whether the response should return extra match info values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1CreateBatchRequest" }, "examples": { "Without Default Country and Datasets": { "value": { "addresses": [ { "address": "Am Sickenbrünnle 12|||Bauschlott|Neulingen|75245", "country_iso": "DEU", "datasets": [ "de-address-ed" ] }, { "address": "3 donghyeon-ro|||boryeong-si|chungcheongnam-do|33430", "country_iso": "KOR", "datasets": [ "kr-address-ed" ] }, { "address": "77 Station Road, Kelty", "country_iso": "GBR", "datasets": [ "gb-address" ] } ] } }, "With Default Country and Datasets": { "value": { "defaults": { "country_iso": "DEU", "datasets": [ "de-address-ed" ] }, "addresses": [ { "address": "Am Sickenbrünnle 12|||Bauschlott|Neulingen|75245" }, { "address": "xxx" } ] } }, "With Max Processing Time": { "value": { "defaults": { "country_iso": "DEU", "datasets": [ "de-address-ed" ], "max_processing_time": "PT25M" }, "addresses": [ { "address": "Am Sickenbrünnle 12|||Bauschlott|Neulingen|75245" }, { "address": "xxx" } ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1CreateBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "submitted" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/address/bulk/v1/batches/{batch_id}/start": { "post": { "tags": [ "Bulk Address" ], "summary": "Start processing a batch of address to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1StartBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/address/bulk/v1/batches/{batch_id}": { "get": { "tags": [ "Bulk Address" ], "summary": "Gets the status of a batch of address to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Value to indicate the return of batch_config object.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1GetBatchStatusResponse" }, "examples": { "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 3, "records_processed": 0, "date_submitted": "2025-09-10T01:02:03.004005Z" } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped", "reason": "max_processing_time_reached", "records": 3, "records_processed": 2, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } }, "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 3, "records_processed": 3, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } }, "With Metadata": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 3, "records_processed": 3, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" }, "metadata": { "batch_config": { "add_components": true, "add_metadata": true, "add_extra_match_info": true } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/address/bulk/v1/batches/{batch_id}/results": { "get": { "tags": [ "Bulk Address" ], "summary": "Gets the validation result of a batch of address.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponse" }, "examples": { "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 2, "status": "completed", "statistics": [ { "name": "verified match", "value": 2 } ], "addresses": [ { "address": "Am Sickenbrünnle 12|||Bauschlott|Neulingen|75245", "country_iso": "", "datasets": [], "confidence": "verified match", "match_type": "", "match_confidence": "", "match_info": {}, "addresses_formatted": [ { "layout_name": "default", "address": { "CountryIso": "DEU", "CountryName": "", "PostalCode": "75245", "Locality": "Neulingen", "Street": "Am Sickenbrünnle", "Building": "" } } ], "components": { "country_name": "GERMANY", "country_iso_3": "DEU", "country_iso_2": "DE", "postal_code": { "full_name": "75245", "primary": "75245" }, "building": { "building_number": "12" }, "street": { "full_name": "Am Sickenbrünnle" }, "locality": { "region": { "name": "Baden-Württemberg" }, "town": { "name": "Neulingen" }, "district": { "name": "Bauschlott" } } }, "metadata": {} }, { "address": "77 Station Road, Kelty", "country_iso": "GBR", "datasets": [ "gb-address" ], "confidence": "verified match", "match_type": "full_with_post_code", "match_confidence": "high", "match_info": { "postcode_action": "added", "address_action": "corrected", "generic_info": [ "address_cleaned" ] }, "addresses_formatted": [ { "layout_name": "default", "address": { "address_line_1": "77 Station Road", "address_line_2": "", "address_line_3": "", "locality": "KELTY", "region": "", "postal_code": "KY4 0BL", "country": "UNITED KINGDOM" } } ], "components": { "country_name": "UNITED KINGDOM", "country_iso_3": "GBR", "country_iso_2": "GB", "postal_code": { "full_name": "KY4 0BL", "primary": "KY4 0BL" }, "building": { "building_number": "77" }, "street": { "full_name": "Station Road", "name": "Station", "type": "Road" }, "locality": { "region": { "name": "Fife" }, "town": { "name": "KELTY" } } }, "metadata": { "address_info": { "identifier": { "udprn": "12353231", "paf_address_key": "0748244400000000S" } }, "barcode": { "delivery_point_barcode": "(KY40BL2NQ)" } } } ] } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 1, "status": "stopped", "reason": "max_processing_time_reached", "statistics": [ { "name": "verified match", "value": 1 }, { "name": "unprocessed", "value": 1 } ], "addresses": [ { "address": "Am Sickenbrünnle 12|||Bauschlott|Neulingen|75245", "country_iso": "", "datasets": [], "confidence": "verified match", "match_type": "", "match_confidence": "", "match_info": {}, "addresses_formatted": [ { "layout_name": "default", "address": { "CountryIso": "DEU", "CountryName": "", "PostalCode": "75245", "Locality": "Neulingen", "Street": "Am Sickenbrünnle", "Building": "" } } ], "components": { "country_name": "GERMANY", "country_iso_3": "DEU", "country_iso_2": "DE", "postal_code": { "full_name": "75245", "primary": "75245" }, "building": { "building_number": "12" }, "street": { "full_name": "Am Sickenbrünnle" }, "locality": { "region": { "name": "Baden-Württemberg" }, "town": { "name": "Neulingen" }, "district": { "name": "Bauschlott" } } }, "metadata": {} }, { "address": "77 Station Road, Kelty", "country_iso": "", "datasets": [], "confidence": "unprocessed" } ] } } }, "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 0, "status": "processing", "statistics": [], "addresses": [] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/address/bulk/v1/batches/{batch_id}/stop": { "post": { "tags": [ "Bulk Address" ], "summary": "Stop processing a batch of address to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkAddressV1StopBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/bulk/v1/batches": { "get": { "tags": [ "Bulk Email" ], "summary": "Gets all batches.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1GetBatchesResponse" }, "example": { "result": { "batches": [ { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 100, "records_processed": 50, "date_submitted": "2025-09-10T01:02:03.004005Z" }, { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 100, "records_processed": 100, "date_submitted": "2025-09-10T01:02:03.004005Z" } ] } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] }, "post": { "tags": [ "Bulk Email" ], "summary": "Submits a batch of email to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1CreateBatchRequest" }, "examples": { "Default": { "value": { "emails": [ { "email": "test1@hotmail.cm" }, { "email": "test2@hotmail.com" }, { "email": "xxx" } ] } }, "With Max Processing Time": { "value": { "defaults": { "max_processing_time": "PT25M" }, "emails": [ { "email": "test1@hotmail.cm" }, { "email": "test2@hotmail.com" }, { "email": "xxx" } ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1CreateBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "submitted" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/bulk/v1/batches/{batch_id}/start": { "post": { "tags": [ "Bulk Email" ], "summary": "Start processing a batch of email to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1StartBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/bulk/v1/batches/{batch_id}": { "get": { "tags": [ "Bulk Email" ], "summary": "Gets the status of a batch of email to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1GetBatchStatusResponse" }, "examples": { "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 3, "records_processed": 0, "date_submitted": "2025-09-10T01:02:03.004005Z" } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped", "reason": "max_processing_time_reached", "records": 3, "records_processed": 2, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } }, "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 3, "records_processed": 3, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/bulk/v1/batches/{batch_id}/results": { "get": { "tags": [ "Bulk Email" ], "summary": "Gets the validation result of a batch of email.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResponse" }, "examples": { "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 0, "status": "processing", "statistics": [], "emails": [] } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 1, "status": "stopped", "reason": "max_processing_time_reached", "statistics": [ { "name": "verified", "value": 1 }, { "name": "unknown", "value": 2 } ], "emails": [ { "email": "test2@hotmail.com", "confidence": "verified", "verbose_output": "verified", "metadata": {} }, { "email": "test1@hotmail.cm", "confidence": "unknown", "verbose_output": "unknown", "metadata": { "domain_detail": { "type": "consumer" } } }, { "email": "xxx", "confidence": "unknown", "verbose_output": "unknown", "metadata": { "domain_detail": { "type": "consumer" } } } ] } } }, "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 3, "status": "completed", "statistics": [ { "name": "unreachable", "value": 1 }, { "name": "verified", "value": 1 }, { "name": "undeliverable", "value": 1 } ], "emails": [ { "email": "test1@hotmail.cm", "confidence": "unreachable", "verbose_output": "unreachable", "did_you_mean": [ "test1@hotmail.com" ], "metadata": {} }, { "email": "test2@hotmail.com", "confidence": "verified", "verbose_output": "verified", "metadata": { "domain_detail": { "type": "consumer" } } }, { "email": "xxx", "confidence": "undeliverable", "verbose_output": "syntaxFailure", "metadata": {} } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/bulk/v1/batches/{batch_id}/stop": { "post": { "tags": [ "Bulk Email" ], "summary": "Stop processing a batch of email to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkEmailV1StopBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/bulk/v1/batches": { "get": { "tags": [ "Bulk Phone" ], "summary": "Gets all batches.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchesResponse" }, "example": { "result": { "batches": [ { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 100, "records_processed": 50, "date_submitted": "2025-09-10T01:02:03.004005Z" }, { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 100, "records_processed": 100, "date_submitted": "2025-09-10T01:02:03.004005Z" } ] } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] }, "post": { "tags": [ "Bulk Phone" ], "summary": "Submits a batch of phone numbers to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1CreateBatchRequest" }, "examples": { "GBR": { "value": { "defaults": { "output_format": "PLUS_E164", "country_iso": "GBR", "get_ported_date": true, "supplementary_live_status": { "landline": [ "GBR" ] } }, "phones": [ { "number": "441206250380" } ] } }, "USA": { "value": { "defaults": { "output_format": "NATIONAL", "country_iso": "USA", "supplementary_live_status": { "mobile": [ "USA" ] } }, "phones": [ { "number": "12026298914" } ] } }, "Multiple countries (exclude country_iso with E164 phone numbers)": { "value": { "defaults": { "output_format": "E164" }, "phones": [ { "number": "441206250380" }, { "number": "12026298914" } ] } }, "Multiple countries (with country_iso)": { "value": { "defaults": { "output_format": "E164" }, "phones": [ { "number": "1206250380", "country_iso": "GBR" }, { "number": "2026298914", "country_iso": "USA" } ] } }, "With Max Processing Time": { "value": { "defaults": { "output_format": "E164", "country_iso": "GBR", "max_processing_time": "PT25M" }, "phones": [ { "number": "441206250380" }, { "number": "441206250381" } ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1CreateBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "submitted" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/bulk/v1/batches/{batch_id}/start": { "post": { "tags": [ "Bulk Phone" ], "summary": "Start processing a batch of phone numbers to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1StartBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/bulk/v1/batches/{batch_id}": { "get": { "tags": [ "Bulk Phone" ], "summary": "Gets the status of a batch of phone numbers to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchStatusResponse" }, "examples": { "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "processing", "records": 100, "records_processed": 50, "date_submitted": "2025-09-10T01:02:03.004005Z" }, "metadata": { "batch_config": { "output_format": "E164", "country_iso": "GBR", "get_ported_date": true, "supplementary_live_status": { "landline": [ "GBR" ] } } } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped", "reason": "max_processing_time_reached", "records": 100, "records_processed": 75, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } }, "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "completed", "records": 100, "records_processed": 100, "date_submitted": "2025-09-10T01:02:03.004005Z", "date_ended": "2025-09-10T01:02:03.004005Z" } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/bulk/v1/batches/{batch_id}/results": { "get": { "tags": [ "Bulk Phone" ], "summary": "Gets the validation result of a batch of phone numbers.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": false } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchResultsResponse" }, "examples": { "Incomplete": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 0, "status": "processing", "statistics": [], "phones": [] } } }, "Stopped": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 1, "status": "stopped", "reason": "max_processing_time_reached", "statistics": [ { "name": "verified", "value": 1 }, { "name": "unprocessed", "value": 1 } ], "phones": [ { "number": "12269724276", "validated_phone_number": "", "formatted_phone_number": "", "phone_type": "", "confidence": "verified" }, { "number": "441206250380", "validated_phone_number": "", "formatted_phone_number": "", "phone_type": "", "confidence": "unprocessed" } ] } } }, "Completed": { "value": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "credits_charged": 1, "status": "completed", "statistics": [ { "name": "verified", "value": 1 } ], "phones": [ { "number": "12269724276", "validated_phone_number": "12269724276", "formatted_phone_number": "12269724276", "phone_type": "mobile", "confidence": "verified", "ported_date": "not applicable", "disposable_number": "unknown", "metadata": { "original_operator_name": "Bell Mobility", "original_network_status": "available", "original_home_network_identity": "302610", "original_country_prefix": "1", "original_country_name": "Canada", "original_country_iso": "CAN", "operator_name": "Rogers Wireless", "network_status": "available", "home_network_identity": "302720", "country_prefix": "1", "country_name": "Canada", "country_iso": "CAN", "is_ported": "no", "email_to_sms_address": "2269724276@sms.rogers.com" } } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/bulk/v1/batches/{batch_id}/stop": { "post": { "tags": [ "Bulk Phone" ], "summary": "Stop processing a batch of phone numbers to be validated.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "batch_id", "in": "path", "description": "Batch ID.", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BulkPhoneV1StopBatchResponse" }, "example": { "result": { "batch_id": "00000000-0000-0000-0000-000000000000", "status": "stopped" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/validation/v1": { "post": { "tags": [ "Email Validation" ], "summary": "Submits an email address to the service to be validated and returns the result of the validation.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Request" }, "example": { "email": "support@experian.com", "timeout": 5 } }, "application/xml": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Request" }, "example": "\n support@experian.com\n 5\n" }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Request" }, "example": { "email": "support@experian.com", "timeout": 5 } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Response" }, "example": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "email": "support@experian.com", "confidence": "illegitimate", "verbose": "roleAccount" } } }, "application/xml": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Response" }, "example": "\n \n support@experian.com\n illegitimate\n roleAccount\n \n 00000000-0000-0000-0000-000000000000\n" }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/EmailValidationV1Response" }, "example": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "email": "support@experian.com", "confidence": "illegitimate", "verbose": "roleAccount" } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/enrichment/v2": { "post": { "tags": [ "Enrichment" ], "summary": "Submits an enrichment request to the service and returns enriched data for the given search keys and specified attributes.", "parameters": [ { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean" } }, { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Request" }, "examples": { "GLO - Global Geocodes": { "value": { "country_iso": "USA", "keys": { "global_address_key": "aWQ9NDc1IEFudG9uIEJsdmQsIENvc3RhIE1lc2EgQ0EgOTI2MjYsIFVuaXRlZCBTdGF0ZXMgT2YgQW1lcmljYX5hbHRfa2V5PXw0NzUgQW50b24gQmx2ZHx8Q29zdGEgTWVzYSxDQSw5MjYyNi03MDM3fmRhdGFzZXQ9VVNBX1BBRn5mb3JtYXRpZD02YzJkN2RkNC05YzEzLTQ3YWUtYWZiYi0yZWMyYjEyNGE2NDVfVTQwXzI0XzBfMF8wPTQ3NX5xbD0yM35nZW89MA" }, "attributes": { "geocodes": [ "latitude", "longitude", "match_level" ] } } }, "GLO - Premium Location Insight": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE" }, "attributes": { "premium_location_insight": [ "geocodes", "geocodes_building_xy", "geocodes_access", "time" ] } } }, "GLO - Premium Location Insight Lite": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE" }, "attributes": { "premium_location_insight": [ "geocodes", "geocodes_building_xy", "geocodes_access" ] } } }, "AUS - Geocodes": { "value": { "country_iso": "AUS", "keys": { "global_address_key": "aWQ9OCBDb2NocmFuZSBTdHJlZXQsIFdFU1QgS0VNUFNFWSAgTlNXIDI0NDAsIEF1c3RyYWxpYX5hbHRfa2V5PUdBTlNXNzA2MjY4NjE5fmRhdGFzZXQ9QVVTX0dOQUZ-Zm9ybWF0X2tleT1BVVMkR05BRiQ3NjJBVUctbk9BVUdIQUxsQndBQUFBQUlBZ0VBQUFBQUZ6UXl3QUFBQUFBQUFEZ0FBUC4uWkFBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFPQ0JEYjJOb2NtRnVaU0JUZEhKbFpYUXNJRmRGVTFRZ1MwVk5VRk5GV1NBZ1RsTlhJREkwTkRBQUFBQUFBQS0tJCQk" }, "attributes": { "aus_regional_geocodes": [ "latitude", "longitude", "match_level", "sa1", "meshblock", "lga_code", "lga_name", "street_pid", "locality_pid", "geocode_level_code", "geocode_level_description", "geocode_type_code", "geocode_type_description", "highest_level_longitude", "highest_level_latitude", "highest_level_elevation", "highest_level_planimetric_accuracy", "highest_level_boundary_extent", "highest_level_geocode_reliability_code", "highest_level_geocode_reliability_description", "confidence_level_code", "confidence_level_description", "2021_meshblock_id", "2021_meshblock_code", "2021_meshblock_match_code", "2021_meshblock_match_description", "2016_meshblock_id", "2016_meshblock_code", "2016_meshblock_match_code", "2016_meshblock_match_description", "address_type_code", "primary_address_pid", "address_join_type", "collector_district_id", "collector_district_code", "commonwealth_electoral_boundary_id", "commonwealth_electoral_boundary_name", "statistical_local_area_id", "statistical_local_area_code", "statistical_local_area_name", "state_electoral_boundary_id", "state_electoral_boundary_name", "state_electoral_effective_start", "state_electoral_effective_end", "state_electoral_new_pid", "state_electoral_new_name", "state_electoral_new_effective_start", "state_electoral_new_effective_end", "address_level_longitude", "address_level_latitude", "address_level_elevation", "address_level_planimetric_accuracy", "address_level_boundary_extent", "address_level_geocode_reliability_code", "address_level_geocode_reliability_description", "street_level_longitude", "street_level_latitude", "street_level_planimetric_accuracy", "street_level_boundary_extent", "street_level_geocode_reliability_code", "street_level_geocode_reliability_description", "locality_level_longitude", "locality_level_latitude", "locality_level_planimetric_accuracy", "locality_level_geocode_reliability_code", "locality_level_geocode_reliability_description", "gnaf_legal_parcel_identifier", "locality_class_code" ] } } }, "GBR - Government": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w" }, "attributes": { "gbr_government": [ "eer_code", "eer_code_pre_2011", "eer_name", "gor_code", "gor_code_pre_2011", "gor_name", "la_code", "la_code_pre_2011", "la_name", "lea_code", "lea_name", "ward_code", "ward_code_pre_2011", "ward_name", "cens_out_area" ] } } }, "GBR - Health": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w" }, "attributes": { "gbr_health": [ "authority_code", "authority_code_2011", "authority_name", "pclh_code", "pclh_code_2011", "pclh_name", "ward_code", "ward_code_2011", "ward_name", "ccg_code", "ccg_name", "doh_code" ] } } }, "GBR - Location Essential/Complete": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9RXhwZXJpYW4gRGF0YSBRdWFsaXR5LCBGcmlhcnMgSG91c2UsIDE2MCBCbGFja2ZyaWFycyBSb2FkLCBMb25kb24sIFNFMSAuLi4sIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTUyNDQyNTZ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJCQ5NzE4YzMyYS1iNmQzLTQ0NTgtOWQ1OS1hNWIzOTMyYjQzOTEkJCQ" }, "attributes": { "uk_location_complete": [ "latitude", "longitude", "match_level", "udprn", "uprn", "x_coordinate", "y_coordinate" ] } } }, "GBR - what3words": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9VW5pdmVyc2l0eSBPZiBPeGZvcmQsIEJvdGFuaWMgR2FyZGVucywgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBWiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjE1Mn5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRmY2U4YTQzMC0wZjMzLTQxZWYtOTRmNy05ZWVjOGJhOWU0NzYkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGw" }, "attributes": { "what3words": [ "latitude", "longitude", "name", "description" ] } } }, "NZL - Geocodes": { "value": { "country_iso": "NZL", "keys": { "global_address_key": "aWQ9TGV2ZWwgOCBETEEgUGhpbGxpcHMgRm94IFRvd2VyIFRvd2VyIDEsIDIwNSBRdWVlbiBTdHJlZXQsIEF1Y2tsYW5kIENlbnRyYWwsIEF1Y2tsYW5kIDEwMTAsIE5ldyBaZWFsYW5kfmFsdF9rZXk9fmRhdGFzZXQ9TlpMX1BBRn5mb3JtYXRfa2V5PU5aTCQkNzYyTlpMLU5PTlpMSHd6a0J3QUFBQUFJQWdFQUFBQndlSTBBQWhBQVlBQUFBQUFCQUV4bGRtVnNJRGdnUkV4QklGQm9hV3hzYVhCeklFWnZlQ0JVYjNkbGNnQUFBUC4uU0FBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFUR1YyWld3Z09DQkVURUVnVUdocGJHeHBjSE1nUm05NElGUnZkMlZ5SUZSdmQyVnlJREVzSURJd05TQlJkV1ZsYmlCVGRISmxaWFFzSUVGMVkydHNZVzVrSUVObGJuUnlZV3dzSUVGMVkydHNZVzVrSURFd01UQUFBQUFBQUEtLSQkJA" }, "attributes": { "nzl_regional_geocodes": [ "addressable", "centroid_of_property_latitude", "centroid_of_property_longitude", "centroid_of_property_nztm_x_coordinate", "centroid_of_property_nztm_y_coordinate", "front_of_property_latitude", "front_of_property_longitude", "front_of_property_nztm_x_coordinate", "front_of_property_nztm_y_coordinate", "general_electorate_code", "general_electorate_name", "linz_parcel_id", "maori_electorate_code", "maori_electorate_name", "match_level", "mesh_block_code", "property_purpose_type", "regional_council_code", "regional_council_name", "territorial_authority_code", "territorial_authority_name" ] } } }, "USA - Geocodes": { "value": { "country_iso": "USA", "keys": { "global_address_key": "aWQ9VXJiIExhIFBsYXRhLDEgQ2FsbGUgMSxDb21lcmlvLFBSLDAwNzgyLTI3MTd+YWx0X2tleT1VcmIgTGEgUGxhdGF8MSBDYWxsZSAxfHxDb21lcmlvLFBSLDAwNzgyLTI3MTd+Zm9ybWF0SWQ9YTM5NjU1ODctYmIyNS00NmFkLTlkNmMtY2E4MDQ4YmQ0NGY2flFMPTl+Z2VvPTA=" }, "attributes": { "usa_regional_geocodes": [ "latitude", "longitude", "match_level", "census_tract", "census_block", "core_based_statistical_area", "congressional_district_code", "county_code" ] } } } } }, "application/xml": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Request" }, "examples": { "GLO - Global Geocodes": { "value": "\n USA\n \n aWQ9NDc1IEFudG9uIEJsdmQsIENvc3RhIE1lc2EgQ0EgOTI2MjYsIFVuaXRlZCBTdGF0ZXMgT2YgQW1lcmljYX5hbHRfa2V5PXw0NzUgQW50b24gQmx2ZHx8Q29zdGEgTWVzYSxDQSw5MjYyNi03MDM3fmRhdGFzZXQ9VVNBX1BBRn5mb3JtYXRpZD02YzJkN2RkNC05YzEzLTQ3YWUtYWZiYi0yZWMyYjEyNGE2NDVfVTQwXzI0XzBfMF8wPTQ3NX5xbD0yM35nZW89MA\n \n \n \n latitude\n longitude\n match_level\n \n \n" }, "GLO - Premium Location Insight": { "value": "\n GBR\n \n aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE\n \n \n \n geocodes\n geocodes_building_xy\n geocodes_access\n time\n \n \n" }, "GLO - Premium Location Insight Lite": { "value": "\n GBR\n \n aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE\n \n \n \n geocodes\n geocodes_building_xy\n geocodes_access\n \n \n" }, "AUS - Geocodes": { "value": "\n AUS\n \n aWQ9OCBDb2NocmFuZSBTdHJlZXQsIFdFU1QgS0VNUFNFWSAgTlNXIDI0NDAsIEF1c3RyYWxpYX5hbHRfa2V5PUdBTlNXNzA2MjY4NjE5fmRhdGFzZXQ9QVVTX0dOQUZ-Zm9ybWF0X2tleT1BVVMkR05BRiQ3NjJBVUctbk9BVUdIQUxsQndBQUFBQUlBZ0VBQUFBQUZ6UXl3QUFBQUFBQUFEZ0FBUC4uWkFBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFPQ0JEYjJOb2NtRnVaU0JUZEhKbFpYUXNJRmRGVTFRZ1MwVk5VRk5GV1NBZ1RsTlhJREkwTkRBQUFBQUFBQS0tJCQk\n \n \n \n latitude\n longitude\n match_level\n sa1\n meshblock\n lga_code\n lga_name\n street_pid\n locality_pid\n geocode_level_code\n geocode_level_description\n geocode_type_code\n geocode_type_description\n highest_level_longitude\n highest_level_latitude\n highest_level_elevation\n highest_level_planimetric_accuracy\n highest_level_boundary_extent\n highest_level_geocode_reliability_code\n highest_level_geocode_reliability_description\n confidence_level_code\n confidence_level_description\n 2021_meshblock_id\n 2021_meshblock_code\n 2021_meshblock_match_code\n 2021_meshblock_match_description\n 2016_meshblock_id\n 2016_meshblock_code\n 2016_meshblock_match_code\n 2016_meshblock_match_description\n address_type_code\n primary_address_pid\n address_join_type\n collector_district_id\n collector_district_code\n commonwealth_electoral_boundary_id\n commonwealth_electoral_boundary_name\n statistical_local_area_id\n statistical_local_area_code\n statistical_local_area_name\n state_electoral_boundary_id\n state_electoral_boundary_name\n state_electoral_effective_start\n state_electoral_effective_end\n state_electoral_new_pid\n state_electoral_new_name\n state_electoral_new_effective_start\n state_electoral_new_effective_end\n address_level_longitude\n address_level_latitude\n address_level_elevation\n address_level_planimetric_accuracy\n address_level_boundary_extent\n address_level_geocode_reliability_code\n address_level_geocode_reliability_description\n street_level_longitude\n street_level_latitude\n street_level_planimetric_accuracy\n street_level_boundary_extent\n street_level_geocode_reliability_code\n street_level_geocode_reliability_description\n locality_level_longitude\n locality_level_latitude\n locality_level_planimetric_accuracy\n locality_level_geocode_reliability_code\n locality_level_geocode_reliability_description\n gnaf_legal_parcel_identifier\n locality_class_code\n \n \n" }, "GBR - Government": { "value": "\n GBR\n \n aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w\n \n \n \n eer_code\n eer_code_pre_2011\n eer_name\n gor_code\n gor_code_pre_2011\n gor_name\n la_code\n la_code_pre_2011\n la_name\n lea_code\n lea_name\n ward_code\n ward_code_pre_2011\n ward_name\n cens_out_area\n \n \n" }, "GBR - Health": { "value": "\n GBR\n \n aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w\n \n \n \n authority_code\n authority_code_2011\n authority_name\n pclh_code\n pclh_code_2011\n pclh_name\n ward_code\n ward_code_2011\n ward_name\n ccg_code\n ccg_name\n doh_code\n \n \n" }, "GBR - Location Essential/Complete": { "value": "\n GBR\n \n aWQ9RXhwZXJpYW4gRGF0YSBRdWFsaXR5LCBGcmlhcnMgSG91c2UsIDE2MCBCbGFja2ZyaWFycyBSb2FkLCBMb25kb24sIFNFMSAuLi4sIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTUyNDQyNTZ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJCQ5NzE4YzMyYS1iNmQzLTQ0NTgtOWQ1OS1hNWIzOTMyYjQzOTEkJCQ\n \n \n \n latitude\n longitude\n match_level\n udprn\n uprn\n x_coordinate\n y_coordinate\n \n \n" }, "GBR - what3words": { "value": "\n GBR\n \n aWQ9VW5pdmVyc2l0eSBPZiBPeGZvcmQsIEJvdGFuaWMgR2FyZGVucywgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBWiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjE1Mn5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRmY2U4YTQzMC0wZjMzLTQxZWYtOTRmNy05ZWVjOGJhOWU0NzYkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGw\n \n \n \n latitude\n longitude\n name\n description\n \n \n" }, "NZL - Geocodes": { "value": "\n NZL\n \n aWQ9TGV2ZWwgOCBETEEgUGhpbGxpcHMgRm94IFRvd2VyIFRvd2VyIDEsIDIwNSBRdWVlbiBTdHJlZXQsIEF1Y2tsYW5kIENlbnRyYWwsIEF1Y2tsYW5kIDEwMTAsIE5ldyBaZWFsYW5kfmFsdF9rZXk9fmRhdGFzZXQ9TlpMX1BBRn5mb3JtYXRfa2V5PU5aTCQkNzYyTlpMLU5PTlpMSHd6a0J3QUFBQUFJQWdFQUFBQndlSTBBQWhBQVlBQUFBQUFCQUV4bGRtVnNJRGdnUkV4QklGQm9hV3hzYVhCeklFWnZlQ0JVYjNkbGNnQUFBUC4uU0FBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFUR1YyWld3Z09DQkVURUVnVUdocGJHeHBjSE1nUm05NElGUnZkMlZ5SUZSdmQyVnlJREVzSURJd05TQlJkV1ZsYmlCVGRISmxaWFFzSUVGMVkydHNZVzVrSUVObGJuUnlZV3dzSUVGMVkydHNZVzVrSURFd01UQUFBQUFBQUEtLSQkJA\n \n \n \n addressable\n centroid_of_property_latitude\n centroid_of_property_longitude\n centroid_of_property_nztm_x_coordinate\n centroid_of_property_nztm_y_coordinate\n front_of_property_latitude\n front_of_property_longitude\n front_of_property_nztm_x_coordinate\n front_of_property_nztm_y_coordinate\n general_electorate_code\n general_electorate_name\n linz_parcel_id\n maori_electorate_code\n maori_electorate_name\n match_level\n mesh_block_code\n property_purpose_type\n regional_council_code\n regional_council_name\n territorial_authority_code\n territorial_authority_name\n \n \n" }, "USA - Geocodes": { "value": "\n USA\n \n aWQ9VXJiIExhIFBsYXRhLDEgQ2FsbGUgMSxDb21lcmlvLFBSLDAwNzgyLTI3MTd+YWx0X2tleT1VcmIgTGEgUGxhdGF8MSBDYWxsZSAxfHxDb21lcmlvLFBSLDAwNzgyLTI3MTd+Zm9ybWF0SWQ9YTM5NjU1ODctYmIyNS00NmFkLTlkNmMtY2E4MDQ4YmQ0NGY2flFMPTl+Z2VvPTA=\n \n \n \n latitude\n longitude\n match_level\n census_tract\n census_block\n core_based_statistical_area\n congressional_district_code\n county_code\n \n \n" } } }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Request" }, "examples": { "GLO - Global Geocodes": { "value": { "country_iso": "USA", "keys": { "global_address_key": "aWQ9NDc1IEFudG9uIEJsdmQsIENvc3RhIE1lc2EgQ0EgOTI2MjYsIFVuaXRlZCBTdGF0ZXMgT2YgQW1lcmljYX5hbHRfa2V5PXw0NzUgQW50b24gQmx2ZHx8Q29zdGEgTWVzYSxDQSw5MjYyNi03MDM3fmRhdGFzZXQ9VVNBX1BBRn5mb3JtYXRpZD02YzJkN2RkNC05YzEzLTQ3YWUtYWZiYi0yZWMyYjEyNGE2NDVfVTQwXzI0XzBfMF8wPTQ3NX5xbD0yM35nZW89MA" }, "attributes": { "geocodes": [ "latitude", "longitude", "match_level" ] } } }, "GLO - Premium Location Insight": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE" }, "attributes": { "premium_location_insight": [ "geocodes", "geocodes_building_xy", "geocodes_access", "time" ] } } }, "GLO - Premium Location Insight Lite": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9MTAxIE1haW4gUm9hZCwgQ2xlZXZlLCBCcmlzdG9sLCBCUzQ5IDRQTiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0wMzA3MTAyM35kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRlZWZmZjgxOC1mOTJlLTRmNmQtYWU3ZC0wNGJiNjdlZmFhNDUkJCR-UUw9MjE" }, "attributes": { "premium_location_insight": [ "geocodes", "geocodes_building_xy", "geocodes_access" ] } } }, "AUS - Geocodes": { "value": { "country_iso": "AUS", "keys": { "global_address_key": "aWQ9OCBDb2NocmFuZSBTdHJlZXQsIFdFU1QgS0VNUFNFWSAgTlNXIDI0NDAsIEF1c3RyYWxpYX5hbHRfa2V5PUdBTlNXNzA2MjY4NjE5fmRhdGFzZXQ9QVVTX0dOQUZ-Zm9ybWF0X2tleT1BVVMkR05BRiQ3NjJBVUctbk9BVUdIQUxsQndBQUFBQUlBZ0VBQUFBQUZ6UXl3QUFBQUFBQUFEZ0FBUC4uWkFBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFPQ0JEYjJOb2NtRnVaU0JUZEhKbFpYUXNJRmRGVTFRZ1MwVk5VRk5GV1NBZ1RsTlhJREkwTkRBQUFBQUFBQS0tJCQk" }, "attributes": { "aus_regional_geocodes": [ "latitude", "longitude", "match_level", "sa1", "meshblock", "lga_code", "lga_name", "street_pid", "locality_pid", "geocode_level_code", "geocode_level_description", "geocode_type_code", "geocode_type_description", "highest_level_longitude", "highest_level_latitude", "highest_level_elevation", "highest_level_planimetric_accuracy", "highest_level_boundary_extent", "highest_level_geocode_reliability_code", "highest_level_geocode_reliability_description", "confidence_level_code", "confidence_level_description", "2021_meshblock_id", "2021_meshblock_code", "2021_meshblock_match_code", "2021_meshblock_match_description", "2016_meshblock_id", "2016_meshblock_code", "2016_meshblock_match_code", "2016_meshblock_match_description", "address_type_code", "primary_address_pid", "address_join_type", "collector_district_id", "collector_district_code", "commonwealth_electoral_boundary_id", "commonwealth_electoral_boundary_name", "statistical_local_area_id", "statistical_local_area_code", "statistical_local_area_name", "state_electoral_boundary_id", "state_electoral_boundary_name", "state_electoral_effective_start", "state_electoral_effective_end", "state_electoral_new_pid", "state_electoral_new_name", "state_electoral_new_effective_start", "state_electoral_new_effective_end", "address_level_longitude", "address_level_latitude", "address_level_elevation", "address_level_planimetric_accuracy", "address_level_boundary_extent", "address_level_geocode_reliability_code", "address_level_geocode_reliability_description", "street_level_longitude", "street_level_latitude", "street_level_planimetric_accuracy", "street_level_boundary_extent", "street_level_geocode_reliability_code", "street_level_geocode_reliability_description", "locality_level_longitude", "locality_level_latitude", "locality_level_planimetric_accuracy", "locality_level_geocode_reliability_code", "locality_level_geocode_reliability_description", "gnaf_legal_parcel_identifier", "locality_class_code" ] } } }, "GBR - Government": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w" }, "attributes": { "gbr_government": [ "eer_code", "eer_code_pre_2011", "eer_name", "gor_code", "gor_code_pre_2011", "gor_name", "la_code", "la_code_pre_2011", "la_name", "lea_code", "lea_name", "ward_code", "ward_code_pre_2011", "ward_name", "cens_out_area" ] } } }, "GBR - Health": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9NzcgU3RhdGlvbiBSb2FkLCBLZWx0eSwgS1k0IDBCTCwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xMjM1MzIzMX5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0aWQ9YmY0NjM5NzItNmM2Yi00OGRiLTg0MTYtYzg5OGQ3YjA5MjFifnFsPTI0fmdlbz0w" }, "attributes": { "gbr_health": [ "authority_code", "authority_code_2011", "authority_name", "pclh_code", "pclh_code_2011", "pclh_name", "ward_code", "ward_code_2011", "ward_name", "ccg_code", "ccg_name", "doh_code" ] } } }, "GBR - Location Essential/Complete": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9RXhwZXJpYW4gRGF0YSBRdWFsaXR5LCBGcmlhcnMgSG91c2UsIDE2MCBCbGFja2ZyaWFycyBSb2FkLCBMb25kb24sIFNFMSAuLi4sIFVuaXRlZCBLaW5nZG9tfmFsdF9rZXk9NTUyNDQyNTZ-ZGF0YXNldD1HQlJfUEFGfmZvcm1hdF9rZXk9R0JSJCQ5NzE4YzMyYS1iNmQzLTQ0NTgtOWQ1OS1hNWIzOTMyYjQzOTEkJCQ" }, "attributes": { "uk_location_complete": [ "latitude", "longitude", "match_level", "udprn", "uprn", "x_coordinate", "y_coordinate" ] } } }, "GBR - what3words": { "value": { "country_iso": "GBR", "keys": { "global_address_key": "aWQ9VW5pdmVyc2l0eSBPZiBPeGZvcmQsIEJvdGFuaWMgR2FyZGVucywgSGlnaCBTdHJlZXQsIE94Zm9yZCwgT1gxIDRBWiwgVW5pdGVkIEtpbmdkb21-YWx0X2tleT0xODA0NjE1Mn5kYXRhc2V0PUdCUl9QQUZ-Zm9ybWF0X2tleT1HQlIkZ2ItYWRkcmVzcyRmY2U4YTQzMC0wZjMzLTQxZWYtOTRmNy05ZWVjOGJhOWU0NzYkJCR-dzN3PXByZXR0eS5uZWVkZWQuY2hpbGw" }, "attributes": { "what3words": [ "latitude", "longitude", "name", "description" ] } } }, "NZL - Geocodes": { "value": { "country_iso": "NZL", "keys": { "global_address_key": "aWQ9TGV2ZWwgOCBETEEgUGhpbGxpcHMgRm94IFRvd2VyIFRvd2VyIDEsIDIwNSBRdWVlbiBTdHJlZXQsIEF1Y2tsYW5kIENlbnRyYWwsIEF1Y2tsYW5kIDEwMTAsIE5ldyBaZWFsYW5kfmFsdF9rZXk9fmRhdGFzZXQ9TlpMX1BBRn5mb3JtYXRfa2V5PU5aTCQkNzYyTlpMLU5PTlpMSHd6a0J3QUFBQUFJQWdFQUFBQndlSTBBQWhBQVlBQUFBQUFCQUV4bGRtVnNJRGdnUkV4QklGQm9hV3hzYVhCeklFWnZlQ0JVYjNkbGNnQUFBUC4uU0FBQUFBRC4uLi4uQUFBQUFBQUFBQUFBQUFBQUFBQUFUR1YyWld3Z09DQkVURUVnVUdocGJHeHBjSE1nUm05NElGUnZkMlZ5SUZSdmQyVnlJREVzSURJd05TQlJkV1ZsYmlCVGRISmxaWFFzSUVGMVkydHNZVzVrSUVObGJuUnlZV3dzSUVGMVkydHNZVzVrSURFd01UQUFBQUFBQUEtLSQkJA" }, "attributes": { "nzl_regional_geocodes": [ "addressable", "centroid_of_property_latitude", "centroid_of_property_longitude", "centroid_of_property_nztm_x_coordinate", "centroid_of_property_nztm_y_coordinate", "front_of_property_latitude", "front_of_property_longitude", "front_of_property_nztm_x_coordinate", "front_of_property_nztm_y_coordinate", "general_electorate_code", "general_electorate_name", "linz_parcel_id", "maori_electorate_code", "maori_electorate_name", "match_level", "mesh_block_code", "property_purpose_type", "regional_council_code", "regional_council_name", "territorial_authority_code", "territorial_authority_name" ] } } }, "USA - Geocodes": { "value": { "country_iso": "USA", "keys": { "global_address_key": "aWQ9VXJiIExhIFBsYXRhLDEgQ2FsbGUgMSxDb21lcmlvLFBSLDAwNzgyLTI3MTd+YWx0X2tleT1VcmIgTGEgUGxhdGF8MSBDYWxsZSAxfHxDb21lcmlvLFBSLDAwNzgyLTI3MTd+Zm9ybWF0SWQ9YTM5NjU1ODctYmIyNS00NmFkLTlkNmMtY2E4MDQ4YmQ0NGY2flFMPTl+Z2VvPTA=" }, "attributes": { "usa_regional_geocodes": [ "latitude", "longitude", "match_level", "census_tract", "census_block", "core_based_statistical_area", "congressional_district_code", "county_code" ] } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Response" }, "examples": { "GLO - Global Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "geocodes": { "latitude": 33.68945, "longitude": -117.87401, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "33.68945" }, "longitude": { "code": "S200", "message": "Match", "value": "-117.87401" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } }, "GLO - Premium Location Insight": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "premium_location_insight": { "geocodes": { "latitude": 54.6020056, "longitude": -5.8302126, "match_level": "building" }, "geocodes_building_xy": { "x_coordinate": 152718.84, "y_coordinate": 529726.57 }, "geocodes_access": [ { "latitude": 54.6020056, "longitude": -5.8302126 } ], "time": [ { "time_zone_id": "Europe/London", "generic": "United Kingdom Time", "standard": "Greenwich Mean Time", "daylight": "British Summer Time", "reference_time": { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "sunrise": "2023-04-11T05:32:15.2599306+00:00", "sunset": "2023-04-11T19:16:52.0569033+00:00" }, "time_transition": [ { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "utc_start": "2023-03-26T01:00:00Z", "utc_end": "2023-10-29T01:00:00Z" }, { "tag": "GMT", "standard_offset": "00:00:00", "daylight_savings": "00:00:00", "utc_start": "2023-10-29T01:00:00Z", "utc_end": "2024-03-31T01:00:00Z" }, { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "utc_start": "2024-03-31T01:00:00Z", "utc_end": "2024-10-27T01:00:00Z" } ] } ] } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "premium_location_insight": { "geocodes": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_building_xy": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_access": { "code": "S200", "message": "Match", "value": "[complex type]" }, "time": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } }, "GLO - Premium Location Insight Lite": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "premium_location_insight": { "geocodes": { "latitude": 54.6020056, "longitude": -5.8302126, "match_level": "building" }, "geocodes_building_xy": { "x_coordinate": 152718.84, "y_coordinate": 529726.57 }, "geocodes_access": [ { "latitude": 54.6020056, "longitude": -5.8302126 } ] } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "premium_location_insight": { "geocodes": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_building_xy": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_access": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } }, "AUS - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "aus_regional_geocodes": { "latitude": -31.06740552, "longitude": 152.83315122, "match_level": "building", "sa1": "1115514", "meshblock": "10402970000", "lga_code": "14350", "lga_name": "Kempsey (A)", "street_pid": "NSW2838126", "locality_pid": "NSW4281", "geocode_level_code": "7", "geocode_level_description": "Locality, street and parcel level geocodes", "geocode_type_code": "PC", "geocode_type_description": "Property centroid", "highest_level_longitude": 152.833151218104, "highest_level_latitude": -31.0674055233909, "highest_level_geocode_reliability_code": "2", "highest_level_geocode_reliability_description": "Geocode accuracy sufficient to place centroid within address site boundary", "confidence_level_code": "2", "confidence_level_description": "All three contributors have supplied an identical address", "2021_meshblock_id": "MB2110402970000", "2021_meshblock_code": "10402970000", "2021_meshblock_match_code": "1", "2021_meshblock_match_description": "Parcel level match", "2016_meshblock_id": "MB1610402970000", "2016_meshblock_code": "10402970000", "2016_meshblock_match_code": "1", "2016_meshblock_match_description": "Parcel level match", "collector_district_id": "NSW1081403", "collector_district_code": "1081403", "commonwealth_electoral_boundary_id": "NSW32", "commonwealth_electoral_boundary_name": "COWPER", "statistical_local_area_id": "NSW125104350", "statistical_local_area_code": "125104350", "statistical_local_area_name": "KEMPSEY (A)", "state_electoral_boundary_id": "NSW231", "state_electoral_boundary_name": "OXLEY", "state_electoral_effective_start": "24/03/2007 00:00:00", "state_electoral_effective_end": "28/03/2015 00:00:00", "state_electoral_new_pid": "NSW242", "state_electoral_new_name": "OXLEY", "state_electoral_new_effective_start": "28/03/2015 00:00:00", "address_level_longitude": 152.833151218104, "address_level_latitude": -31.0674055233909, "address_level_geocode_reliability_code": "2", "address_level_geocode_reliability_description": "Geocode accuracy sufficient to place centroid within address site boundary", "street_level_longitude": 152.831107798991, "street_level_latitude": -31.0627225231523, "street_level_boundary_extent": "651", "street_level_geocode_reliability_code": "4", "street_level_geocode_reliability_description": "Geocode accuracy sufficient to associate address site with a unique road feature", "locality_level_longitude": 152.829982639523, "locality_level_latitude": -31.0598233330185, "locality_level_geocode_reliability_code": "5", "locality_level_geocode_reliability_description": "Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood", "gnaf_legal_parcel_identifier": "B/366584", "locality_class_code": "G" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "aus_regional_geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "-31.06740552" }, "longitude": { "code": "S200", "message": "Match", "value": "152.83315122," }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "sa1": { "code": "S200", "message": "Match", "value": "1115514" }, "meshblock": { "code": "S200", "message": "Match", "value": "10402970000" }, "lga_code": { "code": "S200", "message": "Match", "value": "14350" }, "lga_name": { "code": "S200", "message": "Match", "value": "Kempsey (A)" }, "street_pid": { "code": "S200", "message": "Match", "value": "NSW2838126" }, "locality_pid": { "code": "S200", "message": "Match", "value": "NSW4281" }, "geocode_level_code": { "code": "S200", "message": "Match", "value": "7" }, "geocode_level_description": { "code": "S200", "message": "Match", "value": "Locality, street and parcel level geocodes" }, "geocode_type_code": { "code": "S200", "message": "Match", "value": "PC" }, "geocode_type_description": { "code": "S200", "message": "Match", "value": "Property centroid" }, "highest_level_longitude": { "code": "S200", "message": "Match", "value": "152.833151218104" }, "highest_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0674055233909" }, "highest_level_elevation": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_boundary_extent": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "2" }, "highest_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to place centroid within address site boundary" }, "confidence_level_code": { "code": "S200", "message": "Match", "value": "2" }, "confidence_level_description": { "code": "S200", "message": "Match", "value": "All three contributors have supplied an identical address" }, "2021_meshblock_id": { "code": "S200", "message": "Match", "value": "MB2110402970000" }, "2021_meshblock_code": { "code": "S200", "message": "Match", "value": "10402970000" }, "2021_meshblock_match_code": { "code": "S200", "message": "Match", "value": "1" }, "2021_meshblock_match_description": { "code": "S200", "message": "Match", "value": "Parcel level match" }, "2016_meshblock_id": { "code": "S200", "message": "Match", "value": "MB1610402970000" }, "2016_meshblock_code": { "code": "S200", "message": "Match", "value": "10402970000" }, "2016_meshblock_match_code": { "code": "S200", "message": "Match", "value": "1" }, "2016_meshblock_match_description": { "code": "S200", "message": "Match", "value": "Parcel level match" }, "address_type_code": { "code": "E404", "message": "Not found", "value": "" }, "primary_address_pid": { "code": "E404", "message": "Not found", "value": "" }, "address_join_type": { "code": "E404", "message": "Not found", "value": "" }, "collector_district_id": { "code": "S200", "message": "Match", "value": "NSW1081403" }, "collector_district_code": { "code": "S200", "message": "Match", "value": "1081403" }, "commonwealth_electoral_boundary_id": { "code": "S200", "message": "Match", "value": "NSW32" }, "commonwealth_electoral_boundary_name": { "code": "S200", "message": "Match", "value": "COWPER" }, "statistical_local_area_id": { "code": "S200", "message": "Match", "value": "NSW125104350" }, "statistical_local_area_code": { "code": "S200", "message": "Match", "value": "125104350" }, "statistical_local_area_name": { "code": "S200", "message": "Match", "value": "KEMPSEY (A)" }, "state_electoral_boundary_id": { "code": "S200", "message": "Match", "value": "NSW231" }, "state_electoral_boundary_name": { "code": "S200", "message": "Match", "value": "OXLEY" }, "state_electoral_effective_start": { "code": "S200", "message": "Match", "value": "24/03/2007 00:00:00" }, "state_electoral_effective_end": { "code": "S200", "message": "Match", "value": "28/03/2015 00:00:00" }, "state_electoral_new_pid": { "code": "S200", "message": "Match", "value": "NSW242" }, "state_electoral_new_name": { "code": "S200", "message": "Match", "value": "OXLEY" }, "state_electoral_new_effective_start": { "code": "S200", "message": "Match", "value": "28/03/2015 00:00:00" }, "state_electoral_new_effective_end": { "code": "E404", "message": "Not found", "value": "" }, "address_level_longitude": { "code": "S200", "message": "Match", "value": "152.833151218104" }, "address_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0674055233909" }, "address_level_elevation": { "code": "E404", "message": "Not found", "value": "" }, "address_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "address_level_boundary_extent": { "code": "E404", "message": "Not found", "value": "" }, "address_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "2" }, "address_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to place centroid within address site boundary" }, "street_level_longitude": { "code": "S200", "message": "Match", "value": "152.831107798991" }, "street_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0627225231523" }, "street_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "street_level_boundary_extent": { "code": "S200", "message": "Match", "value": "651" }, "street_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "4" }, "street_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to associate address site with a unique road feature" }, "locality_level_longitude": { "code": "S200", "message": "Match", "value": "152.829982639523" }, "locality_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0598233330185" }, "locality_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "locality_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "5" }, "locality_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood" }, "gnaf_legal_parcel_identifier": { "code": "S200", "message": "Match", "value": "B/366584" }, "locality_class_code": { "code": "S200", "message": "Match", "value": "G" } } } } } }, "GBR - Government": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "gbr_government": { "eer_code": "S15000001", "eer_code_pre_2011": "11", "eer_name": "Scotland", "gor_code": "S99999999", "gor_code_pre_2011": "X", "gor_name": "Scotland (pseudo)", "lea_code": "QR", "lea_name": "Fife", "la_code": "S12000047", "la_name": "Fife", "ward_code": "S13003128", "ward_name": "Cowdenbeath", "cens_out_area": "S00110266" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "gbr_government": { "eer_code": { "code": "S200", "message": "Match", "value": "S15000001" }, "eer_code_pre_2011": { "code": "S200", "message": "Match", "value": "11" }, "eer_name": { "code": "S200", "message": "Match", "value": "Scotland" }, "gor_code": { "code": "S200", "message": "Match", "value": "S99999999" }, "gor_code_pre_2011": { "code": "S200", "message": "Match", "value": "X" }, "gor_name": { "code": "S200", "message": "Match", "value": "Scotland (pseudo)" }, "lea_code": { "code": "S200", "message": "Match", "value": "QR" }, "lea_name": { "code": "S200", "message": "Match", "value": "Fife" }, "la_code": { "code": "S200", "message": "Match", "value": "S12000047" }, "la_code_pre_2011": { "code": "E404", "message": "Not found", "value": "" }, "la_name": { "code": "S200", "message": "Match", "value": "Fife" }, "ward_code": { "code": "S200", "message": "Match", "value": "S13003128" }, "ward_code_pre_2011": { "code": "E404", "message": "Not found", "value": "" }, "ward_name": { "code": "S200", "message": "Match", "value": "Cowdenbeath" }, "cens_out_area": { "code": "S200", "message": "Match", "value": "S00110266" } } } } } }, "GBR - Health": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "gbr_health": { "authority_code_2011": "S08000029", "authority_name": "Fife", "pclh_code": "006", "pclh_code_2011": "S03000006", "pclh_name": "Dunfermline and West Fife Community Health Partnership", "ward_code_2011": "S13003128", "ward_name": "Cowdenbeath", "ccg_code": "S03000006", "ccg_name": "Dunfermline and West Fife Community Health Partnership", "doh_code": "006" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "gbr_health": { "authority_code": { "code": "E404", "message": "Not found", "value": "" }, "authority_code_2011": { "code": "S200", "message": "Match", "value": "S08000029" }, "authority_name": { "code": "S200", "message": "Match", "value": "Fife" }, "pclh_code": { "code": "S200", "message": "Match", "value": "006" }, "pclh_code_2011": { "code": "S200", "message": "Match", "value": "S03000006" }, "pclh_name": { "code": "S200", "message": "Match", "value": "Dunfermline and West Fife Community Health Partnership" }, "ward_code": { "code": "E404", "message": "Not found", "value": "" }, "ward_code_2011": { "code": "S200", "message": "Match", "value": "S13003128" }, "ward_name": { "code": "S200", "message": "Match", "value": "Cowdenbeath" }, "ccg_code": { "code": "S200", "message": "Match", "value": "S03000006" }, "ccg_name": { "code": "S200", "message": "Match", "value": "Dunfermline and West Fife Community Health Partnership" }, "doh_code": { "code": "S200", "message": "Match", "value": "006" } } } } } }, "GBR - Location Essential/Complete": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "uk_location_complete": { "latitude": 51.5014256, "longitude": -0.104257, "match_level": "building", "udprn": "55244256", "uprn": "10091977422", "x_coordinate": 531677.95, "y_coordinate": 179757.59 } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "uk_location_complete": { "latitude": { "code": "S200", "message": "Match", "value": "51.5014256" }, "longitude": { "code": "S200", "message": "Match", "value": "-0.104257" }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "udprn": { "code": "S200", "message": "Match", "value": "55244256" }, "uprn": { "code": "S200", "message": "Match", "value": "10091977422" }, "x_coordinate": { "code": "S200", "message": "Match", "value": "531677.95" }, "y_coordinate": { "code": "S200", "message": "Match", "value": "179757.59" } } } } } }, "GBR - what3words": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "what3words": { "latitude": 51.751172, "longitude": -1.24623, "name": "pretty.needed.chill", "description": "near Oxford, Oxfordshire" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "what3words": { "latitude": { "code": "S200", "message": "Match", "value": "51.751172" }, "longitude": { "code": "S200", "message": "Match", "value": "-1.24623" }, "name": { "code": "S200", "message": "Match", "value": "pretty.needed.chill" }, "description": { "code": "S200", "message": "Match", "value": "near Oxford, Oxfordshire" } } } } } }, "NZL - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "nzl_regional_geocodes": { "front_of_property_nztm_x_coordinate": 1757352.77679428, "front_of_property_nztm_y_coordinate": 5920390.38954181, "centroid_of_property_nztm_x_coordinate": 1757328.32545739, "centroid_of_property_nztm_y_coordinate": 5920399.80535698, "linz_parcel_id": "5047052", "property_purpose_type": "Business", "addressable": "N", "mesh_block_code": "434000", "territorial_authority_code": "76", "territorial_authority_name": "Auckland", "regional_council_code": "2", "regional_council_name": "Auckland Region", "general_electorate_code": "001", "general_electorate_name": "Auckland Central", "maori_electorate_code": "3", "maori_electorate_name": "Tamaki Makaurau", "front_of_property_latitude": -36.84930884682109, "front_of_property_longitude": 174.76492824881467, "centroid_of_property_latitude": -36.849228077790954, "centroid_of_property_longitude": 174.76465216104987, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "nzl_regional_geocodes": { "front_of_property_nztm_x_coordinate": { "code": "S200", "message": "Match", "value": "1757352.77679428" }, "front_of_property_nztm_y_coordinate": { "code": "S200", "message": "Match", "value": "5920390.38954181" }, "centroid_of_property_nztm_x_coordinate": { "code": "S200", "message": "Match", "value": "1757328.32545739" }, "centroid_of_property_nztm_y_coordinate": { "code": "S200", "message": "Match", "value": "5920399.80535698" }, "linz_parcel_id": { "code": "S200", "message": "Match", "value": "5047052" }, "property_purpose_type": { "code": "S200", "message": "Match", "value": "Business" }, "addressable": { "code": "S200", "message": "Match", "value": "N" }, "mesh_block_code": { "code": "S200", "message": "Match", "value": "434000" }, "territorial_authority_code": { "code": "S200", "message": "Match", "value": "76" }, "territorial_authority_name": { "code": "S200", "message": "Match", "value": "Auckland" }, "regional_council_code": { "code": "S200", "message": "Match", "value": "2" }, "regional_council_name": { "code": "S200", "message": "Match", "value": "Auckland Region" }, "general_electorate_code": { "code": "S200", "message": "Match", "value": "001" }, "general_electorate_name": { "code": "S200", "message": "Match", "value": "Auckland Central" }, "maori_electorate_code": { "code": "S200", "message": "Match", "value": "3" }, "maori_electorate_name": { "code": "S200", "message": "Match", "value": "Tamaki Makaurau" }, "front_of_property_latitude": { "code": "S200", "message": "Match", "value": "-36.84930884682109" }, "front_of_property_longitude": { "code": "S200", "message": "Match", "value": "174.76492824881467" }, "centroid_of_property_latitude": { "code": "S200", "message": "Match", "value": "-36.849228077790954" }, "centroid_of_property_longitude": { "code": "S200", "message": "Match", "value": "174.76465216104987" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } }, "USA - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "usa_regional_geocodes": { "latitude": 18.215183, "longitude": -66.226806, "match_level": "building", "census_tract": "952000", "census_block": "2012", "core_based_statistical_area": "41980", "congressional_district_code": "7298116", "county_code": "045" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "usa_regional_geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "18.215183" }, "longitude": { "code": "S200", "message": "Match", "value": "-66.226806" }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "census_tract": { "code": "S200", "message": "Match", "value": "952000" }, "census_block": { "code": "S200", "message": "Match", "value": "2012" }, "core_based_statistical_area": { "code": "S200", "message": "Match", "value": "41980" }, "congressional_district_code": { "code": "S200", "message": "Match", "value": "7298116" }, "county_code": { "code": "S200", "message": "Match", "value": "045" } } } } } } } }, "application/xml": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Response" }, "examples": { "GLO - Global Geocodes": { "value": "\n \n \n 33.68945\n -117.87401\n building\n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n 33.68945\n \n \n S200\n Match\n -117.87401\n \n \n S200\n Match\n building\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GLO - Premium Location Insight": { "value": "\n \n \n \n 54.6020056\n -5.8302126\n building\n \n \n 152718.84\n 529726.57\n \n \n \n 54.6020056\n -5.8302126\n \n \n \n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n [complex type]\n \n \n S200\n Match\n [complex type]\n \n \n S200\n Match\n [complex type]\n \n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GLO - Premium Location Insight Lite": { "value": "\n \n \n \n 54.6020056\n -5.8302126\n building\n \n \n 152718.84\n 529726.57\n \n \n \n 54.6020056\n -5.8302126\n \n \n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n [complex type]\n \n \n S200\n Match\n [complex type]\n \n \n S200\n Match\n [complex type]\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "AUS - Geocodes": { "value": "\n \n \n -31.06740552\n 152.83315122\n building\n 1115514\n 10402970000\n 14350\n Kempsey (A)\n NSW2838126\n NSW4281\n 7\n Locality, street and parcel level geocodes\n PC\n Property centroid\n 152.833151218104\n -31.0674055233909\n 2\n Geocode accuracy sufficient to place centroid within address site boundary\n 2\n All three contributors have supplied an identical address\n <_x0032_021_meshblock_id>MB2110402970000\n <_x0032_021_meshblock_code>10402970000\n <_x0032_021_meshblock_match_code>1\n <_x0032_021_meshblock_match_description>Parcel level match\n <_x0032_016_meshblock_id>MB1610402970000\n <_x0032_016_meshblock_code>10402970000\n <_x0032_016_meshblock_match_code>1\n <_x0032_016_meshblock_match_description>Parcel level match\n NSW1081403\n 1081403\n NSW32\n COWPER\n NSW125104350\n 125104350\n KEMPSEY (A)\n NSW231\n OXLEY\n 24/03/2007 00:00:00\n 28/03/2015 00:00:00\n NSW242\n OXLEY\n 28/03/2015 00:00:00\n 152.833151218104\n -31.0674055233909\n 2\n Geocode accuracy sufficient to place centroid within address site boundary\n 152.831107798991\n -31.0627225231523\n 651\n 4\n Geocode accuracy sufficient to associate address site with a unique road feature\n 152.829982639523\n -31.0598233330185\n 5\n Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood\n B/366584\n G\n \n \n \n S206\n Success\n Some of the requested attribute(s) retrieved.\n \n \n \n S200\n Match\n -31.06740552\n \n \n S200\n Match\n 152.83315122,\n \n \n S200\n Match\n building\n \n \n S200\n Match\n 1115514\n \n \n S200\n Match\n 10402970000\n \n \n S200\n Match\n 14350\n \n \n S200\n Match\n Kempsey (A)\n \n \n S200\n Match\n NSW2838126\n \n \n S200\n Match\n NSW4281\n \n \n S200\n Match\n 7\n \n \n S200\n Match\n Locality, street and parcel level geocodes\n \n \n S200\n Match\n PC\n \n \n S200\n Match\n Property centroid\n \n \n S200\n Match\n 152.833151218104\n \n \n S200\n Match\n -31.0674055233909\n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n S200\n Match\n 2\n \n \n S200\n Match\n Geocode accuracy sufficient to place centroid within address site boundary\n \n \n S200\n Match\n 2\n \n \n S200\n Match\n All three contributors have supplied an identical address\n \n <_x0032_021_meshblock_id>\n S200\n Match\n MB2110402970000\n \n <_x0032_021_meshblock_code>\n S200\n Match\n 10402970000\n \n <_x0032_021_meshblock_match_code>\n S200\n Match\n 1\n \n <_x0032_021_meshblock_match_description>\n S200\n Match\n Parcel level match\n \n <_x0032_016_meshblock_id>\n S200\n Match\n MB1610402970000\n \n <_x0032_016_meshblock_code>\n S200\n Match\n 10402970000\n \n <_x0032_016_meshblock_match_code>\n S200\n Match\n 1\n \n <_x0032_016_meshblock_match_description>\n S200\n Match\n Parcel level match\n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n S200\n Match\n NSW1081403\n \n \n S200\n Match\n 1081403\n \n \n S200\n Match\n NSW32\n \n \n S200\n Match\n COWPER\n \n \n S200\n Match\n NSW125104350\n \n \n S200\n Match\n 125104350\n \n \n S200\n Match\n KEMPSEY (A)\n \n \n S200\n Match\n NSW231\n \n \n S200\n Match\n OXLEY\n \n \n S200\n Match\n 24/03/2007 00:00:00\n \n \n S200\n Match\n 28/03/2015 00:00:00\n \n \n S200\n Match\n NSW242\n \n \n S200\n Match\n OXLEY\n \n \n S200\n Match\n 28/03/2015 00:00:00\n \n \n E404\n Not found\n \n \n \n S200\n Match\n 152.833151218104\n \n \n S200\n Match\n -31.0674055233909\n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n E404\n Not found\n \n \n \n S200\n Match\n 2\n \n \n S200\n Match\n Geocode accuracy sufficient to place centroid within address site boundary\n \n \n S200\n Match\n 152.831107798991\n \n \n S200\n Match\n -31.0627225231523\n \n \n E404\n Not found\n \n \n \n S200\n Match\n 651\n \n \n S200\n Match\n 4\n \n \n S200\n Match\n Geocode accuracy sufficient to associate address site with a unique road feature\n \n \n S200\n Match\n 152.829982639523\n \n \n S200\n Match\n -31.0598233330185\n \n \n E404\n Not found\n \n \n \n S200\n Match\n 5\n \n \n S200\n Match\n Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood\n \n \n S200\n Match\n B/366584\n \n \n S200\n Match\n G\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GBR - Government": { "value": "\n \n \n S15000001\n 11\n Scotland\n S99999999\n X\n Scotland (pseudo)\n QR\n Fife\n S12000047\n Fife\n S13003128\n Cowdenbeath\n S00110266\n \n \n \n S206\n Success\n Some of the requested attribute(s) retrieved.\n \n \n \n S200\n Match\n S15000001\n \n \n S200\n Match\n 11\n \n \n S200\n Match\n Scotland\n \n \n S200\n Match\n S99999999\n \n \n S200\n Match\n X\n \n \n S200\n Match\n Scotland (pseudo)\n \n \n S200\n Match\n QR\n \n \n S200\n Match\n Fife\n \n \n S200\n Match\n S12000047\n \n \n E404\n Not found\n \n \n \n S200\n Match\n Fife\n \n \n S200\n Match\n S13003128\n \n \n E404\n Not found\n \n \n \n S200\n Match\n Cowdenbeath\n \n \n S200\n Match\n S00110266\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GBR - Health": { "value": "\n \n \n S08000029\n Fife\n 006\n S03000006\n Dunfermline and West Fife Community Health Partnership\n S13003128\n Cowdenbeath\n S03000006\n Dunfermline and West Fife Community Health Partnership\n 006\n \n \n \n S206\n Success\n Some of the requested attribute(s) retrieved.\n \n \n \n E404\n Not found\n \n \n \n S200\n Match\n S08000029\n \n \n S200\n Match\n Fife\n \n \n S200\n Match\n 006\n \n \n S200\n Match\n S03000006\n \n \n S200\n Match\n Dunfermline and West Fife Community Health Partnership\n \n \n E404\n Not found\n \n \n \n S200\n Match\n S13003128\n \n \n S200\n Match\n Cowdenbeath\n \n \n S200\n Match\n S03000006\n \n \n S200\n Match\n Dunfermline and West Fife Community Health Partnership\n \n \n S200\n Match\n 006\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GBR - Location Essential/Complete": { "value": "\n \n \n 51.5014256\n -0.104257\n building\n 55244256\n 10091977422\n 531677.95\n 179757.59\n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n 51.5014256\n \n \n S200\n Match\n -0.104257\n \n \n S200\n Match\n building\n \n \n S200\n Match\n 55244256\n \n \n S200\n Match\n 10091977422\n \n \n S200\n Match\n 531677.95\n \n \n S200\n Match\n 179757.59\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "GBR - what3words": { "value": "\n \n \n 51.751172\n -1.24623\n pretty.needed.chill\n near Oxford, Oxfordshire\n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n 51.751172\n \n \n S200\n Match\n -1.24623\n \n \n S200\n Match\n pretty.needed.chill\n \n \n S200\n Match\n near Oxford, Oxfordshire\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "NZL - Geocodes": { "value": "\n \n \n 1757352.77679428\n 5920390.38954181\n 1757328.32545739\n 5920399.80535698\n 5047052\n Business\n N\n 434000\n 76\n Auckland\n 2\n Auckland Region\n 001\n Auckland Central\n 3\n Tamaki Makaurau\n -36.84930884682109\n 174.76492824881467\n -36.849228077790954\n 174.76465216104987\n building\n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n 1757352.77679428\n \n \n S200\n Match\n 5920390.38954181\n \n \n S200\n Match\n 1757328.32545739\n \n \n S200\n Match\n 5920399.80535698\n \n \n S200\n Match\n 5047052\n \n \n S200\n Match\n Business\n \n \n S200\n Match\n N\n \n \n S200\n Match\n 434000\n \n \n S200\n Match\n 76\n \n \n S200\n Match\n Auckland\n \n \n S200\n Match\n 2\n \n \n S200\n Match\n Auckland Region\n \n \n S200\n Match\n 001\n \n \n S200\n Match\n Auckland Central\n \n \n S200\n Match\n 3\n \n \n S200\n Match\n Tamaki Makaurau\n \n \n S200\n Match\n -36.84930884682109\n \n \n S200\n Match\n 174.76492824881467\n \n \n S200\n Match\n -36.849228077790954\n \n \n S200\n Match\n 174.76465216104987\n \n \n S200\n Match\n building\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" }, "USA - Geocodes": { "value": "\n \n \n 18.215183\n -66.226806\n building\n 952000\n 2012\n 41980\n 7298116\n 045\n \n \n \n S200\n Success\n All requested attribute(s) retrieved.\n \n \n \n S200\n Match\n 18.215183\n \n \n S200\n Match\n -66.226806\n \n \n S200\n Match\n building\n \n \n S200\n Match\n 952000\n \n \n S200\n Match\n 2012\n \n \n S200\n Match\n 41980\n \n \n S200\n Match\n 7298116\n \n \n S200\n Match\n 045\n \n \n \n \n 00000000-0000-0000-0000-000000000000\n" } } }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/EnrichmentV2Response" }, "examples": { "GLO - Global Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "geocodes": { "latitude": 33.68945, "longitude": -117.87401, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "33.68945" }, "longitude": { "code": "S200", "message": "Match", "value": "-117.87401" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } }, "GLO - Premium Location Insight": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "premium_location_insight": { "geocodes": { "latitude": 54.6020056, "longitude": -5.8302126, "match_level": "building" }, "geocodes_building_xy": { "x_coordinate": 152718.84, "y_coordinate": 529726.57 }, "geocodes_access": [ { "latitude": 54.6020056, "longitude": -5.8302126 } ], "time": [ { "time_zone_id": "Europe/London", "generic": "United Kingdom Time", "standard": "Greenwich Mean Time", "daylight": "British Summer Time", "reference_time": { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "sunrise": "2023-04-11T05:32:15.2599306+00:00", "sunset": "2023-04-11T19:16:52.0569033+00:00" }, "time_transition": [ { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "utc_start": "2023-03-26T01:00:00Z", "utc_end": "2023-10-29T01:00:00Z" }, { "tag": "GMT", "standard_offset": "00:00:00", "daylight_savings": "00:00:00", "utc_start": "2023-10-29T01:00:00Z", "utc_end": "2024-03-31T01:00:00Z" }, { "tag": "BST", "standard_offset": "00:00:00", "daylight_savings": "01:00:00", "utc_start": "2024-03-31T01:00:00Z", "utc_end": "2024-10-27T01:00:00Z" } ] } ] } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "premium_location_insight": { "geocodes": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_building_xy": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_access": { "code": "S200", "message": "Match", "value": "[complex type]" }, "time": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } }, "GLO - Premium Location Insight Lite": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "premium_location_insight": { "geocodes": { "latitude": 54.6020056, "longitude": -5.8302126, "match_level": "building" }, "geocodes_building_xy": { "x_coordinate": 152718.84, "y_coordinate": 529726.57 }, "geocodes_access": [ { "latitude": 54.6020056, "longitude": -5.8302126 } ] } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "premium_location_insight": { "geocodes": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_building_xy": { "code": "S200", "message": "Match", "value": "[complex type]" }, "geocodes_access": { "code": "S200", "message": "Match", "value": "[complex type]" } } } } } }, "AUS - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "aus_regional_geocodes": { "latitude": -31.06740552, "longitude": 152.83315122, "match_level": "building", "sa1": "1115514", "meshblock": "10402970000", "lga_code": "14350", "lga_name": "Kempsey (A)", "street_pid": "NSW2838126", "locality_pid": "NSW4281", "geocode_level_code": "7", "geocode_level_description": "Locality, street and parcel level geocodes", "geocode_type_code": "PC", "geocode_type_description": "Property centroid", "highest_level_longitude": 152.833151218104, "highest_level_latitude": -31.0674055233909, "highest_level_geocode_reliability_code": "2", "highest_level_geocode_reliability_description": "Geocode accuracy sufficient to place centroid within address site boundary", "confidence_level_code": "2", "confidence_level_description": "All three contributors have supplied an identical address", "2021_meshblock_id": "MB2110402970000", "2021_meshblock_code": "10402970000", "2021_meshblock_match_code": "1", "2021_meshblock_match_description": "Parcel level match", "2016_meshblock_id": "MB1610402970000", "2016_meshblock_code": "10402970000", "2016_meshblock_match_code": "1", "2016_meshblock_match_description": "Parcel level match", "collector_district_id": "NSW1081403", "collector_district_code": "1081403", "commonwealth_electoral_boundary_id": "NSW32", "commonwealth_electoral_boundary_name": "COWPER", "statistical_local_area_id": "NSW125104350", "statistical_local_area_code": "125104350", "statistical_local_area_name": "KEMPSEY (A)", "state_electoral_boundary_id": "NSW231", "state_electoral_boundary_name": "OXLEY", "state_electoral_effective_start": "24/03/2007 00:00:00", "state_electoral_effective_end": "28/03/2015 00:00:00", "state_electoral_new_pid": "NSW242", "state_electoral_new_name": "OXLEY", "state_electoral_new_effective_start": "28/03/2015 00:00:00", "address_level_longitude": 152.833151218104, "address_level_latitude": -31.0674055233909, "address_level_geocode_reliability_code": "2", "address_level_geocode_reliability_description": "Geocode accuracy sufficient to place centroid within address site boundary", "street_level_longitude": 152.831107798991, "street_level_latitude": -31.0627225231523, "street_level_boundary_extent": "651", "street_level_geocode_reliability_code": "4", "street_level_geocode_reliability_description": "Geocode accuracy sufficient to associate address site with a unique road feature", "locality_level_longitude": 152.829982639523, "locality_level_latitude": -31.0598233330185, "locality_level_geocode_reliability_code": "5", "locality_level_geocode_reliability_description": "Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood", "gnaf_legal_parcel_identifier": "B/366584", "locality_class_code": "G" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "aus_regional_geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "-31.06740552" }, "longitude": { "code": "S200", "message": "Match", "value": "152.83315122," }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "sa1": { "code": "S200", "message": "Match", "value": "1115514" }, "meshblock": { "code": "S200", "message": "Match", "value": "10402970000" }, "lga_code": { "code": "S200", "message": "Match", "value": "14350" }, "lga_name": { "code": "S200", "message": "Match", "value": "Kempsey (A)" }, "street_pid": { "code": "S200", "message": "Match", "value": "NSW2838126" }, "locality_pid": { "code": "S200", "message": "Match", "value": "NSW4281" }, "geocode_level_code": { "code": "S200", "message": "Match", "value": "7" }, "geocode_level_description": { "code": "S200", "message": "Match", "value": "Locality, street and parcel level geocodes" }, "geocode_type_code": { "code": "S200", "message": "Match", "value": "PC" }, "geocode_type_description": { "code": "S200", "message": "Match", "value": "Property centroid" }, "highest_level_longitude": { "code": "S200", "message": "Match", "value": "152.833151218104" }, "highest_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0674055233909" }, "highest_level_elevation": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_boundary_extent": { "code": "E404", "message": "Not found", "value": "" }, "highest_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "2" }, "highest_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to place centroid within address site boundary" }, "confidence_level_code": { "code": "S200", "message": "Match", "value": "2" }, "confidence_level_description": { "code": "S200", "message": "Match", "value": "All three contributors have supplied an identical address" }, "2021_meshblock_id": { "code": "S200", "message": "Match", "value": "MB2110402970000" }, "2021_meshblock_code": { "code": "S200", "message": "Match", "value": "10402970000" }, "2021_meshblock_match_code": { "code": "S200", "message": "Match", "value": "1" }, "2021_meshblock_match_description": { "code": "S200", "message": "Match", "value": "Parcel level match" }, "2016_meshblock_id": { "code": "S200", "message": "Match", "value": "MB1610402970000" }, "2016_meshblock_code": { "code": "S200", "message": "Match", "value": "10402970000" }, "2016_meshblock_match_code": { "code": "S200", "message": "Match", "value": "1" }, "2016_meshblock_match_description": { "code": "S200", "message": "Match", "value": "Parcel level match" }, "address_type_code": { "code": "E404", "message": "Not found", "value": "" }, "primary_address_pid": { "code": "E404", "message": "Not found", "value": "" }, "address_join_type": { "code": "E404", "message": "Not found", "value": "" }, "collector_district_id": { "code": "S200", "message": "Match", "value": "NSW1081403" }, "collector_district_code": { "code": "S200", "message": "Match", "value": "1081403" }, "commonwealth_electoral_boundary_id": { "code": "S200", "message": "Match", "value": "NSW32" }, "commonwealth_electoral_boundary_name": { "code": "S200", "message": "Match", "value": "COWPER" }, "statistical_local_area_id": { "code": "S200", "message": "Match", "value": "NSW125104350" }, "statistical_local_area_code": { "code": "S200", "message": "Match", "value": "125104350" }, "statistical_local_area_name": { "code": "S200", "message": "Match", "value": "KEMPSEY (A)" }, "state_electoral_boundary_id": { "code": "S200", "message": "Match", "value": "NSW231" }, "state_electoral_boundary_name": { "code": "S200", "message": "Match", "value": "OXLEY" }, "state_electoral_effective_start": { "code": "S200", "message": "Match", "value": "24/03/2007 00:00:00" }, "state_electoral_effective_end": { "code": "S200", "message": "Match", "value": "28/03/2015 00:00:00" }, "state_electoral_new_pid": { "code": "S200", "message": "Match", "value": "NSW242" }, "state_electoral_new_name": { "code": "S200", "message": "Match", "value": "OXLEY" }, "state_electoral_new_effective_start": { "code": "S200", "message": "Match", "value": "28/03/2015 00:00:00" }, "state_electoral_new_effective_end": { "code": "E404", "message": "Not found", "value": "" }, "address_level_longitude": { "code": "S200", "message": "Match", "value": "152.833151218104" }, "address_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0674055233909" }, "address_level_elevation": { "code": "E404", "message": "Not found", "value": "" }, "address_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "address_level_boundary_extent": { "code": "E404", "message": "Not found", "value": "" }, "address_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "2" }, "address_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to place centroid within address site boundary" }, "street_level_longitude": { "code": "S200", "message": "Match", "value": "152.831107798991" }, "street_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0627225231523" }, "street_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "street_level_boundary_extent": { "code": "S200", "message": "Match", "value": "651" }, "street_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "4" }, "street_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to associate address site with a unique road feature" }, "locality_level_longitude": { "code": "S200", "message": "Match", "value": "152.829982639523" }, "locality_level_latitude": { "code": "S200", "message": "Match", "value": "-31.0598233330185" }, "locality_level_planimetric_accuracy": { "code": "E404", "message": "Not found", "value": "" }, "locality_level_geocode_reliability_code": { "code": "S200", "message": "Match", "value": "5" }, "locality_level_geocode_reliability_description": { "code": "S200", "message": "Match", "value": "Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood" }, "gnaf_legal_parcel_identifier": { "code": "S200", "message": "Match", "value": "B/366584" }, "locality_class_code": { "code": "S200", "message": "Match", "value": "G" } } } } } }, "GBR - Government": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "gbr_government": { "eer_code": "S15000001", "eer_code_pre_2011": "11", "eer_name": "Scotland", "gor_code": "S99999999", "gor_code_pre_2011": "X", "gor_name": "Scotland (pseudo)", "lea_code": "QR", "lea_name": "Fife", "la_code": "S12000047", "la_name": "Fife", "ward_code": "S13003128", "ward_name": "Cowdenbeath", "cens_out_area": "S00110266" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "gbr_government": { "eer_code": { "code": "S200", "message": "Match", "value": "S15000001" }, "eer_code_pre_2011": { "code": "S200", "message": "Match", "value": "11" }, "eer_name": { "code": "S200", "message": "Match", "value": "Scotland" }, "gor_code": { "code": "S200", "message": "Match", "value": "S99999999" }, "gor_code_pre_2011": { "code": "S200", "message": "Match", "value": "X" }, "gor_name": { "code": "S200", "message": "Match", "value": "Scotland (pseudo)" }, "lea_code": { "code": "S200", "message": "Match", "value": "QR" }, "lea_name": { "code": "S200", "message": "Match", "value": "Fife" }, "la_code": { "code": "S200", "message": "Match", "value": "S12000047" }, "la_code_pre_2011": { "code": "E404", "message": "Not found", "value": "" }, "la_name": { "code": "S200", "message": "Match", "value": "Fife" }, "ward_code": { "code": "S200", "message": "Match", "value": "S13003128" }, "ward_code_pre_2011": { "code": "E404", "message": "Not found", "value": "" }, "ward_name": { "code": "S200", "message": "Match", "value": "Cowdenbeath" }, "cens_out_area": { "code": "S200", "message": "Match", "value": "S00110266" } } } } } }, "GBR - Health": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "gbr_health": { "authority_code_2011": "S08000029", "authority_name": "Fife", "pclh_code": "006", "pclh_code_2011": "S03000006", "pclh_name": "Dunfermline and West Fife Community Health Partnership", "ward_code_2011": "S13003128", "ward_name": "Cowdenbeath", "ccg_code": "S03000006", "ccg_name": "Dunfermline and West Fife Community Health Partnership", "doh_code": "006" } }, "metadata": { "code": "S206", "message": "Success", "detail": "Some of the requested attribute(s) retrieved.", "datasets": { "gbr_health": { "authority_code": { "code": "E404", "message": "Not found", "value": "" }, "authority_code_2011": { "code": "S200", "message": "Match", "value": "S08000029" }, "authority_name": { "code": "S200", "message": "Match", "value": "Fife" }, "pclh_code": { "code": "S200", "message": "Match", "value": "006" }, "pclh_code_2011": { "code": "S200", "message": "Match", "value": "S03000006" }, "pclh_name": { "code": "S200", "message": "Match", "value": "Dunfermline and West Fife Community Health Partnership" }, "ward_code": { "code": "E404", "message": "Not found", "value": "" }, "ward_code_2011": { "code": "S200", "message": "Match", "value": "S13003128" }, "ward_name": { "code": "S200", "message": "Match", "value": "Cowdenbeath" }, "ccg_code": { "code": "S200", "message": "Match", "value": "S03000006" }, "ccg_name": { "code": "S200", "message": "Match", "value": "Dunfermline and West Fife Community Health Partnership" }, "doh_code": { "code": "S200", "message": "Match", "value": "006" } } } } } }, "GBR - Location Essential/Complete": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "uk_location_complete": { "latitude": 51.5014256, "longitude": -0.104257, "match_level": "building", "udprn": "55244256", "uprn": "10091977422", "x_coordinate": 531677.95, "y_coordinate": 179757.59 } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "uk_location_complete": { "latitude": { "code": "S200", "message": "Match", "value": "51.5014256" }, "longitude": { "code": "S200", "message": "Match", "value": "-0.104257" }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "udprn": { "code": "S200", "message": "Match", "value": "55244256" }, "uprn": { "code": "S200", "message": "Match", "value": "10091977422" }, "x_coordinate": { "code": "S200", "message": "Match", "value": "531677.95" }, "y_coordinate": { "code": "S200", "message": "Match", "value": "179757.59" } } } } } }, "GBR - what3words": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "what3words": { "latitude": 51.751172, "longitude": -1.24623, "name": "pretty.needed.chill", "description": "near Oxford, Oxfordshire" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "what3words": { "latitude": { "code": "S200", "message": "Match", "value": "51.751172" }, "longitude": { "code": "S200", "message": "Match", "value": "-1.24623" }, "name": { "code": "S200", "message": "Match", "value": "pretty.needed.chill" }, "description": { "code": "S200", "message": "Match", "value": "near Oxford, Oxfordshire" } } } } } }, "NZL - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "nzl_regional_geocodes": { "front_of_property_nztm_x_coordinate": 1757352.77679428, "front_of_property_nztm_y_coordinate": 5920390.38954181, "centroid_of_property_nztm_x_coordinate": 1757328.32545739, "centroid_of_property_nztm_y_coordinate": 5920399.80535698, "linz_parcel_id": "5047052", "property_purpose_type": "Business", "addressable": "N", "mesh_block_code": "434000", "territorial_authority_code": "76", "territorial_authority_name": "Auckland", "regional_council_code": "2", "regional_council_name": "Auckland Region", "general_electorate_code": "001", "general_electorate_name": "Auckland Central", "maori_electorate_code": "3", "maori_electorate_name": "Tamaki Makaurau", "front_of_property_latitude": -36.84930884682109, "front_of_property_longitude": 174.76492824881467, "centroid_of_property_latitude": -36.849228077790954, "centroid_of_property_longitude": 174.76465216104987, "match_level": "building" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "nzl_regional_geocodes": { "front_of_property_nztm_x_coordinate": { "code": "S200", "message": "Match", "value": "1757352.77679428" }, "front_of_property_nztm_y_coordinate": { "code": "S200", "message": "Match", "value": "5920390.38954181" }, "centroid_of_property_nztm_x_coordinate": { "code": "S200", "message": "Match", "value": "1757328.32545739" }, "centroid_of_property_nztm_y_coordinate": { "code": "S200", "message": "Match", "value": "5920399.80535698" }, "linz_parcel_id": { "code": "S200", "message": "Match", "value": "5047052" }, "property_purpose_type": { "code": "S200", "message": "Match", "value": "Business" }, "addressable": { "code": "S200", "message": "Match", "value": "N" }, "mesh_block_code": { "code": "S200", "message": "Match", "value": "434000" }, "territorial_authority_code": { "code": "S200", "message": "Match", "value": "76" }, "territorial_authority_name": { "code": "S200", "message": "Match", "value": "Auckland" }, "regional_council_code": { "code": "S200", "message": "Match", "value": "2" }, "regional_council_name": { "code": "S200", "message": "Match", "value": "Auckland Region" }, "general_electorate_code": { "code": "S200", "message": "Match", "value": "001" }, "general_electorate_name": { "code": "S200", "message": "Match", "value": "Auckland Central" }, "maori_electorate_code": { "code": "S200", "message": "Match", "value": "3" }, "maori_electorate_name": { "code": "S200", "message": "Match", "value": "Tamaki Makaurau" }, "front_of_property_latitude": { "code": "S200", "message": "Match", "value": "-36.84930884682109" }, "front_of_property_longitude": { "code": "S200", "message": "Match", "value": "174.76492824881467" }, "centroid_of_property_latitude": { "code": "S200", "message": "Match", "value": "-36.849228077790954" }, "centroid_of_property_longitude": { "code": "S200", "message": "Match", "value": "174.76465216104987" }, "match_level": { "code": "S200", "message": "Match", "value": "building" } } } } } }, "USA - Geocodes": { "value": { "transaction_id": "00000000-0000-0000-0000-000000000000", "result": { "usa_regional_geocodes": { "latitude": 18.215183, "longitude": -66.226806, "match_level": "building", "census_tract": "952000", "census_block": "2012", "core_based_statistical_area": "41980", "congressional_district_code": "7298116", "county_code": "045" } }, "metadata": { "code": "S200", "message": "Success", "detail": "All requested attribute(s) retrieved.", "datasets": { "usa_regional_geocodes": { "latitude": { "code": "S200", "message": "Match", "value": "18.215183" }, "longitude": { "code": "S200", "message": "Match", "value": "-66.226806" }, "match_level": { "code": "S200", "message": "Match", "value": "building" }, "census_tract": { "code": "S200", "message": "Match", "value": "952000" }, "census_block": { "code": "S200", "message": "Match", "value": "2012" }, "core_based_statistical_area": { "code": "S200", "message": "Match", "value": "41980" }, "congressional_district_code": { "code": "S200", "message": "Match", "value": "7298116" }, "county_code": { "code": "S200", "message": "Match", "value": "045" } } } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/identity/append/v1": { "post": { "tags": [ "Identity Append (USA only)" ], "summary": "Submit an individual's name, postal address, and/or email to append the individual's relevant contact information or email risk score.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": true } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/IdentityAppendRequest" }, "examples": { "Identity Append - Email: Append an individual’s email to their contact information": { "value": { "components": { "first_name": [ "John" ], "middle_name": [ "Abraham" ], "last_name": [ "Smith" ], "address_line_1": [ "1 Main Street" ], "town": [ "Phoenix" ], "region": [ "AZ" ], "postal_code": [ "94133" ] }, "attributes": [ "email" ] } }, "Identity Append - Reverse Email: Append contact information to an individual’s email": { "value": { "components": { "first_name": [ "tom" ], "last_name": [ "Smith" ], "email": [ "support@experian.com" ] }, "attributes": [ "contact" ] } }, "Identity Append - Email Risk Score: The information of the risk of a fraudulent profile": { "value": { "components": { "first_name": [ "Joe" ], "last_name": [ "Bloggs" ], "address_line_1": [ "123 Main St" ], "town": [ "New York" ], "region": [ "NY" ], "postal_code": [ "10000" ], "email": [ "demo@experian.com" ], "phone": [ "00123564789" ], "country_iso_2": [ "US" ], "ip_address": [ "255.255.255.255" ], "user_agent": [ "python-requests/2.27.1" ] }, "attributes": [ "risk" ] } }, "Identity Append - Phone: Append an individual’s phone to their contact information": { "value": { "components": { "first_name": [ "ronald" ], "middle_name": [ "" ], "last_name": [ "biggerstaff" ], "address_line_1": [ "1157 bolens creek rd" ], "town": [ "burnsville" ], "sub_region": [ "Yancey" ], "region": [ "NC" ], "postal_code": [ "28714" ] }, "options": [ { "name": "dnc_preference", "value": "flag" } ], "attributes": [ "phone" ] } }, "Identity Append - Reverse Phone: Append contact information to an individual’s phone": { "value": { "components": { "phone": [ "0123564789" ] }, "options": [ { "name": "match_preference", "value": "only" } ], "attributes": [ "contact" ] } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/IdentityAppendResponse" }, "examples": { "Identity Append - Email: Append an individual's email to their contact information": { "value": { "result": { "email": "John.A.Smith@example.com" }, "metadata": { "email_detail": { "email_type": "individual" } } } }, "Identity Append - Reverse Email: Append contact information to an individual's email": { "value": { "result": { "contacts": [ { "first_name": "THOMAS", "last_name": "SMITH", "address_line_1": "1153 S GILCHRIST ST", "town": "TERRE HAUTE", "region": "IN", "postal_code": "47802-4742", "country_iso_3": "USA" } ] } } }, "Identity Append - Email Risk Score: The information of the risk of a fraudulent profile": { "value": { "result": { "risk": { "score": 100, "tumbling_risk": 3, "domain_risk": 5 } }, "metadata": { "email_detail": { "date_first_seen": "2016-08-09", "longevity": 3, "velocity": 10, "popularity": 10, "domain": { "date_first_seen": "now", "longevity": 3, "velocity": 10, "popularity": 10, "domain_type": "freeisp" }, "confidence": "verified", "verbose_output": "verified", "verbose_reason": "Valid email address." }, "address_detail": { "first_name_match": "match", "last_name_match": "no_match", "address_line_1_match": "no_data", "town_match": "no_data", "postal_code_match": "no_data", "deliverability": "undeliverable", "deliverability_detail": "missing_primary", "address_type": { "code": "S", "description": "Street" } }, "ip_detail": { "routing_type": "fixed", "organization": "experian", "proxy_type": "tor", "hosting_facility": true, "latitude": 38.89768, "longitude": -77.03651 } } } }, "Identity Append - Phone: Append an individual's phone to their contact information": { "value": { "result": { "phones": [ "123-456-7890", "0987-654-321", "456-789-01234", "123-321-01234" ] }, "metadata": { "phone_detail": [ { "phone_type": "mobile", "number": "123-456-7890", "dnc": false, "dnc_date_revised": "2023-08-31", "rank": 0 }, { "phone_type": "landline", "number": "0987-654-321", "dnc": true, "dnc_date_revised": "2023-09-16", "rank": 1 }, { "phone_type": "pager", "number": "456-789-01234", "dnc": false, "dnc_date_revised": "2023-10-10", "rank": 2 }, { "phone_type": "unknown", "number": "123-321-01234", "dnc": true, "dnc_date_revised": "2023-11-29", "rank": 3 } ] } } }, "Identity Append - Reverse Phone: Append contact information to an individual's phone": { "value": { "result": { "contacts": [ { "number": "1234-567-890", "first_name": "JOHN", "middle_name": "JR", "last_name": "DOE", "address_line_1": "12 AVE APT 123", "town": "NEW YORK", "region": "NY", "postal_code": "12345-1234", "country_iso_3": "USA" } ] }, "metadata": { "phone_detail": [ { "phone_type": "mobile", "number": "1234-567-890", "match_confidence": "high" } ] } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/validate/v2": { "post": { "tags": [ "Phone Validation" ], "summary": "Submits a phone number to the service to be validated and returns the result of the validation.", "parameters": [ { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean" } }, { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Request" }, "examples": { "Default Behavior, No Optional Fields": { "value": { "number": "2016477962", "output_format": "NATIONAL", "cache_value_days": 0, "country_iso": "USA", "get_ported_date": false, "get_disposable_number": true } }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": { "number": "2016477962", "output_format": "NATIONAL", "cache_value_days": 0, "country_iso": "USA", "get_ported_date": true, "get_disposable_number": true, "supplementary_live_status": { "mobile": [ "USA" ], "landline": [ "GBR" ] } } } } }, "application/xml": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Request" }, "examples": { "Default Behavior, No Optional Fields": { "value": "\n 2016477962\n NATIONAL\n 0\n USA\n false\n true\n" }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": "\n 2016477962\n NATIONAL\n 0\n USA\n true\n true\n \n USA\n GBR\n \n" } } }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Request" }, "examples": { "Default Behavior, No Optional Fields": { "value": { "number": "2016477962", "output_format": "NATIONAL", "cache_value_days": 0, "country_iso": "USA", "get_ported_date": false, "get_disposable_number": true } }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": { "number": "2016477962", "output_format": "NATIONAL", "cache_value_days": 0, "country_iso": "USA", "get_ported_date": true, "get_disposable_number": true, "supplementary_live_status": { "mobile": [ "USA" ], "landline": [ "GBR" ] } } } } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Response" }, "examples": { "Default Behavior, No Optional Fields": { "value": { "result": { "number": "17087694383", "validated_phone_number": "12016477962", "formatted_phone_number": "(201) 647-7962", "phone_type": "Mobile", "confidence": "Verified", "disposable_number": "Yes" }, "metadata": { "phone_detail": { "original_operator_name": "T-Mobile", "original_network_status": "Available", "original_home_network_identity": "310200", "original_country_prefix": "1", "original_country_name": "United States of America", "original_country_iso": "USA", "operator_name": "AT&T", "network_status": "Available", "home_network_identity": "311480", "country_prefix": "1", "country_name": "United States of America", "country_iso": "USA", "is_ported": "Yes", "cache_value_days": 0, "date_cached": "2020-10-07", "email_to_sms_address": "2016477962@mms.att.net", "email_to_mms_address": "2016477962@txt.att.net" } } } }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": { "result": { "number": "17087694383", "validated_phone_number": "12016477962", "formatted_phone_number": "(201) 647-7962", "phone_type": "Mobile", "confidence": "Verified", "ported_date": "2019-08-21T00:00:00Z", "disposable_number": "Yes" }, "metadata": { "phone_detail": { "original_operator_name": "T-Mobile", "original_network_status": "Available", "original_home_network_identity": "310200", "original_country_prefix": "1", "original_country_name": "United States of America", "original_country_iso": "USA", "operator_name": "AT&T", "network_status": "Available", "home_network_identity": "311480", "country_prefix": "1", "country_name": "United States of America", "country_iso": "USA", "is_ported": "Yes", "cache_value_days": 0, "date_cached": "2020-10-07", "email_to_sms_address": "2016477962@mms.att.net", "email_to_mms_address": "2016477962@txt.att.net" } } } } } }, "application/xml": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Response" }, "examples": { "Default Behavior, No Optional Fields": { "value": "\n \n 17087694383\n 12016477962\n (201) 647-7962\n Mobile\n Verified\n Yes\n \n \n \n T-Mobile\n Available\n 310200\n 1\n United States of America\n USA\n AT&T\n Available\n 311480\n 1\n United States of America\n USA\n Yes\n 0\n 2020-10-07\n 2016477962@mms.att.net\n 2016477962@txt.att.net\n \n \n" }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": "\n \n 17087694383\n 12016477962\n (201) 647-7962\n Mobile\n Verified\n 2019-08-21T00:00:00Z\n Yes\n \n \n \n T-Mobile\n Available\n 310200\n 1\n United States of America\n USA\n AT&T\n Available\n 311480\n 1\n United States of America\n USA\n Yes\n 0\n 2020-10-07\n 2016477962@mms.att.net\n 2016477962@txt.att.net\n \n \n" } } }, "application/x-msgpack": { "schema": { "$ref": "#/components/schemas/PhoneValidationV2Response" }, "examples": { "Default Behavior, No Optional Fields": { "value": { "result": { "number": "17087694383", "validated_phone_number": "12016477962", "formatted_phone_number": "(201) 647-7962", "phone_type": "Mobile", "confidence": "Verified", "disposable_number": "Yes" }, "metadata": { "phone_detail": { "original_operator_name": "T-Mobile", "original_network_status": "Available", "original_home_network_identity": "310200", "original_country_prefix": "1", "original_country_name": "United States of America", "original_country_iso": "USA", "operator_name": "AT&T", "network_status": "Available", "home_network_identity": "311480", "country_prefix": "1", "country_name": "United States of America", "country_iso": "USA", "is_ported": "Yes", "cache_value_days": 0, "date_cached": "2020-10-07", "email_to_sms_address": "2016477962@mms.att.net", "email_to_mms_address": "2016477962@txt.att.net" } } } }, "PV Request with Optional Fields (ported_date & live_status) — Extra Clicks Apply": { "value": { "result": { "number": "17087694383", "validated_phone_number": "12016477962", "formatted_phone_number": "(201) 647-7962", "phone_type": "Mobile", "confidence": "Verified", "ported_date": "2019-08-21T00:00:00Z", "disposable_number": "Yes" }, "metadata": { "phone_detail": { "original_operator_name": "T-Mobile", "original_network_status": "Available", "original_home_network_identity": "310200", "original_country_prefix": "1", "original_country_name": "United States of America", "original_country_iso": "USA", "operator_name": "AT&T", "network_status": "Available", "home_network_identity": "311480", "country_prefix": "1", "country_name": "United States of America", "country_iso": "USA", "is_ported": "Yes", "cache_value_days": 0, "date_cached": "2020-10-07", "email_to_sms_address": "2016477962@mms.att.net", "email_to_mms_address": "2016477962@txt.att.net" } } } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "404": { "description": "Not Found" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/phone/append/v1": { "post": { "tags": [ "Reverse Phone Append (USA only)" ], "summary": "Submits a phone number to get the reverse phone append.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string" } }, { "name": "Timeout-Seconds", "in": "header", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 2-15. If a timeout occurs, an HTTP status code of 408 - Request Timeout will be returned.", "schema": { "maximum": 15, "minimum": 2, "type": "integer", "format": "int32" } }, { "name": "Add-Metadata", "in": "header", "description": "Specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": true } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RpaV1Request" }, "example": { "number": "1234567890" } } }, "required": true }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RpaV1Response" }, "example": { "result": { "number": "1234567890", "confidence": "Verified", "first_name": "JOHN", "middle_name": "JR", "last_name": "DOE", "address": { "address_line1": "12 AVE", "address_line2": "APT 123", "city": "NEW YORK", "state": "NY", "zip5": "12345", "zip4": "1234", "confidence": "Verified" } }, "metadata": { "phone_detail": { "input_phone_type": "Mobile" } } } } } }, "400": { "description": "Bad Request" }, "401": { "description": "Unauthorized" }, "403": { "description": "Forbidden" }, "406": { "description": "Not Acceptable" }, "408": { "description": "Request Timeout" }, "415": { "description": "Unsupported Media Type" }, "429": { "description": "Too Many Requests" }, "500": { "description": "Internal Server Error" }, "503": { "description": "Service Unavailable" } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } }, "/email/validate/v2": { "post": { "tags": [ "Email Validation" ], "summary": "Submits an email address to the service to be validated and returns the result of the validation.", "parameters": [ { "name": "Reference-Id", "in": "header", "description": "Optional identifier that will be returned in the response to help you track the request. The Reference-Id header value can only contain alphanumeric, '-', '/', '_', ':', ' ', '.', ',', '(' and ')' characters and the value must be less than 256 characters.", "schema": { "maxLength": 256, "minLength": 0, "pattern": "^[a-zA-Z0-9:\\-/_.,() ]*$", "type": "string", "nullable": true } }, { "name": "Timeout-Seconds", "in": "header", "description": "Optional identifier that can specifies the timeout value. The Timeout-Seconds header value must be between 3 and 15.", "schema": { "maximum": 15, "minimum": 3, "type": "integer", "default": 15, "nullable": true } }, { "name": "Add-Metadata", "in": "header", "description": "Optional identifier that specify whether the response should return all fields and values, in addition to the main core information.", "schema": { "type": "boolean", "default": "true", "nullable": true } } ], "requestBody": { "description": "The request body.", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmailValidationV2Request" }, "example": { "email": "support@experian.com" } } }, "required": true }, "responses": { "200": { "description": "You've submitted a successful request and a valid response was returned. Your request may contain confidence level or corrections. This is the only chargeable response code.", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } }, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmailValidationV2Response" }, "example": { "result": { "confidence": "illegitimate", "did_you_mean": [ "support@experian.com" ], "verbose_output": "roleAccount", "email": "support@experian.cim" }, "metadata": { "domain_detail": { "type": "business" }, "normalized_email": "support@experian.cim" } } } } }, "400": { "description": "Bad Request\n * You've submitted an invalid email field. Try submitting another request and make sure this field is formatted correctly.\n * You've specified an unsupported timeout value. Try submitting another call and make sure you specify a timeout value that is between 3 and 15.\n * You didn't provide an authentication token. Try submitting another request and make sure you specify your token, which you can find by signing in to the Self Service Portal.\n * You've submitted a malformed request body. Try sending another call and make sure the request body contains all required fields and that they are formatted correctly.\n * You've submitted an empty request body. Try sending another call and make sure the request body contains all required fields.\n * You've submitted an invalid Reference-ID header. Try submitting another request and make sure this header is formatted correctly.\n * You've submitted an invalid Add-Metadata header. Try submitting another request and make sure this header is formatted correctly.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "401": { "description": "Unauthorized

The authentication token you've provided is incorrect. Sign in to the Self Service Portal to find the right token.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "500": { "description": "Internal Server Error

An unexpected server error was encountered. Try submitting another request. If the issue persists, contact support.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "403": { "description": "Forbidden \n * The authentication token you've provided is valid, but it's associated with another product or you have insufficient credits. Sign in to the Self Service Portal to check if you are using the right token and if you have credits. \n * The authentication token you've provided is disabled. Sign in to the Self Service Portal to activate the token. \n * The domain you've sent the request from does not have access to your integration. Sign in to the Self Service Portal to whitelist the domain.\n * The IP address you've sent the request from does not have access to your integration. Sign in to the Self Service Portal to whitelist the IP address.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "404": { "description": "Not Found

The resource you've requested could not be found. Try submitting another call and make sure you're using the correct endpoint URL. If the issue persists, contact support.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "415": { "description": "Unsupported Media Type

You've specified an invalid Content-Type header. Try submitting another call and make sure you specify a valid Content-Type value. Check out Supported data formats for details.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "503": { "description": "Service Unavailable

The service is currently unavailable. You can check the API's uptime and downtime by going to the service status page.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "406": { "description": "Not Acceptable

You've specified an invalid Accept header. Try submitting another call and make sure you specify a valid Accept value. Check out Supported data formats for details.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "429": { "description": "Too Many Requests

You've submitted too many requests. To protect all customers, your account has been temporarily throttled. Check out Rate limiting for details.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } } }, "408": { "description": "Request Timeout

Your request has timed out (the web server failed to respond in the specified time frame). Try submitting another request.\n", "headers": { "Transaction-Id": { "$ref": "#/components/headers/Transaction-Id" }, "Reference-Id": { "$ref": "#/components/headers/Reference-Id" } }, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EmailValidationV2Response" }, "example": { "result": { "confidence": "unknown", "verbose_output": "timeout", "email": "example@test.com" }, "metadata": { "normalized_email": "example@test.com" } } } } } }, "security": [ { "OAuth2": [] }, { "Auth-Token": [] } ] } } }, "components": { "schemas": { "Address7Lines": { "type": "object", "properties": { "address_line_1": { "type": "string", "description": "The first line of address containing a number of specific components relating to the premises and street.", "nullable": true, "example": "1 Main Street" }, "address_line_2": { "type": "string", "description": "The second line of address containing a number of specific components relating to the premises and street.", "nullable": true }, "address_line_3": { "type": "string", "description": "The third line of address containing a number of specific components relating to the premises and street.", "nullable": true }, "locality": { "type": "string", "description": "The town, locality or suburb.", "nullable": true, "example": "MELBOURNE" }, "region": { "type": "string", "description": "The city, state code or province.", "nullable": true, "example": "VIC" }, "postal_code": { "type": "string", "description": "The post/zip code.", "nullable": true, "example": "3004" }, "country": { "type": "string", "description": "The localised country name.", "nullable": true, "example": "AUSTRALIA" } }, "additionalProperties": false, "description": "Seven address lines representing a formatted address for the chosen country." }, "AddressComponent": { "type": "object", "properties": { "language": { "type": "string", "description": "Address language.", "nullable": true, "example": "en-GB" }, "country_name": { "type": "string", "description": "The name of the country where the address is located.", "nullable": true, "example": "United Kingdom" }, "country_iso_3": { "type": "string", "description": "The 3-letter ISO country code.", "nullable": true, "example": "GBR" }, "country_iso_2": { "type": "string", "description": "The 2-letter ISO country code.", "nullable": true, "example": "GB" }, "country_iso_numeric": { "type": "string", "description": "The numeric ISO country code.", "nullable": true, "example": "780" }, "postal_code": { "$ref": "#/components/schemas/AddressComponentPostalCode" }, "delivery_service": { "$ref": "#/components/schemas/AddressComponentDeliveryService" }, "secondary_delivery_service": { "$ref": "#/components/schemas/AddressComponentDeliveryService" }, "sub_building": { "$ref": "#/components/schemas/AddressComponentSubBuilding" }, "building": { "$ref": "#/components/schemas/AddressComponentBuilding" }, "organization": { "$ref": "#/components/schemas/AddressComponentOrganization" }, "street": { "$ref": "#/components/schemas/AddressComponentStreet" }, "secondary_street": { "$ref": "#/components/schemas/AddressComponentStreet" }, "route_service": { "$ref": "#/components/schemas/AddressComponentRouteService" }, "locality": { "$ref": "#/components/schemas/AddressComponentLocality" }, "physical_locality": { "$ref": "#/components/schemas/AddressComponentLocality" }, "additional_elements": { "$ref": "#/components/schemas/AddressComponentAdditionalElements" } }, "additionalProperties": false, "description": "The components that differ by country and address type. Note that parameters with blank values will not be returned." }, "AddressComponentAdditionalElements": { "type": "object", "properties": { "locality": { "$ref": "#/components/schemas/AddressComponentAdditionalLocality" } }, "additionalProperties": false, "description": "The additional elements component." }, "AddressComponentAdditionalLocality": { "type": "object", "properties": { "sub_region": { "$ref": "#/components/schemas/AddressComponentAdditionalSubRegion" } }, "additionalProperties": false, "description": "The additional locality component." }, "AddressComponentAdditionalSubRegion": { "type": "object", "properties": { "administrative_county": { "type": "string", "description": "The name of the administratve county.", "nullable": true, "example": "North Yorkshire" }, "former_postal_county": { "type": "string", "description": "The name of the former postal county.", "nullable": true, "example": "North Yorkshire" }, "traditional_county": { "type": "string", "description": "The name of the traditional county.", "nullable": true, "example": "Yorkshire" } }, "additionalProperties": false, "description": "The additional sub region component." }, "AddressComponentBuilding": { "type": "object", "properties": { "building_name": { "type": "string", "description": "The building name.", "nullable": true, "example": "Sir John Peace Building" }, "secondary_name": { "type": "string", "description": "The secondary building name.", "nullable": true }, "building_number": { "type": "string", "description": "The building number.", "nullable": true, "example": "549" }, "secondary_number": { "type": "string", "description": "The secondary name of the building (if available).", "nullable": true }, "allotment_number": { "type": "string", "description": "The allotment name where a person or property resides.", "nullable": true } }, "additionalProperties": false, "description": "The building component." }, "AddressComponentBusinessOrganization": { "type": "object", "properties": { "company_name": { "type": "string", "description": "The company name from an additional business dataset.", "nullable": true } }, "additionalProperties": false, "description": "The business component." }, "AddressComponentDeliveryService": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the delivery service.", "nullable": true }, "service_type": { "type": "string", "description": "The delivery service type.", "nullable": true }, "service_number": { "type": "string", "description": "The delivery service number.", "nullable": true }, "post_centre_name": { "type": "string", "description": "The delivery service post center name.", "nullable": true } }, "additionalProperties": false, "description": "The delivery service component." }, "AddressComponentLocality": { "type": "object", "properties": { "region": { "$ref": "#/components/schemas/AddressComponentLocalityItem" }, "sub_region": { "$ref": "#/components/schemas/AddressComponentLocalityItem" }, "town": { "$ref": "#/components/schemas/AddressComponentLocalityItem" }, "district": { "$ref": "#/components/schemas/AddressComponentLocalityItem" }, "sub_district": { "$ref": "#/components/schemas/AddressComponentLocalityItem" } }, "additionalProperties": false, "description": "The locality component." }, "AddressComponentLocalityItem": { "type": "object", "properties": { "name": { "type": "string", "description": "The name for this subcomponent.", "nullable": true, "example": "NOTTINGHAM" }, "code": { "type": "string", "description": "The code of this subcomponent.", "nullable": true }, "description": { "type": "string", "description": "The description of this subcomponent.", "nullable": true } }, "additionalProperties": false, "description": "A single place name, code and a description of its type." }, "AddressComponentOrganization": { "type": "object", "properties": { "department_name": { "type": "string", "description": "The department name within an organization.", "nullable": true }, "secondary_department_name": { "type": "string", "description": "The secondary department name within an organization.", "nullable": true }, "company_name": { "type": "string", "description": "The company name.", "nullable": true }, "business": { "$ref": "#/components/schemas/AddressComponentBusinessOrganization" } }, "additionalProperties": false, "description": "The organization component." }, "AddressComponentPostalCode": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the postal code.", "nullable": true, "example": "92626-7037" }, "primary": { "type": "string", "description": "The primary name of the postal code.", "nullable": true, "example": "92626" }, "secondary": { "type": "string", "description": "The secondary name of the postal code.", "nullable": true, "example": "7037" } }, "additionalProperties": false, "description": "The post code component." }, "AddressComponentRouteService": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the route service.", "nullable": true }, "service_type": { "type": "string", "description": "The route service type.", "nullable": true }, "service_number": { "type": "string", "description": "The route service number.", "nullable": true }, "delivery_name": { "type": "string", "description": "The route service delivery name.", "nullable": true }, "qualifier": { "type": "string", "description": "The route service qualifier.", "nullable": true } }, "additionalProperties": false, "description": "The route service component." }, "AddressComponentStreet": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The combination of the other populated secondary street components: prefix, name, type, suffix.", "nullable": true, "example": "Summer St" }, "prefix": { "type": "string", "description": "The street prefix only.", "nullable": true }, "name": { "type": "string", "description": "The street name only.", "nullable": true, "example": "Summer" }, "type": { "type": "string", "description": "The street type only.", "nullable": true, "example": "St" }, "suffix": { "type": "string", "description": "The street suffix only.", "nullable": true } }, "additionalProperties": false, "description": "The street component." }, "AddressComponentSubBuilding": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of a building or property.", "nullable": true }, "entrance": { "$ref": "#/components/schemas/AddressComponentSubBuildingItem" }, "floor": { "$ref": "#/components/schemas/AddressComponentSubBuildingItem" }, "door": { "$ref": "#/components/schemas/AddressComponentSubBuildingItem" } }, "additionalProperties": false, "description": "The sub building component." }, "AddressComponentSubBuildingItem": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of this subcomponent.", "nullable": true, "example": "L 6" }, "type": { "type": "string", "description": "The type of this subcomponent.", "nullable": true, "example": "L" }, "value": { "type": "string", "description": "The value of this subcomponent.", "nullable": true, "example": "6" } }, "additionalProperties": false, "description": "An item of sub-building information, such as a floor or entrance number or name." }, "AddressDatasetElement": { "type": "object", "properties": { "id": { "type": "string", "description": "The ID of the dataset.", "nullable": true, "example": "au-address-datafusion" }, "name": { "type": "string", "description": "The name of the dataset.", "nullable": true, "example": "Australia Enhanced Address" } }, "additionalProperties": false, "description": "Address dataset element." }, "AddressDatasetsCountryResult": { "type": "object", "properties": { "country_iso_3": { "type": "string", "description": "The country ISO3 code.", "nullable": true, "example": "GBR" }, "country_name": { "type": "string", "description": "The country name.", "nullable": true, "example": "United Kingdom" }, "datasets": { "type": "array", "items": { "$ref": "#/components/schemas/AddressDatasetElement" }, "description": "The available datasets.", "nullable": true }, "valid_combinations": { "type": "array", "items": { "type": "array", "items": { "type": "string" } }, "description": "The combination of valid datasets.", "nullable": true, "example": [ [ "gb-additional-electricity", "gb-additional-gas" ], [ "gb-additional-names", "gb-additional-notyetbuilt" ] ] } }, "additionalProperties": false, "description": "Address dataset result." }, "AddressDatasetsV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "type": "array", "items": { "$ref": "#/components/schemas/AddressDatasetsCountryResult" }, "description": "The address datasets V1 result.", "nullable": true } }, "additionalProperties": false, "description": "Response model for AddressDatasetsV1 endpoint." }, "AddressEnrichment": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/AddressEnrichmentGeocodes" } }, "additionalProperties": false, "description": "Address validate enrichment." }, "AddressEnrichmentGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 52.9413 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": 1.16312 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Premises" } }, "additionalProperties": false, "description": "The enrichment geocodes result." }, "AddressFormatV1Components": { "type": "object", "properties": { "language": { "type": "string", "description": "Address language.", "nullable": true, "example": "en-GB" }, "country_name": { "type": "string", "description": "The name of the country where the address is located.", "nullable": true, "example": "United Kingdom" }, "country_iso_3": { "type": "string", "description": "The 3-letter ISO country code.", "nullable": true, "example": "GBR" }, "country_iso_2": { "type": "string", "description": "The 2-letter ISO country code.", "nullable": true, "example": "GB" }, "country_iso_numeric": { "type": "string", "description": "The numeric ISO country code.", "nullable": true, "example": "780" }, "postal_code": { "$ref": "#/components/schemas/AddressComponentPostalCode" }, "delivery_service": { "$ref": "#/components/schemas/AddressComponentDeliveryService" }, "secondary_delivery_service": { "$ref": "#/components/schemas/AddressComponentDeliveryService" }, "sub_building": { "$ref": "#/components/schemas/AddressComponentSubBuilding" }, "building": { "$ref": "#/components/schemas/AddressComponentBuilding" }, "organization": { "$ref": "#/components/schemas/AddressComponentOrganization" }, "street": { "$ref": "#/components/schemas/AddressComponentStreet" }, "secondary_street": { "$ref": "#/components/schemas/AddressComponentStreet" }, "route_service": { "$ref": "#/components/schemas/AddressComponentRouteService" }, "locality": { "$ref": "#/components/schemas/AddressComponentLocality" }, "physical_locality": { "$ref": "#/components/schemas/AddressComponentLocality" }, "additional_elements": { "$ref": "#/components/schemas/AddressComponentAdditionalElements" } }, "additionalProperties": false, "description": "The components that differ by country and address type. Note that parameters with blank values will not be returned." }, "AddressFormatV1Metadata": { "type": "object", "properties": { "address_info": { "$ref": "#/components/schemas/AddressMetadataInfo" }, "barcode": { "$ref": "#/components/schemas/AddressMetadataBarcode" }, "route_classification": { "$ref": "#/components/schemas/AddressMetadataRouteClassification" }, "address_classification": { "$ref": "#/components/schemas/AddressMetadataAddressClassification" }, "dpv": { "$ref": "#/components/schemas/AddressMetadataDpv" } }, "additionalProperties": false, "description": "The address metadata." }, "AddressFormatV1Request": { "type": "object", "properties": { "layouts": { "type": "array", "items": { "type": "string" }, "description": "Custom layout name.", "nullable": true, "example": [ "default" ] }, "layout_format": { "$ref": "#/components/schemas/AddressLayoutFormat" }, "attributes": { "$ref": "#/components/schemas/AddressFormatV1RequestAttributes" } }, "additionalProperties": false, "description": "The address format V1 request." }, "AddressFormatV1RequestAttributes": { "type": "object", "properties": { "geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGeocode" }, "description": "The dataset named Geocodes and its associated attributes.", "nullable": true }, "usa_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUsaRegionalGeocodes" }, "description": "The dataset named USA Regional Geocodes and its associated attributes.", "nullable": true }, "aus_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesAusRegionalGeocodes" }, "description": "The dataset named AUS Regional Geocodes and its associated attributes.", "nullable": true }, "nzl_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesNzlRegionalGeocodes" }, "description": "The dataset named NZL Regional Geocodes and its associated attributes.", "nullable": true }, "uk_location_complete": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUkLocationComplete" }, "description": "The dataset named UK Location Complete and its associated attributes.", "nullable": true }, "uk_location_essential": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUkLocationEssential" }, "description": "The dataset named UK Location Essential and its associated attributes.", "nullable": true }, "gbr_government": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGbrGovernment" }, "description": "The dataset named GBR Government and its associated attributes.", "nullable": true }, "gbr_health": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGbrHealth" }, "description": "The dataset named GBR Health and its associated attributes.", "nullable": true }, "gbr_business": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGbAdditionalBusinessAddressValidate" }, "description": "The dataset named GBR Business and its associated attributes.", "nullable": true }, "premium_location_insight": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesPremiumLocationInsight" }, "description": "The dataset named Premium Location Insight and its associated attributes.", "nullable": true }, "what3words": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesWhat3Words" }, "description": "The dataset named what3words and its associated attributes.", "nullable": true }, "gbr_location_grid": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrLocationGrid" }, "description": "The dataset named GBR Location Grid and its associated attributes.", "nullable": true }, "gbr_parliament": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrParliament" }, "description": "The dataset named GBR Parliament and its associated attributes.", "nullable": true }, "gbr_mosaic": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaic" }, "description": "The dataset named GBR Mosaic and its associated attributes.", "nullable": true }, "gbr_mosaic_financial": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaicFinancial" }, "description": "The dataset named GBR Mosaic Financial and its associated attributes.", "nullable": true }, "gbr_alias": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrAlias" }, "description": "The dataset named GBR Alias and its associated attributes.", "nullable": true }, "gbr_quality": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2GbrQuality" }, "description": "The dataset named GBR Quality and its associated attributes.", "nullable": true }, "addressbase_classification": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprClassification" }, "description": "The dataset named Addressbase Classification and its associated attributes.", "nullable": true }, "addressbase_cross_reference": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReference" }, "description": "The dataset named Addressbase Cross Reference and its associated attributes.", "nullable": true }, "addressbase_government": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprGovernment" }, "description": "The dataset named Addressbase Government and its associated attributes.", "nullable": true }, "addressbase_health": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprHealth" }, "description": "The dataset named Addressbase Health and its associated attributes.", "nullable": true }, "addressbase_location_grid": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGrid" }, "description": "The dataset named Addressbase Location Grid and its associated attributes.", "nullable": true }, "addressbase_parliament": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprParliament" }, "description": "The dataset named Addressbase Parliament and its associated attributes.", "nullable": true }, "addressbase_quality": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprQuality" }, "description": "The dataset named Addressbase Quality and its associated attributes.", "nullable": true }, "addressbase_street": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprStreet" }, "description": "The dataset named Addressbase Street and its associated attributes.", "nullable": true }, "addressbase_topography": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprTopography" }, "description": "The dataset named Addressbase Topography and its associated attributes.", "nullable": true }, "addressbase_voa": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AprVoa" }, "description": "The dataset named Addressbase Voa and its associated attributes.", "nullable": true }, "irl_mosaic": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2IrlMosaic" }, "description": "The dataset named IRL Mosaic and its associated attributes.", "nullable": true }, "nzl_household": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2NzlHousehold" }, "description": "The dataset named NZL Household and its associated attributes.", "nullable": true }, "nzl_mosaic": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaic" }, "description": "The dataset named NZL Mosaic and its associated attributes.", "nullable": true }, "nzl_property": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2NzlProperty" }, "description": "The dataset named NZL Property and its associated attributes.", "nullable": true }, "sgp_mosaic": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaic" }, "description": "The dataset named SGP Mosaic and its associated attributes.", "nullable": true } }, "additionalProperties": false, "description": "AddressFormatV1RequestAttributes used for format and enrich." }, "AddressFormatV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressFormatV1Result" }, "metadata": { "$ref": "#/components/schemas/AddressFormatV1Metadata" }, "enrichment": { "$ref": "#/components/schemas/AddressFormatV1ResponseEnrichment" } }, "additionalProperties": false, "description": "Response model for AddressFormatV1 endpoint." }, "AddressFormatV1ResponseEnrichment": { "type": "object", "properties": { "transaction_id": { "type": "string", "description": "The transaction id of the request.", "nullable": true }, "result": { "$ref": "#/components/schemas/EnrichmentV2ResultAddressValidate" }, "metadata": { "$ref": "#/components/schemas/EnrichmentV2ResultAddressValidateMetadata" }, "error": { "$ref": "#/components/schemas/ResponseError" } }, "additionalProperties": false, "description": "Enrichment response object, used for format and enrich requests." }, "AddressFormatV1Result": { "type": "object", "properties": { "global_address_key": { "type": "string", "description": "The ID of the address received as part of a validation.", "nullable": true }, "confidence": { "type": "string", "description": "The confidence of address validation result.", "nullable": true, "example": "Verified match" }, "address": { "$ref": "#/components/schemas/Address7Lines" }, "addresses_formatted": { "type": "array", "items": { "$ref": "#/components/schemas/AddressFormattedAddressLines" }, "description": "Customized address layouts.", "nullable": true }, "components": { "$ref": "#/components/schemas/AddressFormatV1Components" } }, "additionalProperties": false, "description": "Information about the result. Includes the validated address and its confidence level." }, "AddressFormatted": { "type": "object", "properties": { "layout_name": { "type": "string", "description": "The address layout name.", "nullable": true, "example": "QADefault" }, "not_enough_lines": { "type": "boolean", "description": "There are not enough address lines configured to display the whole address." }, "has_truncated_lines": { "type": "boolean", "description": "Truncation has occurred on one or more address lines." }, "address": { "type": "object", "additionalProperties": { "nullable": true }, "description": "The customized address layouts in default format.", "nullable": true, "example": { "AmexStreet": "1 Main St", "AmexTown": "Surbiton", "AmexCountry": "United Kingdom", "gas_meters": [ { "mprn": "52902306" }, { "mprn": "52902307" } ] } } }, "additionalProperties": false, "description": "Customized address layouts." }, "AddressFormattedAddressLines": { "type": "object", "properties": { "layout_name": { "type": "string", "description": "The address layout name.", "nullable": true, "example": "QADefault" }, "not_enough_lines": { "type": "boolean", "description": "There are not enough address lines configured to display the whole address." }, "has_truncated_lines": { "type": "boolean", "description": "Truncation has occurred on one or more address lines." }, "address": { "type": "object", "additionalProperties": { "nullable": true }, "description": "The customized address layouts in default format.", "nullable": true, "example": { "AmexStreet": "1 Main St", "AmexTown": "Surbiton", "AmexCountry": "United Kingdom", "gas_meters": [ { "mprn": "52902306" }, { "mprn": "52902307" } ] } }, "has_missing_sub_premises": { "type": "boolean", "description": "The missing subpremise attribute specifies if the address is missing a subpremise when using the verification engine.It can be ignored when using all other engines." }, "address_lines": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLine" }, "description": "The customized address layouts in address-line format.", "nullable": true } }, "additionalProperties": false, "description": "Customized address layouts." }, "AddressInputComponentName": { "type": "object", "properties": { "forename": { "type": "string", "description": "The first name.", "nullable": true }, "middlename": { "type": "string", "description": "Middle initial.", "nullable": true }, "surname": { "type": "string", "description": "The surname.", "nullable": true } }, "additionalProperties": false, "description": "The address input component name." }, "AddressInputComponents": { "type": "object", "properties": { "unspecified": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The input component collection.", "nullable": true, "example": [ "1 Main Street" ] }, "names": { "type": "array", "items": { "$ref": "#/components/schemas/AddressInputComponentName" }, "description": "The names component.", "nullable": true, "example": [ "1 Main Street" ] }, "locality": { "$ref": "#/components/schemas/AddressLocalityConstrains" } }, "additionalProperties": false, "description": "The address search input component." }, "AddressLayout": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the address layout.", "nullable": true, "example": "QADefault" }, "country_iso_3": { "type": "string", "description": "The country ISO3 code.", "nullable": true, "example": "GBR" }, "datasets": { "type": "array", "items": { "type": "string" }, "description": "The dataset for address validation.", "nullable": true, "example": [ "gb-address" ] } }, "additionalProperties": false, "description": "The address layout." }, "AddressLayoutFormat": { "enum": [ "default", "address_lines" ], "type": "string", "description": "The format of the customized address layout." }, "AddressLayoutV2": { "required": [ "applies_to", "lines", "name" ], "type": "object", "properties": { "name": { "maxLength": 100, "minLength": 1, "pattern": "^([A-Za-z0-9_\\-]{1}[A-Za-z0-9_\\-\\ ]*[A-Za-z0-9_\\-]{1}|[A-Za-z0-9_\\-]{1})$", "type": "string", "description": "The layout name." }, "comment": { "type": "string", "description": "The layout comment.", "nullable": true }, "applies_to": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2AppliesTo" }, "description": "The layout applies to." }, "options": { "$ref": "#/components/schemas/AddressLayoutV2Options" }, "lines": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2Line" }, "description": "The layout lines." } }, "additionalProperties": false, "description": "Address Layout V2." }, "AddressLayoutV2AppliesTo": { "required": [ "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code.", "example": "GBR" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets.", "example": [ "au-address" ] }, "language": { "type": "string", "description": "The language.", "nullable": true }, "script": { "type": "string", "description": "The script.", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Applies To." }, "AddressLayoutV2ElementConfigurationWithDefault": { "type": "object", "properties": { "default": { "type": "string", "description": "The default configuration.", "nullable": true }, "configuration_by_element": { "type": "object", "additionalProperties": { "type": "string", "nullable": true }, "description": "The configuration of each element.", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Element Configuration." }, "AddressLayoutV2Line": { "type": "object", "properties": { "line_name": { "type": "string", "description": "The line name.", "nullable": true }, "max_width": { "type": "integer", "description": "Max width.", "format": "int32", "nullable": true }, "elements": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2LineElement" }, "description": "Elements.", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Line." }, "AddressLayoutV2LineElement": { "type": "object", "properties": { "element_name": { "type": "string", "description": "The element name.", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Line Element." }, "AddressLayoutV2Options": { "type": "object", "properties": { "variation": { "type": "integer", "description": "Variation", "format": "int32" }, "flatten_diacritics": { "type": "boolean", "description": "Flatten Diacritics" }, "use_secondary_postcode": { "type": "string", "description": "Use Secondary Postcode", "nullable": true }, "enable_enhanced_layout": { "type": "boolean", "description": "Enable Enhanced Layout" }, "display_enhanced_info_on_picklist": { "type": "boolean", "description": "Display Enhanced Info On Picklist" }, "enable_intelligent_layout": { "type": "boolean", "description": "Enable Intelligent Layout" }, "capitalise_unused": { "type": "boolean", "description": "Capitalise Unused" }, "separate_elements": { "type": "boolean", "description": "Separate Elements" }, "element_separator": { "$ref": "#/components/schemas/AddressLayoutV2ElementConfigurationWithDefault" }, "retention_element_separator": { "$ref": "#/components/schemas/AddressLayoutV2ElementConfigurationWithDefault" }, "prepend_element_separator": { "$ref": "#/components/schemas/AddressLayoutV2ElementConfigurationWithDefault" }, "separate_element_separator": { "$ref": "#/components/schemas/AddressLayoutV2ElementConfigurationWithDefault" }, "terminate_lines": { "type": "boolean", "description": "Terminate Lines" }, "line_terminator": { "$ref": "#/components/schemas/AddressLayoutV2ElementConfigurationWithDefault" }, "conditional_format": { "type": "string", "description": "Conditional Format", "nullable": true }, "pad_lines": { "type": "boolean", "description": "Pad Lines" }, "padding_character": { "type": "string", "description": "Padding Character", "nullable": true }, "multiple_dataplus_delimiter": { "type": "string", "description": "Multiple DataPlus Delimiter", "nullable": true }, "abbreviate_item": { "type": "array", "items": { "type": "string" }, "description": "Indicating the elements that are abbreviated.", "nullable": true }, "capitalise_item": { "type": "array", "items": { "type": "string" }, "description": "Indicating the elements that are capitalised.", "nullable": true }, "exclude_item": { "type": "array", "items": { "type": "string" }, "description": "Indicating the elements that are excluded.", "nullable": true }, "element_extras": { "type": "object", "additionalProperties": { "type": "string", "nullable": true }, "description": "Indicating the elements with extra characters.", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Options" }, "AddressLayoutV2Status": { "enum": [ "CreationInProgress", "Completed" ], "type": "string", "description": "The status of the layout" }, "AddressLayoutsV1Request": { "required": [ "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "example": "AUS" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address layout.", "example": [ "au-address" ] } }, "additionalProperties": false, "description": "The Address Layout V1 request." }, "AddressLayoutsV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLayout" }, "description": "The address layout V1 result.", "nullable": true } }, "additionalProperties": false, "description": "Response model for AddressLayoutsV1 endpoint." }, "AddressLayoutsV2CreateRequest": { "required": [ "layout" ], "type": "object", "properties": { "layout": { "$ref": "#/components/schemas/AddressLayoutV2" } }, "additionalProperties": false, "description": "Address Layouts V2 Create Request." }, "AddressLayoutsV2CreateResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressLayoutsV2CreateResult" } }, "additionalProperties": false, "description": "Response model for Address Layouts V2 create endpoint." }, "AddressLayoutsV2CreateResult": { "type": "object", "properties": { "id": { "type": "string", "description": "Layout ID", "nullable": true } }, "additionalProperties": false, "description": "Address Layouts V2 Create Result" }, "AddressLayoutsV2GetResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressLayoutsV2GetResult" } }, "additionalProperties": false, "description": "Response model for Address Layouts V2 Get endpoint." }, "AddressLayoutsV2GetResponseModel": { "required": [ "applies_to", "lines", "name" ], "type": "object", "properties": { "id": { "type": "string", "description": "The layout ID.", "nullable": true }, "name": { "maxLength": 100, "minLength": 1, "pattern": "^([A-Za-z0-9_\\-]{1}[A-Za-z0-9_\\-\\ ]*[A-Za-z0-9_\\-]{1}|[A-Za-z0-9_\\-]{1})$", "type": "string", "description": "The layout name." }, "comment": { "type": "string", "description": "The layout comment.", "nullable": true }, "applies_to": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2AppliesTo" }, "description": "The layout applies to." }, "options": { "$ref": "#/components/schemas/AddressLayoutV2Options" }, "lines": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2Line" }, "description": "The layout lines." }, "status": { "$ref": "#/components/schemas/AddressLayoutV2Status" }, "license_id": { "type": "string", "description": "The license ID selected during the layout creation (for internal purposes).", "nullable": true } }, "additionalProperties": false, "description": "Address Layout V2 Get Response Model." }, "AddressLayoutsV2GetResult": { "type": "object", "properties": { "layout": { "$ref": "#/components/schemas/AddressLayoutsV2GetResponseModel" } }, "additionalProperties": false, "description": "Address Layouts V2 Get Result." }, "AddressLayoutsV2ListResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutsV2ListResponseModel" }, "description": "Address Layouts V2 List Result Collection", "nullable": true } }, "additionalProperties": false, "description": "Response model for Address Layouts V2 List endpoint." }, "AddressLayoutsV2ListResponseModel": { "required": [ "name" ], "type": "object", "properties": { "id": { "type": "string", "description": "The layout ID.", "nullable": true }, "name": { "maxLength": 100, "minLength": 1, "pattern": "^([A-Za-z0-9_\\-]{1}[A-Za-z0-9_\\-\\ ]*[A-Za-z0-9_\\-]{1}|[A-Za-z0-9_\\-]{1})$", "type": "string", "description": "The layout name." }, "applies_to": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2AppliesTo" }, "description": "The layout applies to.", "nullable": true }, "status": { "$ref": "#/components/schemas/AddressLayoutV2Status" } }, "additionalProperties": false, "description": "Address Layout V2 List Response Model." }, "AddressLayoutsV2UpdateLayout": { "required": [ "applies_to", "id", "lines", "name" ], "type": "object", "properties": { "id": { "minLength": 1, "type": "string", "description": "The layout ID." }, "name": { "maxLength": 100, "minLength": 1, "pattern": "^([A-Za-z0-9_\\-]{1}[A-Za-z0-9_\\-\\ ]*[A-Za-z0-9_\\-]{1}|[A-Za-z0-9_\\-]{1})$", "type": "string", "description": "The layout name." }, "comment": { "type": "string", "description": "The layout comment.", "nullable": true }, "applies_to": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2AppliesTo" }, "description": "The layout applies to." }, "options": { "$ref": "#/components/schemas/AddressLayoutV2Options" }, "lines": { "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/AddressLayoutV2Line" }, "description": "The layout lines." } }, "additionalProperties": false, "description": "Address Layout V2 Update Layout." }, "AddressLayoutsV2UpdateRequest": { "required": [ "layout" ], "type": "object", "properties": { "layout": { "$ref": "#/components/schemas/AddressLayoutsV2UpdateLayout" } }, "additionalProperties": false, "description": "Address Layouts V2 Update Request." }, "AddressLine": { "type": "object", "properties": { "label": { "type": "string", "description": "The label of address line.", "nullable": true, "example": "AmexStreet" }, "line": { "type": "string", "description": "The text of address line.", "nullable": true, "example": "1 Main St" }, "has_overflown_to_other_line": { "type": "boolean", "description": "Indicating some address elements were lost from this line or not." }, "is_truncated": { "type": "boolean", "description": "Indicating truncation occurred on this line or not." }, "line_content": { "$ref": "#/components/schemas/AddressLineContent" } }, "additionalProperties": false, "description": "The address line of customized layout." }, "AddressLineContent": { "enum": [ "none", "address", "name", "ancillary", "dataplus" ], "type": "string", "description": "The type of address line." }, "AddressLocalityConstrains": { "type": "object", "properties": { "region": { "$ref": "#/components/schemas/AddressRestrictionRules" } }, "additionalProperties": false, "description": "A class representing search locality constraints" }, "AddressLookupKey": { "required": [ "value" ], "type": "object", "properties": { "type": { "type": "string", "description": "The type of the lookup key.", "nullable": true, "example": "Default" }, "value": { "minLength": 1, "type": "string", "description": "The value of the lookup key.", "example": "1234567890" } }, "additionalProperties": false, "description": "The address lookup key." }, "AddressLookupV1Request": { "required": [ "country_iso", "datasets", "key" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code.", "example": "USA" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address lookup.", "example": [ "us-address" ] }, "key": { "$ref": "#/components/schemas/AddressLookupKey" } }, "additionalProperties": false, "description": "Address lookup V1 request." }, "AddressLookupV2Request": { "required": [ "components", "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "Gets or sets the country ISO3 code of address.", "example": "GBR" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "Gets or sets the datasets for address validation.", "nullable": true, "example": [ "gb-address" ] }, "max_addresses": { "type": "integer", "description": "Gets or sets the maximum number of addresses a search request should return.", "format": "int32", "nullable": true, "example": 10 }, "max_suggestions": { "type": "integer", "description": "Gets or sets the maximum number of suggestions a search request should return.", "format": "int32", "nullable": true }, "attributes": { "$ref": "#/components/schemas/AddressLookupV2RequestAttributes" }, "key": { "$ref": "#/components/schemas/Key" }, "preferred_language": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets the preferred language.", "nullable": true }, "preferred_script": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets the the preferred script.", "nullable": true }, "names": { "type": "array", "items": { "$ref": "#/components/schemas/AddressInputComponentName" }, "description": "The names component.", "nullable": true, "example": [ "1 Main Street" ] }, "layouts": { "type": "array", "items": { "type": "string" }, "description": "Custom layout name.", "nullable": true, "example": [ "default" ] } }, "additionalProperties": false, "description": "The address lookup v2 request." }, "AddressLookupV2RequestAttributes": { "type": "object", "properties": { "locality_lookup": { "type": "array", "items": { "type": "string" }, "description": "AddressLookupV2RequestAttributes for locality lookup.", "nullable": true }, "postal_code_lookup": { "type": "array", "items": { "type": "string" }, "description": "AddressLookupV2RequestAttributes for postal code lookup.", "nullable": true } }, "additionalProperties": false, "description": "AddressLookupV2RequestAttributes for locality search." }, "AddressLookupV2Result": { "type": "object", "properties": { "more_results_available": { "type": "boolean", "description": "Gets or sets a value indicating whether property that there are more suggestions available than the results provided." }, "confidence": { "type": "string", "description": "Gets or sets the outcome (confidence level) of the validation.", "nullable": true, "example": "Verified match" }, "suggestions_key": { "type": "string", "description": "Gets or sets the suggestions key for address suggestion refinement.", "nullable": true }, "suggestions_prompt": { "type": "string", "description": "Gets or sets the prompt to display to the user, indicating what information they should enter next.", "nullable": true, "example": "Enter selection" }, "suggestions": { "type": "array", "items": { "$ref": "#/components/schemas/Suggestion" }, "description": "Gets or sets the possible postcode, locality or UDPRN (for GBR)", "nullable": true }, "addresses": { "type": "array", "items": { "$ref": "#/components/schemas/AddressSuggestionV2Hub" }, "description": "Gets or sets the collection of suggested addresses", "nullable": true }, "addresses_formatted": { "type": "array", "items": { "$ref": "#/components/schemas/AddressLookupV2ResultAddressFormatted" }, "description": "Gets or sets the collection of formatted addresses", "nullable": true } }, "additionalProperties": false, "description": "Address lookup V2 result." }, "AddressLookupV2ResultAddressFormatted": { "type": "object", "properties": { "layout_name": { "type": "string", "description": "The address layout name.", "nullable": true, "example": "QADefault" }, "address": { "type": "object", "additionalProperties": {}, "description": "The customized address layouts in default format.", "nullable": true, "example": { "AmexStreet": "1 Main St", "AmexTown": "Surbiton", "AmexCountry": "United Kingdom", "gas_meters": [ { "mprn": "52902306" }, { "mprn": "52902307" } ] } } }, "additionalProperties": false, "description": "Customized address layouts." }, "AddressMetadata": { "type": "object", "properties": { "address_info": { "$ref": "#/components/schemas/AddressMetadataInfo" }, "barcode": { "$ref": "#/components/schemas/AddressMetadataBarcode" }, "route_classification": { "$ref": "#/components/schemas/AddressMetadataRouteClassification" }, "address_classification": { "$ref": "#/components/schemas/AddressMetadataAddressClassification" }, "dpv": { "$ref": "#/components/schemas/AddressMetadataDpv" } }, "additionalProperties": false, "description": "The address metadata." }, "AddressMetadataAddressClassification": { "type": "object", "properties": { "address_type": { "$ref": "#/components/schemas/AddressMetadataAddressType" }, "delivery_type": { "type": "string", "description": "Type of mail delivery at the address. Either \"business\", \"residential\" or \"mixed\".", "nullable": true, "example": "Business" }, "is_deliverable": { "type": "string", "description": "Indicator if the address is deliverable - applicable to NZL addresses only.", "nullable": true, "example": "Y" } }, "additionalProperties": false, "description": "Address deliverability and type indicators." }, "AddressMetadataAddressType": { "type": "object", "properties": { "code": { "type": "string", "description": "The code of the address type (applicable to USA, AUS and NZL addresses).", "nullable": true, "example": "S" }, "description": { "type": "string", "description": "The description of the address type (applicable to USA, AUS and NZL addresses).", "nullable": true, "example": "Street" } }, "additionalProperties": false, "description": "The address type." }, "AddressMetadataBarcode": { "type": "object", "properties": { "delivery_point_barcode": { "type": "string", "description": "The delivery point barcode (applicable for USA addresses only).", "nullable": true, "example": "02139430177" }, "check_digit": { "type": "string", "description": "The delivery point barcode's check digit (applicable for USA addresses only).", "nullable": true, "example": "3" }, "sort_plan_number": { "type": "string", "description": "The sort plan number barcode (applicable for AUS addresses only).", "nullable": true, "example": "022" } }, "additionalProperties": false, "description": "Address barcode." }, "AddressMetadataDpv": { "type": "object", "properties": { "cmra_indicator": { "type": "string", "description": "Indicates that the address is a private business that acts as a commercial mail-receiving agent for specific clients.", "nullable": true, "example": "Y" }, "seed_indicator": { "type": "string", "description": "Seed records are control records placed by the USPS to prevent unauthorized tampering (e.g., creation of lists containing every single delivery point in a geographical region). A seed address will deactivate DPV functionality. To re-activate, please visit the Self Service Portal.", "nullable": true, "example": "Y" }, "dpv_indicator": { "type": "string", "description": "Indicates whether selected address is confirmed as deliverable via DPV (Delivery Point Validation) process. For all possible values, please visit our technical documentation portal.", "nullable": true, "example": "Y" }, "footnotes": { "type": "array", "items": { "type": "string" }, "description": "USPS codes denoting DPV match levels. For a list of all possible values, please visit our technical documentation portal.", "nullable": true, "example": [ "AA", "BB" ] }, "vacancy_indicator": { "type": "string", "description": "An address known to be unoccupied for over 90 days and therefore not receiving mail deliveries.", "nullable": true, "example": "Y" }, "no_stats_indicator": { "type": "string", "description": "An address known to not receive mail deliveries (e.g. a house under construction).", "nullable": true, "example": "Y" }, "pbsa_indicator": { "type": "string", "description": "Indicates addresses known to be Post Office Box Street Addresses (PBSA).", "nullable": true, "example": "Y" }, "lacs_indicator": { "type": "string", "description": "Gets or sets the Locatable Address ConversionSystem Link Indicator.\nIt links addresses that were converted due to USPS changes to their new addresses.\nThis affects many rural addresses with assigned city-style names for 911 emergencies.", "nullable": true, "example": "Y" }, "lacs_code": { "type": "string", "description": "Gets or sets the Locatable Address ConversionSystem Link Code.\nIt links addresses that were converted due to USPS changes to their new addresses.\nThis affects many rural addresses with assigned city-style names for 911 emergencies.", "nullable": true, "example": "14" }, "urbanization": { "type": "string", "description": "Gets or sets Urbanization property of the address.", "nullable": true }, "delivery_line_1": { "type": "string", "description": "Gets or sets delivery line 1 of the address.", "nullable": true }, "delivery_line_2": { "type": "string", "description": "Gets or sets delivery line 2 of the address.", "nullable": true }, "last_line": { "type": "string", "description": "Gets or sets last line of the address.", "nullable": true }, "no_stat_reason_code": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets DPV No stat reason code", "nullable": true }, "drop": { "type": "string", "description": "Gets or sets DPV Drop indicator", "nullable": true }, "throwback": { "type": "string", "description": "Gets or sets DPV Throwback indicator", "nullable": true }, "non_delivery_days_indicator": { "type": "string", "description": "Gets or sets DPV Non Delivery Day indicator", "nullable": true }, "non_delivery_days_value": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets DPV Non Delivery Week Days indicator", "nullable": true }, "no_secure_location": { "type": "string", "description": "Gets or sets DPV No Secure Location indicator", "nullable": true }, "door_not_accessible": { "type": "string", "description": "Gets or sets DPV Door Not Accessible indicator", "nullable": true }, "enhanced_dpv_code": { "type": "string", "description": "Gets or sets Enhanced DPV Return Code", "nullable": true }, "firm_name": { "type": "string", "description": "Gets or sets Firm Name field of the address.", "nullable": true } }, "additionalProperties": false, "description": "Delivery Point Validation information for the address (USA only)." }, "AddressMetadataInfo": { "type": "object", "properties": { "sources": { "type": "array", "items": { "type": "string" }, "description": "Source of address information.", "nullable": true }, "number_of_households": { "type": "string", "description": "Number of households for records in GBR Not Yet Built, or multi-occupancy count of the owning delivery point for GBR Multiple Residence.", "nullable": true, "example": "1" }, "just_built_date": { "type": "string", "description": "Construction date of the record, if it has been constructed in the last 6 months (GBR specific).", "nullable": true, "example": "20210605" }, "identifier": { "$ref": "#/components/schemas/AddressMetadataInfoId" } }, "additionalProperties": false, "description": "Address information." }, "AddressMetadataInfoId": { "type": "object", "properties": { "umrrn": { "type": "string", "description": "Royal Mail's Unique Multiple Residence Reference Number, an eight-digit code linked to UDPRNs in Royal Mail's Multiple Residence dataset.", "nullable": true, "example": "50101642" }, "udprn": { "type": "string", "description": "Royal Mail's Unique Delivery Point Reference Number, an eight-digit code assigned to every delivery point in the Postcode Address File (PAF).", "nullable": true, "example": "12353232" }, "uprn": { "type": "string", "description": "Unique Property Reference Number, a unique 12-digit identifier for each land and property unit (AddressBase and AddressBase with Names).", "nullable": true, "example": "12353232" }, "dpid": { "type": "string", "description": "Australia Post's Delivery Point Identifier, an eight-digit number that uniquely identifies a physical location to which Australia Post delivers mail - applicable to AUS and NZL addresses.", "nullable": true, "example": "62147712" }, "gnafPid": { "type": "string", "description": "Geoscape Australia's Geocoded National Address File Persistent Identifier (G-NAF ID).", "nullable": true, "example": "GAVIC424477161" }, "paf_address_key": { "type": "string", "description": "PAF Address key (GBR specific).", "nullable": true, "example": "2304084100000000S" }, "hin": { "type": "string", "description": "Household Identification Number (applicable for AUS addresses).", "nullable": true, "example": "203060068" }, "organization_key": { "type": "string", "description": "Unique 14-character key for the organization record.", "nullable": true }, "lpi_key": { "type": "string", "description": "Unique 14-character key for the LPI record.", "nullable": true }, "dps": { "type": "string", "description": "A two character code uniquely identifying an individual delivery point within a postcode.", "nullable": true }, "parent_uprn": { "type": "string", "description": "The UPRN of the parent property associated with a record.", "nullable": true }, "building_id": { "type": "string", "description": "This is a unique number which identifies each building or premises.", "nullable": true } }, "additionalProperties": false, "description": "The ID metadata of formatted address." }, "AddressMetadataRouteClassification": { "type": "object", "properties": { "carrier_route": { "type": "string", "description": "The carrier route value (applicable for USA addresses only).", "nullable": true, "example": "C077" }, "id": { "type": "string", "description": "The street identifier (applicable for AUS addresses only).", "nullable": true, "example": "38396" }, "elot": { "type": "string", "description": "Contains a sequence number and an ascending/descending code.\nThe number indicates the first occurrence of delivery made to the add-on range within the carrier route.\nThe code indicates the approximate delivery order within the sequence number.", "nullable": true, "example": "0000A" }, "roudis_id": { "type": "string", "description": "This reference code provides an entry point into the ROUDIS2000 file provided by La Poste.", "nullable": true } }, "additionalProperties": false, "description": "Address deliverability and type indicators." }, "AddressNameValuePair": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the pair.", "nullable": true, "example": "flatten" }, "value": { "type": "string", "description": "The value of the pair.", "nullable": true, "example": "true" } }, "additionalProperties": false, "description": "The address name value pair." }, "AddressPromptSetType": { "enum": [ "oneline", "default", "generic", "optimal", "alternate", "alternate2", "alternate3" ], "type": "string", "description": "The available prompt sets." }, "AddressPromptSetsLine": { "type": "object", "properties": { "prompt": { "type": "string", "description": "The prompt to display to the user.", "nullable": true, "example": "Building number or name." }, "suggested_input_length": { "type": "integer", "description": "The suggested length of the input buffer.", "format": "int32", "nullable": true, "example": 40 }, "example": { "type": "string", "description": "An example of possible input.", "nullable": true, "example": "12" } }, "additionalProperties": false, "description": "PromptLine describes a line of a prompt set." }, "AddressPromptSetsV1Request": { "required": [ "country_iso", "datasets", "prompt_set" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code.", "example": "AUS" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets of the promptset.", "example": [ "au-address" ] }, "search_type": { "$ref": "#/components/schemas/AddressSearchType" }, "prompt_set": { "$ref": "#/components/schemas/AddressPromptSetType" } }, "additionalProperties": false, "description": "Address prompt set request." }, "AddressPromptSetsV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressPromptSetsV1Result" } }, "additionalProperties": false, "description": "Response model for AddressPromptSetsV1 endpoint." }, "AddressPromptSetsV1Result": { "type": "object", "properties": { "lines": { "type": "array", "items": { "$ref": "#/components/schemas/AddressPromptSetsLine" }, "description": "Describes one line of the prompt set.", "nullable": true } }, "additionalProperties": false, "description": "Address prompt set result." }, "AddressRequestAttributesEnrichmentGeocode": { "enum": [ "latitude", "longitude", "match_level" ], "type": "string", "description": "The dataset named Geocodes and its associated attributes." }, "AddressRestrictionRules": { "type": "object", "properties": { "exists": { "type": "boolean", "description": "Gets or sets a value indicating whether the address element is required to exist for returned addresses\nor required to not exist. Null value means that both records with and without such element will be returned.", "nullable": true }, "must_be": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets an array of values, causing the returned result to include only records that have one of the values", "nullable": true }, "must_not_be": { "type": "array", "items": { "type": "string" }, "description": "Gets or sets an array of values, causing the returned result to include only records that exclude the values", "nullable": true } }, "additionalProperties": false, "description": "A class that represents address restriction rules" }, "AddressSearchType": { "enum": [ "singleline", "typedown", "verification", "keyfinder", "intuitive_classic" ], "type": "string", "description": "The available search type." }, "AddressSearchV1Request": { "required": [ "components", "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "example": "GBR" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "nullable": true, "example": [ "au-address" ] }, "max_suggestions": { "type": "integer", "description": "The maximum number of suggestions a search request should return.\nPlease refer to the documentation.", "format": "int32", "nullable": true, "example": 10 }, "components": { "$ref": "#/components/schemas/AddressInputComponents" }, "location": { "maxLength": 40, "minLength": 0, "type": "string", "description": "Geographical location (latitude,longitude) to use as the center point for the search (USA only).", "nullable": true, "example": "42.3529, -71.0578" }, "options": { "type": "array", "items": { "$ref": "#/components/schemas/AddressNameValuePair" }, "description": "Additional options.", "nullable": true, "example": [ { "name": "search_type", "value": "singleline" } ] }, "preferred_language": { "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "nullable": true, "example": [ "ja" ] }, "preferred_script": { "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "nullable": true, "example": [ "preserve_input" ] }, "street": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "nullable": true, "example": "GBR" }, "town": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "nullable": true, "example": "GBR" }, "region": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "nullable": true, "example": "GBR" }, "postal_code": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "nullable": true, "example": "GBR" } }, "additionalProperties": false, "description": "The address search v1 request." }, "AddressSearchV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressSearchV1Result" } }, "additionalProperties": false, "description": "Response model for AddressSearchV1 endpoint." }, "AddressSearchV1Result": { "type": "object", "properties": { "more_results_available": { "type": "boolean", "description": "To indicate that there are more suggestions available than the results provided." }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "Verified match" }, "suggestions_key": { "type": "string", "description": "The suggestions key for address suggestion refinement.", "nullable": true }, "suggestions_prompt": { "type": "string", "description": "The prompt to display to the user, indicating what information they should enter next.", "nullable": true, "example": "Enter selection" }, "suggestions": { "type": "array", "items": { "$ref": "#/components/schemas/AddressSuggestion" }, "description": "The collection of the suggestions that match the address search input.", "nullable": true } }, "additionalProperties": false, "description": "Address search V1 result." }, "AddressSuggestion": { "type": "object", "properties": { "global_address_key": { "type": "string", "description": "The ID of the address received as part of a validation.", "nullable": true }, "text": { "type": "string", "description": "The suggestion that should be presented to the user as a possible match to their input.", "nullable": true, "example": "Level 6 549 St Kilda Road, MELBOURNE VIC 3004" }, "matched": { "type": "array", "items": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "description": "A collection of the characters in the suggestion that have been matched. Integrators can use this information to highlight matched text.", "nullable": true, "example": [ [ 17, 22 ], [ 11, 15 ], [ 3, 10 ], [ 0, 2 ] ] }, "format": { "type": "string", "description": "The format URL of the suggested address.", "nullable": true }, "stepin": { "type": "string", "description": "The stepin URL of the cluster of addresses.", "nullable": true }, "number_of_addresses": { "type": "integer", "description": "The stepin URL of the cluster of addresses.", "format": "int32" }, "dataset": { "type": "string", "description": "The dataset of the suggestion.", "nullable": true, "example": "Multiple Residence" }, "additional_attributes": { "type": "array", "items": { "$ref": "#/components/schemas/AddressNameValuePair" }, "description": "The additional attributes of the suggestion.", "nullable": true }, "names": { "type": "array", "items": { "type": "string" }, "description": "The additional attributes of the suggestion.", "nullable": true }, "uprn": { "type": "string", "description": "The UPRN of the suggestion.", "nullable": true } }, "additionalProperties": false, "description": "The suggestions that match the address search input." }, "AddressSuggestionV2Hub": { "type": "object", "properties": { "text": { "type": "string", "description": "Gets or sets the suggestion text", "nullable": true }, "matched": { "type": "array", "items": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "description": "Gets or sets the matched field", "nullable": true }, "global_address_key": { "type": "string", "description": "Gets or sets the global address key", "nullable": true }, "format": { "type": "string", "description": "Gets or sets the format field", "nullable": true }, "dataset": { "type": "string", "description": "Gets or sets the suggestion dataset", "nullable": true }, "names": { "type": "array", "items": { "type": "string" }, "description": "The additional attributes of the suggestion.", "nullable": true }, "uprn": { "type": "string", "description": "The UPRN of the suggestion.", "nullable": true } }, "additionalProperties": false, "description": "The address suggestion for the hub v2 endpoint." }, "AddressSuggestionsFormatV1": { "type": "object", "properties": { "global_address_key": { "type": "string", "description": "The ID of the address received as part of a validation.", "nullable": true }, "address": { "$ref": "#/components/schemas/Address7Lines" }, "addresses_formatted": { "type": "array", "items": { "$ref": "#/components/schemas/AddressFormatted" }, "description": "Customized address layouts.", "nullable": true }, "components": { "$ref": "#/components/schemas/AddressComponent" }, "metadata": { "$ref": "#/components/schemas/AddressMetadata" } }, "additionalProperties": false, "description": "Address suggestions format V1." }, "AddressSuggestionsFormatV1Request": { "required": [ "components", "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "example": "AUS" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "example": [ "au-address" ] }, "max_suggestions": { "maximum": 100, "minimum": 1, "type": "integer", "description": "The maximum number of suggestions a search request should return (should be between 1 and 100).", "format": "int32", "nullable": true, "example": 10 }, "components": { "$ref": "#/components/schemas/AddressInputComponents" }, "layouts": { "type": "array", "items": { "type": "string" }, "description": "Custom layout name.", "nullable": true, "example": [ "default" ] } }, "additionalProperties": false, "description": "The address suggestions format v1 request." }, "AddressSuggestionsFormatV1RequestAttributes": { "type": "object", "properties": { "geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/AddressRequestAttributesEnrichmentGeocode" }, "description": "The dataset named Geocodes and its associated attributes.", "nullable": true } }, "additionalProperties": false, "description": "Datasets and their specific attributes." }, "AddressSuggestionsFormatV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressSuggestionsFormatV1Result" } }, "additionalProperties": false, "description": "Response model for AddressSuggestionsFormatV1 endpoint." }, "AddressSuggestionsFormatV1Result": { "type": "object", "properties": { "more_results_available": { "type": "boolean", "description": "To indicate that there are more suggestions available than the results provided." }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "Multiple matches" }, "suggestions": { "type": "array", "items": { "$ref": "#/components/schemas/AddressSuggestionsFormatV1" }, "description": "The collection of the suggestions that match the address search input.", "nullable": true } }, "additionalProperties": false, "description": "Address suggestions format result." }, "AddressSuggestionsV1Request": { "required": [ "refinement" ], "type": "object", "properties": { "refinement": { "minLength": 1, "type": "string", "description": "The refinement text.", "example": "A123" } }, "additionalProperties": false, "description": "Address suggestion V1 request." }, "AddressSuggestionsV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressSearchV1Result" } }, "additionalProperties": false, "description": "Response model for AddressSuggestionsV1 endpoint." }, "AddressValidateV1Request": { "required": [ "components", "country_iso", "datasets" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "example": "AUS" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "example": [ "au-address" ] }, "max_suggestions": { "maximum": 100, "minimum": 1, "type": "integer", "description": "The maximum number of suggestions a search request should return (should be between 1 and 100).", "format": "int32", "nullable": true, "example": 10 }, "components": { "$ref": "#/components/schemas/AddressInputComponents" }, "options": { "type": "array", "items": { "$ref": "#/components/schemas/AddressNameValuePair" }, "description": "Additional options.", "nullable": true, "example": [ { "name": "intensity", "value": "close" } ] }, "attributes": { "$ref": "#/components/schemas/AddressFormatV1RequestAttributes" }, "layouts": { "type": "array", "items": { "type": "string" }, "description": "Custom layout name.", "nullable": true, "example": [ "default" ] }, "layout_format": { "$ref": "#/components/schemas/AddressLayoutFormat" } }, "additionalProperties": false, "description": "Used for combined Validate and Enrichment call" }, "AddressValidateV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/AddressValidateV1Result" }, "metadata": { "$ref": "#/components/schemas/AddressMetadata" }, "enrichment": { "$ref": "#/components/schemas/AddressFormatV1ResponseEnrichment" } }, "additionalProperties": false, "description": "Response model for AddressValidateV1 endpoint." }, "AddressValidateV1Result": { "type": "object", "properties": { "validation_detail": { "$ref": "#/components/schemas/AddressValidationDetail" }, "global_address_key": { "type": "string", "description": "The ID of the address received as part of a validation.", "nullable": true }, "more_results_available": { "type": "boolean", "description": "To indicate that there are more suggestions available than the results provided.", "nullable": true }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "Multiple matches" }, "address": { "$ref": "#/components/schemas/Address7Lines" }, "addresses_formatted": { "type": "array", "items": { "$ref": "#/components/schemas/AddressFormattedAddressLines" }, "description": "Customized address layouts.", "nullable": true }, "components": { "$ref": "#/components/schemas/AddressComponent" }, "suggestions_key": { "type": "string", "description": "The suggestions key for address suggestion refinement.", "nullable": true }, "suggestions_prompt": { "type": "string", "description": "The prompt to display to the user, indicating what information they should enter next.", "nullable": true, "example": "Enter selection" }, "suggestions": { "type": "array", "items": { "$ref": "#/components/schemas/AddressSuggestion" }, "description": "The collection of the suggestions that match the address validate input.", "nullable": true }, "match_type": { "type": "string", "description": "Match type for verified address.", "nullable": true }, "match_confidence": { "type": "string", "description": "Match confidence for verified address.", "nullable": true }, "match_info": { "$ref": "#/components/schemas/MatchInfoFlags" } }, "additionalProperties": false, "description": "Address validate V1 result." }, "AddressValidationDetail": { "type": "object", "properties": { "building_firm_name_corrected": { "type": "boolean", "description": "Building or Firm name has been added or changed." }, "primary_number_corrected": { "type": "boolean", "description": "Primary Number has been added or changed." }, "street_corrected": { "type": "boolean", "description": "Street has been (non-trivially) corrected." }, "rural_route_highway_contract_matched": { "type": "boolean", "description": "Rural Route or Highway Contract has been matched." }, "city_name_corrected": { "type": "boolean", "description": "City name has been added or changed." }, "city_name_alias_matched": { "type": "boolean", "description": "City name has been alias matched." }, "state_corrected": { "type": "boolean", "description": "State or Province has been added or changed." }, "zip_code_corrected": { "type": "boolean", "description": "Post code has been added or corrected." }, "secondary_num_retained": { "type": "boolean", "description": "Secondary number has been retained." }, "iden_pre_st_info_retained": { "type": "boolean", "description": "Identifiable pre-street information has been retained." }, "gen_pre_st_info_retained": { "type": "boolean", "description": "General pre-street information has been retained." }, "post_st_info_retained": { "type": "boolean", "description": "Post-street information has been retained." } }, "additionalProperties": false, "description": "Address validation details." }, "BulkAddressV1CreateBatchRequest": { "required": [ "addresses" ], "type": "object", "properties": { "defaults": { "$ref": "#/components/schemas/BulkAddressV1CreateBatchRequestOptions" }, "addresses": { "maxItems": 10000, "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/BulkAddressV1CreateBatchRequestAddress" }, "description": "List of input components." } }, "additionalProperties": false, "description": "Bulk Address V1 Create Batch request." }, "BulkAddressV1CreateBatchRequestAddress": { "type": "object", "properties": { "address": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "The address to validate.", "nullable": true, "example": "1 main st, sydney" }, "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "You can indicate the 3-letter ISO country code if the address that is subject to validation doesn't contain an address country code.\nThis will overwrite the country_iso in the default options.", "nullable": true, "example": "AUS" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets to apply.", "nullable": true, "example": [ "au-address-gnaf" ] } }, "additionalProperties": false, "description": "Bulk Address V1 address component." }, "BulkAddressV1CreateBatchRequestOptions": { "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 3, "type": "string", "description": "The country ISO3 code of address.", "nullable": true, "example": "USA" }, "datasets": { "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "The datasets for address validation.", "nullable": true, "example": [ "us-address" ] }, "batch_reference_id": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string", "description": "Optional identifier that will be returned in the response to help you track the batch.", "nullable": true }, "max_processing_time": { "maxLength": 10, "minLength": 0, "type": "string", "description": "Optional maximum processing time of the batch.\nIf the batch is still processing after this time, it will be stopped.\nThe value should be in ISO 8601 duration format (e.g., \"PT30M\" for 30 minutes).\nMaximum allowed value is \"PT24H\" (24 hours). Minimum allowed value is \"PT1M\" (1 minute).", "nullable": true } }, "additionalProperties": false, "description": "The default options that applied to all the addresses." }, "BulkAddressV1CreateBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1CreateBatchResult" } }, "additionalProperties": false, "description": "Bulk Address V1 Create Batch response." }, "BulkAddressV1CreateBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Create Batch result." }, "BulkAddressV1GetBatchResultsResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseResult" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response." }, "BulkAddressV1GetBatchResultsResponseAddress": { "type": "object", "properties": { "address": { "type": "string", "description": "The address that is the subject of the validation.", "nullable": true, "example": "555 Ellis St | Mountain View | CA | 94043" }, "country_iso": { "type": "string", "description": "The country ISO of the validation.", "nullable": true, "example": "DEU" }, "datasets": { "type": "array", "items": { "type": "string" }, "description": "The datasets of the validation.", "nullable": true, "example": [ "de-address-ed" ] }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "verified match" }, "match_type": { "type": "string", "description": "Match type for verified address.", "nullable": true, "example": "full_with_post_code" }, "match_confidence": { "type": "string", "description": "Match confidence for verified address.", "nullable": true, "example": "high" }, "match_info": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMatchInfo" }, "addresses_formatted": { "type": "array", "items": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressAddressFormatted" }, "description": "Addresses formatted details for verified address.", "nullable": true }, "components": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponents" }, "metadata": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadata" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response Address data" }, "BulkAddressV1GetBatchResultsResponseAddressAddressFormatted": { "type": "object", "properties": { "layout_name": { "type": "string", "description": "The layout name for address to map.", "nullable": true, "example": "myLayout" }, "address": { "type": "object", "additionalProperties": { "type": "string" }, "description": "The address formatted.", "nullable": true, "example": { "CountryIso": "DEU", "CountryName": "", "PostalCode": "75245", "Locality": "Neulingen", "Street": "Am Sickenbrünnle", "Building": "" } } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response Address Formatted data" }, "BulkAddressV1GetBatchResultsResponseAddressComponents": { "type": "object", "properties": { "language": { "type": "string", "description": "Address language.", "nullable": true, "example": "en-GB" }, "country_name": { "type": "string", "description": "The name of the country where the address is located.", "nullable": true, "example": "United Kingdom" }, "country_iso_3": { "type": "string", "description": "The 3-letter ISO country code.", "nullable": true, "example": "GBR" }, "country_iso_2": { "type": "string", "description": "The 2-letter ISO country code.", "nullable": true, "example": "GB" }, "postal_code": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsPostalCode" }, "delivery_service": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsDeliveryService" }, "secondary_delivery_service": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsDeliveryService" }, "sub_building": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuilding" }, "building": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsBuilding" }, "organization": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsOrganization" }, "street": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsStreet" }, "secondary_street": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsStreet" }, "route_service": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsRouteService" }, "locality": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocality" }, "physical_locality": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocality" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response Address Components data" }, "BulkAddressV1GetBatchResultsResponseAddressComponentsBuilding": { "type": "object", "properties": { "building_name": { "type": "string", "description": "The building name.", "nullable": true, "example": "Sir John Peace Building" }, "building_number": { "type": "string", "description": "The building number.", "nullable": true, "example": "549" }, "secondary_name": { "type": "string", "description": "The secondary building name.", "nullable": true }, "secondary_number": { "type": "string", "description": "The secondary name of the building (if available).", "nullable": true }, "allotment_number": { "type": "string", "description": "The allotment name where a person or property resides.", "nullable": true } }, "additionalProperties": false, "description": "The building component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsDeliveryService": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the delivery service.", "nullable": true }, "service_type": { "type": "string", "description": "The delivery service type.", "nullable": true }, "service_number": { "type": "string", "description": "The delivery service number.", "nullable": true }, "post_centre_name": { "type": "string", "description": "The delivery service post center name.", "nullable": true } }, "additionalProperties": false, "description": "The delivery service component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsLocality": { "type": "object", "properties": { "region": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem" }, "sub_region": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem" }, "town": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem" }, "district": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem" }, "sub_district": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem" } }, "additionalProperties": false, "description": "The locality component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsLocalityItem": { "type": "object", "properties": { "name": { "type": "string", "description": "Gets or sets the locality name", "nullable": true }, "code": { "type": "string", "description": "Gets or sets the locality code", "nullable": true }, "description": { "type": "string", "description": "Gets or sets the locality description", "nullable": true } }, "additionalProperties": false, "description": "A single place name, code and a description of its type." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsOrganization": { "type": "object", "properties": { "department_name": { "type": "string", "description": "The department name within an organization.", "nullable": true }, "secondary_department_name": { "type": "string", "description": "The secondary department name within an organization.", "nullable": true }, "company_name": { "type": "string", "description": "The company name.", "nullable": true } }, "additionalProperties": false, "description": "The organization component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsPostalCode": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the postal code.", "nullable": true, "example": "92626-7037" }, "primary": { "type": "string", "description": "The primary name of the postal code.", "nullable": true, "example": "92626" }, "secondary": { "type": "string", "description": "The secondary name of the postal code.", "nullable": true, "example": "7037" } }, "additionalProperties": false, "description": "The post code component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsRouteService": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of the route service.", "nullable": true }, "service_type": { "type": "string", "description": "The route service type.", "nullable": true }, "service_number": { "type": "string", "description": "The route service number.", "nullable": true }, "delivery_name": { "type": "string", "description": "The route service delivery name.", "nullable": true }, "qualifier": { "type": "string", "description": "The route service qualifier.", "nullable": true } }, "additionalProperties": false, "description": "The route service component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsStreet": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The combination of the other populated secondary street components: prefix, name, type, suffix.", "nullable": true, "example": "Summer St" }, "name": { "type": "string", "description": "The street name only.", "nullable": true, "example": "Summer" }, "type": { "type": "string", "description": "The street type only.", "nullable": true, "example": "St" }, "prefix": { "type": "string", "description": "The street prefix only.", "nullable": true }, "suffix": { "type": "string", "description": "The street suffix only.", "nullable": true } }, "additionalProperties": false, "description": "The street component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuilding": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of a building or property.", "nullable": true }, "entrance": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuildingItem" }, "floor": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuildingItem" }, "door": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuildingItem" } }, "additionalProperties": false, "description": "The sub building component." }, "BulkAddressV1GetBatchResultsResponseAddressComponentsSubBuildingItem": { "type": "object", "properties": { "full_name": { "type": "string", "description": "The full name of this subcomponent.", "nullable": true, "example": "L 6" }, "type": { "type": "string", "description": "The type of this subcomponent.", "nullable": true, "example": "L" }, "value": { "type": "string", "description": "The value of this subcomponent.", "nullable": true, "example": "6" } }, "additionalProperties": false, "description": "An item of sub-building information, such as a floor or entrance number or name." }, "BulkAddressV1GetBatchResultsResponseAddressMatchInfo": { "type": "object", "properties": { "postcode_action": { "type": "string", "description": "Postcode action info.", "nullable": true }, "address_action": { "type": "string", "description": "Address action info.", "nullable": true }, "generic_info": { "type": "array", "items": { "type": "string" }, "description": "General match codes info.", "nullable": true }, "aus_info": { "type": "array", "items": { "type": "string" }, "description": "AUS specific match codes info.", "nullable": true }, "deu_info": { "type": "array", "items": { "type": "string" }, "description": "DEU specific match codes info.", "nullable": true }, "fra_info": { "type": "array", "items": { "type": "string" }, "description": "FRA specific match codes info.", "nullable": true }, "gbr_info": { "type": "array", "items": { "type": "string" }, "description": "GBR specific match codes info.", "nullable": true }, "nld_info": { "type": "array", "items": { "type": "string" }, "description": "NLD specific match codes info.", "nullable": true }, "nzl_info": { "type": "array", "items": { "type": "string" }, "description": "NZL specific match codes info.", "nullable": true }, "sgp_info": { "type": "array", "items": { "type": "string" }, "description": "SGP specific match codes info.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response Address Match Info data" }, "BulkAddressV1GetBatchResultsResponseAddressMetadata": { "type": "object", "properties": { "address_info": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataAddressInfo" }, "route_classification": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataRouteClassification" }, "barcode": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataBarcode" }, "address_classification": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataAddressClassification" }, "dpv": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataDpv" } }, "additionalProperties": false, "description": "The address metadata." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataAddressClassification": { "type": "object", "properties": { "address_type": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataAddressClassificationAddressType" }, "delivery_type": { "type": "string", "description": "Type of mail delivery at the address. Either \"business\", \"residential\" or \"mixed\".", "nullable": true, "example": "Business" }, "is_deliverable": { "type": "string", "description": "Indicator if the address is deliverable - applicable to NZL addresses only.", "nullable": true, "example": "Y" } }, "additionalProperties": false, "description": "Address deliverability and type indicators." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataAddressClassificationAddressType": { "type": "object", "properties": { "code": { "type": "string", "description": "The code of the address type (applicable to USA, AUS and NZL addresses).", "nullable": true, "example": "S" }, "description": { "type": "string", "description": "The description of the address type (applicable to USA, AUS and NZL addresses).", "nullable": true, "example": "Street" } }, "additionalProperties": false, "description": "The address type." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataAddressInfo": { "type": "object", "properties": { "sources": { "type": "array", "items": { "type": "string" }, "description": "Source of address information.", "nullable": true }, "number_of_households": { "type": "string", "description": "Number of households for records in GBR Not Yet Built, or multi-occupancy count of the owning delivery point for GBR Multiple Residence.", "nullable": true, "example": "1" }, "just_built_date": { "type": "string", "description": "Construction date of the record, if it has been constructed in the last 6 months (GBR specific).", "nullable": true, "example": "20210605" }, "identifier": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddressMetadataAddressInfoIdentifier" } }, "additionalProperties": false, "description": "Address information." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataAddressInfoIdentifier": { "type": "object", "properties": { "udprn": { "type": "string", "description": "Royal Mail's Unique Delivery Point Reference Number, an eight-digit code assigned to every delivery point in the Postcode Address File (PAF).", "nullable": true, "example": "12353232" }, "umrrn": { "type": "string", "description": "Royal Mail's Unique Multiple Residence Reference Number, an eight-digit code linked to UDPRNs in Royal Mail's Multiple Residence dataset.", "nullable": true, "example": "50101642" }, "dpid": { "type": "string", "description": "Australia Post's Delivery Point Identifier, an eight-digit number that uniquely identifies a physical location to which Australia Post delivers mail - applicable to AUS and NZL addresses.", "nullable": true, "example": "62147712" }, "gnafpid": { "type": "string", "description": "Geoscape Australia's Geocoded National Address File Persistent Identifier (G-NAF ID).", "nullable": true, "example": "GAVIC424477161" }, "hin": { "type": "string", "description": "Household Identification Number (applicable for AUS addresses).", "nullable": true, "example": "203060068" }, "paf_address_key": { "type": "string", "description": "PAF Address key (GBR specific).", "nullable": true, "example": "2304084100000000S" } }, "additionalProperties": false, "description": "The ID metadata of formatted address." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataBarcode": { "type": "object", "properties": { "delivery_point_barcode": { "type": "string", "description": "The delivery point barcode (applicable for USA addresses only).", "nullable": true, "example": "02139430177" }, "check_digit": { "type": "string", "description": "The delivery point barcode's check digit (applicable for USA addresses only).", "nullable": true, "example": "3" }, "sort_plan_number": { "type": "string", "description": "The sort plan number barcode (applicable for AUS addresses only).", "nullable": true, "example": "022" } }, "additionalProperties": false, "description": "Address barcode." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataDpv": { "type": "object", "properties": { "cmra_indicator": { "type": "string", "description": "Indicates that the address is a private business that acts as a commercial mail-receiving agent for specific clients.", "nullable": true, "example": "Y" }, "seed_indicator": { "type": "string", "description": "Seed records are control records placed by the USPS to prevent unauthorized tampering (e.g., creation of lists containing every single delivery point in a geographical region). A seed address will deactivate DPV functionality. To re-activate, please visit the Self Service Portal.", "nullable": true, "example": "Y" }, "dpv_indicator": { "type": "string", "description": "Indicates whether selected address is confirmed as deliverable via DPV (Delivery Point Validation) process. For all possible values, please visit our technical documentation portal.", "nullable": true, "example": "Y" }, "footnotes": { "type": "array", "items": { "type": "string" }, "description": "USPS codes denoting DPV match levels. For a list of all possible values, please visit our technical documentation portal.", "nullable": true, "example": [ "AA", "BB" ] }, "vacancy_indicator": { "type": "string", "description": "An address known to be unoccupied for over 90 days and therefore not receiving mail deliveries.", "nullable": true, "example": "Y" }, "no_stats_indicator": { "type": "string", "description": "An address known to not receive mail deliveries (e.g. a house under construction).", "nullable": true, "example": "Y" }, "pbsa_indicator": { "type": "string", "description": "Indicates addresses known to be Post Office Box Street Addresses (PBSA).", "nullable": true, "example": "Y" } }, "additionalProperties": false, "description": "Delivery Point Validation information for the address (USA only)." }, "BulkAddressV1GetBatchResultsResponseAddressMetadataRouteClassification": { "type": "object", "properties": { "carrier_route": { "type": "string", "description": "The carrier route value (applicable for USA addresses only).", "nullable": true, "example": "C077" }, "id": { "type": "string", "description": "The street identifier (applicable for AUS addresses only).", "nullable": true, "example": "38396" } }, "additionalProperties": false, "description": "Address deliverability and type indicators." }, "BulkAddressV1GetBatchResultsResponseResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "credits_charged": { "type": "integer", "description": "The number of credits charged for this Batch.", "format": "int32" }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseStatistic" }, "description": "The statistics of the address confidence level.", "nullable": true }, "addresses": { "type": "array", "items": { "$ref": "#/components/schemas/BulkAddressV1GetBatchResultsResponseAddress" }, "description": "The Addresses validation results.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batch Results result." }, "BulkAddressV1GetBatchResultsResponseStatistic": { "type": "object", "properties": { "name": { "type": "string", "description": "Confidence.", "nullable": true, "example": "verified" }, "value": { "type": "integer", "description": "Count.", "format": "int32", "example": 10 } }, "additionalProperties": false, "description": "Bulk Address V1 Get Results response statistic." }, "BulkAddressV1GetBatchStatusMetadata": { "type": "object", "properties": { "batch_config": { "$ref": "#/components/schemas/BulkAddressV1GetBatchStatusMetadataBatchConfig" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batch Status metadata." }, "BulkAddressV1GetBatchStatusMetadataBatchConfig": { "type": "object", "properties": { "country_iso": { "type": "string", "description": "Country ISO.", "nullable": true }, "datasets": { "type": "array", "items": { "type": "string" }, "description": "Datasets.", "nullable": true }, "add_components": { "type": "boolean", "description": "Add components.", "nullable": true }, "add_metadata": { "type": "boolean", "description": "Add metadata.", "nullable": true }, "add_extra_match_info": { "type": "boolean", "description": "Add extra match info.", "nullable": true }, "max_processing_time": { "type": "string", "description": "Optional maximum processing time of the batch.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batch Status metadata's batch config." }, "BulkAddressV1GetBatchStatusResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1GetBatchStatusResult" }, "metadata": { "$ref": "#/components/schemas/BulkAddressV1GetBatchStatusMetadata" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batch Status response." }, "BulkAddressV1GetBatchStatusResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of address have been submitted.", "format": "int32", "nullable": true }, "records_processed": { "type": "integer", "description": "The number of address have been processed.", "format": "int32", "nullable": true }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batch Status result." }, "BulkAddressV1GetBatchesBatch": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of addresses have been submitted.", "format": "int32" }, "records_processed": { "type": "integer", "description": "The number of addresses have been processed.", "format": "int32" }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time" }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batches Batch Info." }, "BulkAddressV1GetBatchesResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1GetBatchesResult" } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batches response." }, "BulkAddressV1GetBatchesResult": { "type": "object", "properties": { "batches": { "type": "array", "items": { "$ref": "#/components/schemas/BulkAddressV1GetBatchesBatch" }, "description": "Batches.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Get Batches result." }, "BulkAddressV1StartBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1StartBatchResult" } }, "additionalProperties": false, "description": "Bulk Address V1 Start Batch response." }, "BulkAddressV1StartBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Start Batch result." }, "BulkAddressV1StopBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkAddressV1StopBatchResult" } }, "additionalProperties": false, "description": "Bulk Address V1 Stop Batch response." }, "BulkAddressV1StopBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Address V1 Stop Batch result." }, "BulkEmailV1CreateBatchRequest": { "required": [ "emails" ], "type": "object", "properties": { "defaults": { "$ref": "#/components/schemas/BulkEmailV1CreateBatchRequestOptions" }, "emails": { "maxItems": 10000, "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/BulkEmailV1CreateBatchRequestEmail" }, "description": "List of input components." } }, "additionalProperties": false, "description": "Bulk Email V1 Create Batch request." }, "BulkEmailV1CreateBatchRequestEmail": { "type": "object", "properties": { "email": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "The email address that is the subject of the validation.", "nullable": true, "example": "support@experian.com" } }, "additionalProperties": false, "description": "Bulk Email V1 email component." }, "BulkEmailV1CreateBatchRequestOptions": { "type": "object", "properties": { "batch_reference_id": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string", "description": "Optional identifier that will be returned in the response to help you track the batch.", "nullable": true }, "max_processing_time": { "maxLength": 10, "minLength": 0, "type": "string", "description": "Optional maximum processing time of the batch.\nIf the batch is still processing after this time, it will be stopped.\nThe value should be in ISO 8601 duration format (e.g., \"PT30M\" for 30 minutes).\nMaximum allowed value is \"PT24H\" (24 hours). Minimum allowed value is \"PT1M\" (1 minute).", "nullable": true } }, "additionalProperties": false, "description": "The default options that applied to the batch." }, "BulkEmailV1CreateBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1CreateBatchResult" } }, "additionalProperties": false, "description": "Bulk Email V1 Create Batch response." }, "BulkEmailV1CreateBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Create Batch result." }, "BulkEmailV1GetBatchResultsResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResult" } }, "additionalProperties": false, "description": "Bulk Email V1 Get Results response." }, "BulkEmailV1GetBatchResultsResponseEmail": { "type": "object", "properties": { "email": { "type": "string", "description": "The email address that is the subject of the validation.", "nullable": true, "example": "support@experian.com" }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "verified" }, "verbose_output": { "type": "string", "description": "Additional information on the confidence level.", "nullable": true, "example": "verified" }, "did_you_mean": { "type": "array", "items": { "type": "string" }, "description": "A list of more likely email addresses. Suggestions include fixes to syntax errors in the provided email address, typos in domains etc.", "nullable": true }, "metadata": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResponseEmailMetadata" } }, "additionalProperties": false, "description": "Bulk Email V1 Get Results response." }, "BulkEmailV1GetBatchResultsResponseEmailMetadata": { "type": "object", "properties": { "domain_detail": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResponseEmailMetadataDomainDetail" } }, "additionalProperties": false, "description": "Metadata fields and values that can be returned, in addition to the main core information." }, "BulkEmailV1GetBatchResultsResponseEmailMetadataDomainDetail": { "type": "object", "properties": { "type": { "type": "string", "description": "Type field value:\nconsumer - returned for \"free\" domains\nbusiness - returned for \"business\" domains\nOmit the field \"type\" when we are unable to provide a value", "nullable": true, "example": "consumer " } }, "additionalProperties": false, "description": "Details about the domain." }, "BulkEmailV1GetBatchResultsResponseStatistic": { "type": "object", "properties": { "name": { "type": "string", "description": "Confidence.", "nullable": true, "example": "verified" }, "value": { "type": "integer", "description": "Count.", "format": "int32", "example": 10 } }, "additionalProperties": false, "description": "Bulk Email V1 Get Results response statistic." }, "BulkEmailV1GetBatchResultsResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "credits_charged": { "type": "integer", "description": "The number of credits charged for this Batch.", "format": "int32" }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResponseStatistic" }, "description": "The statistics of the email confidence level.", "nullable": true }, "emails": { "type": "array", "items": { "$ref": "#/components/schemas/BulkEmailV1GetBatchResultsResponseEmail" }, "description": "The Emails validation results.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batch Results result." }, "BulkEmailV1GetBatchStatusBatchConfig": { "type": "object", "properties": { "max_processing_time": { "type": "string", "description": "Optional maximum processing time of the batch.", "nullable": true } }, "additionalProperties": false, "description": "The submitted default options." }, "BulkEmailV1GetBatchStatusMetadata": { "type": "object", "properties": { "batch_config": { "$ref": "#/components/schemas/BulkEmailV1GetBatchStatusBatchConfig" } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batch Status metadata." }, "BulkEmailV1GetBatchStatusResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1GetBatchStatusResult" }, "metadata": { "$ref": "#/components/schemas/BulkEmailV1GetBatchStatusMetadata" } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batch Status response." }, "BulkEmailV1GetBatchStatusResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of email have been submitted.", "format": "int32", "nullable": true }, "records_processed": { "type": "integer", "description": "The number of email have been processed.", "format": "int32", "nullable": true }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batch Status result." }, "BulkEmailV1GetBatchesBatch": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of emails have been submitted.", "format": "int32" }, "records_processed": { "type": "integer", "description": "The number of emails have been processed.", "format": "int32" }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time" }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batches Batch Info." }, "BulkEmailV1GetBatchesResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1GetBatchesResult" } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batches response." }, "BulkEmailV1GetBatchesResult": { "type": "object", "properties": { "batches": { "type": "array", "items": { "$ref": "#/components/schemas/BulkEmailV1GetBatchesBatch" }, "description": "Batches.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Get Batches result." }, "BulkEmailV1StartBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1StartBatchResult" } }, "additionalProperties": false, "description": "Bulk Email V1 Start Batch response." }, "BulkEmailV1StartBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Start Batch result." }, "BulkEmailV1StopBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkEmailV1StopBatchResult" } }, "additionalProperties": false, "description": "Bulk Email V1 Stop Batch response." }, "BulkEmailV1StopBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Email V1 Stop Batch result." }, "BulkPhoneV1CreateBatchRequest": { "required": [ "phones" ], "type": "object", "properties": { "defaults": { "$ref": "#/components/schemas/BulkPhoneV1CreateBatchRequestOptions" }, "phones": { "maxItems": 10000, "minItems": 1, "type": "array", "items": { "$ref": "#/components/schemas/BulkPhoneV1CreateBatchRequestPhone" }, "description": "List of input components." } }, "additionalProperties": false, "description": "Bulk Phone V1 Create Batch request." }, "BulkPhoneV1CreateBatchRequestOptions": { "type": "object", "properties": { "output_format": { "maxLength": 10, "minLength": 0, "type": "string", "description": "The desired format of the phone number: E164, PLUS_E164, NATIONAL, any 3-letter ISO country code.\nIf not specified, the default format, E164, will be used.", "nullable": true, "example": "NATIONAL" }, "country_iso": { "maxLength": 3, "minLength": 0, "type": "string", "description": "You can indicate the 3-letter ISO country code if the phone number that is subject to validation doesn't contain a phone country code.", "nullable": true, "example": "GBR" }, "get_ported_date": { "type": "boolean", "description": "The date the phone number was last ported, returned only if the number has been moved to a different network.\nThis is an optional field and is included only when get_ported_date is set to true, which incurs an additional click.", "nullable": true, "example": true }, "supplementary_live_status": { "$ref": "#/components/schemas/CreateBatchSupplementaryLiveStatus" }, "batch_reference_id": { "maxLength": 256, "minLength": 0, "pattern": "^[\\w\\-\\/\\:\\.\\,\\(\\) ]+$", "type": "string", "description": "Optional identifier that will be returned in the response to help you track the batch.", "nullable": true }, "max_processing_time": { "maxLength": 10, "minLength": 0, "type": "string", "description": "Optional maximum processing time of the batch.\nIf the batch is still processing after this time, it will be stopped.\nThe value should be in ISO 8601 duration format (e.g., \"PT30M\" for 30 minutes).\nMaximum allowed value is \"PT24H\" (24 hours). Minimum allowed value is \"PT1M\" (1 minute).", "nullable": true } }, "additionalProperties": false, "description": "The default options that applied to all the phone numbers." }, "BulkPhoneV1CreateBatchRequestPhone": { "type": "object", "properties": { "number": { "maxLength": 1000, "minLength": 0, "type": "string", "description": "The phone number that is the subject of the validation.", "nullable": true, "example": "1234567890" }, "country_iso": { "maxLength": 50, "minLength": 0, "type": "string", "description": "You can indicate the 3-letter ISO country code if the phone number that is subject to validation doesn't contain a phone country code.\nThis will overwrite the country_iso in the default options.", "nullable": true, "example": "GBR" } }, "additionalProperties": false, "description": "Bulk Phone V1 phone component." }, "BulkPhoneV1CreateBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1CreateBatchResult" } }, "additionalProperties": false, "description": "Bulk Phone V1 Create Batch response." }, "BulkPhoneV1CreateBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Create Batch result." }, "BulkPhoneV1GetBatchResultsResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchResultsResult" } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Results response." }, "BulkPhoneV1GetBatchResultsResponsePhone": { "type": "object", "properties": { "number": { "type": "string", "description": "The phone number that is the subject of the validation.", "nullable": true, "example": "17087694383" }, "validated_phone_number": { "type": "string", "description": "The validated phone number. Also includes the international country calling code. Note\nthat this field is returned even if the phone number has a confidence status of \"Invalid\".", "nullable": true, "example": "17087694383" }, "formatted_phone_number": { "type": "string", "description": "The phone number in the format you specified in \"output_format\".", "nullable": true, "example": "(708) 769-4383" }, "phone_type": { "type": "string", "description": "The type of phone number. Note: Landline is only supported in North America.", "nullable": true, "example": "Mobile" }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "Verified" }, "ported_date": { "type": "string", "description": "The date the phone number was last ported, returned only if the number has been moved to a different network. \nThis is an optional field and is included only when get_ported_date is set to true, which incurs an additional click.", "nullable": true, "example": "2012-06-27T09:32:09Z" }, "disposable_number": { "type": "string", "description": "Indicates whether the phone number is a disposable number based on lookup list of disposable numbers.\nIf the number can be found in the lookup list, the value returned will be \"Yes\". Otherwise, the value returned\nwill be \"Unknown\". This value would be returned if the get_disposable_number boolean is set to true.", "nullable": true, "example": "Yes" }, "metadata": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchResultsResponsePhoneMetadata" } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Results response." }, "BulkPhoneV1GetBatchResultsResponsePhoneMetadata": { "type": "object", "properties": { "original_operator_name": { "type": "string", "description": "The name of the MSISDN operator where the phone number was originally registered.", "nullable": true, "example": "T-Mobile" }, "original_network_status": { "type": "string", "description": "The status of the network where the phone number was originally registered.", "nullable": true, "example": "Available" }, "original_home_network_identity": { "type": "string", "description": "The Mobile Country Code (MCC) and Mobile Network Code (MNC) where the phone number was originally registered.", "nullable": true, "example": "310200" }, "original_country_prefix": { "type": "string", "description": "The international calling code of the country where the phone number was originally registered.", "nullable": true, "example": "1" }, "original_country_name": { "type": "string", "description": "The name of the country where the phone number was originally registered.", "nullable": true, "example": "United States of America" }, "original_country_iso": { "type": "string", "description": "The 3-letter ISO code of the country where the phone number was originally registered.", "nullable": true, "example": "USA" }, "operator_name": { "type": "string", "description": "The name of the MSISDN operator where the phone number is currently registered.", "nullable": true, "example": "Verizon" }, "network_status": { "type": "string", "description": "The status of the network where the phone number is currently registered.", "nullable": true, "example": "Available" }, "home_network_identity": { "type": "string", "description": "The Mobile Country Code (MCC) and Mobile Network Code (MNC) where the phone number is currently registered.", "nullable": true, "example": "311480" }, "country_prefix": { "type": "string", "description": "The international calling code of the country where the phone number is currently registered.", "nullable": true, "example": "1" }, "country_name": { "type": "string", "description": "The name of the country where the phone number is currently registered.", "nullable": true, "example": "United States of America" }, "country_iso": { "type": "string", "description": "The 3-letter ISO code of the country where the phone number is currently registered.", "nullable": true, "example": "USA" }, "is_ported": { "type": "string", "description": "Indicates whether the phone number is ported or not.", "nullable": true, "example": "Yes" }, "email_to_sms_address": { "type": "string", "description": "Email address which can be used to send SMS messages to this phone number.", "nullable": true, "example": "7087694383@vtext.com" }, "email_to_mms_address": { "type": "string", "description": "Email address which can be used to send MMS messages to this phone number.", "nullable": true, "example": "7087694383@vzwpix.com" } }, "additionalProperties": false, "description": "Metadata fields and values that can be returned, in addition to the main core information." }, "BulkPhoneV1GetBatchResultsResponseStatistic": { "type": "object", "properties": { "name": { "type": "string", "description": "Confidence.", "nullable": true, "example": "Verified" }, "value": { "type": "integer", "description": "Count.", "format": "int32", "example": 10 } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Results response statistic." }, "BulkPhoneV1GetBatchResultsResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "credits_charged": { "type": "integer", "description": "The number of credits charged for this Batch.", "format": "int32" }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchResultsResponseStatistic" }, "description": "The statistics of the phone numbers confidence level.", "nullable": true }, "phones": { "type": "array", "items": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchResultsResponsePhone" }, "description": "The phones validation results.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batch Results result." }, "BulkPhoneV1GetBatchStatusBatchConfig": { "type": "object", "properties": { "output_format": { "type": "string", "description": "The desired format of the phone number: E164, PLUS_E164, NATIONAL, any 3-letter ISO country code.", "nullable": true }, "country_iso": { "type": "string", "description": "The 3-letter ISO country code if the phone number that is subject to validation doesn't contain a phone country code.", "nullable": true }, "get_ported_date": { "type": "boolean", "description": "A boolean indicator to attempt to retrieve the last ported date of the phone number.", "nullable": true }, "supplementary_live_status": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchStatusBatchConfigSupplementaryLiveStatus" }, "max_processing_time": { "type": "string", "description": "Optional maximum processing time of the batch.", "nullable": true } }, "additionalProperties": false, "description": "The submitted default options." }, "BulkPhoneV1GetBatchStatusBatchConfigSupplementaryLiveStatus": { "type": "object", "properties": { "mobile": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Mobile Phone Number.", "nullable": true }, "landline": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Landline Phone Number.", "nullable": true } }, "additionalProperties": false, "description": "Batch configuration supplementary live status." }, "BulkPhoneV1GetBatchStatusMetadata": { "type": "object", "properties": { "batch_config": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchStatusBatchConfig" } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batch Status metadata." }, "BulkPhoneV1GetBatchStatusResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchStatusResult" }, "metadata": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchStatusMetadata" } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batch Status response." }, "BulkPhoneV1GetBatchStatusResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of phone numbers have been submitted.", "format": "int32", "nullable": true }, "records_processed": { "type": "integer", "description": "The number of phone numbers have been processed.", "format": "int32", "nullable": true }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time" }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batch Status result." }, "BulkPhoneV1GetBatchesBatch": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true }, "reason": { "type": "string", "description": "The reason of the current Batch status.", "nullable": true }, "records": { "type": "integer", "description": "The number of phone numbers have been submitted.", "format": "int32" }, "records_processed": { "type": "integer", "description": "The number of phone numbers have been processed.", "format": "int32" }, "date_submitted": { "type": "string", "description": "The date time when the Batch is created in ISO-8601 format.", "format": "date-time" }, "date_started": { "type": "string", "description": "The date time when the Batch is started in ISO-8601 format.", "format": "date-time", "nullable": true }, "date_ended": { "type": "string", "description": "The date time when the Batch is ended in ISO-8601 format.", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batches Batch Info." }, "BulkPhoneV1GetBatchesResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchesResult" } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batches response." }, "BulkPhoneV1GetBatchesResult": { "type": "object", "properties": { "batches": { "type": "array", "items": { "$ref": "#/components/schemas/BulkPhoneV1GetBatchesBatch" }, "description": "Batches.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Get Batches result." }, "BulkPhoneV1StartBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1StartBatchResult" } }, "additionalProperties": false, "description": "Bulk Phone V1 Start Batch response." }, "BulkPhoneV1StartBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Start Batch result." }, "BulkPhoneV1StopBatchResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/BulkPhoneV1StopBatchResult" } }, "additionalProperties": false, "description": "Bulk Phone V1 Stop Batch response." }, "BulkPhoneV1StopBatchResult": { "type": "object", "properties": { "batch_id": { "type": "string", "description": "Batch ID.", "nullable": true }, "batch_reference_id": { "type": "string", "description": "Optional reference identifier to track this batch.", "nullable": true }, "status": { "type": "string", "description": "The current Batch status.", "nullable": true } }, "additionalProperties": false, "description": "Bulk Phone V1 Stop Batch result." }, "CommercialMosaicElements": { "type": "object", "properties": { "group_type_code": { "type": "string", "description": "The group type code.", "nullable": true }, "group_type_description": { "type": "string", "description": "The group type description.", "nullable": true }, "group_code": { "type": "string", "description": "The group code.", "nullable": true }, "group_description": { "type": "string", "description": "The group description.", "nullable": true } }, "additionalProperties": false, "description": "The Commercial mosaic elements." }, "CreateBatchSupplementaryLiveStatus": { "type": "object", "properties": { "mobile": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Mobile Phone Number.", "nullable": true, "example": [ "USA" ] }, "landline": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Landline Phone Number.", "nullable": true, "example": [ "GBR" ] } }, "additionalProperties": false, "description": "The supplementary live status request model. Please note that this feature has additional charge if requested." }, "DatasetMetadata": { "type": "object", "properties": { "code": { "type": "string", "description": "Attribute-level metadata code.", "nullable": true, "example": "S200" }, "message": { "type": "string", "description": "Attribute-level metadata message.", "nullable": true, "example": "Match" }, "value": { "type": "string", "description": "The attribute's value that was returned by the API.", "nullable": true } }, "additionalProperties": false, "description": "The attribute's metadata." }, "DatasetMetadataV2": { "required": [ "code", "message", "value" ], "type": "object", "properties": { "code": { "type": "string", "nullable": true }, "message": { "type": "string", "nullable": true }, "value": { "type": "string", "nullable": true } }, "additionalProperties": false }, "EmailRiskResult": { "type": "object", "properties": { "score": { "type": "integer", "description": "A score indicating the risk level. Low score: 0, High score: 100", "format": "int32", "nullable": true, "example": "100" }, "tumbling_risk": { "type": "integer", "description": "A score indicating multiple variations of the same email address. 0 indicates no tumbling detected, while values of 1, 2 and 3 indicated a linear risk of tumbling detected.", "format": "int32", "nullable": true, "example": "3" }, "domain_risk": { "type": "integer", "description": "A score indicating the domain risk level, based on historical information and industry data. Low score: 0, High score: 10.", "format": "int32", "nullable": true } }, "additionalProperties": false, "description": "The risk of a fraudulent profile." }, "EmailValidationV1Confidence": { "enum": [ "verified", "undeliverable", "unreachable", "illegitimate", "disposable", "unknown" ], "type": "string", "description": "The outcome (confidence level) of the validation." }, "EmailValidationV1Request": { "required": [ "email" ], "type": "object", "properties": { "email": { "minLength": 1, "type": "string", "description": "The email address that is the subject of the validation.", "example": "support@experian.com" }, "timeout": { "type": "integer", "description": "Maximum time you are prepared to wait for a response, expressed in seconds. Acceptable values: 3-15. If a timeout occurs, a confidence status of \"unknown\" and a verbose result of \"timeout\" will be returned.", "format": "int32" } }, "additionalProperties": false, "description": "The request model.", "xml": { "name": "request" } }, "EmailValidationV1Response": { "type": "object", "properties": { "reference_id": { "type": "string", "description": "If you chose to submit a \"Reference-Id\" in the response body, the value will be returned with the response.", "nullable": true }, "transaction_id": { "type": "string", "description": "Unique Experian-assigned transaction identifier.", "nullable": true, "example": "ab123ab1-abc1-1234-abcd-ab1a123a1a12" }, "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/EmailValidationV1Result" } }, "additionalProperties": false, "description": "The response model.", "xml": { "name": "response" } }, "EmailValidationV1Result": { "type": "object", "properties": { "email": { "type": "string", "description": "The email address that is the subject of the validation.", "nullable": true, "example": "support@experian.com" }, "confidence": { "$ref": "#/components/schemas/EmailValidationV1Confidence" }, "verbose": { "type": "string", "description": "Additional information on the confidence level.", "nullable": true, "example": "verified, mailboxFull, unreachable" }, "corrections": { "type": "array", "items": { "type": "string", "xml": { "name": "correction" } }, "description": "A list of more likely email addresses. Suggestions include fixes to syntax errors in the provided email address, typos in domains etc.", "nullable": true, "xml": { "name": "corrections", "wrapped": true } } }, "additionalProperties": false, "description": "Details about the result. Includes the validated data and its confidence level." }, "EnrichmentV2AprClassification": { "enum": [ "code", "record", "scheme" ], "type": "string", "description": "The dataset named Addressbase Classification and its associated attributes." }, "EnrichmentV2AprClassificationCodeResult": { "type": "object", "properties": { "code": { "type": "string", "description": "Code describing land use classification.", "nullable": true }, "primary": { "type": "string", "description": "Description of primary classification element.", "nullable": true }, "secondary": { "type": "string", "description": "Description of secondary classification element.", "nullable": true }, "tertiary": { "type": "string", "description": "Description of tertiary classification element.", "nullable": true }, "quaternary": { "type": "string", "description": "Description of quaternary classification element.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Classification Code." }, "EnrichmentV2AprClassificationMetadata": { "type": "object", "properties": { "code": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "record": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "scheme": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprClassificationRecordResult": { "type": "object", "properties": { "key": { "type": "string", "description": "Unique key of the classification record.", "nullable": true }, "start_date": { "type": "string", "description": "Start date of classification record.", "nullable": true }, "end_date": { "type": "string", "description": "End date of classification record.", "nullable": true }, "update_date": { "type": "string", "description": "Last update date of classification record.", "nullable": true }, "entry_date": { "type": "string", "description": "Entry date of classification record.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Classification Record." }, "EnrichmentV2AprClassificationResult": { "type": "object", "properties": { "code": { "$ref": "#/components/schemas/EnrichmentV2AprClassificationCodeResult" }, "record": { "$ref": "#/components/schemas/EnrichmentV2AprClassificationRecordResult" }, "scheme": { "$ref": "#/components/schemas/EnrichmentV2AprClassificationSchemeResult" } }, "additionalProperties": false, "description": "Response for Addressbase Classification dataset." }, "EnrichmentV2AprClassificationSchemeResult": { "type": "object", "properties": { "scheme": { "type": "string", "description": "Name of the classification scheme.", "nullable": true }, "version": { "type": "string", "description": "Version of the classification scheme.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Classification Scheme." }, "EnrichmentV2AprCrossReference": { "enum": [ "addresslayer_2", "council_tax", "integrated_transport_network", "non_domestic_rates", "topography_layer" ], "type": "string", "description": "The dataset named Addressbase Cross Reference and its associated attributes." }, "EnrichmentV2AprCrossReferenceAddressLayer2Result": { "type": "object", "properties": { "primary_key": { "type": "string", "description": "Primary key of the record in external dataset.", "nullable": true }, "key": { "type": "string", "description": "Unique key for the cross reference record.", "nullable": true }, "version": { "type": "string", "description": "Version number of the source object.", "nullable": true }, "created_date": { "type": "string", "description": "Date the record was created.", "nullable": true }, "update_date": { "type": "string", "description": "Date the record was last changed.", "nullable": true }, "entry_date": { "type": "string", "description": "Date of data entry.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference Address Layer 2." }, "EnrichmentV2AprCrossReferenceCouncilTaxResult": { "type": "object", "properties": { "primary_key": { "type": "string", "description": "Primary key of the record in external dataset.", "nullable": true }, "key": { "type": "string", "description": "Unique key for the cross reference record.", "nullable": true }, "version": { "type": "string", "description": "Version number of the source object.", "nullable": true }, "created_date": { "type": "string", "description": "Date the record was created.", "nullable": true }, "update_date": { "type": "string", "description": "Date the record was last changed.", "nullable": true }, "entry_date": { "type": "string", "description": "Date of data entry.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference Council Tax." }, "EnrichmentV2AprCrossReferenceIntegratedTransportNetworkResult": { "type": "object", "properties": { "primary_key": { "type": "string", "description": "Primary key of the record in external dataset.", "nullable": true }, "key": { "type": "string", "description": "Unique key for the cross reference record.", "nullable": true }, "version": { "type": "string", "description": "Version number of the source object.", "nullable": true }, "created_date": { "type": "string", "description": "Date the record was created.", "nullable": true }, "update_date": { "type": "string", "description": "Date the record was last changed.", "nullable": true }, "entry_date": { "type": "string", "description": "Date of data entry.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference Integrated Transport Network." }, "EnrichmentV2AprCrossReferenceMetadata": { "type": "object", "properties": { "addresslayer_2": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "council_tax": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "integrated_transport_network": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "non_domestic_rates": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "topography_layer": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprCrossReferenceNonDomesticRatesResult": { "type": "object", "properties": { "primary_key": { "type": "string", "description": "Primary key of the record in external dataset.", "nullable": true }, "key": { "type": "string", "description": "Unique key for the cross reference record.", "nullable": true }, "version": { "type": "string", "description": "Version number of the source object.", "nullable": true }, "created_date": { "type": "string", "description": "Date the record was created.", "nullable": true }, "update_date": { "type": "string", "description": "Date the record was last changed.", "nullable": true }, "entry_date": { "type": "string", "description": "Date of data entry.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference Non Domestic Rates." }, "EnrichmentV2AprCrossReferenceResult": { "type": "object", "properties": { "addresslayer_2": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceAddressLayer2Result" }, "council_tax": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceCouncilTaxResult" }, "integrated_transport_network": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceIntegratedTransportNetworkResult" }, "non_domestic_rates": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceNonDomesticRatesResult" }, "topography_layer": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceTopographyLayerResult" } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference dataset." }, "EnrichmentV2AprCrossReferenceTopographyLayerResult": { "type": "object", "properties": { "primary_key": { "type": "string", "description": "Primary key of the record in external dataset.", "nullable": true }, "key": { "type": "string", "description": "Unique key for the cross reference record.", "nullable": true }, "version": { "type": "string", "description": "Version number of the source object.", "nullable": true }, "created_date": { "type": "string", "description": "Date the record was created.", "nullable": true }, "update_date": { "type": "string", "description": "Date the record was last changed.", "nullable": true }, "entry_date": { "type": "string", "description": "Date of data entry.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Cross Reference Topography Layer." }, "EnrichmentV2AprGovernment": { "enum": [ "government" ], "type": "string", "description": "The dataset named Addressbase Government and its associated attributes." }, "EnrichmentV2AprGovernmentElementsResult": { "type": "object", "properties": { "eer_code": { "type": "string", "description": "Code for European Electoral Region.", "nullable": true }, "eer_name": { "type": "string", "description": "Name of European Electoral Region.", "nullable": true }, "gor_code": { "type": "string", "description": "Code for Government Office Region.", "nullable": true }, "gor_name": { "type": "string", "description": "Name of Government Office Region.", "nullable": true }, "lea_code": { "type": "string", "description": "Code for Local Education Authority.", "nullable": true }, "lea_name": { "type": "string", "description": "Name of Local Education Authority.", "nullable": true }, "la_code": { "type": "string", "description": "Code for Local Authority.", "nullable": true }, "la_name": { "type": "string", "description": "Name of Local Authority.", "nullable": true }, "ward_code": { "type": "string", "description": "Code for Local Authority Ward.", "nullable": true }, "ward_name": { "type": "string", "description": "Name of Local Authority Ward.", "nullable": true }, "cens_out_area": { "type": "string", "description": "Census Area output code.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Government Elements." }, "EnrichmentV2AprGovernmentMetadata": { "type": "object", "properties": { "government": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprGovernmentResult": { "type": "object", "properties": { "government": { "$ref": "#/components/schemas/EnrichmentV2AprGovernmentElementsResult" } }, "additionalProperties": false, "description": "Response for Addressbase Government dataset." }, "EnrichmentV2AprHealth": { "enum": [ "health" ], "type": "string", "description": "The dataset named Addressbase Health and its associated attributes." }, "EnrichmentV2AprHealthElementsResult": { "type": "object", "properties": { "authority_code": { "type": "string", "description": "Code for NHS Authority.", "nullable": true }, "authority_name": { "type": "string", "description": "Name of NHS Authority.", "nullable": true }, "pclh_code": { "type": "string", "description": "Code for Primary Care Trust or Local Health Group.", "nullable": true }, "pclh_name": { "type": "string", "description": "Name of Primary Care Trust or Local Health Group.", "nullable": true }, "ward_code": { "type": "string", "description": "Code for Local Authority Ward.", "nullable": true }, "ward_name": { "type": "string", "description": "Name of Local Authority Ward.", "nullable": true }, "ccg_code": { "type": "string", "description": "Code for Clinical Commissioning Group or equivalent.", "nullable": true }, "ccg_name": { "type": "string", "description": "Name of Clinical Commissioning Group or equivalent.", "nullable": true }, "doh_code": { "type": "string", "description": "Department of Health area code.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Health Elements." }, "EnrichmentV2AprHealthMetadata": { "type": "object", "properties": { "health": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprHealthResult": { "type": "object", "properties": { "health": { "$ref": "#/components/schemas/EnrichmentV2AprHealthElementsResult" } }, "additionalProperties": false, "description": "Response for Addressbase Health dataset." }, "EnrichmentV2AprLocationGrid": { "enum": [ "blpu", "building", "postal_code", "street" ], "type": "string", "description": "The dataset named Addressbase Location Grid and its associated attributes." }, "EnrichmentV2AprLocationGridBlpuResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Easting coordinate of the BLPU in metres (1 cm resolution).", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Northing coordinate of the BLPU in metres (1 cm resolution).", "format": "double", "nullable": true }, "ap_x_coordinate": { "type": "number", "description": "Easting coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true }, "ap_y_coordinate": { "type": "number", "description": "Northing coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true }, "latitude": { "type": "number", "description": "Latitude of the BLPU using the ETRS89 coordinate system.", "format": "double", "nullable": true }, "longitude": { "type": "number", "description": "Longitude of the BLPU using the ETRS89 coordinate system.", "format": "double", "nullable": true }, "rpc": { "type": "string", "description": "Indicates the location type of the grid reference (e.g., visual centre, postcode-based).", "nullable": true }, "postal_code": { "type": "string", "description": "The postcode associated with the BLPU.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Location Grid Blpu." }, "EnrichmentV2AprLocationGridBuildingResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Easting coordinate of the building in metres (1 cm resolution).", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Northing coordinate of the building in metres (1 cm resolution).", "format": "double", "nullable": true }, "ap_x_coordinate": { "type": "number", "description": "Easting coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true }, "ap_y_coordinate": { "type": "number", "description": "Northing coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Location Grid Building." }, "EnrichmentV2AprLocationGridMetadata": { "type": "object", "properties": { "blpu": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "building": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "postal_code": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "street": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprLocationGridPostalCodeResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Easting coordinate of the postcode in metres (1 cm resolution).", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Northing coordinate of the postcode in metres (1 cm resolution).", "format": "double", "nullable": true }, "ap_x_coordinate": { "type": "number", "description": "Easting coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true }, "ap_y_coordinate": { "type": "number", "description": "Northing coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Location Grid Postal Code." }, "EnrichmentV2AprLocationGridResult": { "type": "object", "properties": { "blpu": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridBlpuResult" }, "building": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridBuildingResult" }, "postal_code": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridPostalCodeResult" }, "street": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridStreetResult" } }, "additionalProperties": false, "description": "Response for Addressbase Location Grid dataset." }, "EnrichmentV2AprLocationGridStreetResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Easting coordinate of the street in metres (1 cm resolution).", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Northing coordinate of the street in metres (1 cm resolution).", "format": "double", "nullable": true }, "ap_x_coordinate": { "type": "number", "description": "Easting coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true }, "ap_y_coordinate": { "type": "number", "description": "Northing coordinate in 10 cm resolution, zero-padded to 8 digits.", "format": "double", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Location Grid Street." }, "EnrichmentV2AprParliament": { "enum": [ "westminster" ], "type": "string", "description": "The dataset named Addressbase Parliament and its associated attributes." }, "EnrichmentV2AprParliamentMetadata": { "type": "object", "properties": { "westminster": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprParliamentResult": { "type": "object", "properties": { "westminster": { "$ref": "#/components/schemas/EnrichmentV2AprParliamentWestminsterResult" } }, "additionalProperties": false, "description": "Response for Addressbase Parliament dataset." }, "EnrichmentV2AprParliamentWestminsterResult": { "type": "object", "properties": { "constituency_code": { "type": "string", "description": "Code for Parliamentary Constituency.", "nullable": true }, "constituency": { "type": "string", "description": "Name of Parliamentary Constituency.", "nullable": true }, "mp": { "type": "string", "description": "Name of the MP.", "nullable": true }, "mp_party": { "type": "string", "description": "Political party of the MP.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Parliament Westminster." }, "EnrichmentV2AprQuality": { "enum": [ "custodian", "metadata", "record" ], "type": "string", "description": "The dataset named Addressbase Quality and its associated attributes." }, "EnrichmentV2AprQualityCustodianResult": { "type": "object", "properties": { "custodian": { "type": "string", "description": "Name of the custodian organization.", "nullable": true }, "custodian_uprn": { "type": "string", "description": "UPRN of the custodian location.", "nullable": true }, "custodian_language": { "type": "string", "description": "Local language name of the custodian.", "nullable": true }, "custodian_code": { "type": "string", "description": "Four-digit code identifying the custodian.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Quality Custodian." }, "EnrichmentV2AprQualityMetadata": { "type": "object", "properties": { "custodian": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "metadata": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "record": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprQualityMetadataResult": { "type": "object", "properties": { "coordinate_system": { "type": "string", "description": "Name of the coordinate system used.", "nullable": true }, "coordinate_unit": { "type": "string", "description": "Unit of measurement used.", "nullable": true }, "postal_code_type": { "type": "string", "description": "Indicates small or large user postcode.", "nullable": true }, "gazetteer_name": { "type": "string", "description": "Name of the dataset.", "nullable": true }, "gazetteer_scope": { "type": "string", "description": "Description of dataset contents.", "nullable": true }, "linked_data": { "type": "string", "description": "External sources used to update dataset.", "nullable": true }, "gazetteer_owner": { "type": "string", "description": "Organization responsible for the dataset.", "nullable": true }, "metadata_date": { "type": "string", "description": "Date metadata was last updated.", "nullable": true }, "classification_scheme": { "type": "string", "description": "Classification scheme used in dataset.", "nullable": true }, "gazetteer_date": { "type": "string", "description": "Date dataset is considered current.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Quality Metadata." }, "EnrichmentV2AprQualityRecordResult": { "type": "object", "properties": { "blpu_status": { "type": "string", "description": "Indicates the status of the address associated with the BLPU record.", "nullable": true }, "lpi_status": { "type": "string", "description": "Indicates the status of the address associated with the LPI record.", "nullable": true }, "state": { "type": "string", "description": "Indicates the current state of the BLPU.", "nullable": true }, "state_date": { "type": "string", "description": "The date on which the BLPU entered its current state.", "nullable": true }, "start_date": { "type": "string", "description": "The date on which the BLPU was defined.", "nullable": true }, "update_date": { "type": "string", "description": "The date on which the record was last updated.", "nullable": true }, "entry_date": { "type": "string", "description": "The date of data entry.", "nullable": true }, "update_frequency": { "type": "string", "description": "Indicates how frequently the data is updated.", "nullable": true }, "is_official": { "type": "string", "description": "Indicates the status of an address in the official street naming and numbering register.", "nullable": true }, "paf_update_date": { "type": "string", "description": "The date on which a Royal Mail Delivery Point Address was last updated.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Quality Record." }, "EnrichmentV2AprQualityResult": { "type": "object", "properties": { "custodian": { "$ref": "#/components/schemas/EnrichmentV2AprQualityCustodianResult" }, "metadata": { "$ref": "#/components/schemas/EnrichmentV2AprQualityMetadataResult" }, "record": { "$ref": "#/components/schemas/EnrichmentV2AprQualityRecordResult" } }, "additionalProperties": false, "description": "Response for Addressbase Quality dataset." }, "EnrichmentV2AprStreet": { "enum": [ "grid", "record", "usrn" ], "type": "string", "description": "The dataset named Addressbase Street and its associated attributes." }, "EnrichmentV2AprStreetGridResult": { "type": "object", "properties": { "start_x_coordinate": { "type": "number", "description": "The Easting co-ordinate of the start point of the street.", "format": "double", "nullable": true }, "start_y_coordinate": { "type": "number", "description": "The Northing co-ordinate of the start point of the street.", "format": "double", "nullable": true }, "end_x_coordinate": { "type": "number", "description": "The Easting co-ordinate of the end point of the street.", "format": "double", "nullable": true }, "end_y_coordinate": { "type": "number", "description": "The Northing co-ordinate of the end point of the street.", "format": "double", "nullable": true }, "start_latitude": { "type": "number", "description": "Latitude of the start point of the street in accordance with the ETRS89 co-ordinate reference system.", "format": "double", "nullable": true }, "start_longitude": { "type": "number", "description": "Longitude of the start point of the street in accordance with the ETRS89 co-ordinate reference system.", "format": "double", "nullable": true }, "end_latitude": { "type": "number", "description": "Latitude of the end point of the street in accordance with the ETRS89 co-ordinate reference system.", "format": "double", "nullable": true }, "end_longitude": { "type": "number", "description": "Longitude of the end point of the street in accordance with the ETRS89 co-ordinate reference system.", "format": "double", "nullable": true }, "tolerance": { "type": "string", "description": "The potential variance in metres of the start and end co-ordinates of the street.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Street Grid." }, "EnrichmentV2AprStreetMetadata": { "type": "object", "properties": { "grid": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "record": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "usrn": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprStreetRecordResult": { "type": "object", "properties": { "type": { "type": "string", "description": "Indicates the street type represented by the record.", "nullable": true }, "authority": { "type": "string", "description": "Indicates the Street Naming and Numbering Authority or Local Highway Authority.", "nullable": true }, "classification": { "type": "string", "description": "Indicates the classification of the street record.", "nullable": true }, "surface_type": { "type": "string", "description": "Shows the type of surface on the street.", "nullable": true }, "state": { "type": "string", "description": "Shows the current state of the street.", "nullable": true }, "state_date": { "type": "string", "description": "The date on which the street entered its current state.", "nullable": true }, "version": { "type": "string", "description": "Version number of the street record.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Street Record." }, "EnrichmentV2AprStreetResult": { "type": "object", "properties": { "grid": { "$ref": "#/components/schemas/EnrichmentV2AprStreetGridResult" }, "record": { "$ref": "#/components/schemas/EnrichmentV2AprStreetRecordResult" }, "usrn": { "$ref": "#/components/schemas/EnrichmentV2AprStreetUsrnResult" } }, "additionalProperties": false, "description": "Response for Addressbase Street dataset." }, "EnrichmentV2AprStreetUsrnResult": { "type": "object", "properties": { "usrn": { "type": "string", "description": "An 8-character code assigned to every street.", "nullable": true }, "usrn_match": { "type": "string", "description": "Indicates how the address was matched to the USRN (manual or spatial match).", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Street Usrn." }, "EnrichmentV2AprTopography": { "enum": [ "topographic_ids" ], "type": "string", "description": "The dataset named Addressbase Topography and its associated attributes." }, "EnrichmentV2AprTopographyMetadata": { "type": "object", "properties": { "topographic_ids": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprTopographyResult": { "type": "object", "properties": { "topographic_ids": { "$ref": "#/components/schemas/EnrichmentV2AprTopographyTopographicIdsResult" } }, "additionalProperties": false, "description": "Response for Addressbase Topography dataset." }, "EnrichmentV2AprTopographyTopographicIdsResult": { "type": "object", "properties": { "addresslayer_2": { "type": "string", "description": "TOID of the nearest feature in OS MasterMap Address Layer 2, typically for buildings.", "nullable": true }, "topography_layer": { "type": "string", "description": "TOID of the nearest topographical feature in OS MasterMap Topographic Layer.", "nullable": true }, "integrated_transport_network": { "type": "string", "description": "TOID of the nearest transport feature, usually the road providing access to the object.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Topography TopographicIds." }, "EnrichmentV2AprVoa": { "enum": [ "primary_description", "special_category" ], "type": "string", "description": "The dataset named Addressbase Voa and its associated attributes." }, "EnrichmentV2AprVoaMetadata": { "type": "object", "properties": { "primary_description": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "special_category": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2AprVoaPrimaryDescriptionResult": { "type": "object", "properties": { "scheme": { "type": "string", "description": "Name of VOA classification scheme.", "nullable": true }, "version": { "type": "string", "description": "Version of VOA classification scheme.", "nullable": true }, "key": { "type": "string", "description": "Unique key of the classification record.", "nullable": true }, "code": { "type": "string", "description": "Code describing VOA classification.", "nullable": true }, "start_date": { "type": "string", "description": "Start date of classification record.", "nullable": true }, "end_date": { "type": "string", "description": "End date of classification record.", "nullable": true }, "update_date": { "type": "string", "description": "Last update date of classification record.", "nullable": true }, "entry_date": { "type": "string", "description": "Entry date of classification record.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Voa Primary Description." }, "EnrichmentV2AprVoaResult": { "type": "object", "properties": { "primary_description": { "$ref": "#/components/schemas/EnrichmentV2AprVoaPrimaryDescriptionResult" }, "special_category": { "$ref": "#/components/schemas/EnrichmentV2AprVoaSpecialCategoryResult" } }, "additionalProperties": false, "description": "Response for Addressbase Voa dataset." }, "EnrichmentV2AprVoaSpecialCategoryResult": { "type": "object", "properties": { "scheme": { "type": "string", "description": "Name of VOA special category scheme.", "nullable": true }, "version": { "type": "string", "description": "Version of VOA special category scheme.", "nullable": true }, "key": { "type": "string", "description": "Unique key of the classification record.", "nullable": true }, "code": { "type": "string", "description": "Code describing VOA special category.", "nullable": true }, "start_date": { "type": "string", "description": "Start date of classification record.", "nullable": true }, "end_date": { "type": "string", "description": "End date of classification record.", "nullable": true }, "update_date": { "type": "string", "description": "Last update date of classification record.", "nullable": true }, "entry_date": { "type": "string", "description": "Entry date of classification record.", "nullable": true } }, "additionalProperties": false, "description": "Response for Addressbase Voa Special Category." }, "EnrichmentV2AttributesAusRegionalGeocodes": { "enum": [ "latitude", "longitude", "match_level", "sa1", "meshblock", "lga_code", "lga_name", "street_pid", "locality_pid", "geocode_level_code", "geocode_level_description", "geocode_type_code", "geocode_type_description", "highest_level_longitude", "highest_level_latitude", "highest_level_elevation", "highest_level_planimetric_accuracy", "highest_level_boundary_extent", "highest_level_geocode_reliability_code", "highest_level_geocode_reliability_description", "confidence_level_code", "confidence_level_description", "2021_meshblock_id", "2021_meshblock_code", "2021_meshblock_match_code", "2021_meshblock_match_description", "2016_meshblock_id", "2016_meshblock_code", "2016_meshblock_match_code", "2016_meshblock_match_description", "address_type_code", "primary_address_pid", "address_join_type", "collector_district_id", "collector_district_code", "commonwealth_electoral_boundary_id", "commonwealth_electoral_boundary_name", "statistical_local_area_id", "statistical_local_area_code", "statistical_local_area_name", "state_electoral_boundary_id", "state_electoral_boundary_name", "state_electoral_effective_start", "state_electoral_effective_end", "state_electoral_new_pid", "state_electoral_new_name", "state_electoral_new_effective_start", "state_electoral_new_effective_end", "address_level_longitude", "address_level_latitude", "address_level_elevation", "address_level_planimetric_accuracy", "address_level_boundary_extent", "address_level_geocode_reliability_code", "address_level_geocode_reliability_description", "street_level_longitude", "street_level_latitude", "street_level_planimetric_accuracy", "street_level_boundary_extent", "street_level_geocode_reliability_code", "street_level_geocode_reliability_description", "locality_level_longitude", "locality_level_latitude", "locality_level_planimetric_accuracy", "locality_level_geocode_reliability_code", "locality_level_geocode_reliability_description", "gnaf_legal_parcel_identifier", "locality_class_code" ], "type": "string", "description": "The dataset named AUS Regional Geocodes its associated attributes." }, "EnrichmentV2AttributesGbAdditionalBusinessAddressValidate": { "enum": [ "urn", "commercial_mosaic", "registration", "phone", "number_of_employees", "location", "standard_industry_classification", "non_limited_company_key" ], "type": "string", "description": "The dataset named what3words and its associated attributes." }, "EnrichmentV2AttributesGbrGovernment": { "enum": [ "eer_code", "eer_code_pre_2011", "eer_name", "gor_code", "gor_code_pre_2011", "gor_name", "lea_code", "lea_name", "la_code", "la_code_pre_2011", "la_name", "ward_code", "ward_code_pre_2011", "ward_name", "cens_out_area" ], "type": "string", "description": "The dataset named GBR Government and its associated attributes." }, "EnrichmentV2AttributesGbrHealth": { "enum": [ "authority_code", "authority_code_2011", "authority_name", "pclh_code", "pclh_code_2011", "pclh_name", "ward_code", "ward_code_2011", "ward_name", "ccg_code", "ccg_name", "doh_code" ], "type": "string", "description": "The dataset named GBR Health and its associated attributes." }, "EnrichmentV2AttributesGbrRegionalGeocode": { "enum": [ "latitude", "longitude", "match_level", "udprn", "uprn", "x_coordinate", "y_coordinate" ], "type": "string", "description": "The dataset named GBR Regional Geocodes its associated attributes." }, "EnrichmentV2AttributesGeocode": { "enum": [ "latitude", "longitude", "match_level" ], "type": "string", "description": "The dataset named Geocodes and its associated attributes." }, "EnrichmentV2AttributesNzlRegionalGeocodes": { "enum": [ "front_of_property_nztm_x_coordinate", "front_of_property_nztm_y_coordinate", "centroid_of_property_nztm_x_coordinate", "centroid_of_property_nztm_y_coordinate", "linz_parcel_id", "property_purpose_type", "addressable", "mesh_block_code", "territorial_authority_code", "territorial_authority_name", "regional_council_code", "regional_council_name", "general_electorate_code", "general_electorate_name", "maori_electorate_code", "maori_electorate_name", "front_of_property_latitude", "front_of_property_longitude", "centroid_of_property_latitude", "centroid_of_property_longitude", "match_level" ], "type": "string", "description": "The dataset named NZL Regional Geocodes its associated attributes." }, "EnrichmentV2AttributesPremiumLocationInsight": { "enum": [ "geocodes", "geocodes_building_xy", "geocodes_access", "time" ], "type": "string", "description": "The dataset named Premium Location Insight and its associated attributes.\n\n (The time attribute is excluded in Premium Location Insight Lite.)
" }, "EnrichmentV2AttributesUkLocationComplete": { "enum": [ "latitude", "longitude", "match_level", "udprn", "uprn", "x_coordinate", "y_coordinate" ], "type": "string", "description": "The dataset named UK Location Complete its associated attributes." }, "EnrichmentV2AttributesUkLocationEssential": { "enum": [ "latitude", "longitude", "match_level", "udprn", "uprn", "x_coordinate", "y_coordinate" ], "type": "string", "description": "The dataset named UK Location Essential its associated attributes." }, "EnrichmentV2AttributesUsaRegionalGeocodes": { "enum": [ "latitude", "longitude", "match_level", "census_tract", "census_block", "core_based_statistical_area", "congressional_district_code", "county_code" ], "type": "string", "description": "The dataset named USA Regional Geocodes its associated attributes." }, "EnrichmentV2AttributesWhat3Words": { "enum": [ "latitude", "longitude", "name", "description" ], "type": "string", "description": "The dataset named what3words and its associated attributes." }, "EnrichmentV2AusRegionalGeocodesMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" }, "sa1": { "$ref": "#/components/schemas/DatasetMetadata" }, "meshblock": { "$ref": "#/components/schemas/DatasetMetadata" }, "lga_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "lga_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_pid": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_pid": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocode_level_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocode_level_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocode_type_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocode_type_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_elevation": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_planimetric_accuracy": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_boundary_extent": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_geocode_reliability_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "highest_level_geocode_reliability_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "confidence_level_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "confidence_level_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "2021_meshblock_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "2021_meshblock_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "2021_meshblock_match_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "2021_meshblock_match_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "2016_meshblock_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "2016_meshblock_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "2016_meshblock_match_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "2016_meshblock_match_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_type_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "primary_address_pid": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_join_type": { "$ref": "#/components/schemas/DatasetMetadata" }, "collector_district_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "collector_district_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "commonwealth_electoral_boundary_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "commonwealth_electoral_boundary_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "statistical_local_area_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "statistical_local_area_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "statistical_local_area_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_boundary_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_boundary_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_effective_start": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_effective_end": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_new_pid": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_new_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_new_effective_start": { "$ref": "#/components/schemas/DatasetMetadata" }, "state_electoral_new_effective_end": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_elevation": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_planimetric_accuracy": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_boundary_extent": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_geocode_reliability_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "address_level_geocode_reliability_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_planimetric_accuracy": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_boundary_extent": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_geocode_reliability_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "street_level_geocode_reliability_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_level_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_level_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_level_planimetric_accuracy": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_level_geocode_reliability_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_level_geocode_reliability_description": { "$ref": "#/components/schemas/DatasetMetadata" }, "gnaf_legal_parcel_identifier": { "$ref": "#/components/schemas/DatasetMetadata" }, "locality_class_code": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the AUS Regional Geocodes dataset." }, "EnrichmentV2DatasetAttributes": { "type": "object", "properties": { "geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGeocode" }, "description": "The dataset named Geocodes and its associated attributes.", "nullable": true, "xml": { "name": "geocodes", "wrapped": true } }, "usa_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUsaRegionalGeocodes" }, "description": "The dataset named USA Regional Geocodes and its associated attributes.", "nullable": true, "xml": { "name": "usa_regional_geocodes", "wrapped": true } }, "aus_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesAusRegionalGeocodes" }, "description": "The dataset named AUS Regional Geocodes and its associated attributes.", "nullable": true, "xml": { "name": "aus_regional_geocodes", "wrapped": true } }, "nzl_regional_geocodes": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesNzlRegionalGeocodes" }, "description": "The dataset named NZL Regional Geocodes and its associated attributes.", "nullable": true, "xml": { "name": "nzl_regional_geocodes", "wrapped": true } }, "uk_location_complete": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUkLocationComplete" }, "description": "The dataset named UK Location Complete and its associated attributes.", "nullable": true, "xml": { "name": "uk_location_complete", "wrapped": true } }, "uk_location_essential": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesUkLocationEssential" }, "description": "The dataset named UK Location Essential and its associated attributes.", "nullable": true, "xml": { "name": "uk_location_essential", "wrapped": true } }, "gbr_government": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGbrGovernment" }, "description": "The dataset named GBR Government and its associated attributes.", "nullable": true, "xml": { "name": "gbr_government", "wrapped": true } }, "gbr_health": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesGbrHealth" }, "description": "The dataset named GBR Health and its associated attributes.", "nullable": true, "xml": { "name": "gbr_health", "wrapped": true } }, "premium_location_insight": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesPremiumLocationInsight" }, "description": "The dataset named Premium Location Insight and its associated attributes.", "nullable": true, "xml": { "name": "premium_location_insight", "wrapped": true } }, "what3words": { "type": "array", "items": { "$ref": "#/components/schemas/EnrichmentV2AttributesWhat3Words" }, "description": "The dataset named what3words and its associated attributes.", "nullable": true, "xml": { "name": "what3words", "wrapped": true } } }, "additionalProperties": false, "description": "Datasets and their specific attributes." }, "EnrichmentV2DatasetAusRegionalGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "Latitude of the address in degrees.", "format": "double", "nullable": true, "example": -31.067406 }, "longitude": { "type": "number", "description": "Longitude of the address in degrees.", "format": "double", "nullable": true, "example": 152.83315 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "building" }, "sa1": { "type": "string", "description": "7 digit SA1 code.", "nullable": true, "example": "1115514" }, "meshblock": { "type": "string", "description": "11 digit meshblock code.", "nullable": true, "example": "10402970000" }, "lga_code": { "type": "string", "description": "5-digit LGA code.", "nullable": true, "example": "14350" }, "lga_name": { "type": "string", "description": "The name of the Local Government Area.", "nullable": true, "example": "Kempsey (A)" }, "street_pid": { "type": "string", "description": "This is a unique street persistent identifier.", "nullable": true, "example": "NSW2838126" }, "locality_pid": { "type": "string", "description": "This is a unique locality persistent identifier.", "nullable": true, "example": "NSW4281" }, "geocode_level_code": { "type": "string", "description": "This is the geocode level code. The value is a number between 0 and 7.", "nullable": true, "example": "7" }, "geocode_level_description": { "type": "string", "description": "This is the geocode level description.", "nullable": true, "example": "Locality, street and parcel level geocodes" }, "geocode_type_code": { "type": "string", "description": "This is the geocode type code. The value is 2-4 alphabetic characters in uppercase.", "nullable": true, "example": "PC" }, "geocode_type_description": { "type": "string", "description": "This is the geocode type description.", "nullable": true, "example": "Property centroid" }, "highest_level_longitude": { "type": "number", "description": "The highest-level longitude in degrees.", "format": "double", "nullable": true, "example": 152.83315 }, "highest_level_latitude": { "type": "number", "description": "The highest-level latitude in degrees.", "format": "double", "nullable": true, "example": -31.067406 }, "highest_level_elevation": { "type": "string", "description": "The highest-level elevation.", "nullable": true }, "highest_level_planimetric_accuracy": { "type": "string", "description": "The highest-level planimetric accuracy.", "nullable": true }, "highest_level_boundary_extent": { "type": "string", "description": "The highest-level boundary extent.", "nullable": true }, "highest_level_geocode_reliability_code": { "type": "string", "description": "The highest-level geocode reliability code.", "nullable": true, "example": "2" }, "highest_level_geocode_reliability_description": { "type": "string", "description": "The highest-level geocode reliability description.", "nullable": true, "example": "Geocode accuracy sufficient to place centroid within address site boundary" }, "confidence_level_code": { "type": "string", "description": "This is the confidence level code. The value is numerical.", "nullable": true, "example": "2" }, "confidence_level_description": { "type": "string", "description": "This is the confidence level descriptor. The value is alphabetic.", "nullable": true, "example": "All three contributors have supplied an identical address" }, "2021_meshblock_id": { "type": "string", "description": "The 2021 version of the Mesh Block ID. This element consists of 15 alpha numeric characters: a 4 character descriptor, followed by the 11 digit Mesh Block Code.", "nullable": true, "example": "MB2110402970000" }, "2021_meshblock_code": { "type": "string", "description": "The 11-digit 2021 version of the Mesh Block Code.", "nullable": true, "example": "10402970000" }, "2021_meshblock_match_code": { "type": "string", "description": "The code for the level of matching to 2021 Mesh Blocks.", "nullable": true, "example": "1" }, "2021_meshblock_match_description": { "type": "string", "description": "The description of the 2021 Mesh Block match level.", "nullable": true, "example": "Parcel level match" }, "2016_meshblock_id": { "type": "string", "description": "The 2016 version of the Mesh Block ID. This element consists of 15 alpha numeric characters: a 4 character descriptor, followed by the 11 digit Mesh Block Code.", "nullable": true, "example": "MB1610402970000" }, "2016_meshblock_code": { "type": "string", "description": "The 11-digit 2016 version of the Mesh Block Code.", "nullable": true, "example": "10402970000" }, "2016_meshblock_match_code": { "type": "string", "description": "The code for the level of matching to 2016 Mesh Blocks.", "nullable": true, "example": "1" }, "2016_meshblock_match_description": { "type": "string", "description": "The description of the 2016 Mesh Block match level.", "nullable": true, "example": "Parcel level match" }, "address_type_code": { "type": "string", "description": "Returns the Address Type, indicating if the address is a Primary or Secondary address. If the Primary/Secondary relationship does not exist, then this element would be blank, otherwise the possible values are P and S: P:PrimaryAddress; S:SecondaryAddress.", "nullable": true }, "primary_address_pid": { "type": "string", "description": "This element will only be populated if the input address is a secondary address. In that case, this element would contain the PID of the primary address.", "nullable": true }, "address_join_type": { "type": "string", "description": "Returns the JoinType Code. The possible values are 1 or 2: 1:Both parent and child have the same root address; 2: Parent and child may or may not have the same root address.", "nullable": true }, "collector_district_id": { "type": "string", "description": "This is a unique Collector District persistent identifier.", "nullable": true, "example": "NSW1081403" }, "collector_district_code": { "type": "string", "description": "This is the Collector District Code.", "nullable": true, "example": "1081403" }, "commonwealth_electoral_boundary_id": { "type": "string", "description": "This is a unique Commonwealth Electoral Boundary persistent identifier.", "nullable": true, "example": "NSW32" }, "commonwealth_electoral_boundary_name": { "type": "string", "description": "This is the Commonwealth Electoral Boundary name.", "nullable": true, "example": "COWPER" }, "statistical_local_area_id": { "type": "string", "description": "This is a Statistical Local Area persistent identifier.", "nullable": true, "example": "NSW125104350" }, "statistical_local_area_code": { "type": "string", "description": "9-digit SLA code.", "nullable": true, "example": "125104350" }, "statistical_local_area_name": { "type": "string", "description": "This is a Statistical Local Area name.", "nullable": true, "example": "KEMPSEY (A)" }, "state_electoral_boundary_id": { "type": "string", "description": "This is a State Electoral Boundary persistent identifier.", "nullable": true, "example": "NSW231" }, "state_electoral_boundary_name": { "type": "string", "description": "This is a State Electoral Boundary name.", "nullable": true, "example": "OXLEY" }, "state_electoral_effective_start": { "type": "string", "description": "This is the date that the electorate becomes effective.", "nullable": true, "example": "24/03/2007 00:00:00" }, "state_electoral_effective_end": { "type": "string", "description": "This is the end date when electorate is no longer in effect.", "nullable": true, "example": "28/03/2015 00:00:00" }, "state_electoral_new_pid": { "type": "string", "description": "This is the State Electoral Boundary identifier for new electorate that will be in effect.", "nullable": true, "example": "NSW242" }, "state_electoral_new_name": { "type": "string", "description": "This is the State Electoral Boundary name for new electorate that will be in effect.", "nullable": true, "example": "OXLEY" }, "state_electoral_new_effective_start": { "type": "string", "description": "This is the start date that the new electorate will become effective.", "nullable": true, "example": "28/03/2015 00:00:00" }, "state_electoral_new_effective_end": { "type": "string", "description": "This is the end date when the new electorate will no longer be in effect.", "nullable": true }, "address_level_longitude": { "type": "number", "description": "The address-level longitude in degrees.", "format": "double", "nullable": true, "example": 152.83315 }, "address_level_latitude": { "type": "number", "description": "The address-level latitude in degrees.", "format": "double", "nullable": true, "example": -31.067406 }, "address_level_elevation": { "type": "string", "description": "The address-level elevation.", "nullable": true }, "address_level_planimetric_accuracy": { "type": "string", "description": "The address-level planimetric accuracy.", "nullable": true }, "address_level_boundary_extent": { "type": "string", "description": "The address-level boundary extent.", "nullable": true }, "address_level_geocode_reliability_code": { "type": "string", "description": "The address-level geocode reliability code.", "nullable": true, "example": "2" }, "address_level_geocode_reliability_description": { "type": "string", "description": "The address-level geocode reliability description.", "nullable": true, "example": "Geocode accuracy sufficient to place centroid within address site boundary" }, "street_level_longitude": { "type": "number", "description": "The street-level longitude in degrees.", "format": "double", "nullable": true, "example": 152.8311 }, "street_level_latitude": { "type": "number", "description": "The street-level latitude in degrees.", "format": "double", "nullable": true, "example": -31.062723 }, "street_level_planimetric_accuracy": { "type": "string", "description": "The street-level planimetric accuracy.", "nullable": true }, "street_level_boundary_extent": { "type": "string", "description": "The street-level boundary extent.", "nullable": true, "example": "651" }, "street_level_geocode_reliability_code": { "type": "string", "description": "The street-level geocode reliability code. The value of this is either “4”, or blank.", "nullable": true, "example": "4" }, "street_level_geocode_reliability_description": { "type": "string", "description": "The street-level geocode reliability description. If the reliability code is “4”, this is “Geocode accuracy sufficient to associate address site with a unique road feature”.", "nullable": true, "example": "Geocode accuracy sufficient to associate address site with a unique road feature" }, "locality_level_longitude": { "type": "number", "description": "The locality-level longitude in degrees.", "format": "double", "nullable": true, "example": 152.82999 }, "locality_level_latitude": { "type": "number", "description": "The locality-level latitude in degrees.", "format": "double", "nullable": true, "example": -31.059824 }, "locality_level_planimetric_accuracy": { "type": "string", "description": "The locality-level planimetric accuracy.", "nullable": true }, "locality_level_geocode_reliability_code": { "type": "string", "description": "The locality-level geocode reliability code. The value of this is either “5”, “6”, or blank.", "nullable": true, "example": "5" }, "locality_level_geocode_reliability_description": { "type": "string", "description": "The locality-level geocode reliability description.", "nullable": true, "example": "Geocode accuracy sufficient to associate address site with a unique locality or neighbourhood" }, "gnaf_legal_parcel_identifier": { "type": "string", "description": "The Legal Parcel Id field is populated with the cadastral information using the same concatenations (where applicable) as adopted for the Jurisdiction Id used in the Cadastre theme (CAD table) of the CadLite product.", "nullable": true, "example": "B/366584" }, "locality_class_code": { "type": "string", "description": "Describes the class of locality (e.g. Gazetted, topographic feature, indigenous location and etc.).", "nullable": true, "example": "G" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the AUS Regional Geocodes dataset." }, "EnrichmentV2DatasetGbAdditionalBusinessAddressValidate": { "type": "object", "properties": { "urn": { "type": "string", "description": "The latitude.", "nullable": true, "example": "51.751172" }, "commercial_mosaic": { "$ref": "#/components/schemas/CommercialMosaicElements" }, "registration": { "type": "string", "description": "The longitude.", "nullable": true, "example": "-1.24623" }, "non_limited_company_key": { "type": "string", "description": "The longitude.", "nullable": true, "example": "-1.24623" }, "phone": { "type": "string", "description": "The longitude.", "nullable": true, "example": "-1.24623" }, "number_of_employees": { "type": "string", "description": "The longitude.", "nullable": true, "example": "-1.24623" }, "standard_industry_classification": { "$ref": "#/components/schemas/StandardIndustryClassificationElements" }, "location": { "$ref": "#/components/schemas/LocationElements" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the what3words dataset." }, "EnrichmentV2DatasetGbrGovernment": { "type": "object", "properties": { "eer_code": { "type": "string", "description": "European Electoral Region Code.", "nullable": true, "example": "E15000007" }, "eer_code_pre_2011": { "type": "string", "description": "European Electoral Region Code Pre-2011.", "nullable": true, "example": "07" }, "eer_name": { "type": "string", "description": "European Electoral Region Name.", "nullable": true, "example": "London" }, "gor_code": { "type": "string", "description": "Government Office for Region Code.", "nullable": true, "example": "E12000007" }, "gor_code_pre_2011": { "type": "string", "description": "Government Office for Region Code Pre-2011.", "nullable": true, "example": "H" }, "gor_name": { "type": "string", "description": "Government Office for Region Name.", "nullable": true, "example": "London" }, "lea_code": { "type": "string", "description": "Local Education Authority Code.", "nullable": true, "example": "210" }, "lea_name": { "type": "string", "description": "Local Education Authority Name.", "nullable": true, "example": "Southwark" }, "la_code": { "type": "string", "description": "Local Authority Code.", "nullable": true, "example": "E09000028" }, "la_code_pre_2011": { "type": "string", "description": "Local Authority Code Pre-2011.", "nullable": true, "example": "00BE" }, "la_name": { "type": "string", "description": "Local Authority Name.", "nullable": true, "example": "Southwark" }, "ward_code": { "type": "string", "description": "Local Authority Ward Code.", "nullable": true, "example": "E05011095" }, "ward_code_pre_2011": { "type": "string", "description": "Local Authority Ward Code Pre-2011.", "nullable": true, "example": "00AXGN" }, "ward_name": { "type": "string", "description": "Local Authority Ward Name.", "nullable": true, "example": "Borough & Bankside" }, "cens_out_area": { "type": "string", "description": "Census Output Area.", "nullable": true, "example": "E00019790" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the GBR Government dataset." }, "EnrichmentV2DatasetGbrHealth": { "type": "object", "properties": { "authority_code": { "type": "string", "description": "NHS Authority Code.", "nullable": true, "example": "Q36" }, "authority_code_2011": { "type": "string", "description": "NHS Authority Code 2011.", "nullable": true, "example": "E18000007" }, "authority_name": { "type": "string", "description": "NHS Authority Name.", "nullable": true, "example": "London" }, "pclh_code": { "type": "string", "description": "Primary Care/Local Health Code.", "nullable": true, "example": "5LE" }, "pclh_code_2011": { "type": "string", "description": "Primary Care/Local Health Code 2011.", "nullable": true, "example": "E16000059" }, "pclh_name": { "type": "string", "description": "Primary Care/Local Health Name.", "nullable": true, "example": "Southwark" }, "ward_code": { "type": "string", "description": "Local Authority Ward Code.", "nullable": true, "example": "E05011095" }, "ward_code_2011": { "type": "string", "description": "Local Authority Ward Code 2011.", "nullable": true, "example": "E05011095" }, "ward_name": { "type": "string", "description": "Local Authority Ward Name.", "nullable": true, "example": "Borough & Bankside" }, "ccg_code": { "type": "string", "description": "CCG Current Area Code.", "nullable": true, "example": "E38000244" }, "ccg_name": { "type": "string", "description": "CCG Current Area Name.", "nullable": true, "example": "NHS South East London CCG" }, "doh_code": { "type": "string", "description": "CCG Former/DH Area Code.", "nullable": true, "example": "72Q" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the GBR Health dataset." }, "EnrichmentV2DatasetGbrRegionalGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 51.501427 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": -0.104257 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Building" }, "udprn": { "type": "string", "description": "The udprn.", "nullable": true, "example": "55244256" }, "uprn": { "type": "string", "description": "The uprn.", "nullable": true, "example": "010091977422" }, "x_coordinate": { "type": "number", "description": "The X coordinate.", "format": "double", "nullable": true, "example": 531677.94 }, "y_coordinate": { "type": "number", "description": "The Y coordinate.", "format": "double", "nullable": true, "example": 179757.6 } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the GBR Regional Geocodes dataset." }, "EnrichmentV2DatasetGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 52.9413 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": 1.16312 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Premises" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the Geocodes dataset." }, "EnrichmentV2DatasetKeys": { "required": [ "global_address_key" ], "type": "object", "properties": { "global_address_key": { "minLength": 1, "type": "string", "description": "A unique Experian identifier.", "example": "aWQ9fDEgQXVkcmV5IFphcHAgRHJpdmV8SHVkc29ufEplcnNleSBDaXR5LCBOSiAwNzMwNX5mb3JtYXRJZD0xMjM0NX5RTD05fmdlbz0w" } }, "additionalProperties": false, "description": "Keys you can use to search datasets." }, "EnrichmentV2DatasetNzlRegionalGeocodes": { "type": "object", "properties": { "front_of_property_nztm_x_coordinate": { "type": "number", "description": "The Geocode 'X' coordinate for the front of the building.", "format": "double", "nullable": true, "example": 1757352.8 }, "front_of_property_nztm_y_coordinate": { "type": "number", "description": "The Geocode 'Y' coordinate for the front of the building.", "format": "double", "nullable": true, "example": 5920390.5 }, "centroid_of_property_nztm_x_coordinate": { "type": "number", "description": "The Geocode 'X' coordinate for the centre of the property.", "format": "double", "nullable": true, "example": 1757328.4 }, "centroid_of_property_nztm_y_coordinate": { "type": "number", "description": "The Geocode 'Y' coordinate for the centre of the property.", "format": "double", "nullable": true, "example": 5920400 }, "linz_parcel_id": { "type": "string", "description": "This is a unique identifier of the address record.", "nullable": true, "example": "5047052" }, "property_purpose_type": { "type": "string", "description": "The type of property, the possible values are: Business, Farm, Holiday Home, Residential or Empty section.", "nullable": true, "example": "Business" }, "addressable": { "type": "string", "description": "This defines whether the address is deliverable or not. The possible values are \"Y\" or \"N\".", "nullable": true, "example": "N" }, "mesh_block_code": { "type": "string", "description": "The unique identifier assigned to each Mesh Block.", "nullable": true, "example": "434000" }, "territorial_authority_code": { "type": "string", "description": "The unique identifier assigned to the Territorial Authority.", "nullable": true, "example": "76" }, "territorial_authority_name": { "type": "string", "description": "The name assigned to the Territorial Authority.", "nullable": true, "example": "Auckland" }, "regional_council_code": { "type": "string", "description": "The unique identifier assigned to the Regional Council.", "nullable": true, "example": "2" }, "regional_council_name": { "type": "string", "description": "The name assigned to the Regional Council.", "nullable": true, "example": "Auckland Region" }, "general_electorate_code": { "type": "string", "description": "The unique identifier assigned to the General Electorate.", "nullable": true, "example": "001" }, "general_electorate_name": { "type": "string", "description": "The name assigned to the General Electorate.", "nullable": true, "example": "Auckland Central" }, "maori_electorate_code": { "type": "string", "description": "The unique identifier assigned to the Maori Electorate.", "nullable": true, "example": "3" }, "maori_electorate_name": { "type": "string", "description": "The name assigned to the Maori Electorate.", "nullable": true, "example": "Tamaki Makaurau" }, "front_of_property_latitude": { "type": "number", "description": "The latitude for the front of the building.", "format": "double", "nullable": true, "example": -36.849308 }, "front_of_property_longitude": { "type": "number", "description": "The longitude for the front of the building.", "format": "double", "nullable": true, "example": 174.76492 }, "centroid_of_property_latitude": { "type": "number", "description": "The latitude for the centre of the property.", "format": "double", "nullable": true, "example": -36.849228 }, "centroid_of_property_longitude": { "type": "number", "description": "The longitude for the centre of the property.", "format": "double", "nullable": true, "example": 174.76465 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Building" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the NZL Regional Geocodes dataset." }, "EnrichmentV2DatasetPremiumLocationInsight": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/PremiumLocationInsightGeocodes" }, "geocodes_building_xy": { "$ref": "#/components/schemas/PremiumLocationInsightGeocodesBuildingXy" }, "geocodes_access": { "type": "array", "items": { "$ref": "#/components/schemas/PremiumLocationInsightGeocodesAccess" }, "description": "Access geocode for the specified address.", "nullable": true, "xml": { "name": "geocodes_access", "wrapped": true } }, "time": { "type": "array", "items": { "$ref": "#/components/schemas/PremiumLocationInsightTime" }, "description": "Time zone information returned based on a specified address. (This attribute is excluded in Premium Location Insight Lite.)", "nullable": true, "xml": { "name": "time", "wrapped": true } } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the Premium Location Insight dataset." }, "EnrichmentV2DatasetUkLocationComplete": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 51.50112 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": -0.1041234 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Building" }, "udprn": { "type": "string", "description": "Specifies the UDPRN for the specified address.", "nullable": true, "example": "55244256" }, "uprn": { "type": "string", "description": "Specifies the UPRN for the specified address.", "nullable": true, "example": "010091977422" }, "x_coordinate": { "type": "number", "description": "The x coordinate.", "format": "double", "nullable": true, "example": 531677.94 }, "y_coordinate": { "type": "number", "description": "The y coordinate.", "format": "double", "nullable": true, "example": 179757.6 } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the UK Location Complete dataset." }, "EnrichmentV2DatasetUkLocationEssential": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 51.50112 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": -0.1041234 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Building" }, "udprn": { "type": "string", "description": "The UDPRN.", "nullable": true, "example": "55244256" }, "uprn": { "type": "string", "description": "The UPRN.", "nullable": true, "example": "010091977422" }, "x_coordinate": { "type": "number", "description": "The x coordinate.", "format": "double", "nullable": true, "example": 531677.94 }, "y_coordinate": { "type": "number", "description": "The y coordinate.", "format": "double", "nullable": true, "example": 179757.6 } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the UK Location Essential dataset." }, "EnrichmentV2DatasetUsaRegionalGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 33.693283 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": -117.87428 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Street" }, "census_tract": { "type": "string", "description": "Geographical region defined by US Census Bureau for the purpose of taking a census (6 digits).", "nullable": true, "example": "050210" }, "census_block": { "type": "string", "description": "Smallest geographical unit used by US Census Bureau for the purpose of taking a census; sub-division of a tract (4 digits).", "nullable": true, "example": "2025" }, "core_based_statistical_area": { "type": "string", "description": "Geographical area maintained by US Office of Management and Budget (OMB) which consists of one or more counties anchored by an urban center.\nCBSAs are categorized as Metropolitan (at least one urbanized area of 50,000+ inhabitants) or Micropolitan (at least one urban cluster of between 10,000 and 50,000 inhabitants);\nthese are also referred to as MSAs (5 digits).", "nullable": true, "example": "12060" }, "congressional_district_code": { "type": "string", "description": "US Federal Information Processing Standards (FIPS) codes to identify US electoral divisions (7 digits). The first two digits represent the state,\nthe second two digits represent the congressional district, and the final three digits designate the number of the Congress.", "nullable": true, "example": "1307116" }, "county_code": { "type": "string", "description": "County code within a US state or possession (3 digits).", "nullable": true, "example": "135" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the USA Regional Geocodes dataset." }, "EnrichmentV2DatasetWhat3Words": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude.", "format": "double", "nullable": true, "example": 51.75117 }, "longitude": { "type": "number", "description": "The longitude.", "format": "double", "nullable": true, "example": -1.24623 }, "name": { "type": "string", "description": "The what3words location.", "nullable": true, "example": "pretty.needed.chill" }, "description": { "type": "string", "description": "The nearest place", "nullable": true, "example": "near Oxford, Oxfordshire" } }, "additionalProperties": false, "description": "Enrichment attributes that can be returned, based on the what3words dataset." }, "EnrichmentV2GbrAlias": { "enum": [ "aliases" ], "type": "string", "description": "The dataset named GBR Alias and its associated attributes." }, "EnrichmentV2GbrAliasElementsResult": { "type": "object", "properties": { "building_name": { "type": "string", "description": "PAF Building Name Delivery Point Alias.", "nullable": true }, "also_known_as": { "type": "string", "description": "PAF Also Known As Delivery Point Alias.", "nullable": true }, "department": { "type": "string", "description": "PAF Department Delivery Point Alias.", "nullable": true }, "organization_description": { "type": "string", "description": "PAF Organization Description Delivery Point Alias.", "nullable": true }, "organization_at_residential": { "type": "string", "description": "PAF Organization Residential Delivery Point Alias.", "nullable": true }, "trading_name": { "type": "string", "description": "PAF Trading Name Delivery Point Alias.", "nullable": true }, "misc": { "type": "string", "description": "PAF Miscellaneous Delivery Point Alias.", "nullable": true }, "welsh_alternative": { "type": "string", "description": "PAF Welsh Alternative Delivery Point Alias.", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR PAF." }, "EnrichmentV2GbrAliasMetadata": { "type": "object", "properties": { "aliases": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrAliasResult": { "type": "object", "properties": { "aliases": { "$ref": "#/components/schemas/EnrichmentV2GbrAliasElementsResult" } }, "additionalProperties": false, "description": "Response for GBR Alias dataset." }, "EnrichmentV2GbrCommonElementsResult": { "type": "object", "properties": { "type_code": { "type": "string", "description": "Type Code.", "nullable": true }, "type": { "type": "string", "description": "Type Name.", "nullable": true }, "group_code": { "type": "string", "description": "Group Code.", "nullable": true }, "group": { "type": "string", "description": "Group Name.", "nullable": true } }, "additionalProperties": false, "description": "Response for dataset consisting of type code, type, group code and group elements." }, "EnrichmentV2GbrCommonElementsWithVersionResult": { "type": "object", "properties": { "version": { "type": "string", "nullable": true }, "type_code": { "type": "string", "description": "Type Code.", "nullable": true }, "type": { "type": "string", "description": "Type Name.", "nullable": true }, "group_code": { "type": "string", "description": "Group Code.", "nullable": true }, "group": { "type": "string", "description": "Group Name.", "nullable": true } }, "additionalProperties": false, "description": "Response for dataset with versioning consisting of type code, type, group code and group elements." }, "EnrichmentV2GbrGovernmentMetadata": { "type": "object", "properties": { "eer_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "eer_code_pre_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "eer_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "gor_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "gor_code_pre_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "gor_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "lea_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "lea_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "la_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "la_code_pre_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "la_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_code_pre_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "cens_out_area": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the GBR Government dataset." }, "EnrichmentV2GbrHealthMetadata": { "type": "object", "properties": { "authority_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "authority_code_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "authority_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "pclh_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "pclh_code_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "pclh_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_code_2011": { "$ref": "#/components/schemas/DatasetMetadata" }, "ward_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "ccg_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "ccg_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "doh_code": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the GBR Health dataset." }, "EnrichmentV2GbrLocationGrid": { "enum": [ "postzon", "codepoint" ], "type": "string", "description": "The dataset named GBR Location Grid and its associated attributes." }, "EnrichmentV2GbrLocationGridCodepointResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Native OS or OSNI grid-reference.", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Native OS or OSNI grid-reference.", "format": "double", "nullable": true }, "pqi": { "type": "string", "description": "Assesses the quality of the grid based on the quality of the AddressPoints used.", "nullable": true }, "is_delivery_service": { "type": "string", "description": "Value is always \"Yes\" or \"No\", depending on whether the postcode is a PO Box.", "nullable": true }, "ndp": { "type": "string", "description": "Indicates the number of delivery points on PAF for the current postcode.", "nullable": true }, "ndp_pqi": { "type": "string", "description": "Represents the number of matched addresses within the\npostcode that have the same PQI in AddressPoint as the PQI given to this postcode.", "nullable": true }, "ndp_domestic": { "type": "string", "description": "Represents the number of non-PO Box delivery points with no PAF organization name.", "nullable": true }, "ndp_commercial": { "type": "string", "description": "Represents the number of non-PO Box delivery points which have a PAF organization name.", "nullable": true }, "ndp_delivery_service": { "type": "string", "description": "Represents the number of PO Box delivery points.", "nullable": true }, "ndp_matched": { "type": "string", "description": "Represents the number of good AddressPoints after de-duplication of AddressPoints with the same coordinates.", "nullable": true }, "ndp_unmatched": { "type": "string", "description": "Represents the number of Delivery Points on PAF unmatched to OS data.", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR CodePoint Grid." }, "EnrichmentV2GbrLocationGridMetadata": { "type": "object", "properties": { "postzon": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "codepoint": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrLocationGridPostzonResult": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "Native OS or OSNI grid-reference.", "format": "double", "nullable": true }, "y_coordinate": { "type": "number", "description": "Native OS or OSNI grid-reference.", "format": "double", "nullable": true }, "os_x_coordinate": { "type": "number", "description": "100m OS Easting grid-reference.", "format": "double", "nullable": true }, "os_y_coordinate": { "type": "number", "description": "100m OS Northing grid-reference.", "format": "double", "nullable": true }, "latitude": { "type": "number", "description": "WGS84 projection compatible with the GPS system and returned to six decimal places.", "format": "double", "nullable": true }, "longitude": { "type": "number", "description": "WGS84 projection compatible with the GPS system and returned to six decimal places.", "format": "double", "nullable": true }, "os_landranger": { "type": "string", "description": "OS Land-ranger format derived from OS East and OS North.", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR 100m Postzon Grid." }, "EnrichmentV2GbrLocationGridResult": { "type": "object", "properties": { "postzon": { "$ref": "#/components/schemas/EnrichmentV2GbrLocationGridPostzonResult" }, "codepoint": { "$ref": "#/components/schemas/EnrichmentV2GbrLocationGridCodepointResult" } }, "additionalProperties": false, "description": "Response for GBR Location Grid dataset." }, "EnrichmentV2GbrMosaic": { "enum": [ "household", "postal_code" ], "type": "string", "description": "The dataset named GBR Mosaic and its associated attributes." }, "EnrichmentV2GbrMosaicFinancial": { "enum": [ "postal_code", "household" ], "type": "string", "description": "The dataset named GBR Mosaic Financial and its associated attributes." }, "EnrichmentV2GbrMosaicFinancialMetadata": { "type": "object", "properties": { "postal_code": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "household": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrMosaicFinancialResult": { "type": "object", "properties": { "postal_code": { "$ref": "#/components/schemas/EnrichmentV2GbrCommonElementsResult" }, "household": { "$ref": "#/components/schemas/EnrichmentV2GbrCommonElementsResult" } }, "additionalProperties": false, "description": "Response for GBR Mosaic Financial dataset." }, "EnrichmentV2GbrMosaicMetadata": { "type": "object", "properties": { "household": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "postal_code": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrMosaicResult": { "type": "object", "properties": { "household": { "$ref": "#/components/schemas/EnrichmentV2GbrCommonElementsWithVersionResult" }, "postal_code": { "$ref": "#/components/schemas/EnrichmentV2GbrCommonElementsWithVersionResult" } }, "additionalProperties": false, "description": "Response for GBR Mosaic dataset." }, "EnrichmentV2GbrParliament": { "enum": [ "westminster", "scotland" ], "type": "string", "description": "The dataset named GBR Parliament and its associated attributes." }, "EnrichmentV2GbrParliamentMetadata": { "type": "object", "properties": { "westminster": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "scotland": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrParliamentResult": { "type": "object", "properties": { "westminster": { "$ref": "#/components/schemas/EnrichmentV2GbrParliamentWestminsterResult" }, "scotland": { "$ref": "#/components/schemas/EnrichmentV2GbrParliamentScotlandResult" } }, "additionalProperties": false, "description": "Response for GBR Parliament dataset." }, "EnrichmentV2GbrParliamentScotlandResult": { "type": "object", "properties": { "constituency_code": { "type": "string", "description": "Official code given to the Scottish Parliamentary Constituency.", "nullable": true }, "constituency": { "type": "string", "description": "Official name given to the Scottish Parliamentary Constituency.", "nullable": true }, "region": { "type": "string", "description": "Official name given to the Scottish Parliament electoral region.", "nullable": true }, "region_code": { "type": "string", "description": "Official code given to the Scottish Parliament electoral region.", "nullable": true }, "mp": { "type": "string", "description": "Name of the MSP representing the constituency.", "nullable": true }, "mp_party": { "type": "string", "description": "Name of the party to which the MSP belongs.", "nullable": true }, "regional_msp1": { "type": "string", "description": "Name of the first MSP representing the electoral region.", "nullable": true }, "regional_msp1_party": { "type": "string", "description": "Name of the party to which the first regional MSP belongs.", "nullable": true }, "regional_msp2": { "type": "string", "description": "Name of the second MSP representing the electoral region.", "nullable": true }, "regional_msp2_party": { "type": "string", "description": "Name of the party to which the second regional MSP belongs.", "nullable": true }, "regional_msp3": { "type": "string", "description": "Name of the third MSP representing the electoral region.", "nullable": true }, "regional_msp3_party": { "type": "string", "description": "Name of the party to which the third regional MSP belongs.", "nullable": true }, "regional_msp4": { "type": "string", "description": "Name of the fourth MSP representing the electoral region.", "nullable": true }, "regional_msp4_party": { "type": "string", "description": "Name of the party to which the fourth regional MSP belongs.", "nullable": true }, "regional_msp5": { "type": "string", "description": "Name of the fifth MSP representing the electoral region.", "nullable": true }, "regional_msp5_party": { "type": "string", "description": "Name of the party to which the fifth regional MSP belongs.", "nullable": true }, "regional_msp6": { "type": "string", "description": "Name of the sixth MSP representing the electoral region.", "nullable": true }, "regional_msp6_party": { "type": "string", "description": "Name of the party to which the sixth regional MSP belongs.", "nullable": true }, "regional_msp7": { "type": "string", "description": "Name of the seventh MSP representing the electoral region.", "nullable": true }, "regional_msp7_party": { "type": "string", "description": "Name of the party to which the seventh regional MSP belongs.", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR Scottish Parliament." }, "EnrichmentV2GbrParliamentWestminsterResult": { "type": "object", "properties": { "constituency_code": { "type": "string", "description": "Official code given to the Parliamentary Constituency.", "nullable": true }, "constituency": { "type": "string", "description": "Official name given to the Parliamentary Constituency.", "nullable": true }, "mp": { "type": "string", "description": "Name of the MP representing their constituency.", "nullable": true }, "mp_party": { "type": "string", "description": "Name of the party to which the MP belongs.", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR Westminster Parliament." }, "EnrichmentV2GbrQuality": { "enum": [ "record" ], "type": "string", "description": "The dataset named GBR Quality and its associated attributes." }, "EnrichmentV2GbrQualityMetadata": { "type": "object", "properties": { "record": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2GbrQualityRecordResult": { "type": "object", "properties": { "address": { "type": "string", "description": "PAF Quality of Address", "nullable": true }, "postal_code": { "type": "string", "description": "PAF Quality of Postcode", "nullable": true } }, "additionalProperties": false, "description": "Response for GBR PAF Match Quality." }, "EnrichmentV2GbrQualityResult": { "type": "object", "properties": { "record": { "$ref": "#/components/schemas/EnrichmentV2GbrQualityRecordResult" } }, "additionalProperties": false, "description": "Response for GBR Quality dataset." }, "EnrichmentV2GbrRegionalGeocodesMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" }, "udprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "uprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "x_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "y_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the GBR Regional Geocodes dataset." }, "EnrichmentV2GeocodesMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the Geocodes dataset." }, "EnrichmentV2IrlMosaic": { "enum": [ "household" ], "type": "string", "description": "The dataset named IRL Mosaic and its associated attributes." }, "EnrichmentV2IrlMosaicHouseholdResult": { "type": "object", "properties": { "type_code": { "type": "string", "description": "MOSAIC Type Code.", "nullable": true }, "type": { "type": "string", "description": "MOSAIC Type Name.", "nullable": true }, "group_code": { "type": "string", "description": "MOSAIC Group Code.", "nullable": true }, "group": { "type": "string", "description": "MOSAIC Group Name.", "nullable": true }, "area_code": { "type": "string", "description": "MOSAIC Area Code.", "nullable": true } }, "additionalProperties": false, "description": "Response for IRL Mosaic Household." }, "EnrichmentV2IrlMosaicMetadata": { "type": "object", "properties": { "household": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2IrlMosaicResult": { "type": "object", "properties": { "household": { "$ref": "#/components/schemas/EnrichmentV2IrlMosaicHouseholdResult" } }, "additionalProperties": false, "description": "Response for IRL Mosaic dataset." }, "EnrichmentV2Metadata": { "type": "object", "properties": { "code": { "type": "string", "description": "Response-level metadata code.", "nullable": true, "example": "S200" }, "message": { "type": "string", "description": "Response-level metadata message.", "nullable": true, "example": "Success" }, "detail": { "type": "string", "description": "Response-level metadata detail.", "nullable": true, "example": "All requested attribute(s) retrieved." }, "datasets": { "$ref": "#/components/schemas/EnrichmentV2MetadataDatasets" } }, "additionalProperties": false, "description": "The metadata model." }, "EnrichmentV2MetadataDatasets": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/EnrichmentV2GeocodesMetadata" }, "usa_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2UsaRegionalGeocodesMetadata" }, "aus_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2AusRegionalGeocodesMetadata" }, "nzl_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2NzlRegionalGeocodesMetadata" }, "uk_location_complete": { "$ref": "#/components/schemas/EnrichmentV2UkLocationCompleteMetadata" }, "uk_location_essential": { "$ref": "#/components/schemas/EnrichmentV2UkLocationEssentialMetadata" }, "gbr_government": { "$ref": "#/components/schemas/EnrichmentV2GbrGovernmentMetadata" }, "gbr_health": { "$ref": "#/components/schemas/EnrichmentV2GbrHealthMetadata" }, "premium_location_insight": { "$ref": "#/components/schemas/EnrichmentV2PremiumLocationInsightMetadata" }, "what3words": { "$ref": "#/components/schemas/EnrichmentV2What3WordsMetadata" } }, "additionalProperties": false, "description": "The dataset name and related attributes." }, "EnrichmentV2NzlElementCodeResult": { "type": "object", "properties": { "code": { "type": "string", "description": "Code.", "nullable": true } }, "additionalProperties": false, "description": "Response for NZL Elements' Code." }, "EnrichmentV2NzlHousehold": { "enum": [ "head_of_household_age", "children_at_address", "household_composition", "head_of_household_lifestage", "adults_at_address" ], "type": "string", "description": "The dataset named NZL Household and its associated attributes." }, "EnrichmentV2NzlHouseholdMetadata": { "type": "object", "properties": { "head_of_household_age": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "children_at_address": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "household_composition": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "head_of_household_lifestage": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "adults_at_address": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2NzlHouseholdResult": { "type": "object", "properties": { "head_of_household_age": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "children_at_address": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "household_composition": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "head_of_household_lifestage": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "adults_at_address": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" } }, "additionalProperties": false, "description": "Response for NZL Household dataset." }, "EnrichmentV2NzlMosaic": { "enum": [ "mosaic", "mosaic_segment", "factor_a", "factor_b", "factor_c", "factor_d", "factor_e", "factor_f" ], "type": "string", "description": "The dataset named NZL Mosaic and its associated attributes." }, "EnrichmentV2NzlMosaicElementResult": { "type": "object", "properties": { "group_code": { "type": "string", "description": "Group Code.", "nullable": true }, "type_code": { "type": "string", "description": "Type Code.", "nullable": true } }, "additionalProperties": false, "description": "Response for NZL Mosaic's Elements." }, "EnrichmentV2NzlMosaicFactorResult": { "type": "object", "properties": { "score": { "type": "number", "description": "Score.", "format": "double", "nullable": true }, "percentile": { "type": "number", "description": "Percentile.", "format": "double", "nullable": true }, "decile": { "type": "number", "description": "Decile.", "format": "double", "nullable": true } }, "additionalProperties": false, "description": "Response for NZL Mosaic's Factor Elements." }, "EnrichmentV2NzlMosaicMetadata": { "type": "object", "properties": { "mosaic": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "mosaic_segment": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_a": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_b": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_c": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_d": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_e": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "factor_f": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2NzlMosaicResult": { "type": "object", "properties": { "mosaic": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicElementResult" }, "mosaic_segment": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "factor_a": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" }, "factor_b": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" }, "factor_c": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" }, "factor_d": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" }, "factor_e": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" }, "factor_f": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicFactorResult" } }, "additionalProperties": false, "description": "Response for NZL Mosaic dataset." }, "EnrichmentV2NzlProperty": { "enum": [ "property_type", "property_ownership", "property_value", "property_size", "bedrooms", "bathrooms" ], "type": "string", "description": "The dataset named NZL Property and its associated attributes." }, "EnrichmentV2NzlPropertyMetadata": { "type": "object", "properties": { "property_type": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "property_ownership": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "property_value": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "property_size": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "bedrooms": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "bathrooms": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2NzlPropertyResult": { "type": "object", "properties": { "property_type": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "property_ownership": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "property_value": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "property_size": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "bedrooms": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" }, "bathrooms": { "$ref": "#/components/schemas/EnrichmentV2NzlElementCodeResult" } }, "additionalProperties": false, "description": "Response for NZL Property dataset." }, "EnrichmentV2NzlRegionalGeocodesMetadata": { "type": "object", "properties": { "front_of_property_nztm_x_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "front_of_property_nztm_y_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "centroid_of_property_nztm_x_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "centroid_of_property_nztm_y_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "linz_parcel_id": { "$ref": "#/components/schemas/DatasetMetadata" }, "property_purpose_type": { "$ref": "#/components/schemas/DatasetMetadata" }, "addressable": { "$ref": "#/components/schemas/DatasetMetadata" }, "mesh_block_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "territorial_authority_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "territorial_authority_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "regional_council_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "regional_council_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "general_electorate_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "general_electorate_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "maori_electorate_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "maori_electorate_name": { "$ref": "#/components/schemas/DatasetMetadata" }, "front_of_property_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "front_of_property_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "centroid_of_property_latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "centroid_of_property_longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the NZL Regional Geocodes dataset." }, "EnrichmentV2PremiumLocationInsightMetadata": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocodes_building_xy": { "$ref": "#/components/schemas/DatasetMetadata" }, "geocodes_access": { "$ref": "#/components/schemas/DatasetMetadata" }, "time": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the Premium Location Insight dataset.\n\n (The time attribute is excluded in Premium Location Insight Lite.)
" }, "EnrichmentV2Request": { "required": [ "attributes", "keys" ], "type": "object", "properties": { "country_iso": { "maxLength": 3, "minLength": 0, "type": "string", "description": "The 3-letter ISO country code.", "nullable": true }, "keys": { "$ref": "#/components/schemas/EnrichmentV2DatasetKeys" }, "attributes": { "$ref": "#/components/schemas/EnrichmentV2DatasetAttributes" } }, "additionalProperties": false, "description": "The request model.", "xml": { "name": "request" } }, "EnrichmentV2Response": { "type": "object", "properties": { "reference_id": { "type": "string", "description": "If you chose to submit a \"Reference-Id\" in the response body, the value will be returned with the response.", "nullable": true }, "transaction_id": { "type": "string", "description": "Unique Experian-assigned transaction identifier.", "nullable": true, "example": "ab123ab1-abc1-1234-abcd-ab1a123a1a12" }, "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/EnrichmentV2Result" }, "metadata": { "$ref": "#/components/schemas/EnrichmentV2Metadata" } }, "additionalProperties": false, "description": "The response model.", "xml": { "name": "response" } }, "EnrichmentV2Result": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetGeocodes" }, "usa_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetUsaRegionalGeocodes" }, "aus_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetAusRegionalGeocodes" }, "nzl_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetNzlRegionalGeocodes" }, "uk_location_complete": { "$ref": "#/components/schemas/EnrichmentV2DatasetUkLocationComplete" }, "uk_location_essential": { "$ref": "#/components/schemas/EnrichmentV2DatasetUkLocationEssential" }, "gbr_government": { "$ref": "#/components/schemas/EnrichmentV2DatasetGbrGovernment" }, "gbr_health": { "$ref": "#/components/schemas/EnrichmentV2DatasetGbrHealth" }, "premium_location_insight": { "$ref": "#/components/schemas/EnrichmentV2DatasetPremiumLocationInsight" }, "what3words": { "$ref": "#/components/schemas/EnrichmentV2DatasetWhat3Words" } }, "additionalProperties": false, "description": "Details about the result. Includes the enriched data." }, "EnrichmentV2ResultAddressValidate": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetGeocodes" }, "usa_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetUsaRegionalGeocodes" }, "aus_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetAusRegionalGeocodes" }, "nzl_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2DatasetNzlRegionalGeocodes" }, "uk_location_complete": { "$ref": "#/components/schemas/EnrichmentV2DatasetUkLocationComplete" }, "uk_location_essential": { "$ref": "#/components/schemas/EnrichmentV2DatasetUkLocationEssential" }, "gbr_government": { "$ref": "#/components/schemas/EnrichmentV2DatasetGbrGovernment" }, "gbr_business": { "$ref": "#/components/schemas/EnrichmentV2DatasetGbAdditionalBusinessAddressValidate" }, "gbr_health": { "$ref": "#/components/schemas/EnrichmentV2DatasetGbrHealth" }, "premium_location_insight": { "$ref": "#/components/schemas/EnrichmentV2DatasetPremiumLocationInsight" }, "what3words": { "$ref": "#/components/schemas/EnrichmentV2DatasetWhat3Words" }, "gbr_location_grid": { "$ref": "#/components/schemas/EnrichmentV2GbrLocationGridResult" }, "gbr_parliament": { "$ref": "#/components/schemas/EnrichmentV2GbrParliamentResult" }, "gbr_mosaic": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaicResult" }, "gbr_mosaic_financial": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaicFinancialResult" }, "gbr_alias": { "$ref": "#/components/schemas/EnrichmentV2GbrAliasResult" }, "gbr_quality": { "$ref": "#/components/schemas/EnrichmentV2GbrQualityResult" }, "addressbase_classification": { "$ref": "#/components/schemas/EnrichmentV2AprClassificationResult" }, "addressbase_cross_reference": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceResult" }, "addressbase_government": { "$ref": "#/components/schemas/EnrichmentV2AprGovernmentResult" }, "addressbase_health": { "$ref": "#/components/schemas/EnrichmentV2AprHealthResult" }, "addressbase_location_grid": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridResult" }, "addressbase_parliament": { "$ref": "#/components/schemas/EnrichmentV2AprParliamentResult" }, "addressbase_quality": { "$ref": "#/components/schemas/EnrichmentV2AprQualityResult" }, "addressbase_street": { "$ref": "#/components/schemas/EnrichmentV2AprStreetResult" }, "addressbase_topography": { "$ref": "#/components/schemas/EnrichmentV2AprTopographyResult" }, "addressbase_voa": { "$ref": "#/components/schemas/EnrichmentV2AprVoaResult" }, "irl_mosaic": { "$ref": "#/components/schemas/EnrichmentV2IrlMosaicResult" }, "nzl_household": { "$ref": "#/components/schemas/EnrichmentV2NzlHouseholdResult" }, "nzl_mosaic": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicResult" }, "nzl_property": { "$ref": "#/components/schemas/EnrichmentV2NzlPropertyResult" }, "sgp_mosaic": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicResult" } }, "additionalProperties": false, "description": "Details about the result. Includes the enriched data." }, "EnrichmentV2ResultAddressValidateMetadata": { "type": "object", "properties": { "code": { "type": "string", "nullable": true }, "message": { "type": "string", "nullable": true }, "detail": { "type": "string", "nullable": true }, "datasets": { "$ref": "#/components/schemas/EnrichmentV2ResultAddressValidateMetadataDatasets" } }, "additionalProperties": false }, "EnrichmentV2ResultAddressValidateMetadataDatasets": { "type": "object", "properties": { "geocodes": { "$ref": "#/components/schemas/EnrichmentV2GeocodesMetadata" }, "usa_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2UsaRegionalGeocodesMetadata" }, "aus_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2AusRegionalGeocodesMetadata" }, "nzl_regional_geocodes": { "$ref": "#/components/schemas/EnrichmentV2NzlRegionalGeocodesMetadata" }, "uk_location_complete": { "$ref": "#/components/schemas/EnrichmentV2UkLocationCompleteMetadata" }, "uk_location_essential": { "$ref": "#/components/schemas/EnrichmentV2UkLocationEssentialMetadata" }, "gbr_government": { "$ref": "#/components/schemas/EnrichmentV2GbrGovernmentMetadata" }, "gbr_health": { "$ref": "#/components/schemas/EnrichmentV2GbrHealthMetadata" }, "premium_location_insight": { "$ref": "#/components/schemas/EnrichmentV2PremiumLocationInsightMetadata" }, "what3words": { "$ref": "#/components/schemas/EnrichmentV2What3WordsMetadata" }, "gbr_location_grid": { "$ref": "#/components/schemas/EnrichmentV2GbrLocationGridMetadata" }, "gbr_parliament": { "$ref": "#/components/schemas/EnrichmentV2GbrParliamentMetadata" }, "gbr_mosaic": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaicMetadata" }, "gbr_mosaic_financial": { "$ref": "#/components/schemas/EnrichmentV2GbrMosaicFinancialMetadata" }, "gbr_alias": { "$ref": "#/components/schemas/EnrichmentV2GbrAliasMetadata" }, "gbr_quality": { "$ref": "#/components/schemas/EnrichmentV2GbrQualityMetadata" }, "addressbase_classification": { "$ref": "#/components/schemas/EnrichmentV2AprClassificationMetadata" }, "addressbase_cross_reference": { "$ref": "#/components/schemas/EnrichmentV2AprCrossReferenceMetadata" }, "addressbase_government": { "$ref": "#/components/schemas/EnrichmentV2AprGovernmentMetadata" }, "addressbase_health": { "$ref": "#/components/schemas/EnrichmentV2AprHealthMetadata" }, "addressbase_location_grid": { "$ref": "#/components/schemas/EnrichmentV2AprLocationGridMetadata" }, "addressbase_parliament": { "$ref": "#/components/schemas/EnrichmentV2AprParliamentMetadata" }, "addressbase_quality": { "$ref": "#/components/schemas/EnrichmentV2AprQualityMetadata" }, "addressbase_street": { "$ref": "#/components/schemas/EnrichmentV2AprStreetMetadata" }, "addressbase_topography": { "$ref": "#/components/schemas/EnrichmentV2AprTopographyMetadata" }, "addressbase_voa": { "$ref": "#/components/schemas/EnrichmentV2AprVoaMetadata" }, "irl_mosaic": { "$ref": "#/components/schemas/EnrichmentV2IrlMosaicMetadata" }, "nzl_household": { "$ref": "#/components/schemas/EnrichmentV2NzlHouseholdMetadata" }, "nzl_mosaic": { "$ref": "#/components/schemas/EnrichmentV2NzlMosaicMetadata" }, "nzl_property": { "$ref": "#/components/schemas/EnrichmentV2NzlPropertyMetadata" }, "sgp_mosaic": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicMetadata" } }, "additionalProperties": false }, "EnrichmentV2SgpMosaic": { "enum": [ "demographic_postal_code", "residential_postal_code", "affluence", "life_stage" ], "type": "string", "description": "The dataset named SGP Mosaic and its associated attributes." }, "EnrichmentV2SgpMosaicDemographicPostalCodeResult": { "type": "object", "properties": { "type_code": { "type": "string", "description": "MOSAIC Type Code.", "nullable": true }, "type": { "type": "string", "description": "Name of MOSAIC Type.", "nullable": true }, "group_code": { "type": "string", "description": "MOSAIC Group Code.", "nullable": true }, "group": { "type": "string", "description": "Name of MOSAIC Group.", "nullable": true } }, "additionalProperties": false, "description": "Response for SGP Mosaic Demographic Postal Code." }, "EnrichmentV2SgpMosaicFactorResult": { "type": "object", "properties": { "score": { "type": "number", "description": "Score.", "format": "double", "nullable": true }, "percentile": { "type": "number", "description": "Percentile.", "format": "double", "nullable": true }, "decile": { "type": "number", "description": "Decile.", "format": "double", "nullable": true } }, "additionalProperties": false, "description": "Response for SGP Mosaic Elements that contains score, percentile and decile." }, "EnrichmentV2SgpMosaicMetadata": { "type": "object", "properties": { "demographic_postal_code": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "residential_postal_code": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "affluence": { "$ref": "#/components/schemas/DatasetMetadataV2" }, "life_stage": { "$ref": "#/components/schemas/DatasetMetadataV2" } }, "additionalProperties": false }, "EnrichmentV2SgpMosaicResidentialPostalCodeResult": { "type": "object", "properties": { "households": { "type": "string", "description": "Residential Units.", "nullable": true }, "residents": { "type": "string", "description": "Population.", "nullable": true } }, "additionalProperties": false, "description": "Response for SGP Mosaic Residential Postal Code." }, "EnrichmentV2SgpMosaicResult": { "type": "object", "properties": { "demographic_postal_code": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicDemographicPostalCodeResult" }, "residential_postal_code": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicResidentialPostalCodeResult" }, "affluence": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicFactorResult" }, "life_stage": { "$ref": "#/components/schemas/EnrichmentV2SgpMosaicFactorResult" } }, "additionalProperties": false, "description": "Response for SGP Mosaic dataset." }, "EnrichmentV2UkLocationCompleteMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" }, "udprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "uprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "x_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "y_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the UK Location Complete dataset." }, "EnrichmentV2UkLocationEssentialMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" }, "udprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "uprn": { "$ref": "#/components/schemas/DatasetMetadata" }, "x_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" }, "y_coordinate": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the UK Location Essential dataset." }, "EnrichmentV2UsaRegionalGeocodesMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "match_level": { "$ref": "#/components/schemas/DatasetMetadata" }, "census_tract": { "$ref": "#/components/schemas/DatasetMetadata" }, "census_block": { "$ref": "#/components/schemas/DatasetMetadata" }, "core_based_statistical_area": { "$ref": "#/components/schemas/DatasetMetadata" }, "congressional_district_code": { "$ref": "#/components/schemas/DatasetMetadata" }, "county_code": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the USA Regional Geocodes dataset." }, "EnrichmentV2What3WordsMetadata": { "type": "object", "properties": { "latitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "longitude": { "$ref": "#/components/schemas/DatasetMetadata" }, "name": { "$ref": "#/components/schemas/DatasetMetadata" }, "description": { "$ref": "#/components/schemas/DatasetMetadata" } }, "additionalProperties": false, "description": "Attribute-level metadata for the what3words dataset." }, "HouseMember": { "type": "object", "properties": { "firstname": { "type": "string", "description": "Gets or sets the First name.", "nullable": true }, "middlename": { "type": "string", "description": "Gets or sets the middle name initials.", "nullable": true }, "surname": { "type": "string", "description": "Gets or sets the Surname.", "nullable": true }, "name_title": { "type": "string", "description": "Gets or sets the name title.", "nullable": true } }, "additionalProperties": false, "description": "Person names, registered at the formatted address." }, "IdentityAppendAddressDetail": { "type": "object", "properties": { "first_name_match": { "type": "string", "description": "Checks to see if the first name matches first names previously associated with that email.", "nullable": true, "example": "match" }, "last_name_match": { "type": "string", "description": "Checks to see if the last name matches last names previously associated with that email.", "nullable": true, "example": "no_match" }, "address_line_1_match": { "type": "string", "description": "Checks to see if the address line matches the address line previously associated with that email.", "nullable": true, "example": "no_data" }, "town_match": { "type": "string", "description": "Checks to see if the town matches the town data previously associated with that email.", "nullable": true, "example": "no_data" }, "postal_code_match": { "type": "string", "description": "Checks to see if the postal code matches the postal code data previously associated with that email.", "nullable": true, "example": "no_data" }, "deliverability": { "type": "string", "description": "Checks if the address is deliverable.", "nullable": true, "example": "undeliverable" }, "deliverability_detail": { "type": "string", "description": "Deliverable sub status.", "nullable": true, "example": "missing_primary" }, "address_type": { "$ref": "#/components/schemas/IdentityAppendAddressDetailAddressType" } }, "additionalProperties": false, "description": "The Address Detail metadata." }, "IdentityAppendAddressDetailAddressType": { "type": "object", "properties": { "code": { "type": "string", "description": "Indicates the address type.", "nullable": true, "example": "S" }, "description": { "type": "string", "description": "Indicates the description of the code.", "nullable": true, "example": "Street" } }, "additionalProperties": false, "description": "The Address Detail metadata's address type information." }, "IdentityAppendContactResponse": { "type": "object", "properties": { "first_name": { "type": "string", "description": "The first name of the individual.", "nullable": true, "example": "John" }, "last_name": { "type": "string", "description": "The last name of the individual.", "nullable": true, "example": "Smith" }, "address_line_1": { "type": "string", "description": "The first line of the individual’s address.", "nullable": true, "example": "1 Main Street" }, "town": { "type": "string", "description": "The town, city or suburb of the individual’s address.", "nullable": true, "example": "Phoenix" }, "region": { "type": "string", "description": "The state or province abbreviation of the individual’s address.", "nullable": true, "example": "AZ" }, "postal_code": { "type": "string", "description": "The postal code of the individual’s address.", "nullable": true, "example": "94133" }, "country_iso_3": { "type": "string", "description": "The country iso 3 of the individual’s address.", "nullable": true, "example": "USA" } }, "additionalProperties": false, "description": "The individuals contact information matched to the email or phone supplied." }, "IdentityAppendEmailDetail": { "type": "object", "properties": { "email_type": { "type": "string", "description": "The type of email based on its classification of intended purpose, i.e. individual, business or education.", "nullable": true, "example": "individual" }, "date_first_seen": { "type": "string", "description": "The date the email address first appeared in the records.", "nullable": true, "example": "2016-08-09" }, "longevity": { "type": "integer", "description": "A score relating to when the email address was first discovered. From 0 (not discovered) to 3 (Discovered over a year ago).", "format": "int32", "nullable": true, "example": "3" }, "velocity": { "type": "integer", "description": "A score reflecting the activity of the email address over the last 6 months, from 0 (no activity) to 10 (most active).", "format": "int32", "nullable": true, "example": "10" }, "popularity": { "type": "integer", "description": "A score assessing the email address's visibility over the last 12 months based on the number of sources that have received the address, ranging from 0 (no sources) to 10 (most sources).", "format": "int32", "nullable": true, "example": "10" }, "domain": { "$ref": "#/components/schemas/IdentityAppendEmailDetailDomain" }, "confidence": { "type": "string", "description": "The outcome (confidence level) of the validation.", "nullable": true, "example": "verified" }, "verbose_output": { "type": "string", "description": "The verbose output of the validation.", "nullable": true, "example": "verified" }, "verbose_reason": { "type": "string", "description": "The verbose output description of the validation.", "nullable": true, "example": "Valid email address." } }, "additionalProperties": false, "description": "Additional fields details that can be returned alongside the Identity Append result." }, "IdentityAppendEmailDetailDomain": { "type": "object", "properties": { "date_first_seen": { "type": "string", "description": "The date the domain first appeared in the records. The value \"now\" will be returned if the domain is new.", "nullable": true, "example": "now" }, "longevity": { "type": "integer", "description": "A score relating to when the domain was first discovered. From 0 (not discovered) to 3 (Discovered over a year ago).", "format": "int32", "nullable": true, "example": "3" }, "velocity": { "type": "integer", "description": "A score reflecting the activity of the domain over the last 6 months, from 0 (no activity) to 10 (most active).", "format": "int32", "nullable": true, "example": "10" }, "popularity": { "type": "integer", "description": "A score assessing the domain's visibility over the last 12 months based on the number of sources that have received the address, ranging from 0 (no sources) to 10 (most sources).", "format": "int32", "nullable": true, "example": "10" }, "domain_type": { "type": "string", "description": "The type of domain.", "nullable": true, "example": "freeisp" } }, "additionalProperties": false, "description": "The Email Detail metadata Domain info." }, "IdentityAppendInputComponents": { "type": "object", "properties": { "first_name": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The first name of the individual.", "nullable": true, "example": [ "John" ] }, "middle_name": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The middle name of the individual.", "nullable": true, "example": [ "Abraham" ] }, "last_name": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The last name of the individual.", "nullable": true, "example": [ "Smith" ] }, "address_line_1": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The first line of the individual’s address.", "nullable": true, "example": [ "1 Main Street" ] }, "town": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The town, city or suburb of the individual’s address.", "nullable": true, "example": [ "Phoenix" ] }, "sub_region": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The county of the individual’s address.", "nullable": true, "example": [ "Yancey" ] }, "region": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The state or province abbreviation of the individual’s address.", "nullable": true, "example": [ "AZ" ] }, "postal_code": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The postal code of the individual’s address.", "nullable": true, "example": [ "94133" ] }, "email": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The email of the individual.", "nullable": true, "example": [ "John.A.Smith@example.com" ] }, "phone": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The phone number of the individual.", "nullable": true, "example": [ "1234567890" ] }, "country_iso_2": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The country of the individual in two letter ISO code.", "nullable": true, "example": [ "US" ] }, "ip_address": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The ip address of the individual.", "nullable": true, "example": [ "255.255.255.255" ] }, "user_agent": { "maxItems": 1, "type": "array", "items": { "type": "string" }, "description": "The user agent of the individual.", "nullable": true, "example": [ "python-requests/2.27.1" ] } }, "additionalProperties": false, "description": "The identity input component." }, "IdentityAppendInputOptions": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the option.", "nullable": true, "example": "dnc_preference" }, "value": { "type": "string", "description": "The value of the option.", "nullable": true, "example": "flag | exclude | only" } }, "additionalProperties": false, "description": "The identity append request options." }, "IdentityAppendIpDetail": { "type": "object", "properties": { "routing_type": { "type": "string", "description": "Indicates the IP Routing Type (IPRT), which specifies how the connection is routed through the Internet and can be used to determine how close the user is to the public IP address.", "nullable": true, "example": "fixed" }, "organization": { "type": "string", "description": "The registering organization, which can include many types of entities, including corporate, government, or educational entities, and ISPs managing the allocation and use of network blocks.", "nullable": true, "example": "experian" }, "proxy_type": { "type": "string", "description": "The network or protocol utilized by the server to proxy the user connection is identified.", "nullable": true, "example": "tor" }, "hosting_facility": { "type": "boolean", "description": "A value of \"true\" indicates that the IP address is associated with a hosting facility; otherwise the value is \"false\".", "nullable": true, "example": "true" }, "latitude": { "type": "number", "description": "The latitude of the identified location.", "format": "double", "nullable": true, "example": "38.89768" }, "longitude": { "type": "number", "description": "The longitude of the identified location.", "format": "double", "nullable": true, "example": "-77.03651" } }, "additionalProperties": false, "description": "The Ip Address Detail metadata." }, "IdentityAppendMetadata": { "type": "object", "properties": { "email_detail": { "$ref": "#/components/schemas/IdentityAppendEmailDetail" }, "address_detail": { "$ref": "#/components/schemas/IdentityAppendAddressDetail" }, "ip_detail": { "$ref": "#/components/schemas/IdentityAppendIpDetail" }, "phone_detail": { "type": "array", "items": { "$ref": "#/components/schemas/IdentityAppendPhoneDetail" }, "nullable": true } }, "additionalProperties": false, "description": "The metadata model." }, "IdentityAppendPhoneDetail": { "type": "object", "properties": { "phone_type": { "type": "string", "description": "The type of phone based on its classification of intended purpose, i.e. mobile, landline, pager or unknown.", "nullable": true, "example": "mobile" }, "number": { "type": "string", "description": "The phone number of the individual.", "nullable": true, "example": "123-456-7890" }, "dnc": { "type": "boolean", "description": "A value of \"true\" indicates that the phone number appears on the Do Not Call list; otherwise the value is \"false\"", "nullable": true, "example": "true" }, "dnc_date_revised": { "type": "string", "description": "The last date the phone number appeared on the Do Not Call list.", "nullable": true, "example": "2023-08-31" }, "rank": { "type": "integer", "description": "The rank of the phone number most likely in use by the individual.", "format": "int32", "nullable": true, "example": "0" } }, "additionalProperties": false, "description": "The Phone Detail metadata." }, "IdentityAppendRequest": { "required": [ "attributes", "components" ], "type": "object", "properties": { "components": { "$ref": "#/components/schemas/IdentityAppendInputComponents" }, "options": { "type": "array", "items": { "$ref": "#/components/schemas/IdentityAppendInputOptions" }, "description": "The identity append request options.", "nullable": true }, "attributes": { "maxItems": 1, "minItems": 1, "type": "array", "items": { "type": "string" }, "description": "Type of the request.", "example": [ "email" ] } }, "additionalProperties": false, "description": "The request model.\n\nFor more information on what elements are mandatory or optional, please visit the Technical Documentation site for\nEmail Append, \nReverse Email Append, \nPhone Append\nand \nRisk Score." }, "IdentityAppendResponse": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/IdentityAppendResult" }, "metadata": { "$ref": "#/components/schemas/IdentityAppendMetadata" } }, "additionalProperties": false, "description": "The response model." }, "IdentityAppendResult": { "type": "object", "properties": { "email": { "type": "string", "description": "The email of the individual.", "nullable": true, "example": "John.A.Smith@example.com" }, "contacts": { "type": "array", "items": { "$ref": "#/components/schemas/IdentityAppendContactResponse" }, "nullable": true }, "risk": { "$ref": "#/components/schemas/EmailRiskResult" }, "phones": { "type": "array", "items": { "type": "string" }, "description": "The matched phone number(s) of the individual.", "nullable": true, "example": "[ \"123-456-7890\", \"098-765-4321\"]" } }, "additionalProperties": false, "description": "Details about the result, such as email, contact, or risk score." }, "Key": { "type": "object", "properties": { "type": { "type": "string", "description": "Gets or sets the key type", "nullable": true, "example": "postal_code" }, "value": { "type": "string", "description": "Gets or sets the key value", "nullable": true, "example": "NN14 4RX" } }, "additionalProperties": false, "description": "The key of the postal code." }, "LocalityComponents": { "type": "object", "properties": { "region": { "$ref": "#/components/schemas/LocalityItem" }, "sub_region": { "$ref": "#/components/schemas/LocalityItem" }, "town": { "$ref": "#/components/schemas/LocalityItem" }, "district": { "$ref": "#/components/schemas/LocalityItem" }, "sub_district": { "$ref": "#/components/schemas/LocalityItem" }, "type": { "type": "string", "description": "Addresses type. Specific for Japan.", "nullable": true } }, "additionalProperties": false, "description": "The locality of the suggestion." }, "LocalityItem": { "type": "object", "properties": { "name": { "type": "string", "description": "Gets or sets the locality name", "nullable": true }, "code": { "type": "string", "description": "Gets or sets the locality code", "nullable": true }, "description": { "type": "string", "description": "Gets or sets the locality description", "nullable": true } }, "additionalProperties": false, "description": "Initializes a new instance of the Experian.Hub.Feature.AddressValidate.GfoClients.GfoRest.Models.GfoRestSearchV2ResponseModel.LocalityItem class." }, "LocationElements": { "type": "object", "properties": { "code": { "type": "string", "description": "The code of a business.", "nullable": true }, "description": { "type": "string", "description": "The description of a business.", "nullable": true }, "small_or_home_office": { "type": "boolean", "description": "Is a business small or home office one." } }, "additionalProperties": false, "description": "The location elements of a business." }, "MatchInfoFlags": { "type": "object", "properties": { "postcode_action": { "type": "string", "description": "Postcode action info.", "nullable": true }, "address_action": { "type": "string", "description": "Address action info.", "nullable": true }, "generic_info": { "type": "array", "items": { "type": "string" }, "description": "General match codes info.", "nullable": true }, "aus_info": { "type": "array", "items": { "type": "string" }, "description": "AUS specific match codes info.", "nullable": true }, "deu_info": { "type": "array", "items": { "type": "string" }, "description": "DEU specific match codes info.", "nullable": true }, "fra_info": { "type": "array", "items": { "type": "string" }, "description": "FRA specific match codes info.", "nullable": true }, "gbr_info": { "type": "array", "items": { "type": "string" }, "description": "GBR specific match codes info.", "nullable": true }, "nld_info": { "type": "array", "items": { "type": "string" }, "description": "NLD specific match codes info.", "nullable": true }, "nzl_info": { "type": "array", "items": { "type": "string" }, "description": "NZL specific match codes info.", "nullable": true }, "sgp_info": { "type": "array", "items": { "type": "string" }, "description": "SGP specific match codes info.", "nullable": true } }, "additionalProperties": false, "description": "Class to map validation match info flags from proweb." }, "PhoneValidationV2Confidence": { "enum": [ "Verified", "Absent", "Teleservice not provisioned", "Unverified", "No coverage", "Unknown", "Dead" ], "type": "string", "description": "The outcome (confidence level) of the validation." }, "PhoneValidationV2Metadata": { "type": "object", "properties": { "code": { "type": "string", "description": "Ignore, currently not used.", "nullable": true }, "message": { "type": "string", "description": "Ignore, currently not used.", "nullable": true }, "phone_detail": { "$ref": "#/components/schemas/PhoneValidationV2PhoneDetail" } }, "additionalProperties": false, "description": "The metadata model." }, "PhoneValidationV2PhoneDetail": { "type": "object", "properties": { "original_operator_name": { "type": "string", "description": "The name of the MSISDN operator where the phone number was originally registered.", "nullable": true, "example": "T-Mobile" }, "original_network_status": { "type": "string", "description": "The status of the network where the phone number was originally registered.", "nullable": true, "example": "Available" }, "original_home_network_identity": { "type": "string", "description": "The Mobile Country Code (MCC) and Mobile Network Code (MNC) where the phone number was originally registered.", "nullable": true, "example": "310200" }, "original_country_prefix": { "type": "string", "description": "The international calling code of the country where the phone number was originally registered.", "nullable": true, "example": "1" }, "original_country_name": { "type": "string", "description": "The name of the country where the phone number was originally registered.", "nullable": true, "example": "United States of America" }, "original_country_iso": { "type": "string", "description": "The 3-letter ISO code of the country where the phone number was originally registered.", "nullable": true, "example": "USA" }, "operator_name": { "type": "string", "description": "The name of the MSISDN operator where the phone number is currently registered.", "nullable": true, "example": "Verizon" }, "network_status": { "type": "string", "description": "The status of the network where the phone number is currently registered.", "nullable": true, "example": "Available" }, "home_network_identity": { "type": "string", "description": "The Mobile Country Code (MCC) and Mobile Network Code (MNC) where the phone number is currently registered.", "nullable": true, "example": "311480" }, "country_prefix": { "type": "string", "description": "The international calling code of the country where the phone number is currently registered.", "nullable": true, "example": "1" }, "country_name": { "type": "string", "description": "The name of the country where the phone number is currently registered.", "nullable": true, "example": "United States of America" }, "country_iso": { "type": "string", "description": "The 3-letter ISO code of the country where the phone number is currently registered.", "nullable": true, "example": "USA" }, "is_ported": { "type": "string", "description": "Indicates whether the phone number is ported or not.", "nullable": true, "example": "Yes" }, "cache_value_days": { "type": "integer", "description": "The requested number of days to look back in the cache for this phone number.", "format": "int32", "nullable": true, "example": 0 }, "date_cached": { "type": "string", "description": "The last date this phone number was checked.", "nullable": true, "example": "2020-04-22" }, "email_to_sms_address": { "type": "string", "description": "Email address which can be used to send SMS messages to this phone number.", "nullable": true, "example": "7087694383@vtext.com" }, "email_to_mms_address": { "type": "string", "description": "Email address which can be used to send MMS messages to this phone number.", "nullable": true, "example": "7087694383@vzwpix.com" } }, "additionalProperties": false, "description": "Metadata fields and values that can be returned, in addition to the main core information." }, "PhoneValidationV2Request": { "required": [ "number" ], "type": "object", "properties": { "number": { "minLength": 1, "type": "string", "description": "The phone number that is the subject of the validation.", "example": "17087694383" }, "output_format": { "maxLength": 10, "minLength": 0, "type": "string", "description": "The desired format of the phone number: E164, PLUS_E164, NATIONAL, any 3-letter ISO country code.\nIf not specified, the default format, E164, will be used.", "nullable": true, "example": "NATIONAL" }, "cache_value_days": { "maximum": 30, "minimum": 0, "type": "integer", "description": "The number of days to look back in cache for the validation result for this phone number.\nIf the result is cached, the response will be returned faster. Acceptable values from 0 (no cache)\nto 30. If not specified, the default value, 7, will be used.", "format": "int32", "nullable": true, "example": 0 }, "country_iso": { "maxLength": 3, "minLength": 0, "type": "string", "description": "You can indicate the 3-letter ISO country code if the phone number that is subject to validation doesn't contain a phone country code.", "nullable": true }, "get_ported_date": { "type": "boolean", "description": "The date the phone number was last ported, returned only if the number has been moved to a different network.\nThis is an optional field and is included only when get_ported_date is set to true, which incurs an additional click.", "example": true }, "get_disposable_number": { "type": "boolean", "description": "A boolean indicator to attempt to verify if the number is known to be disposable.\nA disposable number is a shared mobile(or landline) that can be used to receive a text, or phone call.", "nullable": true, "example": true }, "supplementary_live_status": { "$ref": "#/components/schemas/PhoneValidationV2SupplementaryLiveStatus" } }, "additionalProperties": false, "description": "The request model.", "xml": { "name": "request" } }, "PhoneValidationV2Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/PhoneValidationV2Result" }, "metadata": { "$ref": "#/components/schemas/PhoneValidationV2Metadata" } }, "additionalProperties": false, "description": "The response model.", "xml": { "name": "response" } }, "PhoneValidationV2Result": { "type": "object", "properties": { "number": { "type": "string", "description": "The phone number that is the subject of the validation.", "nullable": true, "example": "17087694383" }, "validated_phone_number": { "type": "string", "description": "The validated phone number. Also includes the international country calling code. Note\nthat this field is returned even if the phone number has a confidence status of \"Invalid\".", "nullable": true, "example": "17087694383" }, "formatted_phone_number": { "type": "string", "description": "The phone number in the format you specified in \"output_format\".", "nullable": true, "example": "(708) 769-4383" }, "phone_type": { "type": "string", "description": "The type of phone number. Note: Landline is only supported in North America.", "nullable": true, "example": "Mobile" }, "confidence": { "$ref": "#/components/schemas/PhoneValidationV2Confidence" }, "ported_date": { "type": "string", "description": "The date the phone number was last ported, returned only if the number has been moved to a different network. \nThis is an optional field and is included only when get_ported_date is set to true, which incurs an additional click.", "nullable": true, "example": "2012-06-27T09:32:09Z" }, "disposable_number": { "type": "string", "description": "Indicates whether the phone number is a disposable number based on lookup list of disposable numbers.\nIf the number can be found in the lookup list, the value returned will be \"Yes\". Otherwise, the value returned\nwill be \"Unknown\". This value would be returned if the get_disposable_number boolean is set to true.", "nullable": true, "example": "Yes" } }, "additionalProperties": false, "description": "Details about the result. Includes the validated data and its confidence level." }, "PhoneValidationV2SupplementaryLiveStatus": { "type": "object", "properties": { "mobile": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Mobile Phone Number.", "nullable": true, "example": [ "USA" ] }, "landline": { "type": "array", "items": { "type": "string" }, "description": "An indicator to attempt to get supplementary live status for Landline Phone Number.", "nullable": true, "example": [ "GBR" ] } }, "additionalProperties": false, "description": "The supplementary live status request model. Please note that this feature has additional charge if requested.", "xml": { "name": "supplementarylivestatusrequest" } }, "PostalCode": { "type": "object", "properties": { "full_name": { "type": "string", "description": "Gets or sets the full postal code", "nullable": true }, "primary": { "type": "string", "description": "Gets or sets the postal code primary", "nullable": true }, "secondary": { "type": "string", "description": "Gets or sets the postal code secondary", "nullable": true } }, "additionalProperties": false, "description": "The postal code of the suggestion." }, "PremiumLocationInsightGeocodes": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude of the property.", "format": "double", "nullable": true, "example": 52.9413 }, "longitude": { "type": "number", "description": "The longitude of the property.", "format": "double", "nullable": true, "example": 1.16312 }, "match_level": { "type": "string", "description": "Specifies the accuracy of the coordinates for the specified address.", "nullable": true, "example": "Building" } }, "additionalProperties": false, "description": "Geocode attributes for the specified address." }, "PremiumLocationInsightGeocodesAccess": { "type": "object", "properties": { "latitude": { "type": "number", "description": "The latitude of access geocode.", "format": "double", "nullable": true, "example": 52.9413 }, "longitude": { "type": "number", "description": "The longitude of access geocode.", "format": "double", "nullable": true, "example": 1.16312 } }, "additionalProperties": false, "description": "Access geocode for the specified address." }, "PremiumLocationInsightGeocodesBuildingXy": { "type": "object", "properties": { "x_coordinate": { "type": "number", "description": "The Geocode 'X' coordinate for the centre of the property.", "format": "double", "nullable": true, "example": 152718.84 }, "y_coordinate": { "type": "number", "description": "The Geocode 'Y' coordinate for the centre of the property.", "format": "double", "nullable": true, "example": 529726.56 } }, "additionalProperties": false, "description": "Building XY coordinate for the specified address." }, "PremiumLocationInsightReferenceTime": { "type": "object", "properties": { "tag": { "type": "string", "description": "Time zone applicable based on current timestamp.", "nullable": true, "example": "EET" }, "standard_offset": { "type": "string", "description": "Standard offset returned based on current timestamp.", "nullable": true, "example": "02:00:00" }, "daylight_savings": { "type": "string", "description": "Daylight savings returned based on current timestamp.", "nullable": true, "example": "00:00:00" }, "sunrise": { "type": "string", "description": "Sunrise time at the given time zone based on current timestamp.", "nullable": true, "example": "2023-04-07T03:38:08.767292+00:00" }, "sunset": { "type": "string", "description": "Sunset time at the given time zone based on current timestamp.", "nullable": true, "example": "2023-04-07T16:16:40.8507771+00:00" } }, "additionalProperties": false, "description": "Time zone information returned based on current timestamp." }, "PremiumLocationInsightTime": { "type": "object", "properties": { "time_zone_id": { "type": "string", "description": "Time zone id.", "nullable": true, "example": "Africa/Cairo" }, "generic": { "type": "string", "description": "Generic time zone name.", "nullable": true, "example": "Eastern European Time" }, "standard": { "type": "string", "description": "Standard time zone name.", "nullable": true, "example": "Eastern European Standard Time" }, "daylight": { "type": "string", "description": "Daylight time zone name.", "nullable": true, "example": "Eastern European Summer Time" }, "reference_time": { "$ref": "#/components/schemas/PremiumLocationInsightReferenceTime" }, "time_transition": { "type": "array", "items": { "$ref": "#/components/schemas/PremiumLocationInsightTimeTransition" }, "description": "Daylight savings time (DST) transitions information returned based on a specified address.", "nullable": true, "xml": { "name": "time_transition", "wrapped": true } } }, "additionalProperties": false, "description": "Time zone information returned based on a specified address." }, "PremiumLocationInsightTimeTransition": { "type": "object", "properties": { "tag": { "type": "string", "description": "Time zone applicable based on a specified UTC start time and end time.", "nullable": true, "example": "EET" }, "standard_offset": { "type": "string", "description": "Standard offset returned based on a specified UTC start time and end time.", "nullable": true, "example": "02:00:00" }, "daylight_savings": { "type": "string", "description": "Daylight savings returned based on a specified UTC start time and end time.", "nullable": true, "example": "00:00:00" }, "utc_start": { "type": "string", "description": "Starting time of this UTC offset and DST.", "nullable": true, "example": "2014-09-25T21:00:00Z" }, "utc_end": { "type": "string", "description": "Ending time of this UTC offset and DST.", "nullable": true, "example": "2023-04-27T22:00:00Z" } }, "additionalProperties": false, "description": "Daylight savings time (DST) transitions information returned based on a specified address." }, "ResponseError": { "type": "object", "properties": { "type": { "type": "string", "description": "A link to documentation that provides more details about the error you’ve encountered.", "nullable": true }, "title": { "type": "string", "description": "The title of the error.", "nullable": true, "example": "Bad Request" }, "detail": { "type": "string", "description": "A description of the error.", "nullable": true, "example": "The request body was malformed." }, "instance": { "type": "string", "description": "The endpoint that returned the error.", "nullable": true } }, "additionalProperties": false, "description": "Error model containing the error details." }, "RpaV1Address": { "type": "object", "properties": { "address_line1": { "type": "string", "description": "The first line of the address.", "nullable": true, "example": "NO 12345" }, "address_line2": { "type": "string", "description": "The second line of the address.", "nullable": true, "example": "APT 6789" }, "city": { "type": "string", "description": "The city.", "nullable": true, "example": "TINLEY PARK" }, "state": { "type": "string", "description": "The state.", "nullable": true, "example": "IL" }, "zip5": { "type": "string", "description": "The Zip5 of the address.", "nullable": true, "example": "12345" }, "zip4": { "type": "string", "description": "The Zip4 of the address.", "nullable": true, "example": "6789" }, "confidence": { "$ref": "#/components/schemas/RpaV1AddressConfidence" } }, "additionalProperties": false, "description": "Reverse Phone Append Address." }, "RpaV1AddressConfidence": { "enum": [ "Verified", "Unverified" ], "type": "string" }, "RpaV1Metadata": { "type": "object", "properties": { "phone_detail": { "$ref": "#/components/schemas/RpaV1PhoneDetail" } }, "additionalProperties": false }, "RpaV1PhoneConfidence": { "enum": [ "Verified", "Unverified" ], "type": "string" }, "RpaV1PhoneDetail": { "type": "object", "properties": { "input_phone_type": { "$ref": "#/components/schemas/RpaV1PhoneType" } }, "additionalProperties": false, "description": "Reverse Phone Append Phone details." }, "RpaV1PhoneType": { "enum": [ "Landline", "Mobile", "Other" ], "type": "string" }, "RpaV1Request": { "required": [ "number" ], "type": "object", "properties": { "number": { "minLength": 1, "pattern": "^\\d{10}$", "type": "string", "description": "10-digit unformatted phone number. This value cannot contain non-numeric characters such as parentheses, dashes, or spaces", "example": "1234567890" } }, "additionalProperties": false, "description": "Reverse Phone Append request." }, "RpaV1Response": { "type": "object", "properties": { "error": { "$ref": "#/components/schemas/ResponseError" }, "result": { "$ref": "#/components/schemas/RpaV1Result" }, "metadata": { "$ref": "#/components/schemas/RpaV1Metadata" } }, "additionalProperties": false, "description": "Reverse Phone Append response." }, "RpaV1Result": { "type": "object", "properties": { "number": { "type": "string", "description": "The phone number.", "nullable": true, "example": "1234567890" }, "confidence": { "$ref": "#/components/schemas/RpaV1PhoneConfidence" }, "first_name": { "type": "string", "description": "The first name.", "nullable": true, "example": "JOE" }, "middle_name": { "type": "string", "description": "The middle name.", "nullable": true, "example": "JR" }, "last_name": { "type": "string", "description": "The last name.", "nullable": true, "example": "DOE" }, "address": { "$ref": "#/components/schemas/RpaV1Address" } }, "additionalProperties": false, "description": "Reverse Phone Append result." }, "StandardIndustryClassificationElements": { "type": "object", "properties": { "sic_2007_code": { "type": "string", "description": "The sic 2007 code.", "nullable": true }, "sic_2007_description": { "type": "string", "description": "The sic 2007 description.", "nullable": true }, "thomson_code": { "type": "string", "description": "The Thomson code.", "nullable": true }, "thomson_description": { "type": "string", "description": "The Thomson description.", "nullable": true } }, "additionalProperties": false, "description": "The standard industry classification elements of a business." }, "Suggestion": { "type": "object", "properties": { "locality": { "$ref": "#/components/schemas/LocalityComponents" }, "postal_code": { "$ref": "#/components/schemas/PostalCode" }, "postal_code_key": { "type": "string", "description": "Gets or sets the suggestion postal code key (to do postal code enrichment requests)", "nullable": true }, "locality_key": { "type": "string", "description": "Gets or sets the suggestion locality key (to do centroid enrichment requests)", "nullable": true }, "what3words": { "$ref": "#/components/schemas/What3WordsComponent" } }, "additionalProperties": false, "description": "The suggestions that match the address search input." }, "What3WordsComponent": { "type": "object", "properties": { "name": { "type": "string", "description": "Gets or sets the name;", "nullable": true }, "description": { "type": "string", "description": "Gets or sets the description", "nullable": true } }, "additionalProperties": false, "description": "What3Words address suggestion." }, "EmailValidationV2Request": { "required": [ "email" ], "type": "object", "properties": { "email": { "maxLength": 320, "type": "string", "description": "The email address that is the subject of the validation.
Maximum local part length is 64 and maximum domain part length is 255", "example": "support@experian.com" } }, "additionalProperties": false, "description": "The request model." }, "EmailValidationV2Confidence": { "enum": [ "verified", "undeliverable", "unreachable", "illegitimate", "disposable", "unknown" ], "type": "string", "description": "The outcome (confidence level) of the validation." }, "EmailValidationV2Response": { "type": "object", "properties": { "result": { "$ref": "#/components/schemas/EmailValidationV2Result" }, "metadata": { "$ref": "#/components/schemas/EmailValidationV2Metadata" }, "error": { "$ref": "#/components/schemas/ResponseError" } }, "additionalProperties": false, "description": "The response model." }, "EmailValidationV2Metadata": { "type": "object", "properties": { "domain_detail": { "$ref": "#/components/schemas/EmailValidationV2DomainDetail" }, "normalized_email": { "type": "string", "description": "The normalized version of the request email.", "nullable": true, "example": "support@experian.com" } }, "additionalProperties": false, "description": "Details about all properties that metadata includes." }, "EmailValidationV2DomainDetail": { "type": "object", "properties": { "type": { "enum": [ "consumer", "business" ], "type": "string", "description": "Type field value:\n * consumer - returned for \"free\" domains\n * business - returned for \"business\" domains\n * Omit the field \"type\" when we are unable to provide a value (either through DB issues, not having the domain in our DB, or other)\n" } }, "additionalProperties": false, "description": "Details about the domain." }, "EmailValidationV2VerboseOutput": { "enum": [ "verified", "mailboxDisabled", "mailboxDoesNotExist", "mailboxFull", "syntaxFailure", "internationalCharactersUnsupported", "unreachable", "illegitimate", "roleAccount", "typoDomain", "localPartSpamTrap", "Profanity", "disposable", "unknown", "timeout", "acceptAll", "relayDenied", "BLANK" ], "type": "string", "description": "Verbose output field value:\n * verified - The mailbox exists, is reachable, and is not known to be illegitimate or disposable.\n * mailboxDisabled - The mailbox is disabled.\n * mailboxDoesNotExist - The mailbox does not exist.\n * mailboxFull - The mailbox is full.\n * syntaxFailure - The syntax of the specified email address is incorrect.\n * internationalCharactersUnsupported - The email provider does not support international characters.\n * unreachable - The domain is not responding to validation requests or does not have any active mail severs.\n * illegitimate - Seed, spamtrap, black hole, technical role account or inactive domain.\n * roleAccount - Role accounts such as support, sales, info etc.\n * typoDomain - The domain of the email address you've provided was close to a common domain and, although it exists, it is highly unlikely to be correct.\n * localPartSpamTrap - Known local portions of the email address that may indicate spam traps.\n * Profanity - The email address contains profanity.\n * disposable - The domain is administered by a disposable email provider (e.g. Mailinator).\n * unknown - We were unable to conclusively verify or invalidate the email address.\n * timeout - The request timed out due to the host domain not responding in time.\n * acceptAll - The domain is accept-all, so the email address cannot be validated.\n * relayDenied - The result was validated at the incorrect mail exchanger.\n * BLANK - You are submitting requests at a faster rate than allowed by the email service providers for the domains you are checking.\n" }, "EmailValidationV2Result": { "type": "object", "properties": { "confidence": { "$ref": "#/components/schemas/EmailValidationV2Confidence" }, "did_you_mean": { "type": "array", "items": { "type": "string" }, "description": "A list of more likely email addresses. Suggestions include fixes to syntax errors in the provided email address, typos in domains etc.", "nullable": true }, "verbose_output": { "$ref": "#/components/schemas/EmailValidationV2VerboseOutput" }, "email": { "type": "string", "description": "The email address that is the subject of the validation.", "example": "support@experian.com" } }, "additionalProperties": false, "description": "Details about the result. Includes the validated data and its confidence level." } }, "securitySchemes": { "OAuth2": { "type": "http", "description": "Token URL: https://sso.experianaperture.io/oauth2/aust0wkxjeKyT3HRO4x7/v1/token \n\n Flow: clientCredentials", "scheme": "Bearer", "bearerFormat": "JWT" }, "Auth-Token": { "type": "apiKey", "description": "Your unique key, called a token, that is required to submit an API request.", "name": "Auth-Token", "in": "header" }, "x-app-key": { "type": "apiKey", "description": "Alternative Auth Token header.", "name": "x-app-key", "in": "header" } }, "headers": { "Transaction-Id": { "schema": { "type": "string", "description": "Unique Experian-assigned transaction identifier.", "example": "ab123ab1-abc1-1234-abcd-ab1a123a1a12" } }, "Reference-Id": { "schema": { "type": "string", "description": "If you chose to submit a \"Reference-Id\" in the response body, the value will be returned with the response.", "nullable": true } } } }, "servers": [ { "url": "https://api.experianaperture.io/" } ] }