Search by Source ID
Naurt uses some third party address datasets. Some of these can be searched directly in the API.
Use Case
At the moment, we only support searching by an Ordnance Survey UPRN. If you are already using an Ordnance Survey address product, or have access to UPRN numbers in any way, this can be a very convenient way to quickly search.
Please note that Ordnance Survey UPRN numbers are currently only available to search in Great Britain.
Examples
The example section shows the final JSONs which can be placed into the request queries list. It should be noted that a single request can contain multiple different kinds of queries.
JSON
{
"source_id": {
"os_uprn": "200001191298"
}
}
Restrictions
source_id
is incompatible with all other search properties, which to review, is
location
address_string
address_structured
country
additional_matches
id
Table of Contents