HelloData maintains a consistent property identifier (id) for each building to allow users to retrieve full property details and history. However, in rare but important edge cases, these IDs can change.
The /property/search endpoint is always free—feel free to use it when something looks off.
We may update the property ID you receive in the following scenarios:
When two properties (say A and B) are merged into one new property C:
id will still work and return property C.When a property is split into multiple distinct properties:
address or building_name if you’re unsure.If a property’s ZIP code, city, or address is significantly updated:
If your request to /property/{id} returns a 404, it may be due to one of these transitions. Use /property/search to find the updated ID.
/property/search endpoint using name or address.building_name_alias and street_address_alias fields can help confirm that you’re looking at the right property.You originally fetched:
This is expected behavior—you’re still seeing the correct property under the latest data we have. We redirect to the new ID to ensure you always get the most up-to-date information.