Address Validation
Gets a list of the address layouts.
get/address/layouts/v2
Query parameters
country_isostring
Filters by Country ISO3
datasetsstring[]
Filters by Datasets
name_containsstring
Filters by layout name contains text
Headers
Reference-Idstring
Optional identifier that will be returned in the response to help you track the request.
Timeout-Secondsinteger
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.
Response
OK
Example response
{
"error": {
"title": "Bad Request",
"detail": "The request body was malformed."
},
"result": [
{
"applies_to": [
{
"country_iso": "GBR",
"datasets": [
"au-address"
]
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.