Documentation

resolve_property

Resolve property

Resolve property identity before using collateral facts. Exact matches take priority, while fuzzy candidates remain suggestions until the caller selects the intended account.

Start free

When to use it

Use first for one SSL or address. Exact address matches include all official MAR parcel accounts, paginated with parcel_offset and parcel_limit. Exact matches win; otherwise returns explicitly labeled, scored fuzzy suggestions. Never returns collateral facts for an unresolved identity.

Use an SSL when it is already known. For an address, retain official multi-parcel ambiguity and continue parcel pagination before assuming the parcel set is complete.

Input contract

These inputs and limits are pinned to the production v0.4.6 server contract. Omitted optional values use the documented defaults.

Input contract table
InputContract
ssloptional; string; min length 1; max length 32
addressoptional; string; min length 2; max length 160
include_deletedoptional; boolean; default false
limitoptional; integer; minimum 1; maximum 10; default 10
parcel_offsetoptional; integer; minimum 0; default 0
parcel_limitoptional; integer; minimum 1; maximum 100; default 25
{
  "address": "1801 K ST NW WASHINGTON DC 20006",
  "parcel_limit": 25
}

Response and verification

Successful sourced responses preserve effective dates, typed null meaning, source references, quality flags, and exact-versus-contextual property-link scope.

Use the display-ready sources for a visible Source or Verify action. Responses return each field with a source reference that can be checked against the official portal. See Source citations and verification for the evidence format.

Limits

  • At least one useful identifier should be supplied.
  • Fuzzy suggestions contain no collateral facts.
  • An address can map to multiple official SSLs.