Skip to main content
If you already hold property IDs, fetch their full records with the Get Properties By ID endpoint. Provide up to 50 id parameters in one call.
Properties are currently in beta. Query parameters and response fields may still change in response to how the endpoint is used in practice.

How It Behaves

  • A property’s id is its address geolocation ID—the same id returned by Search Properties and Search Addresses.
  • Results come back in request order.
  • A valid address ID with no property behind it is simply omitted from the response—there is no per-ID 404. If you request 50 IDs and get 48 rows back, two IDs weren’t found.
  • A string that can’t be decoded as an address ID is a different case: it fails the whole request with a 422 error, naming the offending value and its position.
  • A non-address geolocation ID (city, county, or jurisdiction) is likewise rejected with a 422 error.
Only unknown IDs degrade gracefully. A single malformed or non-address ID costs you the entire batch, so validate IDs before sending 50 of them.
Rows returned here carry no trust object—the absence-trust surface exists only on Search Properties.
Looking up a property by its assessor parcel number (APN)? APN is returned on every record for mapping into your own systems, but it is not searchable—APNs are county-specific, millions of them collide across counties, and roughly 30% of properties have none. Resolve the address to a geo_id instead.