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 freeWhen 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.10 server contract. Omitted optional values use the documented defaults.
| Input | Contract |
|---|---|
| ssl | optional; string; min length 1; max length 32 |
| address | optional; string; min length 2; max length 160 |
| include_deleted | optional; boolean; default false |
| limit | optional; integer; minimum 1; maximum 10; default 10 |
| parcel_offset | optional; integer; minimum 0; default 0 |
| parcel_limit | optional; 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.