v1
latestOpenAPI 3.1.02026-08-04123846.7 KBProperty
Retrieve detailed information for a property.
Args: pid: Landcor property identifier in xxx-xxx-xxx format.
Returns:
PropertyResponse: Envelope containing the PID, formatted address
metadata, and nested assessment, usage, exterior, interior, and
jurisdiction sections. The assessment section includes derived values
such as price-per-square-foot, while the exterior section summarizes
parking counts and amenity flags.
Business Rules:
* A 404 error is returned if the property cannot be located.
* 'Y'/'N' flag values are converted to booleans.
get/property/{pid}
Path parameters
pidstring required
Property identifier in format xxx-xxx-xxx
Property identifier in format xxx-xxx-xxx
Response
Successful Response
Example response
{
"pid": "xxx-xxx-xxx",
"sale": {
"sale_date": "2023-08-15",
"sale_price": 850000
}
}