Property V4:LookupProperty: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 162: | Line 162: | ||
|GrpPropertyUseInfo||Property usage | |GrpPropertyUseInfo||Property usage | ||
|- | |- | ||
| | |GrpSaleInfo||Property sale info | ||
|- | |- | ||
|GrpPropertySize||Property size info | |GrpPropertySize||Property size info | ||
Line 216: | Line 216: | ||
:<h4 style="border-bottom:1px solid black;">Desc</h4> | :<h4 style="border-bottom:1px solid black;">Desc</h4> | ||
::This options allows Property | ::This options allows Property to return back codes in the fields or their descriptions/meanings. | ||
::{| class="alternate01 sortable" | ::{| class="alternate01 sortable" | ||
Line 224: | Line 224: | ||
|- | |- | ||
|<code>On</code>||Instead of returning back the codes, the codes are replaced with their human readable descriptions and meanings. This is intended for those more interested in getting the meanings/descriptions upfront. When integrating, keep in mind the length of the strings/descriptions can vary between fields. Maximum description length is 255 characters | |<code>On</code>||Instead of returning back the codes, the codes are replaced with their human readable descriptions and meanings. This is intended for those more interested in getting the meanings/descriptions upfront. When integrating, keep in mind the length of the strings/descriptions can vary between fields. Maximum description length is 255 characters | ||
|} | |||
:<h4 style="border-bottom:1px solid black;">LatestMortgage</h4> | |||
::This options allows Property have the CurrentDeed structure represent the latest mortgage, if available. | |||
::{| class="alternate01 sortable" | |||
!Option Name !! Parameter !! Description | |||
|- | |||
|rowspan="2"|'''LatestMortgage'''||<code>Off</code>||'''''Default.''''' The CurrentDeed fields will refer to the Mortgage recorded with the current property deed. | |||
|- | |||
|<code>On</code>||In the CurrentDeed structure, MortgageAmount, MortgageDate, MortgageLoanTypeCode, MortgageDueDate, and LenderName will represent the latest Mortgage, if there is a newer mortgage. | |||
|} | |} | ||
Line 459: | Line 471: | ||
|Results | |Results | ||
|- | |- | ||
|FIPSCode||rowspan=" | |FIPSCode||rowspan="12"|'''[[#Parcel|Parcel]]''' | ||
|- | |- | ||
|County | |County | ||
Line 480: | Line 492: | ||
|- | |- | ||
|MapPage | |MapPage | ||
|- | |||
|MinorCivilDivisionName | |||
|- | |- | ||
|LegalDescription||rowspan="15"|'''[[#Legal|Legal]]''' | |LegalDescription||rowspan="15"|'''[[#Legal|Legal]]''' | ||
Line 511: | Line 525: | ||
|Unit | |Unit | ||
|- | |- | ||
|Address||rowspan=" | |Address||rowspan="11"|'''[[#PropertyAddress|PropertyAddress]]''' | ||
|- | |- | ||
|City | |City | ||
Line 528: | Line 542: | ||
|- | |- | ||
|Longitude | |Longitude | ||
|- | |||
|CarrierRoute | |||
|- | |||
|PrivacyInfo | |||
|- | |- | ||
|Range||rowspan="7"|'''[[#ParsedPropertyAddress|ParsedPropertyAddress]]''' | |Range||rowspan="7"|'''[[#ParsedPropertyAddress|ParsedPropertyAddress]]''' | ||
Line 543: | Line 561: | ||
|SuiteRange | |SuiteRange | ||
|- | |- | ||
|Name1Full||rowspan=" | |Name1Full||rowspan="16"|'''[[#PrimaryOwner|PrimaryOwner]]''' | ||
|- | |- | ||
|Name1First | |Name1First | ||
Line 570: | Line 588: | ||
|- | |- | ||
|VestingType | |VestingType | ||
|- | |||
|MelissaIdentityKey1 | |||
|- | |||
|MelissaIdentityKey2 | |||
|- | |- | ||
|Name3Full <span>(Deprecated)</span>||rowspan="11"|'''[[#SecondaryOwner (Deprecated)|SecondaryOwner <span>(Deprecated)</span>]]''' | |Name3Full <span>(Deprecated)</span>||rowspan="11"|'''[[#SecondaryOwner (Deprecated)|SecondaryOwner <span>(Deprecated)</span>]]''' | ||
Line 593: | Line 615: | ||
|Type <span>(Deprecated)</span> | |Type <span>(Deprecated)</span> | ||
|- | |- | ||
|Address||rowspan=" | |Address||rowspan="9"|'''[[#OwnerAddress|OwnerAddress]]''' | ||
|- | |- | ||
|City | |City | ||
Line 606: | Line 628: | ||
|- | |- | ||
|BaseMAK | |BaseMAK | ||
|- | |||
|FormatInfo | |||
|- | |||
|PrivacyInfo | |||
|- | |- | ||
|Name1Full||rowspan="20"|'''[[#LastDeedOwnerInfo|LastDeedOwnerInfo]]''' | |Name1Full||rowspan="20"|'''[[#LastDeedOwnerInfo|LastDeedOwnerInfo]]''' | ||
Line 1,314: | Line 1,340: | ||
|- | |- | ||
|JSON||<code>"MinorCivilDivisionCode":"'''''string'''''"</code> | |JSON||<code>"MinorCivilDivisionCode":"'''''string'''''"</code> | ||
|} | |||
<h3 style="background-color:rgb(240,240,240);">MinorCivilDivisionName</h3> | |||
:The name of the town indicated by the MinorCivilDivisionCode. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"MinorCivilDivisionName":"'''''string'''''"</code> | |||
|} | |} | ||
Line 1,598: | Line 1,634: | ||
|- | |- | ||
|JSON||<code>"Longitude":"'''''string'''''"</code> | |JSON||<code>"Longitude":"'''''string'''''"</code> | ||
|} | |||
<h3 style="background-color:rgb(240,240,240);">CarrierRoute</h3> | |||
:Returns a 4-character code defining the carrier route for this property address. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"CarrierRoute":"'''''string'''''"</code> | |||
|} | |||
<h3 style="background-color:rgb(240,240,240);">PrivacyInfo</h3> | |||
:Specifies if there is a legal restriction on marketing to this address. Not indicative of do not mail or do not call. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"PrivacyInfo":"'''''string'''''"</code> | |||
|} | |} | ||
Line 1,810: | Line 1,866: | ||
|- | |- | ||
|JSON||<code>"VestingType":"'''''string'''''"</code> | |JSON||<code>"VestingType":"'''''string'''''"</code> | ||
|} | |||
<h3 style="background-color:rgb(240,240,240);">MelissaIdentityKey1</h3> | |||
:The Melissa Identity Key (MIK) for the first PrimaryOwner (Name1Full). Property owners may be assigned a unique MIK number in the Property database. This may be used as a contact identifier and lookup tool for our other services. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"MelissaIdentityKey1":"'''''string'''''"</code> | |||
|} | |||
<h3 style="background-color:rgb(240,240,240);">MelissaIdentityKey2</h3> | |||
:The Melissa Identity Key (MIK) for the second PrimaryOwner (Name2Full). | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"MelissaIdentityKey2":"'''''string'''''"</code> | |||
|} | |} | ||
Line 2,004: | Line 2,080: | ||
|- | |- | ||
|JSON||<code>"OwnerOccupied":"'''''string'''''"</code> | |JSON||<code>"OwnerOccupied":"'''''string'''''"</code> | ||
|} | |||
<h3 style="background-color:rgb(240,240,240);">FormatInfo</h3> | |||
:Returns a code for the address type in the AddressLine field. Please see the [[Property V4:LookupProperty Service Codes#FormatInfo|LookupProperty Service Codes]] for the list of possible codes. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"FormatInfo":"'''''string'''''"</code> | |||
|} | |||
<h3 style="background-color:rgb(240,240,240);">PrivacyInfo</h3> | |||
:Specifies if there is a legal restriction on marketing to this address. Not indicative of do not mail or do not call. | |||
:{| class="alternate01" | |||
!Protocol !! Syntax | |||
|- | |||
|JSON||<code>"PrivacyInfo":"'''''string'''''"</code> | |||
|} | |} | ||
Line 3,067: | Line 3,163: | ||
<h3 style="background-color:rgb(240,240,240);">StoriesCount</h3> | <h3 style="background-color:rgb(240,240,240);">StoriesCount</h3> | ||
:The number of stories for buildings on the property. | :The number of stories for buildings on the property. Please see the [[Property V4:LookupProperty Service Codes#StoriesCount|LookupProperty Service Codes]] for the list of possible codes. | ||
:{| class="alternate01" | :{| class="alternate01" |
Latest revision as of 18:11, 13 August 2024
Property Navigation | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
| |||||||||||||
| |||||||||||||
| |||||||||||||
Sample Code |
The LookupProperty endpoint returns general information regarding a property.
- For details on service codes for specific fields, please see LookupProperty Service Codes.
- For details on frequencies for specific fields, please see LookupProperty Frequencies.
Request
A request consists of a protocol to make a call to the service, detailing desired elements. Your License Key is required.
Property V4 supports the REST protocol to access the service.
URL
LookupProperty
Use URL Secure https://property.melissadata.net/v4/WEB/LookupProperty
Field Names
This is a list of the request field names and their protocol naming conventions.
Field Name | Level | REST | POST |
---|---|---|---|
Transmission Reference | Request | t | TransmissionReference |
License Key | id | CustomerId | |
Columns | cols | Columns | |
Options | opt | Options | |
Total Records | TotalRecords | ||
Format | format | Format | |
Record ID | Record | RecordID | |
Address Key | addresskey | AddressKey | |
Address Line 1 | a1 | AddressLine1 | |
Address Line 2 | a2 | AddressLine2 | |
APN | apn | APN | |
City | city | City | |
Country | ctry | Country | |
FIPS | fips | FIPS | |
FreeForm | ff | FreeForm | |
MAK | mak | MAK | |
State | state | State | |
Postal Code | postal | PostalCode |
Minimum Inputs
The following are the possible minimum input requirements.
- Address Key
- FIPS & APN
- FIPS & Account Number
- MAK
- FreeForm
- Address Line 1 with either Postal Code, or City and State
Request Elements
The following elements set the basic options for each request. These apply to the entire request, not the individual records.
Transmission Reference
- Optional.
- This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
Protocol Syntax REST ?t = string
POST "TransmissionReference": "string"
License Key
- Required.
- This is a string value containing the License Key issued to the customer by Melissa for Property V4.
- If this element is absent, the Web Service will return an error. To receive a License Key, please contact your Melissa sales representative at 1-800-MELISSA.
Protocol Syntax REST &id = string
POST "CustomerId": "string"
Columns
- Optional.
- This string value specifies which column(s) to be output as a comma delimited string.
Protocol Syntax REST &cols = string
POST "Columns": "string"
- Entering the column name will return the column. Specifying a group name will return all columns in the group.
- List multiple columns in the following format, with multiple options delimited with a ",".
Syntax ColumnName,ColumnName,ColumnName
Group Name Description GrpAll Recommended. Indicates to the web service that all fields should be returned GrpParcel Returns back parcel information (APN, subdivision, etc.) GrpLegal Returns back legal description information GrpPropertyAddress Address of the property GrpParsedPropertyAddress Parsed elements of the property address GrpPrimaryOwner Primary owner info GrpSecondaryOwner Secondary owner info GrpOwnerAddress Owner’s address info GrpLastDeedOwnerInfo Owner info listed on latest deed for the property GrpCurrentDeed Other deed info listed on the latest deed for the property GrpTax Property tax GrpPropertyUseInfo Property usage GrpSaleInfo Property sale info GrpPropertySize Property size info GrpPool Pool info GrpIntStructInfo Interior structural info GrpIntRoomInfo Interior rooms info GrpIntAmenities Interior amenities info GrpExtStructInfo Exterior structural info GrpExtAmenities Exterior amenities info GrpExtBuildings Exterior building info GrpUtilities Utility info GrpParking Parking info GrpYardGardenInfo Yard & garden info GrpEstimatedValue Calculated estimated value of the property GrpShape Parcel geometry shape in well known text format
Options
- Optional.
- This is a string value containing a list of options for the web service in a comma delimited string.
Protocol Syntax REST &opt = string
POST "Options":"string"
- List options in the following format, with multiple options delimited with a ",".
Syntax OptionName:Parameter,OptionName:Parameter
Desc
- This options allows Property to return back codes in the fields or their descriptions/meanings.
Option Name Parameter Description Desc Off
Default. Returns back values in the web service response as codes. This is intended for developers developing applications/software expecting standardized codes. On
Instead of returning back the codes, the codes are replaced with their human readable descriptions and meanings. This is intended for those more interested in getting the meanings/descriptions upfront. When integrating, keep in mind the length of the strings/descriptions can vary between fields. Maximum description length is 255 characters
LatestMortgage
- This options allows Property have the CurrentDeed structure represent the latest mortgage, if available.
Option Name Parameter Description LatestMortgage Off
Default. The CurrentDeed fields will refer to the Mortgage recorded with the current property deed. On
In the CurrentDeed structure, MortgageAmount, MortgageDate, MortgageLoanTypeCode, MortgageDueDate, and LenderName will represent the latest Mortgage, if there is a newer mortgage.
TotalRecords
- Required.
- Used with POST. The number of records in the request.
Protocol Syntax POST "TotalRecords": "string"
Format
- Optional.
- The desired format of the response. Possible values are json or xml.
Protocol Syntax REST &format = string
POST "Format": "string"
Request Record Elements
REST will only contain the Records element.
Protocol | Definition |
---|---|
REST | The REST interface only allows a single record per request. |
POST | The POST interface allows up to 100 input records per request. |
Record ID
- Optional.
- Used in POST.
Protocol Syntax POST "RecordID": "string"
Address Key
- Optional.
- 11 digit key of the property. Based on the Zip5, Plus4 and two digit delivery code.
Protocol Syntax REST &addresskey = string
POST "AddressKey": "string"
Address Line 1
- Optional.
- Input field for address line 1. This should contain the delivery address information (house number, street, building, suite, etc.) but should not contain locality information (city, state, postal code, etc.) which have their own inputs.
Protocol Syntax REST &a1 = string
POST "AddressLine1": "string"
Address Line 2
- Optional.
- Input field for address line 2. This can be a continuation of AddressLine1 (ex: suite) or another address.
Protocol Syntax REST &a2 = string
POST "AddressLine2": "string"
APN
- Optional.
- Assessor's Parcel Number for the property.
Protocol Syntax REST &apn = string
POST "APN": "string"
City
- Optional.
- Input field for the city.
Protocol Syntax REST &city = string
POST "City": "string"
Country
- Optional.
- Input field for the country. Note, currently only properties in the US can be looked up at the moment.
Protocol Syntax REST &ctry = string
POST "Country": "string"
FIPS
- Optional.
- Federal Information Processing Standard (FIPS) code for the property.
Protocol Syntax REST &fips = string
POST "FIPS": "string"
Free-Form
- Optional.
- The free-form address.
Protocol Syntax REST &ff = string
POST "FreeForm": "string"
MAK
- Optional.
- A propietary unique key identifier for an address. This is derived from Address Checking.
Protocol Syntax REST &mak = string
POST "MAK": "string"
State
- Optional.
- Input field for the US State.
Protocol Syntax REST &state = string
POST "State": "string"
Postal Code
- Optional.
- Input field for the Postal Code.
Protocol Syntax REST &postal = string
POST "PostalCode": "string"
Response
A response is the result of a request. This consists of returned results codes, deed, and transaction information.
- For details on service codes for specific fields, please see LookupProperty Service Codes.
- For details on frequencies for specific fields, please see LookupProperty Frequencies.
Field Names
This is a list of the response field names and their grouping. To return all available fields, use GrpAll.
Field Name Group Version [DEFAULT] Always return in the output structure.
TransmissionReference TransmissionResults TotalRecords Records RecordID Results FIPSCode Parcel County UnformattedAPN FormattedAPN AlternateAPN (Deprecated) APNYearChange (Deprecated) PreviousAPN (Deprecated) AccountNumber YearAdded (Deprecated) MapBook MapPage MinorCivilDivisionName LegalDescription Legal Range Township Section Quarter QuarterQuarter Subdivision Phase TractNumber Block1 Block2 (Deprecated) LotNumber1 LotNumber2 LotNumber3 Unit Address PropertyAddress City State Zip AddressKey MAK BaseMAK Latitude Longitude CarrierRoute PrivacyInfo Range ParsedPropertyAddress PreDirectional StreetName Suffix PostDirectional SuiteName SuiteRange Name1Full PrimaryOwner Name1First Name1Middle Name1Last Name1Suffix TrustFlag CompanyFlag Name2Full Name2First Name2Middle Name2Last Name2Suffix Type (Deprecated) VestingType MelissaIdentityKey1 MelissaIdentityKey2 Name3Full (Deprecated) SecondaryOwner (Deprecated) Name3First (Deprecated) Name3Middle (Deprecated) Name3Last (Deprecated) Name3Suffix (Deprecated) Name4Full (Deprecated) Name4First (Deprecated) Name4Middle (Deprecated) Name4Last (Deprecated) Name4Suffix (Deprecated) Type (Deprecated) Address OwnerAddress City State Zip CarrierRoute MAK BaseMAK FormatInfo PrivacyInfo Name1Full LastDeedOwnerInfo Name1First Name1Middle Name1Last Name1Suffix Name2Full Name2First Name2Middle Name2Last Name2Suffix Name3Full (Deprecated) Name3First (Deprecated) Name3Middle (Deprecated) Name3Last (Deprecated) Name3Suffix (Deprecated) Name4Full (Deprecated) Name4First (Deprecated) Name4Middle (Deprecated) Name4Last (Deprecated) Name4Suffix (Deprecated) MortgageAmount CurrentDeed MortgageDate MortgageLoanTypeCode MortgageTermCode (Deprecated) MortgageTerm (Deprecated) MortgageDueDate LenderCode (Deprecated) LenderName SecondMortgageAmount SecondMortgageLoanTypeCode (Deprecated) YearAssessed Tax AssessedValueTotal AssessedValueImprovements AssessedValueLand AssessedImprovementsPerc PreviousAssessedValue (Deprecated) MarketValueYear MarketValueTotal MarketValueImprovements MarketValueLand MarketImprovementsPerc TaxFiscalYear TaxRateArea TaxBilledAmount TaxDelinquentYear LastTaxRollUpdate AssrLastUpdated TaxExemptionHomeowner TaxExemptionDisabled TaxExemptionSenior TaxExemptionVeteran TaxExemptionWidow TaxExemptionAdditional YearBuilt PropertyUseInfo YearBuiltEffective ZonedCodeLocal PropertyUseMuni PropertyUseGroup PropertyUseStandardized AssessorLastSaleDate SaleInfo AssessorLastSaleAmount AssessorPriorSaleDate AssessorPriorSaleAmount LastOwnershipTransferDate LastOwnershipTransferDocumentNumber LastOwnershipTransferTxID (Deprecated) DeedLastSaleDocumentBook DeedLastSaleDocumentPage DeedLastDocumentNumber DeedLastSaleDate DeedLastSalePrice DeedLastSaleTxID (Deprecated) AreaBuilding PropertySize AreaBuildingDefinitionCode (Deprecated) AreaGross (Deprecated) Area1stFloor Area2ndFloor AreaUpperFloors AreaLotAcres AreaLotSF LotDepth LotWidth AtticArea AtticFlag BasementArea BasementAreaFinished BasementAreaUnfinished ParkingGarage ParkingGarageArea ParkingCarport ParkingCarportArea Pool Pool PoolArea SaunaFlag Foundation IntStructInfo Construction InteriorStructure PlumbingFixturesCount ConstructionFireResistanceClass SafetyFireSprinklersFlag FlooringMaterialPrimary BathCount IntRoomInfo BathPartialCount BedroomsCount RoomsCount StoriesCount UnitsCount BonusRoomFlag BreakfastNookFlag CellarFlag CellarWineFlag (Deprecated) ExcerciseFlag FamilyCode GameFlag GreatFlag HobbyFlag LaundryFlag MediaFlag MudFlag OfficeArea OfficeFlag SafeRoomFlag SittingFlag StormFlag StudyFlag SunroomFlag UtilityArea UtilityCode Fireplace IntAmenities FireplaceCount AccessabilityElevatorFlag AccessabilityHandicapFlag EscalatorFlag CentralVacuumFlag IntercomFlag SoundSystemFlag WetBarFlag SecurityAlarmFlag StructureStyle ExtStructInfo Exterior1Code RoofMaterial RoofConstruction StormShutterFlag OverheadDoorFlag ViewDescription ExtAmenities PorchCode PorchArea PatioArea DeckFlag DeckArea FeatureBalconyFlag BalconyArea BreezewayFlag BuildingsCount ExtBuildings BathHouseArea BathHouseFlag BoatAccessFlag (Deprecated) BoatHouseArea BoatHouseFlag CabinArea CabinFlag CanopyArea CanopyFlag GazeboArea GazeboFlag GranaryArea GranaryFlag GreenHouseArea GreenHouseFlag GuestHouseArea GuestHouseFlag KennelArea KennelFlag LeanToArea LeanToFlag LoadingPlatformArea LoadingPlatformFlag MilkHouseArea MilkHouseFlag OutdoorKitchenFireplaceFlag PoolHouseArea PoolHouseFlag PoultryHouseArea PoultryHouseFlag QuonsetArea QuonsetFlag ShedArea ShedCode SiloArea SiloFlag StableArea StableFlag StorageBuildingArea StorageBuildingFlag UtilityBuildingArea UtilityBuildingFlag PoleStructureArea PoleStructureFlag HVACCoolingDetail Utilities HVACHeatingDetail HVACHeatingFuel SewageUsage WaterSource MobileHomeHookupFlag RVParkingFlag Parking ParkingSpaceCount DrivewayArea DrivewayMaterial TopographyCode YardGardenInfo FenceCode FenceArea CourtyardFlag CourtyardArea ArborPergolaFlag SprinklersFlag GolfCourseGreenFlag TennisCourtFlag SportsCourtFlag ArenaFlag WaterFeatureFlag PondFlag BoatLiftFlag EstimatedValue EstimatedValue EstimatedMinValue EstimatedMaxValue ConfidenceScore ValuationDate WellKnownText Shape
[DEFAULT]
Version
- The current web service version.
Protocol Syntax JSON "Version":"string"
TransmissionReference
- A pass-through of the input Transmission Reference.
Protocol Syntax JSON "TransmissionReference":"string"
TransmissionResults
- Returns the generic web service level result/error codes. For more information, see Property V4 Result Codes.
Protocol Syntax JSON "TransmissionResults":"string"
TotalRecords
- The total number of records returned in the records array.
Protocol Syntax JSON "TotalRecords":"string"
Records
- This is the returned array of records.
Protocol Syntax JSON "Records":"string"
Record ID
- Position of the record in the response array.
Protocol Syntax JSON "RecordID":"string"
Results
- Returns record specific result codes. For more information, see Property V4 Result Codes.
Protocol Syntax JSON "Results":"string"
Parcel
FIPS Code
- The five-digit numeric Federal Information Processing Standard (FIPS) code.
Protocol Syntax JSON "FIPSCode":"string"
County
- The county where the property is located.
Protocol Syntax JSON "County":"string"
UnformattedAPN
- The unformatted Assessor Parcel Number (APN).
Protocol Syntax JSON "UnformattedAPN":"string"
FormattedAPN
- The formatted Assessor Parcel Number (APN). Special characters are removed.
Protocol Syntax JSON "FormattedAPN":"string"
AlternateAPN (Deprecated)
- The alternate Assessor Parcel Number (APN). This is different than the primary APN.
Protocol Syntax JSON "AlternateAPN":"string"
APNYearChange (Deprecated)
- The year the Assessor Parcel Number (APN) was changed from the PreviousAPN to the current APN.
Protocol Syntax JSON "APNYearChange":"string"
PreviousAPN (Deprecated)
- The previous Assessor Parcel Number (APN). This number was changed by an Assessor.
Protocol Syntax JSON "PreviousAPN":"string"
AccountNumber
- The account number associated with the property. This number is often associated with the owner rather than the property. When this number is associated with the owner, the value often can change and is not ideal for long term property identification.
Protocol Syntax JSON "AccountNumber":"string"
YearAdded (Deprecated)
- The year the current APN was created.
Protocol Syntax JSON "YearAdded":"string"
MapBook
- The book reference for the parcel.
Protocol Syntax JSON "MapBook":"string"
MapPage
- The page reference for the parcel.
Protocol Syntax JSON "MapPage":"string"
TaxJurisdiction
- Name of the tax jurisdiction. This is typically the name of the county with some exceptions. Those exceptions being primarily in the New England area where the townships are the taxing authority instead.
Protocol Syntax JSON "TaxJurisdiction":"string"
CBSAName
- Core Based Statistical Area name assigned by the United States Office of Management and Budget in 2013. Covers both Metropolitan Statistical Area as well as the Micropolitan Statisticals Area assignments.
Protocol Syntax JSON "CBSAName":"string"
CBSACode
- Core Based Statistical Area code assigned by the United States Office of Management and Budget in 2013. Covers both Metropolitan Statistical Area as well as the Micropolitan Statisticals Area assignments.
Protocol Syntax JSON "CBSACode":"string"
MSAName
- Metropolitan Statistical Area name.
Protocol Syntax JSON "MSAName":"string"
MSACode
- Metropolitan Statistical Area code.
Protocol Syntax JSON "MSACode":"string"
MetropolitanDivision
- Metropolitan Division Name assigned by the United States Office of Management and Budget in 2013.
Protocol Syntax JSON "MetropolitanDivision":"string"
MinorCivilDivisionCode
- A 5 digit numeric code assigned by the U.S. Census Bureau that is used by 29 states and corresponds or matches with towns within the state most of the time.
Protocol Syntax JSON "MinorCivilDivisionCode":"string"
MinorCivilDivisionName
- The name of the town indicated by the MinorCivilDivisionCode.
Protocol Syntax JSON "MinorCivilDivisionName":"string"
NeighborhoodCode
- A code provided by the county tax assessor used to identify geographic areas within an assessing unit for property valuation purposes.
- A unique code is assigned for each geographic area.
Protocol Syntax JSON "NeighborhoodCode":"string"
CensusTract
- Census Tract as defined by the U.S. Census Bureau.
Protocol Syntax JSON "CensusTract":"string"
CensusBlockGrp
- Census Block Group as defined by the U.S. Census Bureau.
Protocol Syntax JSON "CensusBlockGrp":"string"
CensusBlock
- Census Block as defined by the U.S. Census Bureau.
Protocol Syntax JSON "CensusBlock":"string"
Legal
LegalDescription
- The legal description of the property. This can be used to locate and identify a property.
Protocol Syntax JSON "LegalDescription":"string"
Range
- The parsed legal range. This is used if LegalDescription uses section/township/range.
Protocol Syntax JSON "Range":"string"
Township
- The parsed legal township. This is used if LegalDescription uses section/township/range.
Protocol Syntax JSON "Township":"string"
Section
- The parsed legal section. This is used if LegalDescription uses section/township/range.
Protocol Syntax JSON "Section":"string"
Quarter
- The parsed legal quarter value. This is used if LegalDescription uses section/township/range.
Protocol Syntax JSON "Quarter":"string"
QuarterQuarter
- The parsed legal quarter of a quarter value. This is used if LegalDescription uses section/township/range and includes a quarter of a quarter notation.
Protocol Syntax JSON "QuarterQuarter":"string"
Subdivision
- The parsed legal subdivision name. This is used if LegalDescription uses a detectable subdivision.
Protocol Syntax JSON "Subdivision":"string"
Phase
- The parsed legal phase name or number. This is used if LegalDescription uses a detectable subdivision and phase.
Protocol Syntax JSON "Phase":"string"
TractNumber
- The parsed legal tract name or number. This is used if LegalDescription uses a detectable subdivision and tract.
Protocol Syntax JSON "TractNumber":"string"
Block1
- The parsed legal first block name or number. This is used if LegalDescription uses a detectable subdivision and block.
Protocol Syntax JSON "Block1":"string"
Block2 (Deprecated)
- The parsed legal second block name or number. This is used if LegalDescription uses a detectable subdivision and block.
Protocol Syntax JSON "Block2":"string"
LotNumber1
- The parsed legal first lot name or number. This is used if LegalDescription uses a detectable subdivision and block.
Protocol Syntax JSON "LotNumber1":"string"
LotNumber2
- The parsed legal second lot name or number. This is used if LegalDescription uses a detectable subdivision and block.
Protocol Syntax JSON "LotNumber2":"string"
LotNumber3
- The parsed legal third lot name or number. This is used if LegalDescription uses a detectable subdivision and block.
Protocol Syntax JSON "LotNumber3":"string"
Unit
- The parsed legal unit name or number. This is used if LegalDescription uses a detectable subdivision and unit.
Protocol Syntax JSON "Unit":"string"
PropertyAddress
Address
- The full standardized property address.
Protocol Syntax JSON "Address":"string"
City
- The property address city.
Protocol Syntax JSON "City":"string"
State
- The property address state.
Protocol Syntax JSON "State":"string"
Zip
- The property address Zip Code.
Protocol Syntax JSON "Zip":"string"
AddressKey
- The property address AddressKey.
Protocol Syntax JSON "AddressKey":"string"
MAK
- (MAK) A unique key assigned to the property.
Protocol Syntax JSON "MAK":"string"
BaseMAK
- A unique key assigned to the property base address of a complex with apartments or suites.
Protocol Syntax JSON "BaseMAK":"string"
Latitude
- The latitude of the property in degrees.
Protocol Syntax JSON "Latitude":"string"
Longitude
- The longitude of the property in degrees.
Protocol Syntax JSON "Longitude":"string"
CarrierRoute
- Returns a 4-character code defining the carrier route for this property address.
Protocol Syntax JSON "CarrierRoute":"string"
PrivacyInfo
- Specifies if there is a legal restriction on marketing to this address. Not indicative of do not mail or do not call.
Protocol Syntax JSON "PrivacyInfo":"string"
ParsedPropertyAddress
Range
- The street number range of the property.
Protocol Syntax JSON "Range":"string"
PreDirectional
- The street prefix directional of the property.
Protocol Syntax JSON "PreDirectional":"string"
StreetName
- The street name of the property.
Protocol Syntax JSON "StreetName":"string"
Suffix
- The street name suffix of the property.
Protocol Syntax JSON "Suffix":"string"
PostDirectional
- The street post directional of the property.
Protocol Syntax JSON "PostDirectional":"string"
SuiteName
- The suite name of the property.
Protocol Syntax JSON "SuiteName":"string"
SuiteRange
- The suite range of the property
Protocol Syntax JSON "SuiteRange":"string"
PrimaryOwner
Name1Full
- The full name of the primary owner. The primary owner holds the most interest in the property at the time the assessment file was created.
Protocol Syntax JSON "Name1Full":"string"
Name1First
- The first name of the primary owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name1First":"string"
Name1Middle
- The middle name of the primary owner.
Protocol Syntax JSON "Name1Middle":"string"
Name1Last
- The last name of the primary owner.
Protocol Syntax JSON "Name1Last":"string"
Name1Suffix
- The suffix of the primary owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name1Suffix":"string"
TrustFlag
- Specifies if the primary owner is a trust.
Protocol Syntax JSON "TrustFlag":"string"
CompanyFlag
- Specifies if the primary owner is a company.
Protocol Syntax JSON "CompanyFlag":"string"
Name2Full
- The full name of the secondary owner.
Protocol Syntax JSON "Name2Full":"string"
Name2First
- The first name of the secondary owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name2First":"string"
Name2Middle
- The middle name of the secondary owner.
Protocol Syntax JSON "Name2Middle":"string"
Name2Last
- The last name of the secondary owner.
Protocol Syntax JSON "Name2Last":"string"
Name2Suffix
- The suffix of the secondary owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name2Suffix":"string"
Type (Deprecated)
- Specifies if the primary owner is an individual, company, or deceased. If legally related, the secondary owner type will be detailed.
Protocol Syntax JSON "Type":"string"
VestingType
- Specifies the relation between multiple owners.
Protocol Syntax JSON "VestingType":"string"
MelissaIdentityKey1
- The Melissa Identity Key (MIK) for the first PrimaryOwner (Name1Full). Property owners may be assigned a unique MIK number in the Property database. This may be used as a contact identifier and lookup tool for our other services.
Protocol Syntax JSON "MelissaIdentityKey1":"string"
MelissaIdentityKey2
- The Melissa Identity Key (MIK) for the second PrimaryOwner (Name2Full).
Protocol Syntax JSON "MelissaIdentityKey2":"string"
SecondaryOwner (Deprecated)
Name3Full (Deprecated)
- The full name of the third owner.
Protocol Syntax JSON "Name3Full":"string"
Name3First (Deprecated)
- The first name of the third owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name3First":"string"
Name3Middle (Deprecated)
- The middle name of the third owner.
Protocol Syntax JSON "Name3Middle":"string"
Name3Last (Deprecated)
- The last name of the third owner.
Protocol Syntax JSON "Name3Last":"string"
Name3Suffix (Deprecated)
- The suffix of the third owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name3Suffix":"string"
Name4Full (Deprecated)
- The full name of the fourth owner.
Protocol Syntax JSON "Name4Full":"string"
Name4First (Deprecated)
- The first name of the fourth owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name4First":"string"
Name4Middle (Deprecated)
- The middle name of the fourth owner.
Protocol Syntax JSON "Name4Middle":"string"
Name4Last (Deprecated)
- The last name of the fourth owner.
Protocol Syntax JSON "Name4Last":"string"
Name4Suffix (Deprecated)
- The suffix of the fourth owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name4Suffix":"string"
Type (Deprecated)
- Specifies if the third owner is an individual, company, or deceased. If legally related, the fourth owner type will be detailed.
Protocol Syntax JSON "Type":"string"
OwnerAddress
Address
- The full standardized owner's address.
Protocol Syntax JSON "Address":"string"
City
- The owner's address city.
Protocol Syntax JSON "City":"string"
State
- The owner's address state.
Protocol Syntax JSON "State":"string"
Zip
- The owner's address Zip Code.
Protocol Syntax JSON "Zip":"string"
CarrierRoute
- The owner's address Carrier Route.
Protocol Syntax JSON "CarrierRoute":"string"
MAK
- The owner's Melissa Address Key (MAK). A 10 digit unique identifier for the property address.
- This replaces the older AddressKey.
Protocol Syntax JSON "MAK":"string"
BaseMAK
- The owner's Base Melissa Address Key (BaseMAK). A unique key assigned to the base address of a complex with apartments or suites.
Protocol Syntax JSON "BaseMAK":"string"
OwnerOccupied
- The owner's occupancy status of the property based on National Change of Address (NCOA) data.
Protocol Syntax JSON "OwnerOccupied":"string"
FormatInfo
- Returns a code for the address type in the AddressLine field. Please see the LookupProperty Service Codes for the list of possible codes.
Protocol Syntax JSON "FormatInfo":"string"
PrivacyInfo
- Specifies if there is a legal restriction on marketing to this address. Not indicative of do not mail or do not call.
Protocol Syntax JSON "PrivacyInfo":"string"
LastDeedOwnerInfo
Name1Full
- The full name of the primary deed owner.
Protocol Syntax JSON "Name1Full":"string"
Name1First
- The first name of the primary deed owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name1First":"string"
Name1Middle
- The middle name of the primary deed owner.
Protocol Syntax JSON "Name1Middle":"string"
Name1Last
- The last name of the primary deed owner.
Protocol Syntax JSON "Name1Last":"string"
Name1Suffix
- The suffix of the primary deed owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name1Suffix":"string"
Name2Full
- The full name of the secondary deed owner.
Protocol Syntax JSON "Name2Full":"string"
Name2First
- The first name of the secondary deed owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name2First":"string"
Name2Middle
- The middle name of the secondary deed owner.
Protocol Syntax JSON "Name2Middle":"string"
Name2Last
- The last name of the secondary deed owner.
Protocol Syntax JSON "Name2Last":"string"
Name2Suffix
- The suffix of the secondary deed owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name2Suffix":"string"
Name3Full (Deprecated)
- The full name of the third deed owner.
Protocol Syntax JSON "Name3Full":"string"
Name3First (Deprecated)
- The first name of the third deed owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name3First":"string"
Name3Middle (Deprecated)
- The middle name of the third deed owner.
Protocol Syntax JSON "Name3Middle":"string"
Name3Last (Deprecated)
- The last name of the third deed owner.
Protocol Syntax JSON "Name3Last":"string"
Name3Suffix (Deprecated)
- The suffix of the third deed owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name3Suffix":"string"
Name4Full (Deprecated)
- The full name of the fourth deed owner.
Protocol Syntax JSON "Name4Full":"string"
Name4First (Deprecated)
- The first name of the fourth deed owner. This will be the company name if this is not an individual.
Protocol Syntax JSON "Name4First":"string"
Name4Middle (Deprecated)
- The middle name of the fourth deed owner.
Protocol Syntax JSON "Name4Middle":"string"
Name4Last (Deprecated)
- The last name of the fourth deed owner.
Protocol Syntax JSON "Name4Last":"string"
Name4Suffix (Deprecated)
- The suffix of the fourth deed owner. E.g. Jr, III, etc.
Protocol Syntax JSON "Name4Suffix":"string"
CurrentDeed
MortgageAmount
- The loan amount of the mortgage.
Protocol Syntax JSON "MortgageAmount":"string"
MortgageDate
- The mortgage official filing date.
Protocol Syntax JSON "MortgageDate":"string"
MortgageLoanTypeCode
- The type of loan for the mortgage. E.g. construction, HELOC, FHA, etc.
Protocol Syntax JSON "MortgageLoanTypeCode":"string"
MortgageTermCode (Deprecated)
- The unit of term for the loan: month or year.
Protocol Syntax JSON "MortgageTermCode":"string"
MortgageTerm (Deprecated)
- The duration of the loan. MortgageTermCode indicates the type of unit.
Protocol Syntax JSON "MortgageTerm":"string"
MortgageDueDate
- The due date of the mortage.
Protocol Syntax JSON "MortgageDueDate":"string"
LenderCode (Deprecated)
- The standard ID code of the lender for the mortgage.
Protocol Syntax JSON "LenderCode":"string"
LenderName
- The name of the lender for the mortgage.
Protocol Syntax JSON "LenderName":"string"
SecondMortgageAmount
- The loan amount of the second mortgage.
Protocol Syntax JSON "SecondMortgageAmount":"string"
SecondMortgageLoanTypeCode (Deprecated)
- The type of loan for the second mortgage.
Protocol Syntax JSON "SecondMortgageLoanTypeCode":"string"
Tax
YearAssessed
- The assessment year of the property.
Protocol Syntax JSON "YearAssessed":"string"
AssessedValueTotal
- The assessed properties' total value.
Protocol Syntax JSON "AssessedValueTotal":"string"
AssessedValueImprovements
- The assessed value of the properties' improvements.
Protocol Syntax JSON "AssessedValueImprovements":"string"
AssessedValueLand
- The assessed value of the land.
Protocol Syntax JSON "AssessedValueLand":"string"
AssessedImprovementsPerc
- The percentage of the properties' total value in assessed improvements.
Protocol Syntax JSON "AssessedImprovementsPerc":"string"
PreviousAssessedValue (Deprecated)
- The previous assessed value of the property.
Protocol Syntax JSON "PreviousAssessedValue":"string"
MarketValueYear
- The assessed market value year.
Protocol Syntax JSON "MarketValueYear":"string"
MarketValueTotal
- The assessed properties' total market value.
Protocol Syntax JSON "MarketValueTotal":"string"
MarketValueImprovements
- The assessed market value of the properties' improvements.
Protocol Syntax JSON "MarketValueImprovements":"string"
MarketValueLand
- The assessed market value of the land.
Protocol Syntax JSON "MarketValueLand":"string"
MarketImprovementsPerc
- The percentage of the properties' total market value in assessed improvements.
Protocol Syntax JSON "MarketImprovementsPerc":"string"
TaxFiscalYear
- The fiscal year.
Protocol Syntax JSON "TaxFiscalYear":"string"
TaxRateArea
- The tax district code.
Protocol Syntax JSON "TaxRateArea":"string"
TaxBilledAmount
- The property tax amount billed to the owner.
Protocol Syntax JSON "TaxBilledAmount":"string"
TaxDelinquentYear
- The most recent year of tax delinquency.
Protocol Syntax JSON "TaxDelinquentYear":"string"
LastTaxRollUpdate
- The date of the most recent tax roll.
Protocol Syntax JSON "LastTaxRollUpdate":"string"
AssrLastUpdated
- The date of the last assessor update.
Protocol Syntax JSON "AssrLastUpdated":"string"
TaxExemptionHomeowner
- Specifies a homeowner tax exemption.
Protocol Syntax JSON "TaxExemptionHomeowner":"string"
TaxExemptionDisabled
- Specifies a disabled tax exemption.
Protocol Syntax JSON "TaxExemptionDisabled":"string"
TaxExemptionSenior
- Specifies a senior tax exemption.
Protocol Syntax JSON "TaxExemptionSenior":"string"
TaxExemptionVeteran
- Specifies a veteran tax exemption.
Protocol Syntax JSON "TaxExemptionVeteran":"string"
TaxExemptionWidow
- Specifies a widow tax exemption.
Protocol Syntax JSON "TaxExemptionWidow":"string"
TaxExemptionAdditional
- Specifies any additional tax exemptions.
Protocol Syntax JSON "TaxExemptionAdditional":"string"
PropertyUseInfo
YearBuilt
- The year the primary structure was built on the property.
Protocol Syntax JSON "YearBuilt":"string"
YearBuiltEffective
- The year when major permitted improvements were made to the property.
Protocol Syntax JSON "YearBuiltEffective":"string"
ZonedCodeLocal
- The zoned use code. Jurisdiction-specific.
Protocol Syntax JSON "ZonedCodeLocal":"string"
PropertyUseMuni
- The property use code. County-specific.
Protocol Syntax JSON "PropertyUseMuni":"string"
PropertyUseGroup
- The property type description. E.g. residential, commercial, etc.
Protocol Syntax JSON "PropertyUseGroup":"string"
PropertyUseStandardized
- The standardized property use code.
Protocol Syntax JSON "PropertyUseStandardized":"string"
SaleInfo
AssessorLastSaleDate
- The date the primary owner acquired the property with the format: YYYY-MM-DD.
Protocol Syntax JSON "AssessorLastSaleDate":"string"
AssessorLastSaleAmount
- The amount paid by the primary owner for the property.
Protocol Syntax JSON "AssessorLastSaleAmount":"string"
AssessorPriorSaleDate
- The date the previous owner aquired the property with the format: YYYY-MM-DD.
Protocol Syntax JSON "AssessorPriorSaleDate":"string"
AssessorPriorSaleAmount
- The amount paid by the previous owner for the property.
Protocol Syntax JSON "AssessorPriorSaleAmount":"string"
LastOwnershipTransferDate
- The sale date for the most recent ownership transfer with the format: YYYY-MM-DD.
Protocol Syntax JSON "LastOwnershipTransferDate":"string"
LastOwnershipTransferDocumentNumber
- The document number for the most recent ownership transfer.
Protocol Syntax JSON "LastOwnershipTransferDocumentNumber":"string"
LastOwnershipTransferTxID (Deprecated)
- The transaction ID for the most recent ownership transfer.
Protocol Syntax JSON "LastOwnershipTransferTxID":"string"
DeedLastSaleDocumentBook
- The deed document book for the most recent sale.
Protocol Syntax JSON "DeedLastSaleDocumentBook":"string"
DeedLastSaleDocumentPage
- The deed document page for the most recent sale.
Protocol Syntax JSON "DeedLastSaleDocumentPage":"string"
DeedLastDocumentNumber
- The deed document number for the most recent sale.
Protocol Syntax JSON "DeedLastDocumentNumber":"string"
DeedLastSaleDate
- The deed sale date for the most recent sale with the format: YYYY-MM-DD.
Protocol Syntax JSON "DeedLastSaleDate":"string"
DeedLastSalePrice
- The deed sale price for the most recent sale.
Protocol Syntax JSON "DeedLastSalePrice":"string"
DeedLastSaleTxID (Deprecated)
- The deed transaction ID for the most recent sale.
Protocol Syntax JSON "DeedLastSaleTxID":"string"
PropertySize
AreaBuilding
- The total square footage of all structures' living area on the property.
Protocol Syntax JSON "AreaBuilding":"string"
AreaBuildingDefinitionCode (Deprecated)
- The definition of the AreaBuilding.
Protocol Syntax JSON "AreaBuildingDefinitionCode":"string"
AreaGross (Deprecated)
- The total square footage of all structures on the property.
Protocol Syntax JSON "AreaGross":"string"
Area1stFloor
- The total square footage of all structures' ground floors on the property.
Protocol Syntax JSON "Area1stFloor":"string"
Area2ndFloor
- The total square footage of all stuctures' second floors on the property.
Protocol Syntax JSON "Area2ndFloor":"string"
AreaUpperFloors
- The total square footage of all structures' upper floors on the property. This may include the second floor area.
Protocol Syntax JSON "AreaUpperFloors":"string"
AreaLotAcres
- The lot size in acres.
Protocol Syntax JSON "AreaLotAcres":"string"
AreaLotSF
- The lot size in square feet.
Protocol Syntax JSON "AreaLotSF":"string"
LotDepth
- The lot depth in feet.
Protocol Syntax JSON "LotDepth":"string"
LotWidth
- The lot width in feet.
Protocol Syntax JSON "LotWidth":"string"
AtticArea
- The total square footage of the attic on the property.
Protocol Syntax JSON "AtticArea":"string"
AtticFlag
- Specifies if there is an attic on the property.
Protocol Syntax JSON "AtticFlag":"string"
BasementArea
- The total square footage of the basement on the property.
Protocol Syntax JSON "BasementArea":"string"
BasementAreaFinished
- The total square footage of finished basement on the property.
Protocol Syntax JSON "BasementAreaFinished":"string"
BasementAreaUnfinished
- The total square footage of unfinished basement on the property.
Protocol Syntax JSON "BasementAreaUnfinished":"string"
ParkingGarage
- Specifies if a garage is on the property and any additional information about the garage. E.g. attached, detached, etc.
Protocol Syntax JSON "ParkingGarage":"string"
ParkingGarageArea
- The total square footage of garage on the property.
Protocol Syntax JSON "ParkingGarageArea":"string"
ParkingCarport
- Specifies if a carport is on the property and any additional information about the carport.
Protocol Syntax JSON "ParkingCarport":"string"
ParkingCarportArea
- The total square footage of carport on the property.
Protocol Syntax JSON "ParkingCarportArea":"string"
Pool
Pool
- Specifies if a pool is on the property and any additional information about the pool.
Protocol Syntax JSON "Pool":"string"
PoolArea
- The surface area of the pool on the property.
Protocol Syntax JSON "PoolArea":"string"
SaunaFlag
- Specifies if a sauna room is on the property.
Protocol Syntax JSON "SaunaFlag":"string"
IntStructInfo
Foundation
- The type of foundation for the primary structure on the property.
Protocol Syntax JSON "Foundation":"string"
Construction
- The framework construction material for the primary structure on the property.
Protocol Syntax JSON "Construction":"string"
InteriorStructure
- Specifies if there is an interior structure in the primary structre on the property. May also indicate the type of interior structure.
Protocol Syntax JSON "InteriorStructure":"string"
PlumbingFixturesCount
- The number of plumbing fixtures on the property.
Protocol Syntax JSON "PlumbingFixturesCount":"string"
ConstructionFireResistanceClass
- The code defining the fire resistance of structures on the property.
Protocol Syntax JSON "ConstructionFireResistanceClass":"string"
SafetyFireSprinklersFlag
- Specifies if there are fire sprinklers in structures on the property.
Protocol Syntax JSON "SafetyFireSprinklersFlag":"string"
FlooringMaterialPrimary
- The primary type of flooring in structures on the property.
Protocol Syntax JSON "FlooringMaterialPrimary":"string"
IntRoomInfo
BathCount
- The number of bathrooms on the property. Includes partial bathrooms.
Protocol Syntax JSON "BathCount":"string"
BathPartialCount
- The number of partial bathrooms on the property.
Protocol Syntax JSON "BathPartialCount":"string"
BedroomsCount
- The number of bedrooms on the property.
Protocol Syntax JSON "BedroomsCount":"string"
RoomsCount
- The number of rooms on the property.
Protocol Syntax JSON "RoomsCount":"string"
StoriesCount
- The number of stories for buildings on the property. Please see the LookupProperty Service Codes for the list of possible codes.
Protocol Syntax JSON "StoriesCount":"string"
UnitsCount
- The number of units on the property.
Protocol Syntax JSON "UnitsCount":"string"
BonusRoomFlag
- Specifies if there is a bonus room on the property.
Protocol Syntax JSON "BonusRoomFlag":"string"
BreakfastNookFlag
- Specifies if there is a breakfast nook on the property.
Protocol Syntax JSON "BreakfastNookFlag":"string"
CellarFlag
- Specifies if there is a cellar on the property.
Protocol Syntax JSON "CellarFlag":"string"
CellarWineFlag (Deprecated)
- Specifies if there is a wine cellar on the property.
Protocol Syntax JSON "CellarWineFlag":"string"
ExcerciseFlag
- Specifies if there is an exercise room on the property.
Protocol Syntax JSON "ExcerciseFlag":"string"
FamilyCode
- Specifies if there is a family room on the property.
Protocol Syntax JSON "FamilyCode":"string"
GameFlag
- Specifies if there is a game room on the property.
Protocol Syntax JSON "GameFlag":"string"
GreatFlag
- Specifies if there is a great room on the property.
Protocol Syntax JSON "GreatFlag":"string"
HobbyFlag
- Specifies if there is a hobby room on the property.
Protocol Syntax JSON "HobbyFlag":"string"
LaundryFlag
- Specifies if there is a laundry room on the property.
Protocol Syntax JSON "LaundryFlag":"string"
MediaFlag
- Specifies if there is a media room on the property.
Protocol Syntax JSON "MediaFlag":"string"
MudFlag
- Specifies if there is a mud room on the property.
Protocol Syntax JSON "MudFlag":"string"
OfficeArea
- The details of the office on the property.
Protocol Syntax JSON "OfficeArea":"string"
OfficeFlag
- Specifies if there is an office on the property.
Protocol Syntax JSON "OfficeFlag":"string"
SafeRoomFlag
- Specifies if there is a safe room on the property.
Protocol Syntax JSON "SafeRoomFlag":"string"
SittingFlag
- Specifies if there is a sitting room on the property.
Protocol Syntax JSON "SittingFlag":"string"
StormFlag
- Specifies if there is a storm shelter on the property.
Protocol Syntax JSON "StormFlag":"string"
StudyFlag
- Specifies if there is a study on the property.
Protocol Syntax JSON "StudyFlag":"string"
SunroomFlag
- Specifies if there is a sunroom on the property.
Protocol Syntax JSON "SunroomFlag":"string"
UtilityArea
- The details of the utility room on the property.
Protocol Syntax JSON "UtilityArea":"string"
UtilityCode
- Specifies if there is a utility room on the property.
Protocol Syntax JSON "UtilityCode":"string"
IntAmenities
Fireplace
- Specifies if a fireplace is on the property and the type of fireplace.
Protocol Syntax JSON "Fireplace":"string"
FireplaceCount
- The number of fireplaces on the property.
Protocol Syntax JSON "FireplaceCount":"string"
AccessabilityElevatorFlag
- Specifies if there is an elevator in structures on the property.
Protocol Syntax JSON "AccessabilityElevatorFlag":"string"
AccessabilityHandicapFlag
- Specifies if ramps, 36" doors, or other handicap accessibility features are on the property.
Protocol Syntax JSON "AccessabilityHandicapFlag":"string"
EscalatorFlag
- Specifies if there is an escalator on the property.
Protocol Syntax JSON "EscalatorFlag":"string"
CentralVacuumFlag
- Specifies if there is a central vaccuum system on the property.
Protocol Syntax JSON "CentralVacuumFlag":"string"
IntercomFlag
- Specifies if there is a central intercom system on the property.
Protocol Syntax JSON "IntercomFlag":"string"
SoundSystemFlag
- Specifies if there is an installed sound system on the property.
Protocol Syntax JSON "SoundSystemFlag":"string"
WetBarFlag
- Specifies if there is a built-in wet bar on the property.
Protocol Syntax JSON "WetBarFlag":"string"
SecurityAlarmFlag
- Specifies if there is a hard-wired security alarm system on the property.
Protocol Syntax JSON "SecurityAlarmFlag":"string"
ExtStructInfo
StructureStyle
- The structural style or stylistic elements of the structure on the property.
Protocol Syntax JSON "StructureStyle":"string"
Exterior1Code
- The primary exterior wall covering material of the structure on the property.
Protocol Syntax JSON "Exterior1Code":"string"
RoofMaterial
- The primary roof finishing material of the structure on the property.
Protocol Syntax JSON "RoofMaterial":"string"
RoofConstruction
- The primary roof construction material of the structure on the property.
Protocol Syntax JSON "RoofConstruction":"string"
StormShutterFlag
- Specifies if the primary structure on the property has storm shutters.
Protocol Syntax JSON "StormShutterFlag":"string"
OverheadDoorFlag
- Specifies if there is an overhead door on the property.
Protocol Syntax JSON "OverheadDoorFlag":"string"
ExtAmenities
ViewDescription
- The type of view from the property. E.g. ocean, mountain, etc.
Protocol Syntax JSON "ViewDescription":"string"
PorchCode
- Specifies if there is a porch and the type of porch on the property.
Protocol Syntax JSON "PorchCode":"string"
PorchArea
- The square footage of all porches on the property.
Protocol Syntax JSON "PorchArea":"string"
PatioArea
- The square footage of all patios on the property.
Protocol Syntax JSON "PatioArea":"string"
DeckFlag
- Specifies if a deck is on the property and any additional information about the deck.
Protocol Syntax JSON "DeckFlag":"string"
DeckArea
- The square footage of all decks on the property.
Protocol Syntax JSON "DeckArea":"string"
FeatureBalconyFlag
- Specifies if there is a balcony on the property.
Protocol Syntax JSON "FeatureBalconyFlag":"string"
BalconyArea
- The square footage of all balconies on the property.
Protocol Syntax JSON "BalconyArea":"string"
BreezewayFlag
- Specifies if there is a breezeway on the property.
Protocol Syntax JSON "BreezewayFlag":"string"
ExtBuildings
BuildingsCount
- The number of buildings on the property.
Protocol Syntax JSON "BuildingsCount":"string"
BathHouseArea
- The square footage of any bath houses on the property.
Protocol Syntax JSON "BathHouseArea":"string"
BathHouseFlag
- Specifies if there is a bath house on the property.
Protocol Syntax JSON "BathHouseFlag":"string"
BoatAccessFlag (Deprecated)
- Specifies if there is boat access on the property.
Protocol Syntax JSON "BoatAccessFlag":"string"
BoatHouseArea
- The square footage of any boat houses on the property.
Protocol Syntax JSON "BoatHouseArea":"string"
BoatHouseFlag
- Specifies if there is a boat house on the property.
Protocol Syntax JSON "BoatHouseFlag":"string"
CabinArea
- The square footage of any cabins on the property.
Protocol Syntax JSON "CabinArea":"string"
CabinFlag
- Specifies if there is a cabin on the property.
Protocol Syntax JSON "CabinFlag":"string"
CanopyArea
- The square footage of any canopy on the property.
Protocol Syntax JSON "CanopyArea":"string"
CanopyFlag
- Specifies if there is a canopy on the property.
Protocol Syntax JSON "CanopyFlag":"string"
GazeboArea
- The square footage of any gazebo on the property.
Protocol Syntax JSON "GazeboArea":"string"
GazeboFlag
- Specifies if there is a gazebo on the property.
Protocol Syntax JSON "GazeboFlag":"string"
GranaryArea
- The square footage of any granary on the property.
Protocol Syntax JSON "GranaryArea":"string"
GranaryFlag
- Specifies if there is a granary on the property.
Protocol Syntax JSON "GranaryFlag":"string"
GreenHouseArea
- The square footage of any greenhouse on the propery.
Protocol Syntax JSON "GreenHouseArea":"string"
GreenHouseFlag
- Specifies if there greenhouse on the property.
Protocol Syntax JSON "GreenHouseFlag":"string"
GuestHouseArea
- The square footage of any guest house on the property.
Protocol Syntax JSON "GuestHouseArea":"string"
GuestHouseFlag
- Specifies if there is a guest house on the property.
Protocol Syntax JSON "GuestHouseFlag":"string"
KennelArea
- The square footage of any kennel on the property.
Protocol Syntax JSON "KennelArea":"string"
KennelFlag
- Specifies if there is a kennel on the property.
Protocol Syntax JSON "KennelFlag":"string"
LeanToArea
- The square footage of any lean-to on the property.
Protocol Syntax JSON "LeanToArea":"string"
LeanToFlag
- Specifies if there is a lean-to on the property.
Protocol Syntax JSON "LeanToFlag":"string"
LoadingPlatformArea
- The square footage of any loading platform on the property.
Protocol Syntax JSON "LoadingPlatformArea":"string"
LoadingPlatformFlag
- Specifies if there is a loading platform on the property.
Protocol Syntax JSON "LoadingPlatformFlag":"string"
MilkHouseArea
- The square footage of any milk house on the property.
Protocol Syntax JSON "MilkHouseArea":"string"
MilkHouseFlag
- Specifies if there is a milk house on the property.
Protocol Syntax JSON "MilkHouseFlag":"string"
OutdoorKitchenFireplaceFlag
- Specifies if there is an outdoor kitchen fireplace on the property.
Protocol Syntax JSON "OutdoorKitchenFireplaceFlag":"string"
PoolHouseArea
- The square footage of any pool house on the property.
Protocol Syntax JSON "PoolHouseArea":"string"
PoolHouseFlag
- Specifies if there is a pool house on the property.
Protocol Syntax JSON "PoolHouseFlag":"string"
PoultryHouseArea
- The square footage of any poultry house on the property.
Protocol Syntax JSON "PoultryHouseArea":"string"
PoultryHouseFlag
- Specifies if there is a poultry house on the property.
Protocol Syntax JSON "PoultryHouseFlag":"string"
QuonsetArea
- The square footage of any Quonset Hut on the property.
Protocol Syntax JSON "QuonsetArea":"string"
QuonsetFlag
- Specifies if there is a Quonset Hut on the property.
Protocol Syntax JSON "QuonsetFlag":"string"
ShedArea
- The square footage of any shed on the property.
Protocol Syntax JSON "ShedArea":"string"
ShedCode
- Specifies if there is a shed on the property.
Protocol Syntax JSON "ShedCode":"string"
SiloArea
- The square footage of any silo on the property.
Protocol Syntax JSON "SiloArea":"string"
SiloFlag
- Specifies if there is a silo on the property.
Protocol Syntax JSON "SiloFlag":"string"
StableArea
- The square footage of any stable on the property.
Protocol Syntax JSON "StableArea":"string"
StableFlag
- Specifies if there is a stable on the property.
Protocol Syntax JSON "StableFlag":"string"
StorageBuildingArea
- The square footage of any storage building on the property.
Protocol Syntax JSON "StorageBuildingArea":"string"
StorageBuildingFlag
- Specifies if there is a storage building on the property.
Protocol Syntax JSON "StorageBuildingFlag":"string"
UtilityBuildingArea
- The square footage of any utility building on the property.
Protocol Syntax JSON "UtilityBuildingArea":"string"
UtilityBuildingFlag
- Specifies if there is a utility building on the property.
Protocol Syntax JSON "UtilityBuildingFlag":"string"
PoleStructureArea
- The square footage of any pole structure on the property.
Protocol Syntax JSON "PoleStructureArea":"string"
PoleStructureFlag
- Specifies if there is a pole structure on the property.
Protocol Syntax JSON "PoleStructureFlag":"string"
Utilities
HVACCoolingDetail
- The system used to provide cooling.
Protocol Syntax JSON "HVACCoolingDetail":"string"
HVACHeatingDetail
- The system used to provide heating.
Protocol Syntax JSON "HVACHeatingDetail":"string"
HVACHeatingFuel
- The primary type of heating fuel used.
Protocol Syntax JSON "HVACHeatingFuel":"string"
SewageUsage
- The type of sewer used on the property, if any.
Protocol Syntax JSON "SewageUsage":"string"
WaterSource
- The water source for the property.
Protocol Syntax JSON "WaterSource":"string"
MobileHomeHookupFlag
- Specifies if there is a mobile home hookup on the property.
Protocol Syntax JSON "MobileHomeHookupFlag":"string"
Parking
RVParkingFlag
- Specifies if there is a dedicated RV parking area on the property.
Protocol Syntax JSON "RVParkingFlag":"string"
ParkingSpaceCount
- The total number of parking spaces on the property.
Protocol Syntax JSON "ParkingSpaceCount":"string"
DrivewayArea
- The area of any driveways on the property.
Protocol Syntax JSON "DrivewayArea":"string"
DrivewayMaterial
- The type of material the driveway is composed of on the property.
Protocol Syntax JSON "DrivewayMaterial":"string"
YardGardenInfo
TopographyCode
- Specifies the topography of the property.
Protocol Syntax JSON "TopographyCode":"string"
FenceCode
- The type of fence on the property.
Protocol Syntax JSON "FenceCode":"string"
FenceArea
- The area of any fences on the property.
Protocol Syntax JSON "FenceArea":"string"
CourtyardFlag
- Specifies if there is a courtyard on the property.
Protocol Syntax JSON "CourtyardFlag":"string"
CourtyardArea
- The area of any courtyards on the property.
Protocol Syntax JSON "CourtyardArea":"string"
ArborPergolaFlag
- Specifies if there is an arbor pergola on the property.
Protocol Syntax JSON "ArborPergolaFlag":"string"
SprinklersFlag
- Specifies if there is an installed lawn or garden sprinkler on the property.
Protocol Syntax JSON "SprinklersFlag":"string"
GolfCourseGreenFlag
- Specifies if there is a golf course green on the property.
Protocol Syntax JSON "GolfCourseGreenFlag":"string"
TennisCourtFlag
- Specifies if there is a tennis course on the property.
Protocol Syntax JSON "TennisCourtFlag":"string"
SportsCourtFlag
- Specifies if there is a sports court on the property.
Protocol Syntax JSON "SportsCourtFlag":"string"
ArenaFlag
- Specifies if there is an equestrian arena on the property.
Protocol Syntax JSON "ArenaFlag":"string"
WaterFeatureFlag
- Specifies if there is a koi pond on the property.
Protocol Syntax JSON "WaterFeatureFlag":"string"
PondFlag
- Specifies if there is a pond on the property.
Protocol Syntax JSON "PondFlag":"string"
BoatLiftFlag
- Specifies if there is a boat lift on the property.
Protocol Syntax JSON "BoatLiftFlag":"string"
EstimatedValue
EstimatedValue
- The estimated value of the property.
Protocol Syntax JSON "EstimatedValue":"string"
EstimatedMinValue
- The minimum estimated value of the property.
Protocol Syntax JSON "EstimatedMinValue":"string"
EstimatedMaxValue
- The maximum estimated value of the property.
Protocol Syntax JSON "EstimatedMaxValue":"string"
ConfidenceScore
- A calculated score indicating the level of confidence in the estimated values.
Protocol Syntax JSON "ConfidenceScore":"string"
ValuationDate
- The date the estimated value was calculated.
Protocol Syntax JSON "ValuationDate":"string"
Shape
WellKnownText
- Field containing the geometry of the property parcel in Well Known Text format.
Protocol Syntax JSON "WellKnownText":"string"