Parcel

The Parcel resource returns detailed information about a specific parcel

APIDescription
GET v1/parcel/{parcelNumber}

Retrieve details on a single parcel

Parcels

The Parcels resource allows searching of the parcels database, with summary results to facilitate a more detailed request via the Parcel resource.

APIDescription
GET v1/parcels/ByParcelNumber?parcelNumber={parcelNumber}

Search by parcel number. Only one result will be returned (if found).

GET v1/parcels/ByAddress?streetName={streetName}&addressNumber={addressNumber}&pageNumber={pageNumber}&pageSize={pageSize}&sortColumn={sortColumn}&sortOrder={sortOrder}

Search for parcels by street address. This search will include the parcel address as well as any building addresses (residential or commercial) on the parcel. Will returns parcels with ranged addresses where the number would fall within the range.

GET v1/parcels/ByOwner?ownerName={ownerName}&pageNumber={pageNumber}&pageSize={pageSize}&sortColumn={sortColumn}&sortOrder={sortOrder}

Search by owner names. Will find owners at any position with the owner list (not just the first owner).