/api/v1/property_addresses/search.json?address=123%20example&limit=10
Searches normalized property addresses by partial address.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
address |
string | Yes | Partial street address. |
limit |
integer | No | Maximum matches. Defaults to 10. |
Example request
curl --get 'https://hoodsdk.com/api/v1/property_addresses/search.json?address=123%20example&limit=10'
Example response 200 OK
[
{
"address": "123 EXAMPLE STREET, BROOKLYN",
"unified_address_id": "100001"
}
]