cURL
curl --request GET \ --url https://api.homelogs.io/v1/search/property \ --header 'X-API-Key: <api-key>'
{ "property_id": "<string>", "canonical_address": "<string>", "match_confidence": 0.5, "match_metadata": { "match_type": "exact", "input_address": "<string>", "normalized_input_address": "<string>", "matched_fields": [ "address" ] }, "lat": 123, "lon": 123, "state": "<string>", "city": "<string>", "parcel_id": "<string>" }
Matching pipeline is exact -> normalized -> fuzzy. Fuzzy auto-match is returned only when match_confidence is at least 0.85.
Street address input
1
Two-letter state code
^[A-Za-z]{2}$
Property match found
^prop_[0-9a-f]{32}$
0 <= x <= 1
Show child attributes