Property Data
Property API response fields
Explore the complete set of fields returned by the Realie Property API. Each field includes a name, type, and a brief explanation of its contents, helping you interpret and utilize the data effectively.
Assessor’s Parcel Number. Example: “R-3726-00C-0100-1”
Street number and street name. Example: “1234 JOHN ST”
Full Address. Example: “1234 JOHN ST, PLANO, TX 75093”
Street name and streety type. Example: “JOHN ST”
Street type abbreviation. Example: “RD”
Street Number. Example: “1234”
Unit Number. Example: “Apt 2B”
The address with a unit at the end. Example: “1234 JOHN ST Apt 2B”
County the parcel is located in. Example: “COLLIN”
City. Example: “PLANO”
Zip Code. Example: “75093”
State. Example: “TX”
Building Area. Example: 5882
Basement Type. Example: “I”
Wall Type. Example: “D”
Fireplace Count. Example: 2
Identifying if the property has a fireplace. Example: true
Floor Type. Example: “P”
Foundation Type. Example: “S”
Garage Count. Example: 2
Identifying if the property has a garage. Example: true
Garage Type. Example: “C”
Building Count. Example: 1
Stories. Example: 2
Total Bathrooms. Example: 3.5
Total Bedrooms. Example: 5
Identifying if property has a pool. Example: true
Pool type code. Example: “553”
Roof Type. Example: “P”
Roof Style. Example: “A”
Construction Type. Example: “F”
Year Built. Example: 1998
Identifying if the property is residential. Example: true
Property owner’s name. Example: “JOHN DOE; JANE DOE”
Owner Address Line 1. Example: “4567 JOHN DR”
Owner City. Example: “PLANO”
Owner State. Example: “TX”
Owner Zip Code. Example: “75093-4351”
Owner Residential Count. Example: 1
Owner Commercial Count. Example: 0
Owner Origin Code. Example: “3”
Owner Parcel Count. Example: 1
Legal Description. Example: “CITY/MUNI/TWP:PLANO CITY WILLOW BEND POLO ESTATES PHASE G (CPL), BLK C, LOT 10”
Subdivision. Example: “WILLOW BEND POLO ESTATES PHASE G (CPL)”
Zoning Code. Example: “RD-5”
Section, Township, Range. Example: “Township 3 North, Range 9 West, 5th Principal Meridian”
Block Number. Example: “C”
Lot Number. Example: “10”
Jurisdiction. Example: “PLANO CITY”
District Number. Example: “CPL”
City Section. Example: “Section 3”
Land Lot. Example: “Lot 5”
Lot Code. Example: “P”
Phase Number. Example: “1”
Tract Number. Example: “1003”
Acres. Example: 0.32
Depth Size. Example: 150
Frontage. Example: 100
Land Area. Example: 14096
Most recent total assessed value. Example: 1669610
Most recent assessed year. Example: 2024
Most recent property tax amount. Example: 17642.22
Most recent property tax year. Example: 2024
Most recent assessed total building value. Example: 400110
Most recent assessed land vaulue. Example: 269500
Most recent assessed market value. Example: 1669610
Most recent assessed market value year. Example: 2024
Tax Rate Code Area. Example: “GCN”
Parcel’s Use Code. Example: “1001”
Model Value. Example: 1739895
Model Value Minimum. Example: 1496309
Model Value Maximum. Example: 1983480
Model Value Standard Deviation. Example: 14
Model Confidence. Example: 86
Model Value Range. Example: 23
Model Date (YYYYMMDD Format). Example: “2024-01-10”
Array of assessment information from previos years.
"assessments": [
{
"assessedYear": 2023,
"totalAssessedValue": 3072135,
"totalBuildingValue": 2572135,
"totalLandValue": 500000,
"totalMarketValue": 4072135,
"marketValueYear": 2023,
"taxValue": 34435.7,
"taxYear": 2023
}
]
Recording Date (YYYYMMDD Format). Example: “2024-01-10”
Transfer Date (YYYYMMDD Format). Example: “2024-01-10”
Transfer date in ISO 8601 format. Example: “2024-04-30T00:00:00.000Z”
Transfer Price. Example: 0
Buyer ID Code. Example: “TR”
Buyer Vesting Code. Example: “TR”
Foreclosure Code. Example: “0111”
Foreclosure Record Date (YYYYMMDD Format). Example: “2024-01-10”
Foreclosure File Date (YYYYMMDD Format). Example: “2024-01-10”
Foreclosure Case Number. Example: “722324”
Auction Date (YYYYMMDD Format). Example: “2024-01-10”
Creation Date (YYYYMMDD Format). Example: “2024-01-15”
Array of past transfer information.
"transfers": [
{
"transferDate": "20160427",
"transferDateObject": "2016-04-27T00:00:00.000Z",
"transferPrice": 2700000,
"grantee": "SMITH, JOHN",
"grantor": "JEAN, BILL",
"recordingDate": "20160505"
}
]
Total Lien Count. Example: 1
Total Lien Balance. Example: 453664
Total Financing History Count. Example: 5
Loan-to-Value Current Estimate. Example: 26.0742
Loan-to-Value Current Estimate Range. Example: 1
Equity Current Estimate Balance. Example: 1286231
Equity Current Estimate Range. Example: 22
Loan-to-Value Purchase. Example: 80
Lender Name. Example: “FIRST NATIONAL BANK”
FIPS State Code. Example: “48”
FIPS County Code. Example: “085”
Site Census Tract. Example: “480850316.682028”
Neighborhood. Example: “CENTRAL PLANO”
Longitude. Example: -96.8229693260567
Latitude. Example: 33.03128999789361
Site ID. Example: “708040968”
Geojson point object.
"location": {
"type": "Point",
"coordinates": [
-121.88081453613906,
36.52594926758319
]
}
Geojson MultiPolygon showing a property’s parcel polygon
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[-88.0153597, 42.0000236],
[-88.0153815, 42.0003284],
[-88.0156542, 42.0003187],
[-88.0156365, 42.0000141],
[-88.0155919, 42.0000157],
[-88.015467, 42.0000199],
[-88.0153597, 42.0000236]
]
]
]
}