For the complete documentation index, see llms.txt. This page is also available as Markdown.

Land Instruments

Land instruments are returned by the Search a Land Abstract endpoint

Land Instrument Object

An object corresponding to one land instrument in an abstract. Land instruments include recording information, parties, dates, source-page boundaries, and conveyances contained within the instrument.

Attributes

Name
Type
Description

subDocumentId

Integer

Unique ID of the instrument.

startPageNumber

Integer

First page of the source file occupied by the instrument.

startPagePct

Number

Vertical position at which the instrument starts on its first page, expressed as a percentage from 0 to 100. Defaults to 0 when no value is stored.

endPageNumber

Integer

Last page of the source file occupied by the instrument.

endPagePct

Number

Vertical position at which the instrument ends on its last page, expressed as a percentage from 0 to 100. Defaults to 100 when no value is stored.

sourceReferenceId

Integer

Unique ID of the source file containing the instrument.

sourceReferenceName

String

Display name or file name of the source reference.

instrumentType

String

Classified instrument type, such as Mineral Deed or Oil and Gas Lease.

comments

String[]

Deduplicated comments extracted from the instrument.

countyBookNumber

String

County recording book number.

countyPageNumber

String

County recording page number.

instrumentTitle

String

Extracted title of the instrument.

interestTypes

String[]

A list of interest types conveyed or modifed in the instrument

grantorNames

String[]

Deduplicated grantor or lessor names.

granteeNames

String[]

Deduplicated grantee or lessee names.

instrumentNumber

String

County instrument or recording number. This property is omitted when no value exists.

effectiveDate

String

Extracted effective date. The text is returned as stored and the property is omitted when no value exists.

primaryTerm

String

Extracted primary term applicable only to leases. This property is omitted when no value exists.

extensionTerm

String

Extracted extension term applicable only to leases. This property is omitted when no value exists.

royaltyRate

String

Extracted royalty rate. This property is omitted when no value exists.

pughClause

String

Extracted Pugh-clause text or value applicable only to leases. This property is omitted when no value exists.

executedDate

String

Extracted execution date. The text is returned as stored and the property is omitted when no value exists.

fileDate

String

Extracted filing date. The text is returned as stored and the property is omitted when no value exists.

recordedDate

String

Extracted recording date. The text is returned as stored and the property is omitted when no value exists.

referencedInstruments

String[]

References to other instruments. Reference instruments are strings in the format of -bk-pg-

conveyances

Tract-level conveyances located within the instrument. An empty array means that no conveyances exist.

String-array annotations are deduplicated using a case-insensitive, alphanumeric comparison. Returned values retain their stored display text.

Last updated

Was this helpful?