Steps for Getting Started

  1. Create your free trial account on the Attom Developer Platform to get an API key to use when calling the API.

  2. Explore the details of our APIs to get a better idea of the data available in each and the calls you would use to collect the data.

  3. Use our interactive docs to make sample API calls and use our guides to get started with Curl or Postman.

  4. Speed up your development with our content templates to plug into your application. View them here.

Guides

Getting Started with cURL - This guide covers the basics like displaying properties within a particular city, looking at a property’s valuation and displaying recent sale prices within a given neighborhood.

Postman Guide - Postman is a Web REST client that allows you to enter and monitor HTTP requests and responses. It is available in the Chrome Web Store and is a great way to get familiar with our APIs and the data returned by different calls.

Postman Examples- Once you have setup your Postman environment, you can import pre-built collections for the Property and Area APIs.


Need some inspiration? Our Chief Solutions Architect built a demo app using the APIs. Are you building something cool? We’d love to hear about it!

Building a full application means getting to know the various resources and packages in the API. The following are the most important concepts that we go into more detail about below in the documentation.

  1. URL Structure
  2. Headers
  3. Resources & Packages
  4. Default Behavior
  5. Search & Sorting
    1. Some example requests

    Security

    All requests to all endpoints require you to specify your unique API key. The API Key is assigned to you by Attom and is used to identify and authorize each request. Your API key should be kept private, and should never be displayed publicly.

    Response Codes

    All successful responses are returned in JSON or XML, depending on the response format you request. Only queries that respond with a 200 response code (successfully completed), are counted towards monthly allowances and overages. Beyond standard HTTP codes you will find custom status codes in the “Status” element of the response body.


    Status Code
    Description
    200 OK
    Standard HTTP successful response
    400 Bad Request
    Standard HTTP invalid request response
    401 Unauthorized
    Standard HTTP unauthorized access response
    500 Internal Server Error
     
    There was an unexpected error on our server. If you see this please contact datacustomercare@attomdata.com


Property API

Overview

The Property API provides access to a comprehensive portfolio of property-centric data

Data Sources

Interactive Docs


NOTE: All our resource and their endpoints (packages) have been listed below with some common query parameters. However, these endpoints can also be queried through several other parameters. Please refer to the Search Filters section for full list of query parameters that can be applied to these endpoints.
 




API Structure

Production Endpoint

The main endpoint for the property search engine API is:

https://api.gateway.attomdata.com/propertyapi/v1.0.0/Resource/Package?{parameters}

Example

https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail?id=1234

Headers

There are two required headers:

  1. Accept - set to either
    1. application/json
    2. application/xml
  2. APIKey - include the API Key assigned to you.

Resources & Packages

Our data is organized into a set of resources. While all resources ultimately relate to a property (or piece of real estate) they contain different topics. We have also created “Packages” that summarize specific fields for ease of use. The packages available depend on the type of data (resource) being searched. You’ll find the available Resources and Packages below.

Resources

PROPERTY

Use the /property resource to get detailed property characteristics for a property or list of properties.

What kinds of questions can data from the /property resource help answer?

  • What properties fall within a radius of a given point (lat/long)?
  • Are there properties within a zip code with property taxes of a given range?
  • Can I validate the authenticity of the owner listed for a property?
  • What data is available about a new property owner?
  • What properties in a given area have the most current equity or are close to the end of their loan?


Check out the Interactive Docs to test out more of the capabilities of the property resource.

SALES TREND

Use the /salestrend resource to get two years of average or median sale price and sale counts within a zip code for monthly, quarterly, and yearly intervals.

What kinds of questions can data from the /salestrend resource help answer?

  • How do recent sales within a zip code compare to my houses valuation?
  • Are the home sales increasing in amount and count in my area?

SCHOOL

Use the /school resource to get schools within attendance zones around a property, private and public schools within a radius and school details. Note that some schools are not associated with a school district because of a variety of rules in different state. View the list here.

What kinds of questions can data from the /school resource help answer?

  • Which schools could my kids attend if I live at a certain property?
  • What private schools are within a 10 mile radius of a given property?
  • What is the test rating, enrollment rates, and special programs offered at a specific school?
ASSESSMENT

Use the /assessment resource to get assessments, assessed values and taxes on a property or list of properties.

What kinds of questions can data from the /assessment resource help answer?

  • What are the assessment details of properties within a specific area?
  • What is the last known tax amount and assessment for a specific property?
  • What assessments were added within a given date range?
AVM

Use the /attomavm resource to display the “automated valuation model” (AVM) calculation of a property or list of properties.

Can AVM values be calculated without having property characteristics like, square footage, beds, baths?

Yes. Although it's important to note how an AVM's confidence score can be affected. Below are a couple different scenarios:

Property details come from the public county records and coverage varies county to county. Some counties simply don't provide this level of detail and all properties used to calculate the valuation would effectively be in the same ‘boat’. In this situation you would expect confidence scores to be a bit higher.

However, if the missing attributes are isolated to a single property and other comparable properties used in the valuation have this data, this may negatively affect the confidence score.

* The “scr” attribute represents the confidence in the calculation.
SALE

Use the /sale resource to return information pertaining to the most recent sale of a property or list of properties.

What kinds of questions can data from the /sale resource help answer?

  • What is the last sale price of all the properties within this specific area?
  • What properties have sold over the last three months within this price range in this ZIP code?
  • What is the the last sale on this specific property?
SALES HISTORY

Use the /saleshistory resource to get information about the sales history of a property. Recorded sales history data can be found based on a property’s ID or address.


Note: This is accessible for a single property per request.


ATTOM provides 10 years of sales history data.
ALL EVENTS

Use the /allevents resource to get information about all events that have occurred on a specific property. This includes assessments, AVM and sales transactions. Note: This is accessible for a single property per request.


Packages

The table below shows what packages are available for each resource with a brief descriptions.

Package Description
/ID A set of IDs associated with a record or list of records
/Address Address and location information of a record or list of records
/Snapshot Summary information typically used for limited display, data points include: address info, property type, beds/baths and property type.
/Detail Rich property data including lot size, property type, year built, bath/beds, construction type, utilities etc.
/DetailMortgage Only available for the /Property resource. Detailed property data with mortgage information included.
/DetailOwner Only available for the /Property resource. Detailed property data with owner information included.
/DetailMortgageOwner Only available for the /Property resource. Detailed property data with mortgage and owner information included.
/Detailwithschools Only available for the /School resource. Detailed property data and schools within the attendance zone of the property.

Default Behavior

There is some default behavior to be aware of:

Setting Value
Maximum number of records in a single response 100
Default radius if not supplied 5 miles
Maximum radius allowed 20 miles
Maximum sort values 1
Default sort order Desc
Maximum number of GeoIDs in a single request 3
Default sort, radius search Distance Desc
Default sort, non-radius searches CalendarDate Desc

Search Filters

In addition to Resources and Packages, there are also a number of other filters that may be added to a request to help narrow down results. The filters and some examples of how they might be used are outlined below.

If you are looking to add multiple filters to your query, you can add pipe delineation ("|") to your API call. For example, if you wanted to search for single family resident and apartment property types, you could add "&propertytype=sfr|apartment" to your query to return results for both types.

API Endpoint Name API Endpoint Path Filter Name Filter Type Description Example Possible values
Transaction Sales Trend/transaction/salestrendGeoIDV4Single ValueGeocodegeoIdV4=baa5d7de09afdefd0ffcd66b581991de 
Transaction Sales Trend/transaction/salestrendIntervalSingle ValueInterval to searchinterval=yearly 
Transaction Sales Trend/transaction/salestrendStartYearSingle ValueStart year in the interval2018 
Transaction Sales Trend/transaction/salestrendEndYearSingle ValueEnd year in the interval2023 
Transaction Sales Trend/transaction/salestrendStartQuarterSingle ValueStart quarter in the interval (quarterly)1 
Transaction Sales Trend/transaction/salestrendEndQuarterSingle ValueEnd quarter in the interval (quarterly)3 
Transaction Sales Trend/transaction/salestrendStartMonthSingle ValueStart month in the interval (monthly)1 
Transaction Sales Trend/transaction/salestrendEndMonthSingle ValueEnd month in the interval (monthly)3 
Transaction Sales Trend/transaction/salestrendPropertyTypeMultiple ValuesProperty Type to filter results  
Transaction Sales Trend/transaction/salestrendTransferTypeMultiple ValuesTransfer Type to filter results  
Property ID/property/idATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property ID/property/idIDSingle ValueAttom-assigned property IDID=184196315 
Property ID/property/idFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property ID/property/idADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property ID/property/idADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property ID/property/idRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property ID/property/idLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property ID/property/idPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property ID/property/idCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property ID/property/idADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property ID/property/idPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property ID/property/idPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property ID/property/idUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property ID/property/idYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property ID/property/idLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property ID/property/idLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property ID/property/idBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property ID/property/idBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property ID/property/idABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property ID/property/idGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Property ID/property/idGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Property Detail/property/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Detail/property/detailIDSingle ValueAttom-assigned property IDID=184196315 
Property Detail/property/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Detail/property/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Detail/property/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail/property/detailRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Detail/property/detailLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Detail/property/detailPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Detail/property/detailCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Detail/property/detailADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Detail/property/detailPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Detail/property/detailPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Detail/property/detailUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Detail/property/detailYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Detail/property/detailLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Detail/property/detailLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Detail/property/detailBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Detail/property/detailBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Detail/property/detailABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property Detail/property/detailGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoid=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Property Detail/property/detailGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Property Address/property/addressATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Address/property/addressIDSingle ValueAttom-assigned property IDID=184196315 
Property Address/property/addressFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Address/property/addressADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Address/property/addressADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Address/property/addressRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Address/property/addressLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Address/property/addressPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Address/property/addressCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Address/property/addressADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Address/property/addressPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Address/property/addressPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Address/property/addressUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Address/property/addressYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Address/property/addressLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Address/property/addressLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Address/property/addressBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Address/property/addressBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Address/property/addressABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property Address/property/addressGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Property Address/property/addressGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Property Snapshot/property/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Snapshot/property/snapshotIDSingle ValueAttom-assigned property IDID=184196315 
Property Snapshot/property/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Snapshot/property/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Snapshot/property/snapshotADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Snapshot/property/snapshotRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Snapshot/property/snapshotLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Snapshot/property/snapshotPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Snapshot/property/snapshotCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Snapshot/property/snapshotADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Snapshot/property/snapshotPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Snapshot/property/snapshotPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Snapshot/property/snapshotUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Snapshot/property/snapshotYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Snapshot/property/snapshotLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Snapshot/property/snapshotLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Snapshot/property/snapshotBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Snapshot/property/snapshotBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Snapshot/property/snapshotGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Property Snapshot/property/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Property Basic Profile/property/basicprofileATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Basic Profile/property/basicprofileIDSingle ValueAttom-assigned property IDID=184196315 
Property Basic Profile/property/basicprofileFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Basic Profile/property/basicprofileADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Basic Profile/property/basicprofileADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Expanded Profile/property/expandedprofileATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Expanded Profile/property/expandedprofileIDSingle ValueAttom-assigned property IDID=184196315 
Property Expanded Profile/property/expandedprofileFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Expanded Profile/property/expandedprofileADDRESSSingle Value The property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Expanded Profile/property/expandedprofileADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail With School/property/detailwithschoolsATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Detail With School/property/detailwithschoolsIDSingle ValueAttom-assigned property IDID=18419631508031 
Property Detail With School/property/detailwithschoolsFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Detail With School/property/detailwithschoolsADDRESSSingle Value The property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Detail With School/property/detailwithschoolsADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail Mortgage/property/detailmortgageATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Detail Mortgage/property/detailmortgageIDSingle ValueAttom-assigned property IDID=184196315 
Property Detail Mortgage/property/detailmortgageFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Detail Mortgage/property/detailmortgageADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Detail Mortgage/property/detailmortgageADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail Mortgage/property/detailmortgageRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Detail Mortgage/property/detailmortgageLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Detail Mortgage/property/detailmortgagePOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Detail Mortgage/property/detailmortgageCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Detail Mortgage/property/detailmortgageADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Detail Mortgage/property/detailmortgagePROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Detail Mortgage/property/detailmortgagePROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Detail Mortgage/property/detailmortgageUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Detail Mortgage/property/detailmortgageYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Detail Mortgage/property/detailmortgageLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Detail Mortgage/property/detailmortgageLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Detail Mortgage/property/detailmortgageBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Detail Mortgage/property/detailmortgageBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Detail Mortgage/property/detailmortgageABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property Detail Owner/property/detailownerATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Detail Owner/property/detailownerIDSingle ValueAttom-assigned property IDID=184196315 
Property Detail Owner/property/detailownerFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Detail Owner/property/detailownerADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Detail Owner/property/detailownerADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail Owner/property/detailownerRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Detail Owner/property/detailownerLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Detail Owner/property/detailownerPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Detail Owner/property/detailownerCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Detail Owner/property/detailownerADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Detail Owner/property/detailownerPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Detail Owner/property/detailownerPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Detail Owner/property/detailownerUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Detail Owner/property/detailownerYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Detail Owner/property/detailownerLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Detail Owner/property/detailownerLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Detail Owner/property/detailownerBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Detail Owner/property/detailownerBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Detail Owner/property/detailownerABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property Detail Mortgage Owner/property/detailmortgageownerATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Detail Mortgage Owner/property/detailmortgageownerIDSingle ValueAttom-assigned property IDID=184196315 
Property Detail Mortgage Owner/property/detailmortgageownerFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Detail Mortgage Owner/property/detailmortgageownerADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Detail Mortgage Owner/property/detailmortgageownerADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Property Detail Mortgage Owner/property/detailmortgageownerRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Property Detail Mortgage Owner/property/detailmortgageownerLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Property Detail Mortgage Owner/property/detailmortgageownerPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Property Detail Mortgage Owner/property/detailmortgageownerCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Property Detail Mortgage Owner/property/detailmortgageownerADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Property Detail Mortgage Owner/property/detailmortgageownerPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Property Detail Mortgage Owner/property/detailmortgageownerPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Property Detail Mortgage Owner/property/detailmortgageownerUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Property Detail Mortgage Owner/property/detailmortgageownerYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Property Detail Mortgage Owner/property/detailmortgageownerLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Property Detail Mortgage Owner/property/detailmortgageownerLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Property Detail Mortgage Owner/property/detailmortgageownerBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Property Detail Mortgage Owner/property/detailmortgageownerBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Property Detail Mortgage Owner/property/detailmortgageownerABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Property Building Permits/property/buildingpermitsATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Property Building Permits/property/buildingpermitsIDSingle ValueAttom-assigned property IDID=184196315 
Property Building Permits/property/buildingpermitsFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Property Building Permits/property/buildingpermitsADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Property Building Permits/property/buildingpermitsADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sale Detail/sale/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sale Detail/sale/detailIDSingle ValueAttom-assigned property IDID=184196315 
Sale Detail/sale/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Sale Detail/sale/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sale Detail/sale/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sale Detail/sale/detailRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Sale Detail/sale/detailLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Sale Detail/sale/detailPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Sale Detail/sale/detailCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Sale Detail/sale/detailADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Sale Detail/sale/detailPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Sale Detail/sale/detailPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Sale Detail/sale/detailSALEAMTRangeAmount of the last sale on the propertyminSaleAmt=200000&maxSaleAmt=350000 
Sale Detail/sale/detailUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Sale Detail/sale/detailYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Sale Detail/sale/detailLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Sale Detail/sale/detailLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Sale Detail/sale/detailBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Sale Detail/sale/detailBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Sale Detail/sale/detailGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Sale Detail/sale/detailGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Sale Detail/sale/detailSALESEARCHDATERangeSale date for search purposesstartSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 
Sale Detail/sale/detailSALETRANSDATERangeDate the sale transaction occurredstartSaleTransDate=2018/01/01&endSaleTransDate=2019/12/31 
Sale Snapshot/sale/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sale Snapshot/sale/snapshotIDSingle ValueAttom-assigned property IDID=18419631508031 
Sale Snapshot/sale/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Sale Snapshot/sale/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sale Snapshot/sale/snapshotADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sale Snapshot/sale/snapshotRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Sale Snapshot/sale/snapshotLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Sale Snapshot/sale/snapshotPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Sale Snapshot/sale/snapshotCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Sale Snapshot/sale/snapshotADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Sale Snapshot/sale/snapshotPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Sale Snapshot/sale/snapshotPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Sale Snapshot/sale/snapshotSALEAMTRangeAmount of the last sale on the propertyminSaleAmt=200000&maxSaleAmt=350000 
Sale Snapshot/sale/snapshotUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Sale Snapshot/sale/snapshotYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Sale Snapshot/sale/snapshotLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Sale Snapshot/sale/snapshotLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Sale Snapshot/sale/snapshotBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Sale Snapshot/sale/snapshotBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Sale Snapshot/sale/snapshotGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Sale Snapshot/sale/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivisiony
Sale Snapshot/sale/snapshotSALESEARCHDATERangeSale date for search purposesstartSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 
Sale Snapshot/sale/snapshotSALETRANSDATERangeDate the sale transaction occurredstartSaleTransDate=2018/01/01&endSaleTransDate=2019/12/31 
Sales History Detail/saleshistory/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sales History Detail/saleshistory/detailIDSingle ValueAttom-assigned property IDID=184196315 
Sales History Detail/saleshistory/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Sales History Detail/saleshistory/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sales History Detail/saleshistory/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sales History Snapshot/saleshistory/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sales History Snapshot/saleshistory/snapshotIDSingle ValueAttom-assigned property IDID=184196315 
Sales History Snapshot/saleshistory/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Sales History Snapshot/saleshistory/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sales History Snapshot/saleshistory/snapshotADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sales History Basic History/saleshistory/basichistoryATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sales History Basic History/saleshistory/basichistoryIDSingle ValueAttom-assigned property IDID=184196315 
Sales History Basic History/saleshistory/basichistoryFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Sales History Basic History/saleshistory/basichistoryADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sales History Basic History/saleshistory/basichistoryADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sales History Expanded History/saleshistory/expandedhistoryATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sales History Expanded History/saleshistory/expandedhistoryIDSingle ValueAttom-assigned property IDID=184196315 
Sales History Expanded History/saleshistory/expandedhistoryFIPS & APNSingle ValueFips code for a property and Assessor's parcel number. fips=08031&APN=0914501010000 
Sales History Expanded History/saleshistory/expandedhistoryADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Sales History Expanded History/saleshistory/expandedhistoryADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Sales Trend Snapshot/salestrend/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Sales Trend Snapshot/salestrend/snapshotGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Sales Trend Snapshot/salestrend/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Sales Trend Snapshot/salestrend/snapshotINTERVALSingle ValueThe interval to search frominterval=monthlyMonthly
Quarterly
Yearly
Sales Trend Snapshot/salestrend/snapshotMONTHRangeThe month to search fromstartmonth=january&endmonth=march 
Sales Trend Snapshot/salestrend/snapshotYEARRangeThe year to search fromstartyear=2018&endyear=2019
School Search /school/search GeoIDV4 Single value ATTOM’s new geographic identifier geoIdV4=8370d93a17ba7fb07f115392bd1225d9 
School Search /school/search radius Single value Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input radius=5  
School Search /school/search latitude Single value Latitude and Longitude pair Note: MUST include a radius. latitude=39.21523130910493 
School Search /school/search longitude Single value Latitude and Longitude pair Note: MUST include a radius.longitude=-75.62095642089844 
School Profile /school/profile GeoIDV4 Single value ATTOM’s new geographic identifier geoIdV4=9c6bded31fd0e089485f276acb947875 
School District /school/district GeoIDV4 Single value ATTOM’s new geographic identifier geoIdV4=8370d93a17ba7fb07f115392bd1225d9 
AVM Snapshot/avm/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
AVM Snapshot/avm/snapshotIDSingle ValueAttom-assigned property IDID=18419631508031 
AVM Snapshot/avm/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
AVM Snapshot/avm/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
AVM Snapshot/avm/snapshotADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
AVM Snapshot/avm/snapshotRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
AVM Snapshot/avm/snapshotLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
AVM Snapshot/avm/snapshotPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
AVM Snapshot/avm/snapshotCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
AVM Snapshot/avm/snapshotADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
AVM Snapshot/avm/snapshotPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
AVM Snapshot/avm/snapshotPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
AVM Snapshot/avm/snapshotAVMVALUERangeAutomated Valuation Model ValueminAVMValue=150000&maxAVMValue=250000 
AVM Snapshot/avm/snapshotUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
AVM Snapshot/avm/snapshotYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
AVM Snapshot/avm/snapshotLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
AVM Snapshot/avm/snapshotLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
AVM Snapshot/avm/snapshotBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
AVM Snapshot/avm/snapshotBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
AVM Snapshot/avm/snapshotGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
AVM Snapshot/avm/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Attom AVM Detail/attomavm/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Attom AVM Detail/attomavm/detailIDSingle ValueAttom-assigned property IDID=184196315 
Attom AVM Detail/attomavm/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Attom AVM Detail/attomavm/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Attom AVM Detail/attomavm/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977
Attom AVM Detail/attomavm/detailRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Attom AVM Detail/attomavm/detailLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Attom AVM Detail/attomavm/detailPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Attom AVM Detail/attomavm/detailCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2019/01/04&endCalendarDate=2020/05/01 
Attom AVM Detail/attomavm/detailADDEDDATERangeThe date the record was added to the systemstartAddedDate=2019/01/04&endAddedDate=2020/05/01 
Attom AVM Detail/attomavm/detailPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Attom AVM Detail/attomavm/detailPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=220 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Attom AVM Detail/attomavm/detailAVMVALUERangeAutomated Valuation Model ValueminAVMValue=1500&maxAVMValue=25000 
Attom AVM Detail/attomavm/detailUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=120&maxUniversalSize=180 
Attom AVM Detail/attomavm/detailYEARBUILTRangeYear the property was builltminYearBuilt=2010&maxYearBuilt=2020 
Attom AVM Detail/attomavm/detailLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Attom AVM Detail/attomavm/detailLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Attom AVM Detail/attomavm/detailBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Attom AVM Detail/attomavm/detailBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Attom AVM Detail/attomavm/detailGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = School, ND = Maponics Neighborhood, RS = Maponics Residential Subdivision, NH = Deprecated Neighborhood Boundary
Attom AVM Detail/attomavm/detailGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Attom AVM Detail/attomavm/detailMKTLANDVALUERangeMarket Land ValueminMktLandValue=100000&maxMktLandValue=200000 
Attom AVM Detail/attomavm/detailMKTTTLVALUERangeMarket Total ValueminMktTtlValue=100000&maxMktTtlValue=200000 
Attom AVM Detail/attomavm/detailSALESEARCHDATERangeSale date for search purposesstartSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 
AVM History Detail/avmhistory/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
AVM History Detail/avmhistory/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
AVM History Detail/avmhistory/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
AVM History Detail/avmhistory/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Rental AVM/valuation/rentalavmATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Rental AVM/valuation/rentalavmADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Rental AVM/valuation/rentalavmADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977
Rental AVM/valuation/rentalavmFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Assessment Detail/assessment/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Assessment Detail/assessment/detailIDSingle ValueAttom-assigned property IDID=184196315 
Assessment Detail/assessment/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Assessment Detail/assessment/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Assessment Detail/assessment/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Assessment Detail/assessment/detailRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Assessment Detail/assessment/detailLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Assessment Detail/assessment/detailPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Assessment Detail/assessment/detailCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2018/05/01 
Assessment Detail/assessment/detailADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2018/05/01 
Assessment Detail/assessment/detailPROPERTYTYPESingle ValueStandardized property typepropertyType=apartment Click here
Assessment Detail/assessment/detailPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=22 0 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Assessment Detail/assessment/detailAPPRIMPRVALUERangeAppraised Improvement ValueminApprImprValue=100000&maxApprImprValue=200000 
Assessment Detail/assessment/detailAPPRLANDVALUERangeAppraised Land ValueminApprLandValue=100000&maxApprLandValue=200000 
Assessment Detail/assessment/detailAPPRTTLVALUERangeAppraised Total ValueminApprTtlValue=100000&maxApprTtlValue=200000 
Assessment Detail/assessment/detailASSDIMPRVALUERangeAssessed Improvement ValueminAssdImprValue=100000&maxAssdImprValue=200000 
Assessment Detail/assessment/detailASSDLANDVALUERangeAssessed Land ValueminAssdLandValue=100000&maxAssdLandValue=200000 
Assessment Detail/assessment/detailASSDTTLVALUERangeAssessed Total ValueminAssdTtlValue=100000&maxAssdTtlValue=200000 
Assessment Detail/assessment/detailMKTIMPRVALUERangeMarket Improvement ValueminMktImprValue=100000&maxMktImprValue=200000 
Assessment Detail/assessment/detailMKTLANDVALUERangeMarket Land ValueminMktLandValue=100000&maxMktLandValue=200000 
Assessment Detail/assessment/detailMKTTTLVALUERangeMarket Total ValueminMktTtlValue=100000&maxMktTtlValue=200000 
Assessment Detail/assessment/detailTAXAMTRangeAmount of the last taxes on the propertyminTaxAmt=4000&maxTaxAmt=6000 
Assessment Detail/assessment/detailUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Assessment Detail/assessment/detailYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Assessment Detail/assessment/detailLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Assessment Detail/assessment/detailLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Assessment Detail/assessment/detailBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Assessment Detail/assessment/detailBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Assessment Detail/assessment/detailABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Assessment Detail/assessment/detailGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145The Property API currently returns the following geographies: PL = Place, DB = School District, SB = Deprecated Neighborhood Boundary
Assessment Detail/assessment/detailGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Assessment Snapshot/assessment/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Assessment Snapshot/assessment/snapshotIDSingle ValueAttom-assigned property IDID=184196315 
Assessment Snapshot/assessment/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Assessment Snapshot/assessment/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Assessment Snapshot/assessment/snapshotADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Assessment Snapshot/assessment/snapshotRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
Assessment Snapshot/assessment/snapshotLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
Assessment Snapshot/assessment/snapshotPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
Assessment Snapshot/assessment/snapshotCALENDARDATERangeThe date the record was last updatedstartCalendarDate=2018/01/04&endCalendarDate=2019/05/01 
Assessment Snapshot/assessment/snapshotADDEDDATERangeThe date the record was added to the systemstartAddedDate=2018/01/04&endAddedDate=2019/05/01 
Assessment Snapshot/assessment/snapshotPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
Assessment Snapshot/assessment/snapshotPROPERTYINDICATORSingle ValueStandardized property type indicatorpropertyIndicator=22 0 Miscellaneous
10 Single Family Residence / Townhouse
11 Condominium (residential)
20 Commercial
21 Duplex, Triplex, Quadplex
22 Apartment
23 Hotel, Motel
24 Commercial (condominium)
25 Retail
26 Service (general public)
27 Office Building
29 Financial Institution
30 Hospital (medical complex, clinic)
31 Parking
32 Amusement-Recreation
50 Industrial
51 Industrial Light
52 Industrial Heavy
53 Transport
54 Utilities
70 Agricultural
80 Vacant
90 Exempt
Assessment Snapshot/assessment/snapshotAPPRIMPRVALUERangeAppraised Improvement ValueminApprImprValue=100000&maxApprImprValue=200000 
Assessment Snapshot/assessment/snapshotAPPRLANDVALUERangeAppraised Land ValueminApprLandValue=100000&maxApprLandValue=200000 
Assessment Snapshot/assessment/snapshotAPPRTTLVALUERangeAppraised Total ValueminApprTtlValue=100000&maxApprTtlValue=200000 
Assessment Snapshot/assessment/snapshotASSDIMPRVALUERangeAssessed Improvement ValueminAssdImprValue=100000&maxAssdImprValue=200000 
Assessment Snapshot/assessment/snapshotASSDLANDVALUERangeAssessed Land ValueminAssdLandValue=100000&maxAssdLandValue=200000 
Assessment Snapshot/assessment/snapshotASSDTTLVALUERangeAssessed Total ValueminAssdTtlValue=100000&maxAssdTtlValue=200000 
Assessment Snapshot/assessment/snapshotMKTIMPRVALUERangeMarket Improvement ValueminMktImprValue=100000&maxMktImprValue=200000 
Assessment Snapshot/assessment/snapshotMKTLANDVALUERangeMarket Land ValueminMktLandValue=100000&maxMktLandValue=200000 
Assessment Snapshot/assessment/snapshotMKTTTLVALUERangeMarket Total ValueminMktTtlValue=100000&maxMktTtlValue=200000 
Assessment Snapshot/assessment/snapshotTAXAMTRangeAmount of the last taxes on the propertyminTaxAmt=4000&maxTaxAmt=6000 
Assessment Snapshot/assessment/snapshotUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
Assessment Snapshot/assessment/snapshotYEARBUILTRangeYear the property was builltminYearBuilt=2008&maxYearBuilt=2018 
Assessment Snapshot/assessment/snapshotLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
Assessment Snapshot/assessment/snapshotLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
Assessment Snapshot/assessment/snapshotBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
Assessment Snapshot/assessment/snapshotBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
Assessment Snapshot/assessment/snapshotABSENTEEOWNERSingle ValueOwner's absentee or occupied statusabsenteeowner=occupiedabsentee
occupied
Assessment Snapshot/assessment/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
Assessment History Detail/assessmenthistory/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
Assessment History Detail/assessmenthistory/detailIDSingle ValueAttom-assigned property IDID=18419631508031 
Assessment History Detail/assessmenthistory/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
Assessment History Detail/assessmenthistory/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Assessment History Detail/assessmenthistory/detailADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
All Events Detail/allevents/detailATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
All Events Detail/allevents/detailIDSingle ValueAttom-assigned property IDID=184196315 
All Events Detail/allevents/detailFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
All Events Detail/allevents/detailADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
All Events Detail/allevents/detailADDRESS1 & ADDRESS2Single Value The first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
All Events Detail/allevents/detailRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
All Events Detail/allevents/detailLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
All Events Detail/allevents/detailPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
All Events Detail/allevents/detailPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
All Events Detail/allevents/detailMKTTTLVALUERangeMarket Total ValueminMktTtlValue=100000&maxMktTtlValue=200000 
All Events Detail/allevents/detailUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
All Events Detail/allevents/detailLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
All Events Detail/allevents/detailLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
All Events Detail/allevents/detailBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
All Events Detail/allevents/detailBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
All Events Detail/allevents/detailGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145 
All Events Detail/allevents/detailGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
All Events Detail/allevents/detailAVMVALUERangeAutomated Valuation Model Value minAVMValue=150000&maxAVMValue=250000 
All Events Detail/allevents/detailSALESEARCHDATERangeSale date for search purposesstartSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 
All Events Detail/allevents/detailSALEAMTRangeAmount of the last sale on the propertyminSaleAmt=200000&maxSaleAmt=350000 
All Events Snapshot/allevents/snapshotATTOMIDSingle ValueAttom-assigned IDattomId=184196315 
All Events Snapshot/allevents/snapshotIDSingle ValueAttom-assigned property IDID=184196315 
All Events Snapshot/allevents/snapshotFIPS & APNSingle ValueFips code for a property and Assessor's parcel number.fips=08031&APN=0914501010000 
All Events Snapshot/allevents/snapshotADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
All Events Snapshot/allevents/snapshotADDRESS1 & ADDRESS2Single Value The first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
All Events Snapshot/allevents/snapshotRADIUSSingle ValueCircular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address inputradius=10 
All Events Snapshot/allevents/snapshotLONGITUDE & LATITUDE Single ValueLatitude and Longitude pair Note: MUST include a radiuslatitude=39.21523130910493&longitude=-75.62095642089844 
All Events Snapshot/allevents/snapshotPOSTALCODESingle ValuePostal ZIP CodepostalCode=19977 
All Events Snapshot/allevents/snapshotPROPERTYTYPESingle ValueStandardized property typepropertyType=apartmentClick here
All Events Snapshot/allevents/snapshotMKTTTLVALUERangeMarket Total ValueminMktTtlValue=100000&maxMktTtlValue=200000 
All Events Snapshot/allevents/snapshotUNIVERSALSIZERangeThe property size (in square feet) that best reflects the most common measurement within a countyminUniversalSize=1200&maxUniversalSize=1800 
All Events Snapshot/allevents/snapshotLOTSIZE1RangeLot size in acresminLotSize1=.5&maxLotSize1=1.5 
All Events Snapshot/allevents/snapshotLOTSIZE2RangeLot size in square feetminLotSize2=12000&maxLotSize2=20000 
All Events Snapshot/allevents/snapshotBEDSRangeThe number of bedroomsminBeds=2&maxBeds=4 
All Events Snapshot/allevents/snapshotBATHSTOTALRangeThe number of bathroomsminBathsTotal=1&maxBathsTotal=3 
All Events Snapshot/allevents/snapshotGEOIDMulti-ValueATTOM geographic identifier. These may be found in ATTOM boundary and other products. geoID=CO12127|CO12145 
All Events Snapshot/allevents/snapshotGEOIDV4Multi-ValueATTOM’s new geographic identifier. These may be found through /location/lookup endpoint.geoIDV4=712b44e372bc317839c7203b976bf0eeThe Property API currently returns the following geographies: ST = State, CO = County, ZI = Zip Code Tabulation Area, SB = School Attendance Area, DB = School District Boundary, PL = Census Place, CS = County Subdivision, N1 = Macro Neighborhood, N2 = Neighborhood, N3 = Sub-Neighborhood, N4 = Residential Subdivision
All Events Snapshot/allevents/snapshotAVMVALUERangeAutomated Valuation Model Value minAVMValue=150000&maxAVMValue=250000 
All Events Snapshot/allevents/snapshotSALESEARCHDATERangeSale date for search purposesstartSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 
All Events Snapshot/allevents/snapshotSALEAMTRangeAmount of the last sale on the propertyminSaleAmt=200000&maxSaleAmt=350000 
Transportation Noise/transportationnoiseADDRESSSingle ValueThe property addressaddress=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 
Transportation Noise/transportationnoiseADDRESS1 & ADDRESS2Single ValueThe first and last line of the property addressaddress1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 
Transportation Noise/transportationnoiseLONGITUDE & LATITUDE Single ValueLatitude and Longitude pairlatitude=39.21523130910493&longitude=-75.62095642089844 
Home Equity /valuation/homeequity/ ATTOMID Single Value Attom-assigned ID attomId=184196315  
Home Equity /valuation/homeequity/ FIPS & APN Single Value Fips code for a property and Assessor's parcel number. fips=08031&APN=0914501010000 
Home Equity /valuation/homeequity/ ADDRESS Single Value The property address address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977  
Home Equity /valuation/homeequity/ ADDRESS1 & ADDRESS2 Single Value The first and last line of the property address address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977  

Search Filter Examples

Show me all of the properties that have an assessed total value within this range that are within this ZIP Code.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/assessment/detail?postalcode=11215&minAssdTtlValue=1000000&maxAssdTtlValue=2500000



Show me all of the properties that have sold during a specified time frame within this neighborhood.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/sale/snapshot?startSaleSearchDate=2015/05/01&endSaleSearchDate=2015/08/31&geoIdV4=6828b00047035292dd47fe020e636bb3



Want to know all of the property types available? Check them out here.

Show me all the properties that fall within a radius of this point.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/snapshot?latitude=30.2500&longitude=-97.7500&radius=2



Trying out these examples in Postman? Don’t forget, you’ll need to include your API Key in the header for these examples to work.

Order By (Sorting Results)

Guess what? API Results can be sorted by in either ascending or descending order by several select fields. You’ll see the list of sortable fields and examples of how they might be used below. Don’t forget, you can play around with sortable fields in our Interactive Docs!
Name Description Example
Distance Distance in miles from the start point. This field only works with Latitude / Longitude or Address with a radius as input orderBy=distance asc
CalendarDate The date the record was last updated orderBy=calendarDate asc
PublishedDate The date the record was added orderBy=publisheddate asc
PropertyType Standardized property type orderBy=propertyType desc
SaleAmt Amount of the last sale on the property orderBy=saleAmt desc
AvmValue Automated Valuation Model Value orderBy=avmValue desc
AssdTtlValue Assessed total value orderBy=AssdTtlValue desc
SaleSearchDate Last sale date orderBy=SaleSearchDate asc
SaleTransactionDate Date the sale transaction occurred orderBy=SaleTransactionDate asc
Beds Total beds count orderBy=beds desc
BathsTotal Total bathrooms count orderBy=bathsTotal asc
UniversalSize The property size (in square feet) that best reflects the most common measurement within a county orderBy=universalSize asc
LotSize1 Lot size in acres orderBy=lotSize1 desc
LotSize2 Lot size in square feet orderBy=lotSize2 desc

Sort Examples

Show me all of the properties that have sold within the radius of a specific point and are sorted in descending order by their sale amount.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/sale/snapshot?latitude=30.2500&longitude=-97.7500&radius=2&orderBy=saleAmt+desc



Show me all of the single family residences within this zip code ordered by their number of bedrooms in descending order.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail?postalcode=78704&propertytype=sfr&orderBy=beds+desc



Show me all the assessments made on properties within the radius of a specific point ordered by their distance from the point.

https://api.gateway.attomdata.com/propertyapi/v1.0.0/assessment/snapshot?latitude=39.731234&longitude=-75.581182&radius=1&orderby=distance+ASC


Pagination

You may request a specific page and number of results per page. By default the API will return page one and ten results per page. To modify the default behavior you may use the following arguments:
Argument Value Example
Page Integer page=2
PageSize Integer pageSize=20

Standard Response Information

A standard response from the property API will include the following structure to help you handle different response codes, page sizes, and number of records. This can be found at the top of the response:

{

"status": {

"version": "1.0.0",

"code": 0,

"msg": "SuccessWithResult",

"total": 1,

"page": 1,

"pagesize": 10

},

Status Codes

The following table highlights the expected status codes from the system. Beyond standard HTTP codes you will find custom status codes in the “Status” element of the response body.

Status Description
-6 Missing Parameter in Request Location-based inputs were either missing or incomplete
-5 Invalid Parameter in Request You passed an invalid search parameter
-4 Invalid Parameter Combination You passed an invalid combination of parameters
-3 MissingAPIKey You did not include the APIKey in your request
-2 System Not Responding There is a failure within the API
-1 System Not Responding There is a failure within the API
0 SuccessWithResult Your request was successful and returned results
1 SuccessWithoutResult Your request was successful but returned no results
10 Invalid Date Format You did not pass the date value as YYYY/MM/DD
11 Invalid Date Range Your date range contains an error such as conflicting start and end dates
12 Sort Value Exceeded You passed more than the allowed number of sort values. See Default Behavior.
13 Invalid Sort Value You passed a value that cannot be used for sort. See Sort Values.
14 Invalid Search Distance You passed a search distance beyond the maximum allowed. See Default Behavior.
15 Invalid AVM Value Range Your AVM Value range contains an error such as a higher minimum value than maximum value.
16 Invalid Sale Amount Range Your Sale Amount range contains an error such as a higher minimum value than maximum value.
17 Invalid Tax Amount Range Your Tax Amount range contains an error such as a higher minimum value than maximum value.
18 Invalid Appr Impr Range Your Appraised Improvement range contains an error such as a higher minimum value than maximum value.
19 Invalid Appr Land Range Your Appraised Land range contains an error such as a higher minimum value than maximum value.
20 Invalid Appr Ttl Range Your Appraised Total range contains an error such as a higher minimum value than maximum value.
21 Invalid Assd Impr Range Your Assessed Improvement range contains an error such as a higher minimum value than maximum value.
22 Invalid Assd Land Range Your Assessed Land range contains an error such as a higher minimum value than maximum value.
23 Invalid Assd Ttl Range Your Assessed Total range contains an error such as a higher minimum value than maximum value.
24 Invalid Mkt Impr Range Your Market Improvement range contains an error such as a higher minimum value than maximum value.
25 Invalid Mkt Land Range Your Market Land range contains an error such as a higher minimum value than maximum value.
26 Invalid Mkt Ttl Range Your Market Total range contains an error such as a higher minimum value than maximum value.
27 Invalid Universal Size Range Your Universal Size range contains an error such as a higher minimum value than maximum value.
28 Invalid Year Built Range Your Year Built range contains an error such as a start date later than your end date.
29 Invalid Lot Size 1 Range Your Lot Size 1 range contains an error such as a higher minimum value than maximum value.
30 Invalid Lot Size 2 Range Your Lot Size 2 range contains an error such as a higher minimum value than maximum value.
31 Invalid Beds Range Your Beds range contains an error such as a higher minimum value than maximum value.
32 Invalid Baths Range Your Baths range contains an error such as a higher minimum value than maximum value.
33 GeoID Value Exceeded You included more GeoIDs than are allowed in a single search. See Default Behavior.
34 Invalid GeoID Value You provided an invalid GeoID and should check that the data is correct.
100 Unauthorized You are not authorized to access the resource
201 Geocoder Search No Result. The geocoder could not find a match for the input address. Try again.
203 Geocoder Search ZipCode Not Positioned. The ZIP Code provided could not be properly positioned.
204 Geocoder Search ZipCode Required. The address provided did not include a ZIP Code. Please add the ZIP Code and try again.
205 Geocoder Invalid Service.
206 Geocoder Service Temporarily Unavailable. The geocoding service that accepts and translates addresses is currently unavailable. Radius searches cannot be performed.
207 Geocoder Unexpected Error. An unexpected error occurred in the geocoding service. Try the search again.
208 Geocoder Value Format Error. There was an error in the format of the request to the geocoding service. Check the input format and try again. See Search Filters and review Address format.
211 Success with results. Address positioning is approximate to the ZIP Code. The input address has been located with ZIP level precision, and a record is available.
210 Geocoder Search Results Address Not Identified. The input address could not be identified. Please try again.
212 Success without results. No data available for this address. The input address has been located with ZIP level precision, but a record is not available.
Need help with address formatting?

Check out this example request
https://api.gateway.attomdata.com/propertyapi/v1.0.0/sale/detail?address1=586+FRANKLIN+AVE&address2=brooklyn+NY+11238


A space character in the query string may be encoded as either “%20” or “+”. You can use either, most people opt for “+” as it’s more human readable and fewer bytes.

Data Dictionary

This data dictionary represents all of the fields currently available in the Property Search Engine API. Different resource and package combinations off access to specific fields within this dictionary and not all fields are available in each package.

API Endpoint Name API Endpoint Path Field Name Description JSON Path
All Events Detail/allevents/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
All Events Detail/allevents/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
All Events Detail/allevents/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
All Events Detail/allevents/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
All Events Detail/allevents/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
All Events Detail/allevents/detaildepthIndicates the lot depth, in feetproperty.lot.depth
All Events Detail/allevents/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
All Events Detail/allevents/detaillotnumLot numberproperty.lot.lotNum
All Events Detail/allevents/detaillotsize1Indicates the lot size, in acresproperty.lot.lotSize1
All Events Detail/allevents/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotSize2
All Events Detail/allevents/detaillottypeLot typeproperty.lot.lottype
All Events Detail/allevents/detailpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
All Events Detail/allevents/detailpooltypeIndicates the type of poolproperty.lot.pooltype
All Events Detail/allevents/detailblockNumBlock numberproperty.area.blockNum
All Events Detail/allevents/detailloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
All Events Detail/allevents/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
All Events Detail/allevents/detailcountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
All Events Detail/allevents/detailmuncodeMunicipality / Township Codeproperty.area.muncode
All Events Detail/allevents/detailmunnameMunicipality / Township Nameproperty.area.munname
All Events Detail/allevents/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
All Events Detail/allevents/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
All Events Detail/allevents/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
All Events Detail/allevents/detailsubdnameSubdivision nameproperty.area.subdname
All Events Detail/allevents/detailsubdtractnumSubdivision tract numberproperty.area.subdtractnum
All Events Detail/allevents/detailtaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
All Events Detail/allevents/detailbldgNameBuilding Nameproperty.address.bldgName
All Events Detail/allevents/detailcountryThe ISO-3166-2 country codeproperty.address.country
All Events Detail/allevents/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
All Events Detail/allevents/detailline1First line of the property addressproperty.address.line1
All Events Detail/allevents/detailline2Second line of the property addressproperty.address.line2
All Events Detail/allevents/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
All Events Detail/allevents/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
All Events Detail/allevents/detailoneLineFull property address on a single lineproperty.address.oneLine
All Events Detail/allevents/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
All Events Detail/allevents/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
All Events Detail/allevents/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
All Events Detail/allevents/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
All Events Detail/allevents/detailelevationThe elevation of the property if availableproperty.location.elevation
All Events Detail/allevents/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
All Events Detail/allevents/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
All Events Detail/allevents/detaildistanceDistanceproperty.location.distance
All Events Detail/allevents/detailgeoidGeoIDproperty.location.geoid
All Events Detail/allevents/detailgeoIdV4GeoIDV4property.location.geoIdV4
All Events Detail/allevents/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
All Events Detail/allevents/detailpropclassA general classification of the type of property such as "Residential"property.summary.propclass
All Events Detail/allevents/detailpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
All Events Detail/allevents/detailproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
All Events Detail/allevents/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
All Events Detail/allevents/detailyearbuiltYear built of the primary structureproperty.summary.yearbuilt
All Events Detail/allevents/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
All Events Detail/allevents/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
All Events Detail/allevents/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
All Events Detail/allevents/detaillegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
All Events Detail/allevents/detaillegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
All Events Detail/allevents/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
All Events Detail/allevents/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
All Events Detail/allevents/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
All Events Detail/allevents/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
All Events Detail/allevents/detailsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
All Events Detail/allevents/detailwatertypeWater Typeproperty.utilities.watertype
All Events Detail/allevents/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
All Events Detail/allevents/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
All Events Detail/allevents/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
All Events Detail/allevents/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
All Events Detail/allevents/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
All Events Detail/allevents/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
All Events Detail/allevents/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
All Events Detail/allevents/detailbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
All Events Detail/allevents/detailbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
All Events Detail/allevents/detailbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
All Events Detail/allevents/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
All Events Detail/allevents/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
All Events Detail/allevents/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
All Events Detail/allevents/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
All Events Detail/allevents/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
All Events Detail/allevents/detailfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
All Events Detail/allevents/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
All Events Detail/allevents/detailfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
All Events Detail/allevents/detailfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
All Events Detail/allevents/detailconditionIndicates the Building Conditionproperty.building.construction.condition
All Events Detail/allevents/detailconstructiontypeConstruction Typeproperty.building.construction.constructiontype
All Events Detail/allevents/detailfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
All Events Detail/allevents/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
All Events Detail/allevents/detailroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
All Events Detail/allevents/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
All Events Detail/allevents/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
All Events Detail/allevents/detailgaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
All Events Detail/allevents/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
All Events Detail/allevents/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
All Events Detail/allevents/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
All Events Detail/allevents/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.summary.archStyle
All Events Detail/allevents/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
All Events Detail/allevents/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
All Events Detail/allevents/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
All Events Detail/allevents/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
All Events Detail/allevents/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
All Events Detail/allevents/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
All Events Detail/allevents/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
All Events Detail/allevents/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
All Events Detail/allevents/detailyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
All Events Detail/allevents/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
All Events Detail/allevents/detailviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
All Events Detail/allevents/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
All Events Detail/allevents/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
All Events Detail/allevents/detaileventDateThe date when the value was determinedproperty.avm.eventDate
All Events Detail/allevents/detailavmIDAVM IDproperty.avm.avmID
All Events Detail/allevents/detailscrThis represents the confidence in the calculationproperty.avm.amount.scr
All Events Detail/allevents/detailvalueThe modeled AVM valueproperty.avm.amount.value
All Events Detail/allevents/detailhighMax range AVM valueproperty.avm.amount.high
All Events Detail/allevents/detaillowMin range AVM valueproperty.avm.amount.low
All Events Detail/allevents/detailvalueRangeThe difference between the low and high estimated (AVM) valuesproperty.avm.amount.valueRange
All Events Detail/allevents/detailavmlastmonthvalueAVM last month valueproperty.avm.AVMChange.avmlastmonthvalue
All Events Detail/allevents/detailavmamountchangeAVM amount changeproperty.avm.AVMChange.avmamountchange
All Events Detail/allevents/detailavmpercentchangeAVM percent changeproperty.avm.AVMChange.avmpercentchange
All Events Detail/allevents/detailperSizeUnitEstimated value (AVM) per square foot of propertyproperty.avm.calculations.perSizeUnit
All Events Detail/allevents/detailratioTaxAmtRatio of taxes to estimated value for the propertyproperty.avm.calculations.ratioTaxAmt
All Events Detail/allevents/detailratioTaxValueThis is the ratio of the annual taxes to the market valueproperty.avm.calculations.ratioTaxValue
All Events Detail/allevents/detailmonthlyChgPctThe month over month percent change in this property's estimated valueproperty.avm.calculations.monthlyChgPct
All Events Detail/allevents/detailmonthlyChgValueChange in estimated value (AVM) from the previous monthproperty.avm.calculations.monthlyChgValue
All Events Detail/allevents/detailrangePctOfValuePercent of Value Range the Target Value Representsproperty.avm.calculations.rangePctOfValue
All Events Detail/allevents/detailavmpoorlowAVM poor lowproperty.avm.condition.avmpoorlow
All Events Detail/allevents/detailavmpoorhighAVM poor highproperty.avm.condition.avmpoorhigh
All Events Detail/allevents/detailavmgoodlowAVM good lowproperty.avm.condition.avmgoodlow
All Events Detail/allevents/detailavmgoodhighAVM good highproperty.avm.condition.avmgoodhigh
All Events Detail/allevents/detailavmexcellentlowAVM excellent lowproperty.avm.condition.avmexcellentlow
All Events Detail/allevents/detailavmexcellenthighAVM excellent highproperty.avm.condition.avmexcellenthigh
All Events Detail/allevents/detailsaleSearchDateThe standardized date for search purposesproperty.sale.saleSearchDate
All Events Detail/allevents/detailsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
All Events Detail/allevents/detailsaleAmtSale Priceproperty.sale.amount.saleAmt
All Events Detail/allevents/detailsaleCode Code indicating whether the sale amount is actual or estimatedproperty.sale.amount.saleCode
All Events Detail/allevents/detailsaleRecDateThe recorded date on the recorded documentproperty.sale.amount.saleRecDate
All Events Detail/allevents/detailsaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saleDisclosureType
All Events Detail/allevents/detailsaleDocNumThe Recorded Instrument's Document Numberproperty.sale.saleAmountData.saleDocNum
All Events Detail/allevents/detailsaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.saleAmountData.saleDocType
All Events Detail/allevents/detailsaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.sale.saleAmountData.saleTransType
All Events Detail/allevents/detailpriceperbedThe sale amount per bedroom for the propertyproperty.sale.calculation.priceperbed
All Events Detail/allevents/detailpricepersizeunitThe sale price per square foot of the propertyproperty.sale.calculation.pricepersizeunit
All Events Detail/allevents/detailinterfamilyIndicates that the latest transfer was between related/family membersproperty.sale.interfamily
All Events Detail/allevents/detailresaleornewconstructionIndicates if the sale was that of a new home or existing homeproperty.sale.resaleornewconstruction
All Events Detail/allevents/detailcashormortgagepurchaseIndicates if the transaction sale is a cash or mortgaged purchaseproperty.sale.cashormortgagepurchase
All Events Detail/allevents/detailownershiptransferpercentageOwnership transfer percentageproperty.sale.ownershiptransferpercentage
All Events Detail/allevents/detailsellercarrybackIndicator that the note is carried by the sellerproperty.sale.sellercarryback
All Events Detail/allevents/detailprivatepartylenderIndicator that lender is a private partyproperty.sale.privatepartylender
All Events Detail/allevents/detailconstructionloanIndicates if the loan is a contruction loanproperty.sale.constructionloan
All Events Detail/allevents/detailforeclosureIndicates if the transaction is a foreclosure/adverse possession instrumentproperty.sale.foreclosure
All Events Detail/allevents/detailassdimprValueAssessed Value of the improvement(s)property.assessment.assessed.assdimprValue
All Events Detail/allevents/detailassdlandValueAssessed Value of the landproperty.assessment.assessed.assdlandValue
All Events Detail/allevents/detailassdttlValueTotal Assessed Valueproperty.assessment.assessed.assdttlValue
All Events Detail/allevents/detailassdimprpersizeunitThe assessed improved value per square footage of the propertyproperty.assessment.assessed.assdimprpersizeunit
All Events Detail/allevents/detailassdlandpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdlandpersizeunit
All Events Detail/allevents/detailassdttlpersizeunitThe assessed total value per square footage of the propertyproperty.assessment.assessed.assdttlpersizeunit
All Events Detail/allevents/detailcalcimprindDerived Assessed Value of the improvement(s) Indicatorproperty.assessment.calculations.calcimprind
All Events Detail/allevents/detailcalcimprpersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcimprpersizeunit
All Events Detail/allevents/detailcalcimprvalueDerived Assessed Value of the improvement(s) used to calculate property taxproperty.assessment.calculations.calcimprvalue
All Events Detail/allevents/detailcalclandindDerived Assessed Value of the land Indicatorproperty.assessment.calculations.calclandind
All Events Detail/allevents/detailcalclandpersizeunitA field calculated to show the per square foot value of the landproperty.assessment.calculations.calclandpersizeunit
All Events Detail/allevents/detailcalclandvalueDerived Assessed Value of the land used to calculate property taxproperty.assessment.calculations.calclandvalue
All Events Detail/allevents/detailcalcttlindDerived Total Assessed Value Indicatorproperty.assessment.calculations.calcttlind
All Events Detail/allevents/detailcalcttlvalueDerived Total Value used to calculate property taxproperty.assessment.calculations.calcttlvalue
All Events Detail/allevents/detailcalcvaluepersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcvaluepersizeunit
All Events Detail/allevents/detailmktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
All Events Detail/allevents/detailmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
All Events Detail/allevents/detailmktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
All Events Detail/allevents/detailtaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
All Events Detail/allevents/detailtaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
All Events Detail/allevents/detailtaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
All Events Snapshot/allevents/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
All Events Snapshot/allevents/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
All Events Snapshot/allevents/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
All Events Snapshot/allevents/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
All Events Snapshot/allevents/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
All Events Snapshot/allevents/snapshotlotsize1Indicates the lot size, in acresproperty.lot.lotSize1
All Events Snapshot/allevents/snapshotbldgNameBuilding Nameproperty.address.bldgName
All Events Snapshot/allevents/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
All Events Snapshot/allevents/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
All Events Snapshot/allevents/snapshotline1First line of the property addressproperty.address.line1
All Events Snapshot/allevents/snapshotline2Second line of the property addressproperty.address.line2
All Events Snapshot/allevents/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
All Events Snapshot/allevents/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
All Events Snapshot/allevents/snapshotoneLineFull property address on a single lineproperty.address.oneLine
All Events Snapshot/allevents/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
All Events Snapshot/allevents/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
All Events Snapshot/allevents/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
All Events Snapshot/allevents/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
All Events Snapshot/allevents/snapshotelevationThe elevation of the property if availableproperty.location.elevation
All Events Snapshot/allevents/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
All Events Snapshot/allevents/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
All Events Snapshot/allevents/snapshotdistanceDistanceproperty.location.distance
All Events Snapshot/allevents/snapshotgeoidGeoIDproperty.location.geoid
All Events Snapshot/allevents/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
All Events Snapshot/allevents/snapshotpropclassA general classification of the type of property such as "Residential"property.summary.propclass
All Events Snapshot/allevents/snapshotpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
All Events Snapshot/allevents/snapshotproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
All Events Snapshot/allevents/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
All Events Snapshot/allevents/snapshotyearbuiltYear built of the primary structureproperty.summary.yearbuilt
All Events Snapshot/allevents/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
All Events Snapshot/allevents/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
All Events Snapshot/allevents/snapshotuniversalsizeDerived living or building square footageproperty.building.size.universalsize
All Events Snapshot/allevents/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
All Events Snapshot/allevents/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
All Events Snapshot/allevents/snapshotsaleSearchDateThe standardized date for search purposesproperty.sale.saleSearchDate
All Events Snapshot/allevents/snapshotsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
All Events Snapshot/allevents/snapshotsaleamtSale Priceproperty.sale.amount.saleamt
All Events Snapshot/allevents/snapshotsalecode Code indicating whether the sale amount is actual or estimatedproperty.sale.amount.salecode
All Events Snapshot/allevents/snapshotsaleRecDateThe recorded date on the recorded documentproperty.sale.amount.saleRecDate
All Events Snapshot/allevents/snapshotsaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saleDisclosureType
All Events Snapshot/allevents/snapshotsaleDocNumThe Recorded Instrument's Document Numberproperty.sale.amount.saleDocNum
All Events Snapshot/allevents/snapshotsaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saleDocType
All Events Snapshot/allevents/snapshotsaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saleTransType
All Events Snapshot/allevents/snapshotpriceperbedThe sale amount per bedroom for the propertyproperty.sale.calculation.priceperbed
All Events Snapshot/allevents/snapshotpricepersizeunitThe sale price per square foot of the propertyproperty.sale.calculation.pricepersizeunit
All Events Snapshot/allevents/snapshoteventDateThe date when the value was determinedproperty.avm.eventDate
All Events Snapshot/allevents/snapshotavmIDAVM IDproperty.avm.avmID
All Events Snapshot/allevents/snapshotscrThis represents the confidence in the calculationproperty.avm.amount.scr
All Events Snapshot/allevents/snapshotvalueThe modeled AVM valueproperty.avm.amount.value
All Events Snapshot/allevents/snapshothighMax range AVM valueproperty.avm.amount.high
All Events Snapshot/allevents/snapshotlowMin range AVM valueproperty.avm.amount.low
All Events Snapshot/allevents/snapshotvalueRangeThe difference between the low and high estimated (AVM) valuesproperty.avm.amount.valueRange
All Events Snapshot/allevents/snapshotperSizeUnitEstimated value (AVM) per square foot of propertyproperty.avm.calculations.perSizeUnit
All Events Snapshot/allevents/snapshotratioTaxAmtRatio of taxes to estimated value for the propertyproperty.avm.calculations.ratioTaxAmt
All Events Snapshot/allevents/snapshotratioTaxValueThis is the ratio of the annual taxes to the market valueproperty.avm.calculations.ratioTaxValue
All Events Snapshot/allevents/snapshotmonthlyChgPctThe month over month percent change in this property's estimated valueproperty.avm.calculations.monthlyChgPct
All Events Snapshot/allevents/snapshotmonthlyChgValueChange in estimated value (AVM) from the previous monthproperty.avm.calculations.monthlyChgValue
All Events Snapshot/allevents/snapshotrangePctOfValuePercent of Value Range the Target Value Representsproperty.avm.calculations.rangePctOfValue
All Events Snapshot/allevents/snapshotassdimprValueAssessed Value of the improvement(s)property.assessment.assessed.assdimprValue
All Events Snapshot/allevents/snapshotassdlandValueAssessed Value of the landproperty.assessment.assessed.assdlandValue
All Events Snapshot/allevents/snapshotassdttlValueTotal Assessed Valueproperty.assessment.assessed.assdttlValue
All Events Snapshot/allevents/snapshotassdimprpersizeunitThe assessed improved value per square footage of the propertyproperty.assessment.assessed.assdimprpersizeunit
All Events Snapshot/allevents/snapshotassdlandpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdlandpersizeunit
All Events Snapshot/allevents/snapshotassdttlpersizeunitThe assessed total value per square footage of the propertyproperty.assessment.assessed.assdttlpersizeunit
All Events Snapshot/allevents/snapshotcalcimprindDerived Assessed Value of the improvement(s) Indicatorproperty.assessment.calculations.calcimprind
All Events Snapshot/allevents/snapshotcalcimprpersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcimprpersizeunit
All Events Snapshot/allevents/snapshotcalcimprvalueDerived Assessed Value of the improvement(s) used to calculate property taxproperty.assessment.calculations.calcimprvalue
All Events Snapshot/allevents/snapshotcalclandindDerived Assessed Value of the land Indicatorproperty.assessment.calculations.calclandind
All Events Snapshot/allevents/snapshotcalclandpersizeunitA field calculated to show the per square foot value of the landproperty.assessment.calculations.calclandpersizeunit
All Events Snapshot/allevents/snapshotcalclandvalueDerived Assessed Value of the land used to calculate property taxproperty.assessment.calculations.calclandvalue
All Events Snapshot/allevents/snapshotcalcttlindDerived Total Assessed Value Indicatorproperty.assessment.calculations.calcttlind
All Events Snapshot/allevents/snapshotcalcttlvalueDerived Total Value used to calculate property taxproperty.assessment.calculations.calcttlvalue
All Events Snapshot/allevents/snapshotcalcvaluepersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcvaluepersizeunit
All Events Snapshot/allevents/snapshotmktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
All Events Snapshot/allevents/snapshotmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
All Events Snapshot/allevents/snapshotmktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
All Events Snapshot/allevents/snapshottaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
All Events Snapshot/allevents/snapshottaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
All Events Snapshot/allevents/snapshottaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
Assessment Detail/assessment/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Assessment Detail/assessment/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Assessment Detail/assessment/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Assessment Detail/assessment/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Assessment Detail/assessment/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Assessment Detail/assessment/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Assessment Detail/assessment/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Assessment Detail/assessment/detaillotnumLot numberproperty.lot.lotnum
Assessment Detail/assessment/detaillotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Assessment Detail/assessment/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Assessment Detail/assessment/detaillottypeLot typeproperty.lot.lottype
Assessment Detail/assessment/detailpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Assessment Detail/assessment/detailpooltypeIndicates the type of poolproperty.lot.pooltype
Assessment Detail/assessment/detailblockNumBlock numberproperty.area.blockNum
Assessment Detail/assessment/detaillocTypeThe type of location such as waterfront, beach, airport, etc...property.area.locType
Assessment Detail/assessment/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Assessment Detail/assessment/detailcountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Assessment Detail/assessment/detailmuncodeMunicipality / Township Codeproperty.area.muncode
Assessment Detail/assessment/detailmunnameMunicipality / Township Nameproperty.area.munname
Assessment Detail/assessment/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Assessment Detail/assessment/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Assessment Detail/assessment/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Assessment Detail/assessment/detailsubdnameSubdivision nameproperty.area.subdname
Assessment Detail/assessment/detailsubdtractnumSubdivision tract numberproperty.area.subdtractnum
Assessment Detail/assessment/detailtaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Assessment Detail/assessment/detailbldgNameBuilding Nameproperty.address.bldgName
Assessment Detail/assessment/detailcountryThe ISO-3166-2 country codeproperty.address.country
Assessment Detail/assessment/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Assessment Detail/assessment/detailline1First line of the property addressproperty.address.line1
Assessment Detail/assessment/detailline2Second line of the property addressproperty.address.line2
Assessment Detail/assessment/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Assessment Detail/assessment/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Assessment Detail/assessment/detailoneLineFull property address on a single lineproperty.address.oneLine
Assessment Detail/assessment/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Assessment Detail/assessment/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Assessment Detail/assessment/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Assessment Detail/assessment/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Assessment Detail/assessment/detailelevationThe elevation of the property if availableproperty.location.elevation
Assessment Detail/assessment/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Assessment Detail/assessment/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Assessment Detail/assessment/detaildistanceDistanceproperty.location.distance
Assessment Detail/assessment/detailgeoidGeoIDproperty.location.geoid
Assessment Detail/assessment/detailgeoIdV4GeoIDV4property.location.geoIdV4
Assessment Detail/assessment/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Assessment Detail/assessment/detailpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Assessment Detail/assessment/detailpropsubTypeA sub-classification of the propertyproperty.summary.propsubType
Assessment Detail/assessment/detailproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Assessment Detail/assessment/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Assessment Detail/assessment/detailyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Assessment Detail/assessment/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Assessment Detail/assessment/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Assessment Detail/assessment/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Assessment Detail/assessment/detaillegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Assessment Detail/assessment/detaillegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Assessment Detail/assessment/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Assessment Detail/assessment/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Assessment Detail/assessment/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Assessment Detail/assessment/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Assessment Detail/assessment/detailsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Assessment Detail/assessment/detailwatertypeWater Typeproperty.utilities.watertype
Assessment Detail/assessment/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Assessment Detail/assessment/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Assessment Detail/assessment/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Assessment Detail/assessment/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Assessment Detail/assessment/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Assessment Detail/assessment/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Assessment Detail/assessment/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Assessment Detail/assessment/detailbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathFixtures
Assessment Detail/assessment/detailbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsFull
Assessment Detail/assessment/detailbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Assessment Detail/assessment/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Assessment Detail/assessment/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Assessment Detail/assessment/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Assessment Detail/assessment/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
Assessment Detail/assessment/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Assessment Detail/assessment/detailfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Assessment Detail/assessment/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
Assessment Detail/assessment/detailfplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Assessment Detail/assessment/detailfplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
Assessment Detail/assessment/detailconditionIndicates the Building Conditionproperty.building.construction.condition
Assessment Detail/assessment/detailconstructionTypeConstruction Typeproperty.building.construction.constructionType
Assessment Detail/assessment/detailfoundationTypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationType
Assessment Detail/assessment/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Assessment Detail/assessment/detailroofCoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofCover
Assessment Detail/assessment/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Assessment Detail/assessment/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Assessment Detail/assessment/detailgarageTypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garageType
Assessment Detail/assessment/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Assessment Detail/assessment/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Assessment Detail/assessment/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Assessment Detail/assessment/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.summary.archStyle
Assessment Detail/assessment/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Assessment Detail/assessment/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Assessment Detail/assessment/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
Assessment Detail/assessment/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Assessment Detail/assessment/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Assessment Detail/assessment/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
Assessment Detail/assessment/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Assessment Detail/assessment/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Assessment Detail/assessment/detailyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Assessment Detail/assessment/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Assessment Detail/assessment/detailviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
Assessment Detail/assessment/detailassdimprpersizeunitThe assessed improved value per square footage of the propertyproperty.assessment.assessed.assdimprpersizeunit
Assessment Detail/assessment/detailassdimprvalueAssessed Value of the improvement(s)property.assessment.assessed.assdimprvalue
Assessment Detail/assessment/detailassdlandpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdlandpersizeunit
Assessment Detail/assessment/detailassdlandvalueAssessed Value of the landproperty.assessment.assessed.assdlandvalue
Assessment Detail/assessment/detailassdttlpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdttlpersizeunit
Assessment Detail/assessment/detailassdttlvalueTotal Assessed Valueproperty.assessment.assessed.assdttlvalue
Assessment Detail/assessment/detailcalcimprindDerived Assessed Value of the improvement(s) Indicatorproperty.assessment.calculations.calcimprind
Assessment Detail/assessment/detailcalcimprpersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcimprpersizeunit
Assessment Detail/assessment/detailcalcimprvalueDerived Assessed Value of the improvement(s) used to calculate property taxproperty.assessment.calculations.calcimprvalue
Assessment Detail/assessment/detailcalclandindDerived Assessed Value of the land Indicatorproperty.assessment.calculations.calclandind
Assessment Detail/assessment/detailcalclandpersizeunitA field calculated to show the per square foot value of the landproperty.assessment.calculations.calclandpersizeunit
Assessment Detail/assessment/detailcalclandvalueDerived Assessed Value of the land used to calculate property taxproperty.assessment.calculations.calclandvalue
Assessment Detail/assessment/detailcalcttlindDerived Total Assessed Value Indicatorproperty.assessment.calculations.calcttlind
Assessment Detail/assessment/detailcalcttlvalueDerived Total Value used to calculate property taxproperty.assessment.calculations.calcttlvalue
Assessment Detail/assessment/detailcalcvaluepersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcvaluepersizeunit
Assessment Detail/assessment/detailmktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
Assessment Detail/assessment/detailmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Assessment Detail/assessment/detailmktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
Assessment Detail/assessment/detailtaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
Assessment Detail/assessment/detailtaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
Assessment Detail/assessment/detailtaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
Assessment Detail/assessment/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Assessment Detail/assessment/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Assessment Snapshot/assessment/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Assessment Snapshot/assessment/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Assessment Snapshot/assessment/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Assessment Snapshot/assessment/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Assessment Snapshot/assessment/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Assessment Snapshot/assessment/snapshotlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Assessment Snapshot/assessment/snapshotbldgNameBuilding Nameproperty.address.bldgName
Assessment Snapshot/assessment/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
Assessment Snapshot/assessment/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Assessment Snapshot/assessment/snapshotline1First line of the property addressproperty.address.line1
Assessment Snapshot/assessment/snapshotline2Second line of the property addressproperty.address.line2
Assessment Snapshot/assessment/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Assessment Snapshot/assessment/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Assessment Snapshot/assessment/snapshotoneLineFull property address on a single lineproperty.address.oneLine
Assessment Snapshot/assessment/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Assessment Snapshot/assessment/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
Assessment Snapshot/assessment/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Assessment Snapshot/assessment/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Assessment Snapshot/assessment/snapshotelevationThe elevation of the property if availableproperty.location.elevation
Assessment Snapshot/assessment/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
Assessment Snapshot/assessment/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
Assessment Snapshot/assessment/snapshotdistanceDistanceproperty.location.distance
Assessment Snapshot/assessment/snapshotgeoidGeoIDproperty.location.geoid
Assessment Snapshot/assessment/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
Assessment Snapshot/assessment/snapshotpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Assessment Snapshot/assessment/snapshotpropsubTypeA sub-classification of the propertyproperty.summary.propsubType
Assessment Snapshot/assessment/snapshotproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Assessment Snapshot/assessment/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Assessment Snapshot/assessment/snapshotyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Assessment Snapshot/assessment/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Assessment Snapshot/assessment/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Assessment Snapshot/assessment/snapshotuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Assessment Snapshot/assessment/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Assessment Snapshot/assessment/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Assessment Snapshot/assessment/snapshotassdimprpersizeunitThe assessed improved value per square footage of the propertyproperty.assessment.assessed.assdimprpersizeunit
Assessment Snapshot/assessment/snapshotassdimprvalueAssessed Value of the improvement(s)property.assessment.assessed.assdimprvalue
Assessment Snapshot/assessment/snapshotassdlandpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdlandpersizeunit
Assessment Snapshot/assessment/snapshotassdlandvalueAssessed Value of the landproperty.assessment.assessed.assdlandvalue
Assessment Snapshot/assessment/snapshotassdttlpersizeunitThe assessed land value per square footage of the propertyproperty.assessment.assessed.assdttlpersizeunit
Assessment Snapshot/assessment/snapshotassdttlvalueTotal Assessed Valueproperty.assessment.assessed.assdttlvalue
Assessment Snapshot/assessment/snapshotcalcimprindDerived Assessed Value of the improvement(s) Indicatorproperty.assessment.calculations.calcimprind
Assessment Snapshot/assessment/snapshotcalcimprpersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcimprpersizeunit
Assessment Snapshot/assessment/snapshotcalcimprvalueDerived Assessed Value of the improvement(s) used to calculate property taxproperty.assessment.calculations.calcimprvalue
Assessment Snapshot/assessment/snapshotcalclandindDerived Assessed Value of the land Indicatorproperty.assessment.calculations.calclandind
Assessment Snapshot/assessment/snapshotcalclandpersizeunitA field calculated to show the per square foot value of the landproperty.assessment.calculations.calclandpersizeunit
Assessment Snapshot/assessment/snapshotcalclandvalueDerived Assessed Value of the land used to calculate property taxproperty.assessment.calculations.calclandvalue
Assessment Snapshot/assessment/snapshotcalcttlindDerived Total Assessed Value Indicatorproperty.assessment.calculations.calcttlind
Assessment Snapshot/assessment/snapshotcalcttlvalueDerived Total Value used to calculate property taxproperty.assessment.calculations.calcttlvalue
Assessment Snapshot/assessment/snapshotcalcvaluepersizeunitA field calculated to show the per square foot value of the propertyproperty.assessment.calculations.calcvaluepersizeunit
Assessment Snapshot/assessment/snapshotmktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
Assessment Snapshot/assessment/snapshotmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Assessment Snapshot/assessment/snapshotmktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
Assessment Snapshot/assessment/snapshottaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
Assessment Snapshot/assessment/snapshottaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
Assessment Snapshot/assessment/snapshottaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
Assessment Snapshot/assessment/snapshotlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Assessment Snapshot/assessment/snapshotpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Assessment History Detail/assessmenthistory/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Assessment History Detail/assessmenthistory/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Assessment History Detail/assessmenthistory/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Assessment History Detail/assessmenthistory/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Assessment History Detail/assessmenthistory/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Assessment History Detail/assessmenthistory/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Assessment History Detail/assessmenthistory/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Assessment History Detail/assessmenthistory/detaillotNumLot numberproperty.lot.lotNum
Assessment History Detail/assessmenthistory/detaillotSize1Indicates the lot size, in acresproperty.lot.lotSize1
Assessment History Detail/assessmenthistory/detaillotSize2Indicates the lot size, in square feetproperty.lot.lotSize2
Assessment History Detail/assessmenthistory/detaillotTypeLot typeproperty.lot.lotType
Assessment History Detail/assessmenthistory/detailpoolIndIndicates if a pool exists on the propertyproperty.lot.poolInd
Assessment History Detail/assessmenthistory/detailpooltypeIndicates the type of poolproperty.lot.pooltype
Assessment History Detail/assessmenthistory/detailblockNumBlock numberproperty.area.blockNum
Assessment History Detail/assessmenthistory/detaillocTypeThe type of location such as waterfront, beach, airport, etc...property.area.locType
Assessment History Detail/assessmenthistory/detailcountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
Assessment History Detail/assessmenthistory/detailcountyUse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyUse1
Assessment History Detail/assessmenthistory/detailmunCodeMunicipality / Township Codeproperty.area.munCode
Assessment History Detail/assessmenthistory/detailmunNameMunicipality / Township Nameproperty.area.munName
Assessment History Detail/assessmenthistory/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Assessment History Detail/assessmenthistory/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Assessment History Detail/assessmenthistory/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Assessment History Detail/assessmenthistory/detailsubdNameSubdivision nameproperty.area.subdName
Assessment History Detail/assessmenthistory/detailsubdtractNumSubdivision tract numberproperty.area.subdtractNum
Assessment History Detail/assessmenthistory/detailtaxCodeAreaIndicates the taxing district code as provided by the assessorproperty.area.taxCodeArea
Assessment History Detail/assessmenthistory/detailbldgNameBuilding Nameproperty.address.bldgName
Assessment History Detail/assessmenthistory/detailcountryThe ISO-3166-2 country codeproperty.address.country
Assessment History Detail/assessmenthistory/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Assessment History Detail/assessmenthistory/detailline1First line of the property addressproperty.address.line1
Assessment History Detail/assessmenthistory/detailline2Second line of the property addressproperty.address.line2
Assessment History Detail/assessmenthistory/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Assessment History Detail/assessmenthistory/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Assessment History Detail/assessmenthistory/detailoneLineFull property address on a single lineproperty.address.oneLine
Assessment History Detail/assessmenthistory/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Assessment History Detail/assessmenthistory/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Assessment History Detail/assessmenthistory/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Assessment History Detail/assessmenthistory/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Assessment History Detail/assessmenthistory/detailelevationThe elevation of the property if availableproperty.location.elevation
Assessment History Detail/assessmenthistory/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Assessment History Detail/assessmenthistory/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Assessment History Detail/assessmenthistory/detaildistanceDistanceproperty.location.distance
Assessment History Detail/assessmenthistory/detailgeoIdGeoIDproperty.location.geoId
Assessment History Detail/assessmenthistory/detailgeoIdV4GeoIDV4property.location.geoIdV4
Assessment History Detail/assessmenthistory/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Assessment History Detail/assessmenthistory/detailpropClassA general classification of the type of property such as "Residential"property.summary.propClass
Assessment History Detail/assessmenthistory/detailpropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Assessment History Detail/assessmenthistory/detailpropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Assessment History Detail/assessmenthistory/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Assessment History Detail/assessmenthistory/detailyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Assessment History Detail/assessmenthistory/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Assessment History Detail/assessmenthistory/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Assessment History Detail/assessmenthistory/detailcoolingTypeIndicates the method or system used to provide coolingproperty.utilities.coolingType
Assessment History Detail/assessmenthistory/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Assessment History Detail/assessmenthistory/detailheatingFuelIndicates the primary heating fuel usedproperty.utilities.heatingFuel
Assessment History Detail/assessmenthistory/detailheatingTypeIndicates the method or system used to provide heatproperty.utilities.heatingType
Assessment History Detail/assessmenthistory/detailsewerTypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewerType
Assessment History Detail/assessmenthistory/detailwaterTypeWater Typeproperty.utilities.waterType
Assessment History Detail/assessmenthistory/detailbldgSizeTotal square feet of all structures on the propertyproperty.building.size.bldgSize
Assessment History Detail/assessmenthistory/detailgrossSizeGross square feet of all structures on the propertyproperty.building.size.grossSize
Assessment History Detail/assessmenthistory/detailgrossSizeAdjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grossSizeAdjusted
Assessment History Detail/assessmenthistory/detailgroundFloorSizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundFloorSize
Assessment History Detail/assessmenthistory/detaillivingSizeLiving square feet of all structures on the propertyproperty.building.size.livingSize
Assessment History Detail/assessmenthistory/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Assessment History Detail/assessmenthistory/detailuniversalSizeDerived living or building square footageproperty.building.size.universalSize
Assessment History Detail/assessmenthistory/detailbathFixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathFixtures
Assessment History Detail/assessmenthistory/detailbaths1QtrNumber of Quarter Baths - typically sink onlyproperty.building.rooms.baths1Qtr
Assessment History Detail/assessmenthistory/detailbaths3QtrNumber of Three-Quarter Baths - typically sink, toilet, and shower (Very similar to full bath)property.building.rooms.baths3Qtr
Assessment History Detail/assessmenthistory/detailbathsCalcThe sum of the values of the bathroomsproperty.building.rooms.bathsCalc
Assessment History Detail/assessmenthistory/detailbathsFullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsFull
Assessment History Detail/assessmenthistory/detailbathsHalfNumber of Half Baths - typically sink and toiletproperty.building.rooms.bathsHalf
Assessment History Detail/assessmenthistory/detailbathsPartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathsPartial
Assessment History Detail/assessmenthistory/detailbathsTotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Assessment History Detail/assessmenthistory/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Assessment History Detail/assessmenthistory/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Assessment History Detail/assessmenthistory/detailbsmtSizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
Assessment History Detail/assessmenthistory/detailbsmtTypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmtType
Assessment History Detail/assessmenthistory/detailFloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.Floors
Assessment History Detail/assessmenthistory/detailfplcCountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
Assessment History Detail/assessmenthistory/detailfplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Assessment History Detail/assessmenthistory/detailfplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
Assessment History Detail/assessmenthistory/detailconditionIndicates the Building Conditionproperty.building.construction.condition
Assessment History Detail/assessmenthistory/detailconstructionTypeConstruction Typeproperty.building.construction.constructionType
Assessment History Detail/assessmenthistory/detailfoundationTypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationType
Assessment History Detail/assessmenthistory/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Assessment History Detail/assessmenthistory/detailroofCoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofCover
Assessment History Detail/assessmenthistory/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Assessment History Detail/assessmenthistory/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Assessment History Detail/assessmenthistory/detailgarageTypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garageType
Assessment History Detail/assessmenthistory/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Assessment History Detail/assessmenthistory/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Assessment History Detail/assessmenthistory/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Assessment History Detail/assessmenthistory/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.summary.archStyle
Assessment History Detail/assessmenthistory/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Assessment History Detail/assessmenthistory/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Assessment History Detail/assessmenthistory/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
Assessment History Detail/assessmenthistory/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Assessment History Detail/assessmenthistory/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Assessment History Detail/assessmenthistory/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
Assessment History Detail/assessmenthistory/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Assessment History Detail/assessmenthistory/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Assessment History Detail/assessmenthistory/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Assessment History Detail/assessmenthistory/detailyearBuiltEffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearBuiltEffective
Assessment History Detail/assessmenthistory/detailassdImprValueAssessed Value of the improvement(s)property.assessmenthistory.assessed.assdImprValue
Assessment History Detail/assessmenthistory/detailassdLandValueAssessed Value of the landproperty.assessmenthistory.assessed.assdLandValue
Assessment History Detail/assessmenthistory/detailassdTtlValueTotal Assessed Valueproperty.assessmenthistory.assessed.assdTtlValue
Assessment History Detail/assessmenthistory/detailcalcImprIndDerived Assessed Value of the improvement(s) Indicatorproperty.assessmenthistory.calculations.calcImprInd
Assessment History Detail/assessmenthistory/detailcalcImprValueDerived Assessed Value of the improvement(s) used to calculate property taxproperty.assessmenthistory.calculations.calcImprValue
Assessment History Detail/assessmenthistory/detailcalcLandIndDerived Assessed Value of the land Indicatorproperty.assessmenthistory.calculations.calcLandInd
Assessment History Detail/assessmenthistory/detailcalcLandValueDerived Assessed Value of the land used to calculate property taxproperty.assessmenthistory.calculations.calcLandValue
Assessment History Detail/assessmenthistory/detailcalcTtlIndDerived Total Assessed Value Indicatorproperty.assessmenthistory.calculations.calcTtlInd
Assessment History Detail/assessmenthistory/detailcalcTtlValueDerived Total Value used to calculate property taxproperty.assessmenthistory.calculations.calcTtlValue
Assessment History Detail/assessmenthistory/detailmktImprValueMarket Value of the improvement(s)property.assessmenthistory.market.mktImprValue
Assessment History Detail/assessmenthistory/detailmktLandValueMarket Value of the landproperty.assessmenthistory.market.mktLandValue
Assessment History Detail/assessmenthistory/detailmktTtlValueTotal Market Valueproperty.assessmenthistory.market.mktTtlValue
Assessment History Detail/assessmenthistory/detailassessorYearThe year of the assessment provided by the jurisdictional Assessor's Office. Assessments are not necessarily run every year, and sometimes assessments are for the year prior and sometimes assessments are for the year following.property.assessmenthistory.tax.assessorYear
Assessment History Detail/assessmenthistory/detailtaxAmtTax Amount billed for the respective Tax Yearproperty.assessmenthistory.tax.taxAmt
Assessment History Detail/assessmenthistory/detailtaxYearThe respective year of the property taxes being providedproperty.assessmenthistory.tax.taxYear
Assessment History Detail/assessmenthistory/detailtaxYearAssessedThe respective year of the property taxes being providedproperty.assessmenthistory.tax.taxYearAssessed
Assessment History Detail/assessmenthistory/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Assessment History Detail/assessmenthistory/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Assessment History Detail/assessmenthistory/detaillastModifiedThe date the record was last modifiedproperty.assessmenthistory.lastModified
AVM Snapshot/avm/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
AVM Snapshot/avm/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
AVM Snapshot/avm/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
AVM Snapshot/avm/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
AVM Snapshot/avm/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
AVM Snapshot/avm/snapshotlotSize1Indicates the lot size, in acresproperty.lot.lotSize1
AVM Snapshot/avm/snapshotbldgNameBuilding Nameproperty.address.bldgName
AVM Snapshot/avm/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
AVM Snapshot/avm/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
AVM Snapshot/avm/snapshotline1First line of the property addressproperty.address.line1
AVM Snapshot/avm/snapshotline2Second line of the property addressproperty.address.line2
AVM Snapshot/avm/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
AVM Snapshot/avm/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
AVM Snapshot/avm/snapshotoneLineFull property address on a single lineproperty.address.oneLine
AVM Snapshot/avm/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
AVM Snapshot/avm/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
AVM Snapshot/avm/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
AVM Snapshot/avm/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
AVM Snapshot/avm/snapshotelevationThe elevation of the property if availableproperty.location.elevation
AVM Snapshot/avm/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
AVM Snapshot/avm/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
AVM Snapshot/avm/snapshotdistanceDistanceproperty.location.distance
AVM Snapshot/avm/snapshotgeoidGeoIDproperty.location.geoid
AVM Snapshot/avm/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
AVM Snapshot/avm/snapshotpropclassA general classification of the type of property such as "Residential"property.summary.propClass
AVM Snapshot/avm/snapshotpropsubTypeA sub-classification of the propertyproperty.summary.propSubType
AVM Snapshot/avm/snapshotproptypeA specific property classification such as "Detached Single Family"property.summary.propType
AVM Snapshot/avm/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
AVM Snapshot/avm/snapshotyearbuiltYear built of the primary structureproperty.summary.yearBuilt
AVM Snapshot/avm/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
AVM Snapshot/avm/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
AVM Snapshot/avm/snapshotuniversalsizeDerived living or building square footageproperty.building.size.universalsize
AVM Snapshot/avm/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
AVM Snapshot/avm/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
AVM Snapshot/avm/snapshoteventDateThe date when the value was determinedproperty.avm.eventDate
AVM Snapshot/avm/snapshoteventIDAVM IDproperty.avm.eventID
AVM Snapshot/avm/snapshotvalueRangeThe difference between the low and high estimated (AVM) valuesproperty.avm.amount.valueRange
AVM Snapshot/avm/snapshotscrThis represents the confidence in the calculationproperty.avm.amount.scr
AVM Snapshot/avm/snapshothighMax range AVM valueproperty.avm.amount.high
AVM Snapshot/avm/snapshotlowMin range AVM valueproperty.avm.amount.low
AVM Snapshot/avm/snapshotvalueThe modeled AVM valueproperty.avm.amount.value
AVM Snapshot/avm/snapshotperSizeUnitEstimated value (AVM) per square foot of propertyproperty.avm.calculations.perSizeUnit
AVM Snapshot/avm/snapshotratioTaxAmtRatio of taxes to estimated value for the propertyproperty.avm.calculations.ratioTaxAmt
AVM Snapshot/avm/snapshotratioTaxValueThis is the ratio of the annual taxes to the market valueproperty.avm.calculations.ratioTaxValue
AVM Snapshot/avm/snapshotmonthlyChgPctThe month over month percent change in this property's estimated valueproperty.avm.calculations.monthlyChgPct
AVM Snapshot/avm/snapshotmonthlyChgValueChange in estimated value (AVM) from the previous monthproperty.avm.calculations.monthlyChgValue
AVM Snapshot/avm/snapshotrangePctOfValuePercent of Value Range the Target Value Representsproperty.avm.calculations.rangePctOfValue
AVM Snapshot/avm/snapshotlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
AVM Snapshot/avm/snapshotpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Attom AVM Detail/attomavm/detaileventDateThe date when the value was determinedproperty.avm.eventDate
Attom AVM Detail/attomavm/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Attom AVM Detail/attomavm/detailabsenteeownerstatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeownerstatus
Attom AVM Detail/attomavm/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Attom AVM Detail/attomavm/detailamount Loan Amount for the mortgage/deed of trustproperty.sale.mortgage.FirstConcurrent.amount
Attom AVM Detail/attomavm/detailamount Loan Amount for the mortgage/deed of trustproperty.sale.mortgage.SecondConcurrent.amount
Attom AVM Detail/attomavm/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Attom AVM Detail/attomavm/detailassdttlvalueTotal Assessed Valueproperty.assessment.assessed.assdttlvalue
Attom AVM Detail/attomavm/detailattomID ATTOM Data's Unique parcel identifier.property.identifier.attomID
Attom AVM Detail/attomavm/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Attom AVM Detail/attomavm/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Attom AVM Detail/attomavm/detailbldgNameBuilding Nameproperty.address.bldgName
Attom AVM Detail/attomavm/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Attom AVM Detail/attomavm/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Attom AVM Detail/attomavm/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Attom AVM Detail/attomavm/detailbuyerName Name of Buyer(s) on the recorded documentproperty.sale.buyerName
Attom AVM Detail/attomavm/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Attom AVM Detail/attomavm/detailcorporateindicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Attom AVM Detail/attomavm/detailcountryThe ISO-3166-2 country codeproperty.address.country
Attom AVM Detail/attomavm/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Attom AVM Detail/attomavm/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Attom AVM Detail/attomavm/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Attom AVM Detail/attomavm/detaildistanceDistanceproperty.location.distance
Attom AVM Detail/attomavm/detailelevationThe elevation of the property if availableproperty.location.elevation
Attom AVM Detail/attomavm/detailenergytypeIndicates the available electrical sourceproperty.utilities.energytype
Attom AVM Detail/attomavm/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Attom AVM Detail/attomavm/detailfirstnameandmiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstnameandmi
Attom AVM Detail/attomavm/detailfirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.owner.owner2.firstnameandmi
Attom AVM Detail/attomavm/detailfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Attom AVM Detail/attomavm/detailfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Attom AVM Detail/attomavm/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Attom AVM Detail/attomavm/detailfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcind
Attom AVM Detail/attomavm/detailfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Attom AVM Detail/attomavm/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Attom AVM Detail/attomavm/detailfsdAmount FSDproperty.avm.amount.fsd
Attom AVM Detail/attomavm/detailgeoidGeoIDproperty.location.geoid
Attom AVM Detail/attomavm/detailgeoIdV4GeoIDV4property.location.geoIdV4
Attom AVM Detail/attomavm/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Attom AVM Detail/attomavm/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Attom AVM Detail/attomavm/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Attom AVM Detail/attomavm/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Attom AVM Detail/attomavm/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Attom AVM Detail/attomavm/detailhighMax range AVM valueproperty.avm.amount.high
Attom AVM Detail/attomavm/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Attom AVM Detail/attomavm/detaillastnameLast Name of First Ownerproperty.owner.owner1.lastname
Attom AVM Detail/attomavm/detaillastnameLast Name of Second Ownerproperty.owner.owner2.lastname
Attom AVM Detail/attomavm/detaillastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Attom AVM Detail/attomavm/detaillastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Attom AVM Detail/attomavm/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Attom AVM Detail/attomavm/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Attom AVM Detail/attomavm/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Attom AVM Detail/attomavm/detailline1First line of the property addressproperty.address.line1
Attom AVM Detail/attomavm/detailline2Second line of the property addressproperty.address.line2
Attom AVM Detail/attomavm/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Attom AVM Detail/attomavm/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Attom AVM Detail/attomavm/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Attom AVM Detail/attomavm/detaillotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Attom AVM Detail/attomavm/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Attom AVM Detail/attomavm/detaillowMin range AVM valueproperty.avm.amount.low
Attom AVM Detail/attomavm/detailmailingaddressonelineOne line mailing addressproperty.owner.mailingaddressoneline
Attom AVM Detail/attomavm/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Attom AVM Detail/attomavm/detailmktttlvalueTotal Market Valueproperty.assessment.market.mktttlvalue
Attom AVM Detail/attomavm/detailmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Attom AVM Detail/attomavm/detailmultiAPNflagFlag used to indicate a multiple parcel transactionproperty.sale.multiAPNflag
Attom AVM Detail/attomavm/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Attom AVM Detail/attomavm/detailoneLineFull property address on a single lineproperty.address.oneLine
Attom AVM Detail/attomavm/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Attom AVM Detail/attomavm/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Attom AVM Detail/attomavm/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Attom AVM Detail/attomavm/detailpriceperbedThe sale amount per bedroom for the propertyproperty.sale.calculation.priceperbed
Attom AVM Detail/attomavm/detailpricepersizeunitThe sale price per square foot of the propertyproperty.sale.calculation.pricepersizeunit
Attom AVM Detail/attomavm/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Attom AVM Detail/attomavm/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Attom AVM Detail/attomavm/detailpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Attom AVM Detail/attomavm/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Attom AVM Detail/attomavm/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Attom AVM Detail/attomavm/detailpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Attom AVM Detail/attomavm/detailproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Attom AVM Detail/attomavm/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Attom AVM Detail/attomavm/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Attom AVM Detail/attomavm/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Attom AVM Detail/attomavm/detailsaleamtSale Priceproperty.sale.amount.saleamt
Attom AVM Detail/attomavm/detailsalecodeCode indicating whether the sale amount is actual or estimatedproperty.sale.amount.salecode
Attom AVM Detail/attomavm/detailsaledisclosuretypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saledisclosuretype
Attom AVM Detail/attomavm/detailsaledocnumThe Recorded Instrument's Document Numberproperty.sale.amount.saledocnum
Attom AVM Detail/attomavm/detailsaledoctypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saledoctype
Attom AVM Detail/attomavm/detailsalerecdateThe recorded date on the recorded documentproperty.sale.amount.salerecdate
Attom AVM Detail/attomavm/detailsalesearchdateThe standardized date for search purposesproperty.sale.salesearchdate
Attom AVM Detail/attomavm/detailsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
Attom AVM Detail/attomavm/detailsaletranstypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saletranstype
Attom AVM Detail/attomavm/detailscrThis represents the confidence in the calculationproperty.avm.amount.scr
Attom AVM Detail/attomavm/detailsellercarrybackIndicator that the note is carried by the sellerproperty.sale.sellercarryback
Attom AVM Detail/attomavm/detailsellerName Name of seller(s) on the recorded documentproperty.sale.sellerName
Attom AVM Detail/attomavm/detailsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Attom AVM Detail/attomavm/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Attom AVM Detail/attomavm/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Attom AVM Detail/attomavm/detailtrustDeedDocumentNumber Loan Document Numberproperty.sale.mortgage.FirstConcurrent.trustDeedDocumentNumber
Attom AVM Detail/attomavm/detailtrustDeedDocumentNumber Loan Document Numberproperty.sale.mortgage.SecondConcurrent.trustDeedDocumentNumber
Attom AVM Detail/attomavm/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Attom AVM Detail/attomavm/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Attom AVM Detail/attomavm/detailvalueThe modeled AVM valueproperty.avm.amount.value
Attom AVM Detail/attomavm/detailyearbuiltYear built of the primary structureproperty.summary.yearbuilt
AVM History Detail/avmhistory/detailIdATTOM's legacy property identifier property.identifier.Id
AVM History Detail/avmhistory/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
AVM History Detail/avmhistory/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
AVM History Detail/avmhistory/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
AVM History Detail/avmhistory/detail/td>depthIndicates the lot depth, in feetproperty.lot.depth
AVM History Detail/avmhistory/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
AVM History Detail/avmhistory/detaillotSize1Indicates the lot size, in acresproperty.lot.lotSize1
AVM History Detail/avmhistory/detaillotSize2Indicates the lot size, in square feetproperty.lot.lotSize2
AVM History Detail/avmhistory/detailcountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
AVM History Detail/avmhistory/detailbldgNameBuilding Nameproperty.address.bldgName
AVM History Detail/avmhistory/detailcountryThe ISO-3166-2 country codeproperty.address.country
AVM History Detail/avmhistory/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
AVM History Detail/avmhistory/detailline1First line of the property addressproperty.address.line1
AVM History Detail/avmhistory/detailline2Second line of the property addressproperty.address.line2
AVM History Detail/avmhistory/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
AVM History Detail/avmhistory/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
AVM History Detail/avmhistory/detailoneLineFull property address on a single lineproperty.address.oneLine
AVM History Detail/avmhistory/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
AVM History Detail/avmhistory/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
AVM History Detail/avmhistory/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
AVM History Detail/avmhistory/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
AVM History Detail/avmhistory/detailelevationThe elevation of the property if availableproperty.location.elevation
AVM History Detail/avmhistory/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
AVM History Detail/avmhistory/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
AVM History Detail/avmhistory/detaildistanceDistanceproperty.location.distance
AVM History Detail/avmhistory/detailgeoIdGeoIDproperty.location.geoId
AVM History Detail/avmhistory/detailgeoIdV4GeoIDV4property.location.geoIdV4
AVM History Detail/avmhistory/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
AVM History Detail/avmhistory/detailpropClassA general classification of the type of property such as "Residential"property.summary.propClass
AVM History Detail/avmhistory/detailpropSubTypeA sub-classification of the propertyproperty.summary.propSubType
AVM History Detail/avmhistory/detailpropTypeA specific property classification such as "Detached Single Family"property.summary.propType
AVM History Detail/avmhistory/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
AVM History Detail/avmhistory/detailyearBuiltYear built of the primary structureproperty.summary.yearBuilt
AVM History Detail/avmhistory/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
AVM History Detail/avmhistory/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
AVM History Detail/avmhistory/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
AVM History Detail/avmhistory/detailcoolingTypeIndicates the method or system used to provide coolingproperty.utilities.coolingType
AVM History Detail/avmhistory/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
AVM History Detail/avmhistory/detailheatingFuelIndicates the primary heating fuel usedproperty.utilities.heatingFuel
AVM History Detail/avmhistory/detailheatingTypeIndicates the method or system used to provide heatproperty.utilities.heatingType
AVM History Detail/avmhistory/detailsewerTypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewerType
AVM History Detail/avmhistory/detailwallType Indicates the primary exterial wall covering materialproperty.utilities.wallType
AVM History Detail/avmhistory/detailbldgSizeTotal square feet of all structures on the propertyproperty.building.size.bldgSize
AVM History Detail/avmhistory/detailgrossSizeGross square feet of all structures on the propertyproperty.building.size.grossSize
AVM History Detail/avmhistory/detailgrossSizeAdjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grossSizeAdjusted
AVM History Detail/avmhistory/detailgroundFloorSizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundFloorSize
AVM History Detail/avmhistory/detaillivingSizeLiving square feet of all structures on the propertyproperty.building.size.livingSize
AVM History Detail/avmhistory/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
AVM History Detail/avmhistory/detailuniversalSizeDerived living or building square footageproperty.building.size.universalSize
AVM History Detail/avmhistory/detailbathsTotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
AVM History Detail/avmhistory/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
AVM History Detail/avmhistory/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
AVM History Detail/avmhistory/detailbsmtSizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
AVM History Detail/avmhistory/detailbsmtTypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmtType
AVM History Detail/avmhistory/detailfplcCountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
AVM History Detail/avmhistory/detailfplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
AVM History Detail/avmhistory/detailfplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
AVM History Detail/avmhistory/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
AVM History Detail/avmhistory/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
AVM History Detail/avmhistory/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
AVM History Detail/avmhistory/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
AVM History Detail/avmhistory/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
AVM History Detail/avmhistory/detailbuyerName Name of Buyer(s) on the recorded documentproperty.sale.buyerName
AVM History Detail/avmhistory/detailmultiAPNflagFlag used to indicate a multiple parcel transactionproperty.sale.multiAPNflag
AVM History Detail/avmhistory/detailsellerName Name of seller(s) on the recorded documentproperty.sale.sellerName
AVM History Detail/avmhistory/detailsellerCarrybackIndicator that the note is carried by the sellerproperty.sale.sellerCarryback
AVM History Detail/avmhistory/detailsaleSearchDateThe standardized date for search purposesproperty.sale.saleSearchDate
AVM History Detail/avmhistory/detailsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
AVM History Detail/avmhistory/detailtrustDeedDocumentNumber Loan Document Numberproperty.sale.mortgage.FirstConcurrent.trustDeedDocumentNumber
AVM History Detail/avmhistory/detailamount Loan Amount for the mortgage/deed of trustproperty.sale.mortgage.FirstConcurrent.amount
AVM History Detail/avmhistory/detailtrustDeedDocumentNumber Loan Document Numberproperty.sale.mortgage.SecondConcurrent.trustDeedDocumentNumber
AVM History Detail/avmhistory/detailamount Loan Amount for the mortgage/deed of trustproperty.sale.mortgage.SecondConcurrent.amount
AVM History Detail/avmhistory/detailsaleAmtSale Priceproperty.sale.amount.saleAmt
AVM History Detail/avmhistory/detailsaleCodeCode indicating whether the sale amount is actual or estimatedproperty.sale.amount.saleCode
AVM History Detail/avmhistory/detailsaleRecDateThe recorded date on the recorded documentproperty.sale.amount.saleRecDate
AVM History Detail/avmhistory/detailsaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saleDisclosureType
AVM History Detail/avmhistory/detailsaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saleDocType
AVM History Detail/avmhistory/detailsaleDocNumThe Recorded Instrument's Document Numberproperty.sale.amount.saleDocNum
AVM History Detail/avmhistory/detailsaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saleTransType
AVM History Detail/avmhistory/detailpricePerBedThe sale amount per bedroom for the propertyproperty.sale.calculation.pricePerBed
AVM History Detail/avmhistory/detailpricePerSizeUnitThe sale price per square foot of the propertyproperty.sale.calculation.pricePerSizeUnit
AVM History Detail/avmhistory/detailassdTtlValueTotal Assessed Valueproperty.assessment.assessed.assdTtlValue
AVM History Detail/avmhistory/detailmktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
AVM History Detail/avmhistory/detailmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
AVM History Detail/avmhistory/detailcorporateIndicatorIndicates if owner is a Corporationproperty.owner.corporateIndicator
AVM History Detail/avmhistory/detaillastNameLast Name of First Ownerproperty.owner.owner1.lastName
AVM History Detail/avmhistory/detailfirstNameAndMiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstNameAndMi
AVM History Detail/avmhistory/detaillastNameLast Name of Second Ownerproperty.owner.owner2.lastName
AVM History Detail/avmhistory/detailfirstNameAndMiFirst Name and Middle Initial of Second Ownerproperty.owner.owner2.firstNameAndMi
AVM History Detail/avmhistory/detaillastNameLast Name of Third Ownerproperty.owner.owner3.lastName
AVM History Detail/avmhistory/detailfirstNameAndMiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstNameAndMi
AVM History Detail/avmhistory/detaillastNameLast Name of Fourth Ownerproperty.owner.owner4.lastName
AVM History Detail/avmhistory/detailfirstNameAndMiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstNameAndMi
AVM History Detail/avmhistory/detailabsenteeOwnerStatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeOwnerStatus
AVM History Detail/avmhistory/detailmailingAddressOneLineOne line mailing addressproperty.owner.mailingAddressOneLine
AVM History Detail/avmhistory/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
AVM History Detail/avmhistory/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
AVM History Detail/avmhistory/detaileventDateThe date when the value was determinedproperty.avmhistory.eventDate
AVM History Detail/avmhistory/detailvalueThe modeled AVM valueproperty.avmhistory.amount.value
AVM History Detail/avmhistory/detailscrThis represents the confidence in the calculationproperty.avmhistory.amount.scr
AVM History Detail/avmhistory/detailhighMax range AVM valueproperty.avmhistory.amount.high
AVM History Detail/avmhistory/detaillowMin range AVM valueproperty.avmhistory.amount.low
AVM History Detail/avmhistory/detailfsdAmount FSDproperty.avmhistory.amount.fsd
Rental AVM/valuation/rentalavmabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Rental AVM/valuation/rentalavmabsenteeownerstatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeownerstatus
Rental AVM/valuation/rentalavmaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Rental AVM/valuation/rentalavmapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Rental AVM/valuation/rentalavmassdttlvalueTotal Assessed Valueproperty.assessment.assessed.assdttlvalue
Rental AVM/valuation/rentalavmattomID ATTOM Data's Unique parcel identifier.property.identifier.attomID
Rental AVM/valuation/rentalavmbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Rental AVM/valuation/rentalavmbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Rental AVM/valuation/rentalavmbldgNameBuilding Nameproperty.address.bldgName
Rental AVM/valuation/rentalavmbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Rental AVM/valuation/rentalavmbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Rental AVM/valuation/rentalavmbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Rental AVM/valuation/rentalavmcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Rental AVM/valuation/rentalavmcorporateindicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Rental AVM/valuation/rentalavmcountryThe ISO-3166-2 country codeproperty.address.country
Rental AVM/valuation/rentalavmcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Rental AVM/valuation/rentalavmcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Rental AVM/valuation/rentalavmdepthIndicates the lot depth, in feetproperty.lot.depth
Rental AVM/valuation/rentalavmdistanceDistanceproperty.location.distance
Rental AVM/valuation/rentalavmelevationThe elevation of the property if availableproperty.location.elevation
Rental AVM/valuation/rentalavmenergytypeIndicates the available electrical sourceproperty.utilities.energytype
Rental AVM/valuation/rentalavmfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Rental AVM/valuation/rentalavmfirstnameandmiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstnameandmi
Rental AVM/valuation/rentalavmfirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.owner.owner2.firstnameandmi
Rental AVM/valuation/rentalavmfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Rental AVM/valuation/rentalavmfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Rental AVM/valuation/rentalavmfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Rental AVM/valuation/rentalavmfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcind
Rental AVM/valuation/rentalavmfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Rental AVM/valuation/rentalavmfrontageIndicates the lot width, in feetproperty.lot.frontage
Rental AVM/valuation/rentalavmgeoidGeoIDproperty.location.geoid
Rental AVM/valuation/rentalavmgeoIdV4GeoIDV4property.location.geoIdV4
Rental AVM/valuation/rentalavmgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Rental AVM/valuation/rentalavmgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Rental AVM/valuation/rentalavmgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Rental AVM/valuation/rentalavmheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Rental AVM/valuation/rentalavmheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Rental AVM/valuation/rentalavmlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Rental AVM/valuation/rentalavmlastnameLast Name of First Ownerproperty.owner.owner1.lastname
Rental AVM/valuation/rentalavmlastnameLast Name of Second Ownerproperty.owner.owner2.lastname
Rental AVM/valuation/rentalavmlastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Rental AVM/valuation/rentalavmlastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Rental AVM/valuation/rentalavmlatitudeThe latitude of the property in degreesproperty.location.latitude
Rental AVM/valuation/rentalavmlegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Rental AVM/valuation/rentalavmlevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Rental AVM/valuation/rentalavmline1First line of the property addressproperty.address.line1
Rental AVM/valuation/rentalavmline2Second line of the property addressproperty.address.line2
Rental AVM/valuation/rentalavmlivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Rental AVM/valuation/rentalavmlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Rental AVM/valuation/rentalavmlongitudeThe longitude of the property in degreesproperty.location.longitude
Rental AVM/valuation/rentalavmlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Rental AVM/valuation/rentalavmlotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Rental AVM/valuation/rentalavmmailingaddressonelineOne line mailing addressproperty.owner.mailingaddressoneline
Rental AVM/valuation/rentalavmmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Rental AVM/valuation/rentalavmmktttlvalueTotal Market Valueproperty.assessment.market.mktttlvalue
Rental AVM/valuation/rentalavmmktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Rental AVM/valuation/rentalavmIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Rental AVM/valuation/rentalavmoneLineFull property address on a single lineproperty.address.oneLine
Rental AVM/valuation/rentalavmpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Rental AVM/valuation/rentalavmpostal2For the U.S. this is the ZIP+4property.address.postal2
Rental AVM/valuation/rentalavmpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Rental AVM/valuation/rentalavmprkgSizeGarage square footageproperty.building.parking.prkgSize
Rental AVM/valuation/rentalavmprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Rental AVM/valuation/rentalavmpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Rental AVM/valuation/rentalavmpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Rental AVM/valuation/rentalavmpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Rental AVM/valuation/rentalavmpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Rental AVM/valuation/rentalavmproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Rental AVM/valuation/rentalavmpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Rental AVM/valuation/rentalavmpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Rental AVM/valuation/rentalavmroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Rental AVM/valuation/rentalavmsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Rental AVM/valuation/rentalavmsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Rental AVM/valuation/rentalavmstoryDescIndicates stories typeproperty.building.summary.storyDesc
Rental AVM/valuation/rentalavmunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Rental AVM/valuation/rentalavmuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Rental AVM/valuation/rentalavmyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Rental AVM/valuation/rentalavmestimatedRentalValueThe total estimated rental valueproperty.rentalAvm.estimatedRentalValue
Rental AVM/valuation/rentalavmestimatedMinRentalValueMinimum estimated rental valueproperty.rentalAvm.estimatedMinRentalValue
Rental AVM/valuation/rentalavmestimatedMaxRentalValuemaximum estimated rental valueproperty.rentalAvm.estimatedMaxRentalValue
Rental AVM/valuation/rentalavmvaluationDateThe date when the value was determinedproperty.rentalAvm.valuationDate
Transactions V4 Sales Trend/transaction/salestrendgeoIdV4Geo code for the geography searchedsalesTrends.location.geoIdV4
Transactions V4 Sales Trend/transaction/salestrendgeographyNameName for the geography searchedsalesTrends.location.geographyName
Transactions V4 Sales Trend/transaction/salestrendintervalInterval RequestedsalesTrends.dateRange.interval
Transactions V4 Sales Trend/transaction/salestrendstartStart of interval RequestedsalesTrends.dateRange.start
Transactions V4 Sales Trend/transaction/salestrendendEnd of interval RequestedsalesTrends.dateRange.end
Transactions V4 Sales Trend/transaction/salestrendhomeSaleCountcount of properties sold in the intervalsalesTrends.salesTrend.homeSaleCount
Transactions V4 Sales Trend/transaction/salestrendavgSalePriceAverage Sales Price for properties sold in the intervalsalesTrends.salesTrend.avgSalePrice
Transactions V4 Sales Trend/transaction/salestrendmedSalePriceMedian Sales Price for properties sold in the intervalsalesTrends.salesTrend.medSalePrice
Transactions V4 Sales Trend/transaction/salestrendtypeDescriptionType DescriptionsalesTrends.category.typeDescription
Transactions V4 Sales Trend/transaction/salestrendtypeValueType ValuesalesTrends.category.typeValue
Transactions V4 Sales Trend/transaction/salestrendpubDateDate Published for the datasalesTrends.vintage.pubDate
Property ID/property/idIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property ID/property/idfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property ID/property/idapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property ID/property/idapnOrigThis is populated if a property has previously been split or came from another property ID property.identifier.apnOrig
Property ID/property/idattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property ID/property/idlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property ID/property/idpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Address/property/addressIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Address/property/addressfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Address/property/addressapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Address/property/addressapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Address/property/addressattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Address/property/addressbldgNameBuilding Nameproperty.address.bldgName
Property Address/property/addresscountryThe ISO-3166-2 country codeproperty.address.country
Property Address/property/addresscountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Address/property/addressline1First line of the property addressproperty.address.line1
Property Address/property/addressline2Second line of the property addressproperty.address.line2
Property Address/property/addresslocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Address/property/addressmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Address/property/addressoneLineFull property address on a single lineproperty.address.oneLine
Property Address/property/addresspostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Address/property/addresspostal2For the U.S. this is the ZIP+4property.address.postal2
Property Address/property/addresspostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Address/property/addressaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Address/property/addresselevationThe elevation of the property if availableproperty.location.elevation
Property Address/property/addresslatitudeThe latitude of the property in degreesproperty.location.latitude
Property Address/property/addresslongitudeThe longitude of the property in degreesproperty.location.longitude
Property Address/property/addressdistanceDistanceproperty.location.distance
Property Address/property/addressgeoidGeoIDproperty.location.geoid
Property Address/property/addressgeoIdV4GeoIDV4property.location.geoIdV4
Property Address/property/addresslastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Address/property/addresspubDateThe publish date of the source data this record belongs to property.vintage.pubDate
Property Detail/property/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Detail/property/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Detail/property/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Detail/property/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Detail/property/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Detail/property/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Property Detail/property/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Property Detail/property/detaillotnumLot numberproperty.lot.lotnum
Property Detail/property/detaillotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Detail/property/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Property Detail/property/detaillotTypeLot typeproperty.lot.lotType
Property Detail/property/detailpoolIndIndicates if a pool exists on the propertyproperty.lot.poolInd
Property Detail/property/detailpooltypeIndicates the type of poolproperty.lot.pooltype
Property Detail/property/detailblockNumBlock numberproperty.area.blockNum
Property Detail/property/detailloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
Property Detail/property/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Property Detail/property/detailcountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Property Detail/property/detailmuncodeMunicipality / Township Codeproperty.area.muncode
Property Detail/property/detailmunnameMunicipality / Township Nameproperty.area.munname
Property Detail/property/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Detail/property/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Detail/property/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Detail/property/detailsubdnameSubdivision nameproperty.area.subdname
Property Detail/property/detailsubdtractnumSubdivision tract numberproperty.area.subdtractnum
Property Detail/property/detailtaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Property Detail/property/detailbldgNameBuilding Nameproperty.address.bldgName
Property Detail/property/detailcountryThe ISO-3166-2 country codeproperty.address.country
Property Detail/property/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Detail/property/detailline1First line of the property addressproperty.address.line1
Property Detail/property/detailline2Second line of the property addressproperty.address.line2
Property Detail/property/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Detail/property/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Detail/property/detailoneLineFull property address on a single lineproperty.address.oneLine
Property Detail/property/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Detail/property/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Property Detail/property/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Detail/property/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Detail/property/detailelevationThe elevation of the property if availableproperty.location.elevation
Property Detail/property/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Property Detail/property/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Property Detail/property/detaildistanceDistanceproperty.location.distance
Property Detail/property/detailgeoidGeoIDproperty.location.geoid
Property Detail/property/detailgeoIdV4GeoIDV4property.location.geoIdV4
Property Detail/property/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Detail/property/detailpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Detail/property/detailpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Detail/property/detailproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Detail/property/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Detail/property/detailyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Detail/property/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Detail/property/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Detail/property/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Detail/property/detaillegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Property Detail/property/detaillegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Property Detail/property/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Detail/property/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Detail/property/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Detail/property/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Detail/property/detailsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Property Detail/property/detailwatertypeWater Typeproperty.utilities.watertype
Property Detail/property/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Property Detail/property/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Property Detail/property/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Property Detail/property/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Property Detail/property/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Property Detail/property/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Detail/property/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Detail/property/detailbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Property Detail/property/detailbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Property Detail/property/detailbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Property Detail/property/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Detail/property/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Detail/property/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Detail/property/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Property Detail/property/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Detail/property/detailfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Detail/property/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Property Detail/property/detailfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Detail/property/detailfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Property Detail/property/detailconditionIndicates the Building Conditionproperty.building.construction.condition
Property Detail/property/detailconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Property Detail/property/detailfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Property Detail/property/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Detail/property/detailroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Property Detail/property/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Detail/property/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Detail/property/detailgaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Property Detail/property/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Detail/property/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Detail/property/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Detail/property/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.parking.archStyle
Property Detail/property/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Property Detail/property/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Property Detail/property/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
Property Detail/property/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Detail/property/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Property Detail/property/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
Property Detail/property/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Detail/property/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Detail/property/detailyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Property Detail/property/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Detail/property/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Detail/property/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Detail With Schools/property/detailwithschoolsIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Detail With Schools/property/detailwithschoolsfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Detail With Schools/property/detailwithschoolsapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Detail With Schools/property/detailwithschoolsapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Detail With Schools/property/detailwithschoolsattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Detail With Schools/property/detailwithschoolsdepthIndicates the lot depth, in feetproperty.lot.depth
Property Detail With Schools/property/detailwithschoolsfrontageIndicates the lot width, in feetproperty.lot.frontage
Property Detail With Schools/property/detailwithschoolslotnumLot numberproperty.lot.lotnum
Property Detail With Schools/property/detailwithschoolslotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Detail With Schools/property/detailwithschoolslotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Property Detail With Schools/property/detailwithschoolslotTypeLot typeproperty.lot.lotType
Property Detail With Schools/property/detailwithschoolspoolIndIndicates if a pool exists on the propertyproperty.lot.poolInd
Property Detail With Schools/property/detailwithschoolspooltypeIndicates the type of poolproperty.lot.pooltype
Property Detail With Schools/property/detailwithschoolsblockNumBlock numberproperty.area.blockNum
Property Detail With Schools/property/detailwithschoolslotTypeLot typeproperty.lot.lotType
Property Detail With Schools/property/detailwithschoolscountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Property Detail With Schools/property/detailwithschoolscountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Property Detail With Schools/property/detailwithschoolsmuncodeMunicipality / Township Codeproperty.area.muncode
Property Detail With Schools/property/detailwithschoolsmunnameMunicipality / Township Nameproperty.area.munname
Property Detail With Schools/property/detailwithschoolssrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Detail With Schools/property/detailwithschoolssrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Detail With Schools/property/detailwithschoolssrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Detail With Schools/property/detailwithschoolssubdnameSubdivision nameproperty.area.subdname
Property Detail With Schools/property/detailwithschoolssubdtractnumSubdivision tract numberproperty.area.subdtractnum
Property Detail With Schools/property/detailwithschoolstaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Property Detail With Schools/property/detailwithschoolsbldgNameBuilding Nameproperty.address.bldgName
Property Detail With Schools/property/detailwithschoolscountryThe ISO-3166-2 country codeproperty.address.country
Property Detail With Schools/property/detailwithschoolscountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Detail With Schools/property/detailwithschoolsline1First line of the property addressproperty.address.line1
Property Detail With Schools/property/detailwithschoolsline2Second line of the property addressproperty.address.line2
Property Detail With Schools/property/detailwithschoolslocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Detail With Schools/property/detailwithschoolsmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Detail With Schools/property/detailwithschoolsoneLineFull property address on a single lineproperty.address.oneLine
Property Detail With Schools/property/detailwithschoolspostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Detail With Schools/property/detailwithschoolspostal2For the U.S. this is the ZIP+4property.address.postal2
Property Detail With Schools/property/detailwithschoolspostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Detail With Schools/property/detailwithschoolsaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Detail With Schools/property/detailwithschoolselevationThe elevation of the property if availableproperty.location.elevation
Property Detail With Schools/property/detailwithschoolslatitudeThe latitude of the property in degreesproperty.location.latitude
Property Detail With Schools/property/detailwithschoolslongitudeThe longitude of the property in degreesproperty.location.longitude
Property Detail With Schools/property/detailwithschoolsdistanceDistanceproperty.location.distance
Property Detail With Schools/property/detailwithschoolsgeoidGeoIDproperty.location.geoid
Property Detail With Schools/property/detailwithschoolsgeoIdV4GeoIDV4property.location.geoIdV4
Property Detail With Schools/property/detailwithschoolsabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Detail With Schools/property/detailwithschoolspropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Detail With Schools/property/detailwithschoolspropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Detail With Schools/property/detailwithschoolsproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Detail With Schools/property/detailwithschoolsyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Detail With Schools/property/detailwithschoolspropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Detail With Schools/property/detailwithschoolspropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Detail With Schools/property/detailwithschoolslegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Detail With Schools/property/detailwithschoolslegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Property Detail With Schools/property/detailwithschoolslegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Property Detail With Schools/property/detailwithschoolscoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Detail With Schools/property/detailwithschoolsenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Detail With Schools/property/detailwithschoolsheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Detail With Schools/property/detailwithschoolsheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Detail With Schools/property/detailwithschoolssewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Property Detail With Schools/property/detailwithschoolswatertypeWater Typeproperty.utilities.watertype
Property Detail With Schools/property/detailwithschoolsbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Property Detail With Schools/property/detailwithschoolsgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Property Detail With Schools/property/detailwithschoolsgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Property Detail With Schools/property/detailwithschoolsgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Property Detail With Schools/property/detailwithschoolslivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Property Detail With Schools/property/detailwithschoolssizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Detail With Schools/property/detailwithschoolsuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Detail With Schools/property/detailwithschoolsbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Property Detail With Schools/property/detailwithschoolsbaths1qtrNumber of Quarter Baths - typically sink onlyproperty.building.rooms.baths1qtr
Property Detail With Schools/property/detailwithschoolsbaths3qtrNumber of Three-Quarter Baths - typically sink, toilet, and shower (Very similar to full bath)property.building.rooms.baths3qtr
Property Detail With Schools/property/detailwithschoolsbathscalcThe sum of the values of the bathroomsproperty.building.rooms.bathscalc
Property Detail With Schools/property/detailwithschoolsbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Property Detail With Schools/property/detailwithschoolsbathshalfNumber of Half Baths - typically sink and toiletproperty.building.rooms.bathshalf
Property Detail With Schools/property/detailwithschoolsbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Property Detail With Schools/property/detailwithschoolsbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Detail With Schools/property/detailwithschoolsbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Detail With Schools/property/detailwithschoolsroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Detail With Schools/property/detailwithschoolsbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Property Detail With Schools/property/detailwithschoolsbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Detail With Schools/property/detailwithschoolsfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Detail With Schools/property/detailwithschoolsfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Property Detail With Schools/property/detailwithschoolsfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Detail With Schools/property/detailwithschoolsfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Property Detail With Schools/property/detailwithschoolsconditionIndicates the Building Conditionproperty.building.construction.condition
Property Detail With Schools/property/detailwithschoolsconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Property Detail With Schools/property/detailwithschoolsfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Property Detail With Schools/property/detailwithschoolsframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Detail With Schools/property/detailwithschoolsroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Property Detail With Schools/property/detailwithschoolsroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Detail With Schools/property/detailwithschoolswallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Detail With Schools/property/detailwithschoolsgaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Property Detail With Schools/property/detailwithschoolsprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Detail With Schools/property/detailwithschoolsprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Detail With Schools/property/detailwithschoolsprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Detail With Schools/property/detailwithschoolsarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.parking.archStyle
Property Detail With Schools/property/detailwithschoolsbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Property Detail With Schools/property/detailwithschoolsbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Property Detail With Schools/property/detailwithschoolsimprTypeIndicates the Building Typeproperty.building.summary.imprType
Property Detail With Schools/property/detailwithschoolslevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Detail With Schools/property/detailwithschoolsmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Property Detail With Schools/property/detailwithschoolsqualityIndicates the quality of the home/structureproperty.building.summary.quality
Property Detail With Schools/property/detailwithschoolsstoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Detail With Schools/property/detailwithschoolsunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Detail With Schools/property/detailwithschoolsyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Property Detail With Schools/property/detailwithschoolsObdistrictnumberDistrict numberproperty.schoolDistrict.Obdistrictnumber
Property Detail With Schools/property/detailwithschoolsdistricttypeDistrict typeproperty.schoolDistrict.districttype
Property Detail With Schools/property/detailwithschoolsdistrictnameDistrict nameproperty.schoolDistrict.districtname
Property Detail With Schools/property/detailwithschoolsdistrictlatitudeDistrict latitudeproperty.schoolDistrict.districtlatitude
Property Detail With Schools/property/detailwithschoolsdistrictlongitudeDistrict longitudeproperty.schoolDistrict.districtlongitude
Property Detail With Schools/property/detailwithschoolsOBInstIDInstitution IDproperty.school.OBInstID
Property Detail With Schools/property/detailwithschoolsInstitutionNameInstitution Nameproperty.school.InstitutionName
Property Detail With Schools/property/detailwithschoolsGSTestRatingGreat School Ratingproperty.school.GSTestRating
Property Detail With Schools/property/detailwithschoolsgradelevel1lotextLow Grade Level property.school.gradelevel1lotext
Property Detail With Schools/property/detailwithschoolsgradelevel1hitextHigh Grade Levelproperty.school.gradelevel1hitext
Property Detail With Schools/property/detailwithschoolsFiletypetextFile Type Textproperty.school.Filetypetext
Property Detail With Schools/property/detailwithschoolsgeocodinglatitudeGeocoding Latitudeproperty.school.geocodinglatitude
Property Detail With Schools/property/detailwithschoolsgeocodinglongitudeGeocoding Longtitudeproperty.school.geocodinglongitude
Property Detail With Schools/property/detailwithschoolsdistanceSchool Distanceproperty.school.distance
Property Detail With Schools/property/detailwithschoolslastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Detail With Schools/property/detailwithschoolspubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Detail Mortgage/property/detailmortgageIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Detail Mortgage/property/detailmortgagefips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Detail Mortgage/property/detailmortgageapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Detail Mortgage/property/detailmortgageapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Detail Mortgage/property/detailmortgageattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Detail Mortgage/property/detailmortgagedepthIndicates the lot depth, in feetproperty.lot.depth
Property Detail Mortgage/property/detailmortgagefrontageIndicates the lot width, in feetproperty.lot.frontage
Property Detail Mortgage/property/detailmortgagelotnumLot numberproperty.lot.lotnum
Property Detail Mortgage/property/detailmortgagelotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Detail Mortgage/property/detailmortgagelotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Property Detail Mortgage/property/detailmortgagelottypeLot typeproperty.lot.lottype
Property Detail Mortgage/property/detailmortgagepoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Property Detail Mortgage/property/detailmortgagepooltypeIndicates the type of poolproperty.lot.pooltype
Property Detail Mortgage/property/detailmortgageblockNumBlock numberproperty.area.blockNum
Property Detail Mortgage/property/detailmortgageloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
Property Detail Mortgage/property/detailmortgagecountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Property Detail Mortgage/property/detailmortgagecountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Property Detail Mortgage/property/detailmortgagemuncodeMunicipality / Township Codeproperty.area.muncode
Property Detail Mortgage/property/detailmortgagemunnameMunicipality / Township Nameproperty.area.munname
Property Detail Mortgage/property/detailmortgagesrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Detail Mortgage/property/detailmortgagesrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Detail Mortgage/property/detailmortgagesrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Detail Mortgage/property/detailmortgagesubdnameSubdivision nameproperty.area.subdname
Property Detail Mortgage/property/detailmortgagesubdtractnumSubdivision tract numberproperty.area.subdtractnum
Property Detail Mortgage/property/detailmortgagetaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Property Detail Mortgage/property/detailmortgagebldgNameBuilding Nameproperty.area.bldgName
Property Detail Mortgage/property/detailmortgagecountryThe ISO-3166-2 country codeproperty.address.country
Property Detail Mortgage/property/detailmortgagecountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Detail Mortgage/property/detailmortgageline1First line of the property addressproperty.address.line1
Property Detail Mortgage/property/detailmortgageline2Second line of the property addressproperty.address.line2
Property Detail Mortgage/property/detailmortgagelocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Detail Mortgage/property/detailmortgagematchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Detail Mortgage/property/detailmortgageoneLineFull property address on a single lineproperty.address.oneLine
Property Detail Mortgage/property/detailmortgagepostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Detail Mortgage/property/detailmortgagepostal2For the U.S. this is the ZIP+4property.address.postal2
Property Detail Mortgage/property/detailmortgagepostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Detail Mortgage/property/detailmortgageaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Detail Mortgage/property/detailmortgageelevationThe elevation of the property if availableproperty.location.elevation
Property Detail Mortgage/property/detailmortgagelatitudeThe latitude of the property in degreesproperty.location.latitude
Property Detail Mortgage/property/detailmortgagelongitudeThe longitude of the property in degreesproperty.location.longitude
Property Detail Mortgage/property/detailmortgagedistanceDistanceproperty.location.distance
Property Detail Mortgage/property/detailmortgagegeoidGeoIDproperty.location.geoid
Property Detail Mortgage/property/detailmortgagegeoIdV4GeoIDV4property.location.geoIdV4
Property Detail Mortgage/property/detailmortgageabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Detail Mortgage/property/detailmortgagepropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Detail Mortgage/property/detailmortgagepropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Detail Mortgage/property/detailmortgageproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Detail Mortgage/property/detailmortgagepropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Detail Mortgage/property/detailmortgageyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Detail Mortgage/property/detailmortgagepropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Detail Mortgage/property/detailmortgagepropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Detail Mortgage/property/detailmortgagelegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Detail Mortgage/property/detailmortgagelegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Property Detail Mortgage/property/detailmortgagelegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Property Detail Mortgage/property/detailmortgagecoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Detail Mortgage/property/detailmortgageenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Detail Mortgage/property/detailmortgageheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Detail Mortgage/property/detailmortgageheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Detail Mortgage/property/detailmortgagesewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Property Detail Mortgage/property/detailmortgagewatertypeWater Typeproperty.utilities.watertype
Property Detail Mortgage/property/detailmortgagebldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Property Detail Mortgage/property/detailmortgagegrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Property Detail Mortgage/property/detailmortgagegrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Property Detail Mortgage/property/detailmortgagegroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Property Detail Mortgage/property/detailmortgagelivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Property Detail Mortgage/property/detailmortgagesizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Detail Mortgage/property/detailmortgageuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Detail Mortgage/property/detailmortgagebathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Property Detail Mortgage/property/detailmortgagebathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Property Detail Mortgage/property/detailmortgagebathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Property Detail Mortgage/property/detailmortgagebathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Detail Mortgage/property/detailmortgagebedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Detail Mortgage/property/detailmortgageroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Detail Mortgage/property/detailmortgagebsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Property Detail Mortgage/property/detailmortgagebsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Detail Mortgage/property/detailmortgagefloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Detail Mortgage/property/detailmortgagefplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Property Detail Mortgage/property/detailmortgagefplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Detail Mortgage/property/detailmortgagefplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Property Detail Mortgage/property/detailmortgageconditionIndicates the Building Conditionproperty.building.construction.condition
Property Detail Mortgage/property/detailmortgageconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Property Detail Mortgage/property/detailmortgagefoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Property Detail Mortgage/property/detailmortgageframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Detail Mortgage/property/detailmortgageroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Property Detail Mortgage/property/detailmortgageroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Detail Mortgage/property/detailmortgagewallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Detail Mortgage/property/detailmortgagegaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Property Detail Mortgage/property/detailmortgageprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Detail Mortgage/property/detailmortgageprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Detail Mortgage/property/detailmortgageprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Detail Mortgage/property/detailmortgagearchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.parking.archStyle
Property Detail Mortgage/property/detailmortgagebldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Property Detail Mortgage/property/detailmortgagebldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Property Detail Mortgage/property/detailmortgageimprTypeIndicates the Building Typeproperty.building.summary.imprType
Property Detail Mortgage/property/detailmortgagelevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Detail Mortgage/property/detailmortgagemobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Property Detail Mortgage/property/detailmortgagequalityIndicates the quality of the home/structureproperty.building.summary.quality
Property Detail Mortgage/property/detailmortgagestoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Detail Mortgage/property/detailmortgageunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Detail Mortgage/property/detailmortgageyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Property Detail Mortgage/property/detailmortgageviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Detail Mortgage/property/detailmortgagelastnameFor private individuals, the last name of the first lenderproperty.mortgage.lender.lastname
Property Detail Mortgage/property/detailmortgagefirstnameFor private individuals, the first name of the first lender. For companies, the complete name of the first lenderproperty.mortgage.lender.firstname
Property Detail Mortgage/property/detailmortgageaddressStreet number and street name segment of the Lender's addressproperty.mortgage.lender.address
Property Detail Mortgage/property/detailmortgagecityCity segment of the Lender's addressproperty.mortgage.lender.city
Property Detail Mortgage/property/detailmortgagestateState segment of the Lender's addressproperty.mortgage.lender.state
Property Detail Mortgage/property/detailmortgagezipZIP+4 Code segment of the Lender's addressproperty.mortgage.lender.zip
Property Detail Mortgage/property/detailmortgagecompanycodeUnique Lender Code assigned to the respective lender's name belowproperty.mortgage.lender.companycode
Property Detail Mortgage/property/detailmortgagecompanynameMortgage title company nameproperty.mortgage.title.companyname
Property Detail Mortgage/property/detailmortgagecompanycodeMortgage title company codeproperty.mortgage.title.companycode
Property Detail Mortgage/property/detailmortgageamountLoan Amount for the mortgage/deed of trustproperty.mortgage.amount
Property Detail Mortgage/property/detailmortgagedateMortgage dateproperty.mortgage.date
Property Detail Mortgage/property/detailmortgageinterestrateInterest rate for the loanproperty.mortgage.interestrate
Property Detail Mortgage/property/detailmortgageloantypecodeMortgage loan type codeproperty.mortgage.loantypecode
Property Detail Mortgage/property/detailmortgagedeedtypeMortgage deed typeproperty.mortgage.deedtype
Property Detail Mortgage/property/detailmortgagetermLoan Term in Monthsproperty.mortgage.term
Property Detail Mortgage/property/detailmortgageduedateMortgage due dateproperty.mortgage.duedate
Property Detail Mortgage/property/detailmortgageinterestratetypeIndicates the type of interest rateproperty.mortgage.interestratetype
Property Detail Mortgage/property/detailmortgageequityflagIndicates that the Loan is an Equity Type Loanproperty.mortgage.equityflag
Property Detail Mortgage/property/detailmortgagerefiflagRefinance Flagproperty.mortgage.refiflag
Property Detail Mortgage/property/detailmortgagelastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Detail Mortgage/property/detailmortgagepubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Detail Owner/property/detailownerIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Detail Owner/property/detailownerfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Detail Owner/property/detailownerapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Detail Owner/property/detailownerapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Detail Owner/property/detailownerattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Detail Owner/property/detailownerdepthIndicates the lot depth, in feetproperty.lot.depth
Property Detail Owner/property/detailownerfrontageIndicates the lot width, in feetproperty.lot.frontage
Property Detail Owner/property/detailownerlotnumLot numberproperty.lot.lotnum
Property Detail Owner/property/detailownerlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Detail Owner/property/detailownerlotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Property Detail Owner/property/detailownerlottypeLot typeproperty.lot.lottype
Property Detail Owner/property/detailownerpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Property Detail Owner/property/detailownerpooltypeIndicates the type of poolproperty.lot.pooltype
Property Detail Owner/property/detailownerblockNumBlock numberproperty.area.blockNum
Property Detail Owner/property/detailownerloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
Property Detail Owner/property/detailownercountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Property Detail Owner/property/detailownercountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Property Detail Owner/property/detailownermuncodeMunicipality / Township Codeproperty.area.muncode
Property Detail Owner/property/detailownermunnameMunicipality / Township Nameproperty.area.munname
Property Detail Owner/property/detailownersrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Detail Owner/property/detailownersrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Detail Owner/property/detailownersrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Detail Owner/property/detailownersubdnameSubdivision nameproperty.area.subdname
Property Detail Owner/property/detailownersubdtractnumSubdivision tract numberproperty.area.subdtractnum
Property Detail Owner/property/detailownertaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Property Detail Owner/property/detailownerbldgNameBuilding Nameproperty.area.bldgName
Property Detail Owner/property/detailownercountryThe ISO-3166-2 country codeproperty.address.country
Property Detail Owner/property/detailownercountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Detail Owner/property/detailownerline1First line of the property addressproperty.address.line1
Property Detail Owner/property/detailownerline2Second line of the property addressproperty.address.line2
Property Detail Owner/property/detailownerlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Detail Owner/property/detailownermatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Detail Owner/property/detailowneroneLineFull property address on a single lineproperty.address.oneLine
Property Detail Owner/property/detailownerpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Detail Owner/property/detailownerpostal2For the U.S. this is the ZIP+4property.address.postal2
Property Detail Owner/property/detailownerpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Detail Owner/property/detailowneraccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Detail Owner/property/detailownerelevationThe elevation of the property if availableproperty.location.elevation
Property Detail Owner/property/detailownerlatitudeThe latitude of the property in degreesproperty.location.latitude
Property Detail Owner/property/detailownerlongitudeThe longitude of the property in degreesproperty.location.longitude
Property Detail Owner/property/detailownerdistanceDistanceproperty.location.distance
Property Detail Owner/property/detailownergeoidGeoIDproperty.location.geoid
Property Detail Owner/property/detailownergeoIdV4GeoIDV4property.location.geoIdV4
Property Detail Owner/property/detailownerabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Detail Owner/property/detailownerpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Detail Owner/property/detailownerpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Detail Owner/property/detailownerproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Detail Owner/property/detailownerpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Detail Owner/property/detailowneryearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Detail Owner/property/detailownerpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Detail Owner/property/detailownerpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Detail Owner/property/detailownerlegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Detail Owner/property/detailownerlegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Property Detail Owner/property/detailownerlegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Property Detail Owner/property/detailownercoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Detail Owner/property/detailownerenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Detail Owner/property/detailownerheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Detail Owner/property/detailownerheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Detail Owner/property/detailownersewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Property Detail Owner/property/detailownerwatertypeWater Typeproperty.utilities.watertype
Property Detail Owner/property/detailownerbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Property Detail Owner/property/detailownergrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Property Detail Owner/property/detailownergrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Property Detail Owner/property/detailownergroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Property Detail Owner/property/detailownerlivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Property Detail Owner/property/detailownersizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Detail Owner/property/detailowneruniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Detail Owner/property/detailownerbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Property Detail Owner/property/detailownerbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Property Detail Mortgage Owner/property/detailmortgageownerbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Property Detail Owner/property/detailownerbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Detail Owner/property/detailownerbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Detail Owner/property/detailownerroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Detail Owner/property/detailownerbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Property Detail Owner/property/detailownerbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Detail Owner/property/detailownerfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Detail Owner/property/detailownerfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Property Detail Owner/property/detailownerfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Detail Owner/property/detailownerfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Property Detail Owner/property/detailownerconditionIndicates the Building Conditionproperty.building.construction.condition
Property Detail Owner/property/detailownerconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Property Detail Owner/property/detailownerfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Property Detail Owner/property/detailownerframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Detail Owner/property/detailownerroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Property Detail Owner/property/detailownerroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Detail Owner/property/detailownerwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Detail Owner/property/detailownergaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Property Detail Owner/property/detailownerprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Detail Owner/property/detailownerprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Detail Owner/property/detailownerprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Detail Owner/property/detailownerarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.parking.archStyle
Property Detail Owner/property/detailownerbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Property Detail Owner/property/detailownerbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Property Detail Owner/property/detailownerimprTypeIndicates the Building Typeproperty.building.summary.imprType
Property Detail Owner/property/detailownerlevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Detail Owner/property/detailownermobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Property Detail Owner/property/detailownerqualityIndicates the quality of the home/structureproperty.building.summary.quality
Property Detail Owner/property/detailownerstoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Detail Owner/property/detailownerunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Detail Owner/property/detailowneryearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Property Detail Owner/property/detailownerviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Detail Owner/property/detailownercorporateindicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Property Detail Owner/property/detailownerlastnameLast Name of First Ownerproperty.owner.owner1.lastname
Property Detail Owner/property/detailownerfirstnameandmiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstnameandmi
Property Detail Owner/property/detailownerlastnameLast Name of Second Ownerproperty.owner.owner2.lastname
Property Detail Owner/property/detailownerfirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.owner.owner2.firstnameandmi
Property Detail Owner/property/detailownerlastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Property Detail Owner/property/detailownerfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Property Detail Owner/property/detailownerlastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Property Detail Owner/property/detailownerfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Property Detail Owner/property/detailownerowneretalindicatorIndicates if there are additional owners on title - Et Al = Latin for 'and others'property.owner.owneretalindicator
Property Detail Owner/property/detailownercareofname"Care Of" name, if anyproperty.owner.careofname
Property Detail Owner/property/detailownerownerrelationshiprightscodeDerived field describing what type of entity the party is based on examination of the name and vesting (Sample values include individual / trust / company)property.owner.ownerrelationshiprightscode
Property Detail Owner/property/detailownerownerrelationshiptypeOwner relationship type, i.e. married man, beneficiary, etc...property.owner.ownerrelationshiptype
Property Detail Owner/property/detailownerpartialinterestindicatorIndicates if a percentage of the legal ownership was transferred - If a singular percentage can be discerned, see percentage fieldproperty.owner.partialinterestindicator
Property Detail Owner/property/detailownerabsenteeownerstatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeownerstatus
Property Detail Owner/property/detailownermailingaddressonelineOne line mailing addressproperty.owner.mailingaddressoneline
Property Detail Owner/property/detailownerlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Detail Owner/property/detailownerpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Detail Mortgage Owner/property/detailmortgageownerIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Detail Mortgage Owner/property/detailmortgageownerfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Detail Mortgage Owner/property/detailmortgageownerapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Detail Mortgage Owner/property/detailmortgageownerapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Detail Mortgage Owner/property/detailmortgageownerattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Detail Mortgage Owner/property/detailmortgageownerdepthIndicates the lot depth, in feetproperty.lot.depth
Property Detail Mortgage Owner/property/detailmortgageownerfrontageIndicates the lot width, in feetproperty.lot.frontage
Property Detail Mortgage Owner/property/detailmortgageownerlotnumLot numberproperty.lot.lotnum
Property Detail Mortgage Owner/property/detailmortgageownerlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Detail Mortgage Owner/property/detailmortgageownerlotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Property Detail Mortgage Owner/property/detailmortgageownerlottypeLot typeproperty.lot.lottype
Property Detail Mortgage Owner/property/detailmortgageownerpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Property Detail Mortgage Owner/property/detailmortgageownerpooltypeIndicates the type of poolproperty.lot.pooltype
Property Detail Mortgage Owner/property/detailmortgageownerblockNumBlock numberproperty.area.blockNum
Property Detail Mortgage Owner/property/detailmortgageownerloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
Property Detail Mortgage Owner/property/detailmortgageownercountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Property Detail Mortgage Owner/property/detailmortgageownercountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Property Detail Mortgage Owner/property/detailmortgageownermuncodeMunicipality / Township Codeproperty.area.muncode
Property Detail Mortgage Owner/property/detailmortgageownermunnameMunicipality / Township Nameproperty.area.munname
Property Detail Mortgage Owner/property/detailmortgageownersrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Detail Mortgage Owner/property/detailmortgageownersrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Detail Mortgage Owner/property/detailmortgageownersrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Detail Mortgage Owner/property/detailmortgageownersubdnameSubdivision nameproperty.area.subdname
Property Detail Mortgage Owner/property/detailmortgageownersubdtractnumSubdivision tract numberproperty.area.subdtractnum
Property Detail Mortgage Owner/property/detailmortgageownertaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Property Detail Mortgage Owner/property/detailmortgageownerbldgNameBuilding Nameproperty.area.bldgName
Property Detail Mortgage Owner/property/detailmortgageownercountryThe ISO-3166-2 country codeproperty.address.country
Property Detail Mortgage Owner/property/detailmortgageownercountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Detail Mortgage Owner/property/detailmortgageownerline1First line of the property addressproperty.address.line1
Property Detail Mortgage Owner/property/detailmortgageownerline2Second line of the property addressproperty.address.line2
Property Detail Mortgage Owner/property/detailmortgageownerlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Detail Mortgage Owner/property/detailmortgageownermatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Detail Mortgage Owner/property/detailmortgageowneroneLineFull property address on a single lineproperty.address.oneLine
Property Detail Mortgage Owner/property/detailmortgageownerpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Detail Mortgage Owner/property/detailmortgageownerpostal2For the U.S. this is the ZIP+4property.address.postal2
Property Detail Mortgage Owner/property/detailmortgageownerpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Detail Mortgage Owner/property/detailmortgageowneraccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Detail Mortgage Owner/property/detailmortgageownerelevationThe elevation of the property if availableproperty.location.elevation
Property Detail Mortgage Owner/property/detailmortgageownerlatitudeThe latitude of the property in degreesproperty.location.latitude
Property Detail Mortgage Owner/property/detailmortgageownerlongitudeThe longitude of the property in degreesproperty.location.longitude
Property Detail Mortgage Owner/property/detailmortgageownerdistanceDistanceproperty.location.distance
Property Detail Mortgage Owner/property/detailmortgageownergeoidGeoIDproperty.location.geoid
Property Detail Mortgage Owner/property/detailmortgageownergeoIdV4GeoIDV4property.location.geoIdV4
Property Detail Mortgage Owner/property/detailmortgageownerabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Detail Mortgage Owner/property/detailmortgageownerpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Detail Mortgage Owner/property/detailmortgageownerpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Detail Mortgage Owner/property/detailmortgageownerproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Detail Mortgage Owner/property/detailmortgageownerpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Detail Mortgage Owner/property/detailmortgageowneryearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Detail Mortgage Owner/property/detailmortgageownerpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Detail Mortgage Owner/property/detailmortgageownerpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Detail Mortgage Owner/property/detailmortgageownerlegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Detail Mortgage Owner/property/detailmortgageownerlegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Property Detail Mortgage Owner/property/detailmortgageownerlegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Property Detail Mortgage Owner/property/detailmortgageownercoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Detail Mortgage Owner/property/detailmortgageownerenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Detail Mortgage Owner/property/detailmortgageownerheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Detail Mortgage Owner/property/detailmortgageownerheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Detail Mortgage Owner/property/detailmortgageownersewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Property Detail Mortgage Owner/property/detailmortgageownerwatertypeWater Typeproperty.utilities.watertype
Property Detail Mortgage Owner/property/detailmortgageownerbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Property Detail Mortgage Owner/property/detailmortgageownergrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Property Detail Mortgage Owner/property/detailmortgageownergrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Property Detail Mortgage Owner/property/detailmortgageownergroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Property Detail Mortgage Owner/property/detailmortgageownerlivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Property Detail Mortgage Owner/property/detailmortgageownersizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Detail Mortgage Owner/property/detailmortgageowneruniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Detail Mortgage Owner/property/detailmortgageownerbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Property Detail Mortgage Owner/property/detailmortgageownerbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Property Detail Owner/property/detailownerbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Property Detail Mortgage Owner/property/detailmortgageownerbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Detail Mortgage Owner/property/detailmortgageownerbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Detail Mortgage Owner/property/detailmortgageownerroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Detail Mortgage Owner/property/detailmortgageownerbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Detail Mortgage Owner/property/detailmortgageownerfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Detail Mortgage Owner/property/detailmortgageownerbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Property Detail Mortgage Owner/property/detailmortgageownerfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Property Detail Mortgage Owner/property/detailmortgageownerfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Detail Mortgage Owner/property/detailmortgageownerfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Property Detail Mortgage Owner/property/detailmortgageownerconditionIndicates the Building Conditionproperty.building.construction.condition
Property Detail Mortgage Owner/property/detailmortgageownerconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Property Detail Mortgage Owner/property/detailmortgageownerfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Property Detail Mortgage Owner/property/detailmortgageownerframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Detail Mortgage Owner/property/detailmortgageownerroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Property Detail Mortgage Owner/property/detailmortgageownerroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Detail Mortgage Owner/property/detailmortgageownerwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Detail Mortgage Owner/property/detailmortgageownergaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Property Detail Mortgage Owner/property/detailmortgageownerprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Detail Mortgage Owner/property/detailmortgageownerprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Detail Mortgage Owner/property/detailmortgageownerprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Detail Mortgage Owner/property/detailmortgageownerarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.parking.archStyle
Property Detail Mortgage Owner/property/detailmortgageownerbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Property Detail Mortgage Owner/property/detailmortgageownerbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Property Detail Mortgage Owner/property/detailmortgageownerimprTypeIndicates the Building Typeproperty.building.summary.imprType
Property Detail Mortgage Owner/property/detailmortgageownerlevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Detail Mortgage Owner/property/detailmortgageownermobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Property Detail Mortgage Owner/property/detailmortgageownerqualityIndicates the quality of the home/structureproperty.building.summary.quality
Property Detail Mortgage Owner/property/detailmortgageownerstoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Detail Mortgage Owner/property/detailmortgageownerunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Detail Mortgage Owner/property/detailmortgageowneryearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Property Detail Mortgage Owner/property/detailmortgageownerviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Detail Mortgage Owner/property/detailmortgageownerlastnameFor private individuals, the last name of the first lenderproperty.mortgage.lender.lastname
Property Detail Mortgage Owner/property/detailmortgageownerfirstnameFor private individuals, the first name of the first lender. For companies, the complete name of the first lenderproperty.mortgage.lender.firstname
Property Detail Mortgage Owner/property/detailmortgageowneraddressStreet number and street name segment of the Lender's addressproperty.mortgage.lender.address
Property Detail Mortgage Owner/property/detailmortgageownercityCity segment of the Lender's addressproperty.mortgage.lender.city
Property Detail Mortgage Owner/property/detailmortgageownerstateState segment of the Lender's addressproperty.mortgage.lender.state
Property Detail Mortgage Owner/property/detailmortgageownerzipZIP+4 Code segment of the Lender's addressproperty.mortgage.lender.zip
Property Detail Mortgage Owner/property/detailmortgageownercompanycodeUnique Lender Code assigned to the respective lender's name belowproperty.mortgage.lender.companycode
Property Detail Mortgage Owner/property/detailmortgageownercompanynameMortgage title company nameproperty.mortgage.title.companyname
Property Detail Mortgage Owner/property/detailmortgageownercompanycodeMortgage title company codeproperty.mortgage.title.companycode
Property Detail Mortgage Owner/property/detailmortgageowneramountLoan Amount for the mortgage/deed of trustproperty.mortgage.amount
Property Detail Mortgage Owner/property/detailmortgageownerdateMortgage dateproperty.mortgage.date
Property Detail Mortgage Owner/property/detailmortgageownerinterestrateInterest rate for the loanproperty.mortgage.interestrate
Property Detail Mortgage Owner/property/detailmortgageownerloantypecodeMortgage loan type codeproperty.mortgage.loantypecode
Property Detail Mortgage Owner/property/detailmortgageownerdeedtypeMortgage deed typeproperty.mortgage.deedtype
Property Detail Mortgage Owner/property/detailmortgageownertermLoan Term in Monthsproperty.mortgage.term
Property Detail Mortgage Owner/property/detailmortgageownerduedateMortgage due dateproperty.mortgage.duedate
Property Detail Mortgage Owner/property/detailmortgageownerinterestratetypeIndicates the type of interest rateproperty.mortgage.interestratetype
Property Detail Mortgage Owner/property/detailmortgageownerequityflagIndicates that the Loan is an Equity Type Loanproperty.mortgage.equityflag
Property Detail Mortgage Owner/property/detailmortgageownerrefiflagRefinance Flagproperty.mortgage.refiflag
Property Detail Mortgage Owner/property/detailmortgageownercorporateindicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Property Detail Mortgage Owner/property/detailmortgageownerlastnameLast Name of First Ownerproperty.owner.owner1.lastname
Property Detail Mortgage Owner/property/detailmortgageownerfirstnameandmiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstnameandmi
Property Detail Mortgage Owner/property/detailmortgageownerlastnameLast Name of Second Ownerproperty.owner.owner2.lastname
Property Detail Mortgage Owner/property/detailmortgageownerfirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.owner.owner2.firstnameandmi
Property Detail Mortgage Owner/property/detailmortgageownerlastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Property Detail Mortgage Owner/property/detailmortgageownerfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Property Detail Mortgage Owner/property/detailmortgageownerlastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Property Detail Mortgage Owner/property/detailmortgageownerfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Property Detail Mortgage Owner/property/detailmortgageownerowneretalindicatorIndicates if there are additional owners on title - Et Al = Latin for 'and others'property.owner.owneretalindicator
Property Detail Mortgage Owner/property/detailmortgageownercareofname"Care Of" name, if anyproperty.owner.careofname
Property Detail Mortgage Owner/property/detailmortgageownerownerrelationshiprightscodeDerived field describing what type of entity the party is based on examination of the name and vesting (Sample values include individual / trust / company)property.owner.ownerrelationshiprightscode
Property Detail Mortgage Owner/property/detailmortgageownerownerrelationshiptypeOwner relationship type, i.e. married man, beneficiary, etc...property.owner.ownerrelationshiptype
Property Detail Mortgage Owner/property/detailmortgageownerpartialinterestindicatorIndicates if a percentage of the legal ownership was transferred - If a singular percentage can be discerned, see percentage fieldproperty.owner.partialinterestindicator
Property Detail Mortgage Owner/property/detailmortgageownerabsenteeownerstatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeownerstatus
Property Detail Mortgage Owner/property/detailmortgageownermailingaddressonelineOne line mailing addressproperty.owner.mailingaddressoneline
Property Detail Mortgage Owner/property/detailmortgageownerlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Detail Mortgage Owner/property/detailmortgageownerpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Snapshot/property/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Snapshot/property/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Snapshot/property/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Snapshot/property/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Snapshot/property/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Snapshot/property/snapshotlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Property Snapshot/property/snapshotbldgNameBuilding Nameproperty.address.bldgName
Property Snapshot/property/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
Property Snapshot/property/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Snapshot/property/snapshotline1First line of the property addressproperty.address.line1
Property Snapshot/property/snapshotline2Second line of the property addressproperty.address.line2
Property Snapshot/property/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Snapshot/property/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Snapshot/property/snapshotoneLineFull property address on a single lineproperty.address.oneLine
Property Snapshot/property/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Snapshot/property/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
Property Snapshot/property/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Snapshot/property/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Snapshot/property/snapshotelevationThe elevation of the property if availableproperty.location.elevation
Property Snapshot/property/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
Property Snapshot/property/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
Property Snapshot/property/snapshotdistanceDistanceproperty.location.distance
Property Snapshot/property/snapshotgeoidGeoIDproperty.location.geoid
Property Snapshot/property/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
Property Snapshot/property/snapshotpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Property Snapshot/property/snapshotpropsubtypeA sub-classification of the propertyproperty.summary.propsubtype
Property Snapshot/property/snapshotproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Property Snapshot/property/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Snapshot/property/snapshotyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Property Snapshot/property/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Snapshot/property/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Snapshot/property/snapshotuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Property Snapshot/property/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Property Snapshot/property/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Snapshot/property/snapshotlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Snapshot/property/snapshotpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Basic Profile/property/basicprofileIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Basic Profile/property/basicprofilefips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Basic Profile/property/basicprofilemultiApnFlag used to indicate a multiple parcel transactionproperty.identifier.multiApn
Property Basic Profile/property/basicprofileapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Basic Profile/property/basicprofileattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Basic Profile/property/basicprofiledepthIndicates the lot depth, in feetproperty.lot.depth
Property Basic Profile/property/basicprofilefrontageIndicates the lot width, in feetproperty.lot.frontage
Property Basic Profile/property/basicprofilelotNumLot numberproperty.lot.lotNum
Property Basic Profile/property/basicprofilelotSize1Indicates the lot size, in acresproperty.lot.lotSize1
Property Basic Profile/property/basicprofilelotSize2Indicates the lot size, in square feetproperty.lot.lotSize2
Property Basic Profile/property/basicprofilezoningTypeThe jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction.property.lot.zoningType
Property Basic Profile/property/basicprofilecountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
Property Basic Profile/property/basicprofilesubdNameSubdivision nameproperty.area.subdName
Property Basic Profile/property/basicprofilesubdTractNumSubdivision tract numberproperty.area.subdTractNum
Property Basic Profile/property/basicprofilecensusTractIdent US Census assigned Tract Code for subject property.property.area.censusTractIdent
Property Basic Profile/property/basicprofilecensusBlockGroup US Census assigned Block Group for subject property.property.area.censusBlockGroup
Property Basic Profile/property/basicprofilebldgNameBuilding Nameproperty.address.bldgName
Property Basic Profile/property/basicprofilecountryThe ISO-3166-2 country codeproperty.address.country
Property Basic Profile/property/basicprofilecountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Basic Profile/property/basicprofileline1First line of the property addressproperty.address.line1
Property Basic Profile/property/basicprofileline2Second line of the property addressproperty.address.line2
Property Basic Profile/property/basicprofilelocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Basic Profile/property/basicprofilematchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Basic Profile/property/basicprofileoneLineFull property address on a single lineproperty.address.oneLine
Property Basic Profile/property/basicprofilepostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Basic Profile/property/basicprofilepostal2For the U.S. this is the ZIP+4property.address.postal2
Property Basic Profile/property/basicprofilepostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Basic Profile/property/basicprofileaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Basic Profile/property/basicprofileelevationThe elevation of the property if availableproperty.location.elevation
Property Basic Profile/property/basicprofilelatitudeThe latitude of the property in degreesproperty.location.latitude
Property Basic Profile/property/basicprofilelongitudeThe longitude of the property in degreesproperty.location.longitude
Property Basic Profile/property/basicprofiledistanceDistanceproperty.location.distance
Property Basic Profile/property/basicprofilegeoidGeoIDproperty.location.geoid
Property Basic Profile/property/basicprofilegeoIdV4GeoIDV4property.location.geoiIdV4
Property Basic Profile/property/basicprofileabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Basic Profile/property/basicprofilepropClassA general classification of the type of property such as "Residential"property.summary.propClass
Property Basic Profile/property/basicprofilepropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Property Basic Profile/property/basicprofilepropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Property Basic Profile/property/basicprofilepropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Basic Profile/property/basicprofileyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Property Basic Profile/property/basicprofilepropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Basic Profile/property/basicprofilepropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Basic Profile/property/basicprofilelegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Basic Profile/property/basicprofiledateOfLastQuitClaimRecording Date of the most recent Quit Claim recording, or similar. i.e. Interspousal/Gift/etc...property.summary.dateOfLastQuitClaim
Property Basic Profile/property/basicprofilecoolingTypeIndicates the method or system used to provide coolingproperty.utilities.coolingType
Property Basic Profile/property/basicprofileenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Basic Profile/property/basicprofileheatingFuelIndicates the primary heating fuel usedproperty.utilities.heatingFuel
Property Basic Profile/property/basicprofileheatingTypeIndicates the method or system used to provide heatproperty.utilities.heatingType
Property Basic Profile/property/basicprofilesewerTypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewerType
Property Basic Profile/property/basicprofilewallTypeIndicates the primary exterial wall covering materialproperty.utilities.wallType
Property Basic Profile/property/basicprofilesequenceSaleHistory Sequence of the transaction historyproperty.sale.sequenceSaleHistory
Property Basic Profile/property/basicprofilesaleSearchDateThe standardized date for search purposesproperty.sale.saleSearchDate
Property Basic Profile/property/basicprofilesaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDatze
Property Basic Profile/property/basicprofilesaleAmtSale Priceproperty.sale.saleAmountData.saleAmt
Property Basic Profile/property/basicprofilesaleCode Code indicating whether the sale amount is actual or estimatedproperty.sale.saleAmountData.saleCode
Property Basic Profile/property/basicprofilesaleRecDateThe recorded date on the recorded documentproperty.sale.saleAmountData.saleRecDate
Property Basic Profile/property/basicprofilesaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.saleAmountData.saleDisclosureType
Property Basic Profile/property/basicprofilesaleDocNumThe Recorded Instrument's Document Numberproperty.sale.saleAmountData.saleDocNum
Property Basic Profile/property/basicprofilesaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.saleAmountData.saleDocType
Property Basic Profile/property/basicprofilesaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.sale.saleAmountData.saleTransType
Property Basic Profile/property/basicprofilebldgSizeTotal square feet of all structures on the propertyproperty.building.size.bldgSize
Property Basic Profile/property/basicprofilegrossSizeGross square feet of all structures on the propertyproperty.building.size.grossSize
Property Basic Profile/property/basicprofilegrossSizeAdjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grossSizeAdjusted
Property Basic Profile/property/basicprofilegroundFloorSizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundFloorSize
Property Basic Profile/property/basicprofilelivingSizeLiving square feet of all structures on the propertyproperty.building.size.livingSize
Property Basic Profile/property/basicprofilesizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Basic Profile/property/basicprofileuniversalSizeDerived living or building square footageproperty.building.size.universalSize
Property Basic Profile/property/basicprofileatticSizeAttic Sizeproperty.building.size.atticSize
Property Basic Profile/property/basicprofilebathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathFixtures
Property Basic Profile/property/basicprofilebathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsFull
Property Basic Profile/property/basicprofilebathsPartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathsPartial
Property Basic Profile/property/basicprofilebathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Property Basic Profile/property/basicprofilebedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Basic Profile/property/basicprofileroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Basic Profile/property/basicprofilebsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
Property Basic Profile/property/basicprofilebsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Basic Profile/property/basicprofilebsmtFinishedPercentPercentage of the finished basement footage against the total basement footageproperty.building.interior.bsmtFinishedPercent
Property Basic Profile/property/basicprofilefloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Basic Profile/property/basicprofilefplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
Property Basic Profile/property/basicprofilefplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Basic Profile/property/basicprofilefplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
Property Basic Profile/property/basicprofileconditionIndicates the Building Conditionproperty.building.construction.condition
Property Basic Profile/property/basicprofileconstructionTypeConstruction Typeproperty.building.construction.constructionType
Property Basic Profile/property/basicprofilefoundationTypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationType
Property Basic Profile/property/basicprofileframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Basic Profile/property/basicprofilebuildingShapeType Building Shape Typeproperty.building.construction.buildingShapeType
Property Basic Profile/property/basicprofilebuildingShapeDescription Building Shape Descriptionproperty.building.construction.buildingShapeDescription
Property Basic Profile/property/basicprofilegarageTypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garageType
Property Basic Profile/property/basicprofileprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Basic Profile/property/basicprofileprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Basic Profile/property/basicprofilelevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Basic Profile/property/basicprofilestoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Basic Profile/property/basicprofileunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Basic Profile/property/basicprofileviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Basic Profile/property/basicprofileviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
Property Basic Profile/property/basicprofileassdImprValueAssessed Value of the improvement(s)property.assessment.assessed.assdImprValue
Property Basic Profile/property/basicprofileassdLandValueAssessed Value of the landproperty.assessment.assessed.assdLandValue
Property Basic Profile/property/basicprofileassdTtlValueTotal Assessed Valueproperty.assessment.assessed.assdTtlValue
Property Basic Profile/property/basicprofilemktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
Property Basic Profile/property/basicprofilemktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Property Basic Profile/property/basicprofilemktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
Property Basic Profile/property/basicprofiletaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
Property Basic Profile/property/basicprofiletaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
Property Basic Profile/property/basicprofiletaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
Property Basic Profile/property/basicprofileExemptionAmount1 Homeowner exemption amountproperty.assessment.tax.exemption.ExemptionAmount1
Property Basic Profile/property/basicprofileExemptionAmount2 Disabled person exemption amountproperty.assessment.tax.exemption.ExemptionAmount2
Property Basic Profile/property/basicprofileExemptionAmount3 Senior person exemption amountproperty.assessment.tax.exemption.ExemptionAmount3
Property Basic Profile/property/basicprofileExemptionAmount4 Veteran exemption amountproperty.assessment.tax.exemption.ExemptionAmount4
Property Basic Profile/property/basicprofileExemptionAmount5 Widow exemption amountproperty.assessment.tax.exemption.ExemptionAmount5
Property Basic Profile/property/basicprofileAdditional Flag used to indicate additional tax exemptions property.assessment.tax.exemptiontype.additional
Property Basic Profile/property/basicprofileDisabled The disabled tax exemption indicator for disabled homeowner property.assessment.tax.exemptiontype.disabled
Property Basic Profile/property/basicprofileHomeowner The homeowner tax indicator observed by the assessor property.assessment.tax.exemptiontype.homeowner
Property Basic Profile/property/basicprofileSenior The senior tax exemption indicator for a senior homeowner property.assessment.tax.exemptiontype.senior
Property Basic Profile/property/basicprofileVeteran The veteran tax exemption indicator for a veteran homeowner property.assessment.tax.exemptiontype.veteran
Property Basic Profile/property/basicprofileWidow The widow tax exemption indicator for a widow homeowner property.assessment.tax.exemptiontype.widow
Property Basic Profile/property/basicprofiledelinquentyearThe tax year for which property taxes have not been paid by the owner or impound accountproperty.assessment.delinquentyear
Property Basic Profile/property/basicprofileimprovementPercent Percentage of the improvement value against the total valueproperty.assessment.improvementPercent
Property Basic Profile/property/basicprofilecorporateindicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Property Basic Profile/property/basicprofilelastnameLast Name of First Ownerproperty.assessment.owner.owner1.lastname
Property Basic Profile/property/basicprofilefirstnameandmiFirst Name and Middle Initial of First Ownerproperty.assessment.owner.owner1.firstnameandmi
Property Basic Profile/property/basicprofilelastnameLast Name of Second Ownerproperty.assessment.owner.owner2.lastname
Property Basic Profile/property/basicprofilefirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.assessment.owner.owner2.firstnameandmi
Property Basic Profile/property/basicprofilelastnameLast Name of Third Ownerproperty.assessment.owner.owner3.lastname
Property Basic Profile/property/basicprofilefirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.assessment.owner.owner3.firstnameandmi
Property Basic Profile/property/basicprofilelastnameLast Name of Fourth Ownerproperty.assessment.owner.owner4.lastname
Property Basic Profile/property/basicprofilefirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.assessment.owner.owner4.firstnameandmi
Property Basic Profile/property/basicprofileabsenteeOwnerStatusOwner status code - "A" or "O" - Logic basedproperty.assessment.owner.absenteeOwnerStatus
Property Basic Profile/property/basicprofilemailingAddressOneLineOne line mailing addressproperty.assessment.owner.mailingAddressOneLine
Property Basic Profile/property/basicprofiletrustDeedDocumentNumber Loan Document Numberproperty.assessment.mortgage.FirstConcurrent.trustDeedDocumentNumber
Property Basic Profile/property/basicprofileamount Loan Amount for the mortgage/deed of trustproperty.assessment.mortgage.FirstConcurrent.amount
Property Basic Profile/property/basicprofileLenderFirstNameFor private individuals, the first name of the first lender. For companies, the complete name of the first lender property.assessment.mortgage.FirstConcurrent.LenderFirstName
Property Basic Profile/property/basicprofilelenderLastNameFor private individuals, the last name of the first lenderproperty.assessment.mortgage.FirstConcurrent.lenderLastName
Property Basic Profile/property/basicprofiletrustDeedDocumentNumber Loan Document Numberproperty.assessment.mortgage.SecondConcurrent.trustDeedDocumentNumber
Property Basic Profile/property/basicprofileamount Loan Amount for the mortgage/deed of trustproperty.assessment.mortgage.SecondConcurrent.amount
Property Basic Profile/property/basicprofileLenderFirstNameFor private individuals, the first name of the second lender. For companies, the complete name of the second lenderproperty.assessment.mortgage.SecondConcurrent.LenderFirstName
Property Basic Profile/property/basicprofilelenderLastNameFor private individuals, the last name of the second lenderproperty.assessment.mortgage.SecondConcurrent.LenderLastName
Property Basic Profile/property/basicprofilelastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Basic Profile/property/basicprofilepubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Expanded Profile/property/expandedprofileIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Expanded Profile/property/expandedprofilefips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Expanded Profile/property/expandedprofileapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Expanded Profile/property/expandedprofilemultiApnFlag used to indicate a multiple parcel transactionproperty.identifier.multiApn
Property Expanded Profile/property/expandedprofileattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Expanded Profile/property/expandedprofiledepthIndicates the lot depth, in feetproperty.lot.depth
Property Expanded Profile/property/expandedprofilefrontageIndicates the lot width, in feetproperty.lot.frontage
Property Expanded Profile/property/expandedprofilelotNumLot numberproperty.lot.lotNum
Property Expanded Profile/property/expandedprofilelotSize1Indicates the lot size, in acresproperty.lot.lotSize1
Property Expanded Profile/property/expandedprofilelotSize2Indicates the lot size, in square feetproperty.lot.lotSize2
Property Expanded Profile/property/expandedprofilezoningTypeThe jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction.property.lot.zoningType
Property Expanded Profile/property/expandedprofilesiteZoningIdent The jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction.property.lot.siteZoningIdent
Property Expanded Profile/property/expandedprofilepoolType Indicates the type of pool.property.lot.poolType
Property Expanded Profile/property/expandedprofileblockNumBlock numberproperty.area.blockNum
Property Expanded Profile/property/expandedprofilelocTypeThe type of location such as waterfront, beach, airport, etc...property.area.locType
Property Expanded Profile/property/expandedprofilecountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
Property Expanded Profile/property/expandedprofilecountyUse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyUse1
Property Expanded Profile/property/expandedprofilemunCodeMunicipality / Township Codeproperty.area.munCode
Property Expanded Profile/property/expandedprofilemunNameMunicipality / Township Nameproperty.area.munName
Property Expanded Profile/property/expandedprofilesrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Property Expanded Profile/property/expandedprofilesrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Property Expanded Profile/property/expandedprofilesrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Property Expanded Profile/property/expandedprofilesubdNameSubdivision nameproperty.area.subdName
Property Expanded Profile/property/expandedprofilesubdTractNumSubdivision tract numberproperty.area.subdTractNum
Property Expanded Profile/property/expandedprofiletaxCodeAreaIndicates the taxing district code as provided by the assessorproperty.area.taxCodeArea
Property Expanded Profile/property/expandedprofilecensusTractIdent US Census assigned Tract Code for subject property.property.area.censusTractIdent
Property Expanded Profile/property/expandedprofilecensusBlockGroup US Census assigned Block Group for subject property.property.area.censusBlockGroup
Property Expanded Profile/property/expandedprofilebldgNameBuilding Nameproperty.address.bldgName
Property Expanded Profile/property/expandedprofilecountryThe ISO-3166-2 country codeproperty.address.country
Property Expanded Profile/property/expandedprofilecountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Expanded Profile/property/expandedprofileline1First line of the property addressproperty.address.line1
Property Expanded Profile/property/expandedprofileline2Second line of the property addressproperty.address.line2
Property Expanded Profile/property/expandedprofilelocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Expanded Profile/property/expandedprofilematchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Expanded Profile/property/expandedprofileoneLineFull property address on a single lineproperty.address.oneLine
Property Expanded Profile/property/expandedprofilepostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Expanded Profile/property/expandedprofilepostal2For the U.S. this is the ZIP+4property.address.postal2
Property Expanded Profile/property/expandedprofilepostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Expanded Profile/property/expandedprofilestateFipsState FIPS codeproperty.address.stateFips
Property Expanded Profile/property/expandedprofileunitNumberIdent Legal unit name or number. Multiple unit numbers may exist in the same field.property.address.unitNumberIdent
Property Expanded Profile/property/expandedprofilesitusHouseNumberThe site address house number and fraction.property.address.situsHouseNumber
Property Expanded Profile/property/expandedprofilesitusDirectionThe pre directional of the site address.property.address.situsDirection
Property Expanded Profile/property/expandedprofilesitusStreetNameThe site address street name.property.address.situsStreetName
Property Expanded Profile/property/expandedprofilesitusAddressSuffixThe site address street name suffix.property.address.situsAddressSuffix
Property Expanded Profile/property/expandedprofilesitusPostDirectionThe post-directional of the site address.property.address.situsPostDirection
Property Expanded Profile/property/expandedprofilesitusUnitPrefixThe site address unit number Prefix.property.address.situsUnitPrefix
Property Expanded Profile/property/expandedprofilesitusUnitValueThe site address unit number.property.address.situsUnitValue
Property Expanded Profile/property/expandedprofileaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Expanded Profile/property/expandedprofileelevationThe elevation of the property if availableproperty.location.elevation
Property Expanded Profile/property/expandedprofilelatitudeThe latitude of the property in degreesproperty.location.latitude
Property Expanded Profile/property/expandedprofilelongitudeThe longitude of the property in degreesproperty.location.longitude
Property Expanded Profile/property/expandedprofiledistanceDistanceproperty.location.distance
Property Expanded Profile/property/expandedprofilegeoidGeoIDproperty.location.geoid
Property Expanded Profile/property/expandedprofilegeoIdV4GeoIDV4property.location.geoIdV4
Property Expanded Profile/property/expandedprofilearchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.summary.archStyle
Property Expanded Profile/property/expandedprofileabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Property Expanded Profile/property/expandedprofilepropClassA general classification of the type of property such as "Residential"property.summary.propClass
Property Expanded Profile/property/expandedprofilepropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Property Expanded Profile/property/expandedprofilepropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Property Expanded Profile/property/expandedprofilepropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Expanded Profile/property/expandedprofileyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Property Expanded Profile/property/expandedprofilepropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Expanded Profile/property/expandedprofilepropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Expanded Profile/property/expandedprofilelegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Property Expanded Profile/property/expandedprofilequitClaimFlagIndicates that the transaction is a Quit Claim.property.summary.quitClaimFlag
Property Expanded Profile/property/expandedprofileREOflagTransaction represents a repossession by the mortgage beneficaryproperty.summary.REOflag
Property Expanded Profile/property/expandedprofiledateOfLastQuitClaimRecording Date of the most recent Quit Claim recording, or similar. i.e. Interspousal/Gift/etc...property.summary.dateOfLastQuitClaim
Property Expanded Profile/property/expandedprofilecoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Property Expanded Profile/property/expandedprofileenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Property Expanded Profile/property/expandedprofileheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Property Expanded Profile/property/expandedprofileheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Property Expanded Profile/property/expandedprofilesewerTypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewerType
Property Expanded Profile/property/expandedprofilebldgSizeTotal square feet of all structures on the propertyproperty.building.size.bldgSize
Property Expanded Profile/property/expandedprofilegrossSizeGross square feet of all structures on the propertyproperty.building.size.grossSize
Property Expanded Profile/property/expandedprofilegrossSizeAdjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grossSizeAdjusted
Property Expanded Profile/property/expandedprofilegroundFloorSizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundFloorSize
Property Expanded Profile/property/expandedprofilelivingSizeLiving square feet of all structures on the propertyproperty.building.size.livingSize
Property Expanded Profile/property/expandedprofilesizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Property Expanded Profile/property/expandedprofileuniversalSizeDerived living or building square footageproperty.building.size.universalSize
Property Expanded Profile/property/expandedprofileatticSizeAttic Sizeproperty.building.size.atticSize
Property Expanded Profile/property/expandedprofilebathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathFixtures
Property Expanded Profile/property/expandedprofilebathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsFull
Property Expanded Profile/property/expandedprofilebathsPartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathsPartial
Property Expanded Profile/property/expandedprofilebathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Property Expanded Profile/property/expandedprofilebedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Expanded Profile/property/expandedprofileroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Property Expanded Profile/property/expandedprofilebsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
Property Expanded Profile/property/expandedprofilebsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Property Expanded Profile/property/expandedprofilebsmtFinishedPercentPercentage of the finished basement footage against the total basement footageproperty.building.interior.bsmtFinishedPercent
Property Expanded Profile/property/expandedprofilefloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Property Expanded Profile/property/expandedprofilefplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
Property Expanded Profile/property/expandedprofilefplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Property Expanded Profile/property/expandedprofilefplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
Property Expanded Profile/property/expandedprofileconditionIndicates the Building Conditionproperty.building.construction.condition
Property Expanded Profile/property/expandedprofileconstructionTypeConstruction Typeproperty.building.construction.constructionType
Property Expanded Profile/property/expandedprofilefoundationTypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationType
Property Expanded Profile/property/expandedprofileframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Property Expanded Profile/property/expandedprofileroofCoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofCover
Property Expanded Profile/property/expandedprofileroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Property Expanded Profile/property/expandedprofilewallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Property Expanded Profile/property/expandedprofilepropertyStructureMajorImprovementsYearYear in which "permitted" major improvements were made to the propertyproperty.building.construction.propertyStructureMajorImprovementsYear
Property Expanded Profile/property/expandedprofilebuildingShapeType Building Shape Typeproperty.building.construction.buildingShapeType
Property Expanded Profile/property/expandedprofilebuildingShapeDescription Building Shape Descriptionproperty.building.construction.buildingShapeDescription
Property Expanded Profile/property/expandedprofilegarageTypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garageType
Property Expanded Profile/property/expandedprofileprkgSizeGarage square footageproperty.building.parking.prkgSize
Property Expanded Profile/property/expandedprofileprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Property Expanded Profile/property/expandedprofileprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Property Expanded Profile/property/expandedprofilelevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Property Expanded Profile/property/expandedprofilestoryDescIndicates stories typeproperty.building.summary.storyDesc
Property Expanded Profile/property/expandedprofileunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Property Expanded Profile/property/expandedprofileviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Property Expanded Profile/property/expandedprofileviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
Property Expanded Profile/property/expandedprofilesellerNameName of seller(s) on the recorded documentproperty.sale.sellerName
Property Expanded Profile/property/expandedprofilesaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
Property Expanded Profile/property/expandedprofilesaleSearchDateThe standardized date for search purposesproperty.sale.saleSearchDate
Property Expanded Profile/property/expandedprofilearmsLengthIdentDeed representing a transfer between two otherwise unrelated or affiliated parties.property.sale.armsLengthIdent
Property Expanded Profile/property/expandedprofilesaleAmtSale Priceproperty.sale.amount.saleAmt
Property Expanded Profile/property/expandedprofilesaleCodeCode indicating whether the sale amount is actual or estimatedproperty.sale.amount.saleCode
Property Expanded Profile/property/expandedprofilesaleRecDateThe recorded date on the recorded documentproperty.sale.amount.saleRecDate
Property Expanded Profile/property/expandedprofilesaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saleDisclosureType
Property Expanded Profile/property/expandedprofilesaleDocNumThe Recorded Instrument's Document Numberproperty.sale.amount.saleDocNum
Property Expanded Profile/property/expandedprofilesaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saleDocType
Property Expanded Profile/property/expandedprofilesaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saleTransType
Property Expanded Profile/property/expandedprofilepricePerBedThe sale amount per bedroom for the propertyproperty.sale.calculation.pricePerBed
Property Expanded Profile/property/expandedprofilepricePerSizeUnitThe sale price per square foot of the propertyproperty.sale.calculation.pricePerSizeUnit
Property Expanded Profile/property/expandedprofileassdImprValueAssessed Value of the improvement(s)property.assessment.assessed.assdImprValue
Property Expanded Profile/property/expandedprofileassdLandValueAssessed Value of the landproperty.assessment.assessed.assdLandValue
Property Expanded Profile/property/expandedprofileassdTtlValueTotal Assessed Valueproperty.assessment.assessed.assdTtlValue
Property Expanded Profile/property/expandedprofilemktImprValueMarket Value of the improvement(s)property.assessment.market.mktImprValue
Property Expanded Profile/property/expandedprofilemktLandValueMarket Value of the landproperty.assessment.market.mktLandValue
Property Expanded Profile/property/expandedprofilemktTtlValueTotal Market Valueproperty.assessment.market.mktTtlValue
Property Expanded Profile/property/expandedprofiletaxAmtTax Amount billed for the respective Tax Yearproperty.assessment.tax.taxAmt
Property Expanded Profile/property/expandedprofiletaxPerSizeUnitThe total taxes per square foot for the propertyproperty.assessment.tax.taxPerSizeUnit
Property Expanded Profile/property/expandedprofiletaxYearThe respective year of the property taxes being providedproperty.assessment.tax.taxYear
Property Expanded Profile/property/expandedprofileExemptionAmount1 Homeowner exemption amountproperty.assessment.tax.exemption.ExemptionAmount1
Property Expanded Profile/property/expandedprofileExemptionAmount2 Disabled person exemption amountproperty.assessment.tax.exemption.ExemptionAmount2
Property Expanded Profile/property/expandedprofileExemptionAmount3 Senior person exemption amountproperty.assessment.tax.exemption.ExemptionAmount3
Property Expanded Profile/property/expandedprofileExemptionAmount4 Veteran exemption amountproperty.assessment.tax.exemption.ExemptionAmount4
Property Expanded Profile/property/expandedprofileExemptionAmount5 Widow exemption amountproperty.assessment.tax.exemption.ExemptionAmount5
Property Expanded Profile/property/expandedprofileAdditional Flag used to indicate additional tax exemptions property.assessment.tax.exemptiontype.additional
Property Expanded Profile/property/expandedprofileDisabled The disabled tax exemption indicator for disabled homeowner property.assessment.tax.exemptiontype.disabled
Property Expanded Profile/property/expandedprofileHomeowner The homeowner tax indicator observed by the assessor property.assessment.tax.exemptiontype.homeowner
Property Expanded Profile/property/expandedprofileSenior The senior tax exemption indicator for a senior homeowner property.assessment.tax.exemptiontype.senior
Property Expanded Profile/property/expandedprofileVeteran The veteran tax exemption indicator for a veteran homeowner property.assessment.tax.exemptiontype.veteran
Property Expanded Profile/property/expandedprofileWidow The widow tax exemption indicator for a widow homeowner property.assessment.tax.exemptiontype.widow
Property Expanded Profile/property/expandedprofiledelinquentyearThe tax year for which property taxes have not been paid by the owner or impound accountproperty.assessment.delinquentyear
Property Expanded Profile/property/expandedprofileimprovementPercent Percentage of the improvement value against the total valueproperty.assessment.improvementPercent
Property Expanded Profile/property/expandedprofilefullCashValueFull Cash Valueproperty.assessment.fullCashValue
Property Expanded Profile/property/expandedprofiletypeOwner Typeproperty.assessment.owner.type
Property Expanded Profile/property/expandedprofilecorporateIndicatorIndicates if owner is a Corporationproperty.assessment.owner.corporateIndicator
Property Expanded Profile/property/expandedprofiledescriptionOwner descriptionproperty.assessment.owner.description
Property Expanded Profile/property/expandedprofileownerAfterSpouse Additional Owners after the Spouse's Name - i.e.: First Owner - JEREZ,ELIAS, Second Owner - JEREZ,AMBIOSIX, Addtl Owner - EVELISA,CRUZ Dproperty.assessment.owner.ownerAfterSpouse
Property Expanded Profile/property/expandedprofilelastNameLast Name of First Ownerproperty.assessment.owner.owner1.lastName
Property Expanded Profile/property/expandedprofilefirstNameAndMiFirst Name and Middle Initial of First Ownerproperty.assessment.owner.owner1.firstNameAndMi
Property Expanded Profile/property/expandedprofilelastnameLast Name of Second Ownerproperty.assessment.owner.owner2.lastname
Property Expanded Profile/property/expandedprofilefirstnameandmiFirst Name and Middle Initial of Second Ownerproperty.assessment.owner.owner2.firstnameandmi
Property Expanded Profile/property/expandedprofilelastnameLast Name of Third Ownerproperty.assessment.owner.owner3.lastname
Property Expanded Profile/property/expandedprofilefirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.assessment.owner.owner3.firstnameandmi
Property Expanded Profile/property/expandedprofilelastnameLast Name of Fourth Ownerproperty.assessment.owner.owner4.lastname
Property Expanded Profile/property/expandedprofilefirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.assessment.owner.owner4.firstnameandmi
Property Expanded Profile/property/expandedprofiletrustIndicator Flag that indicates if the owner is a trust.property.assessment.owner.owner1.trustIndicator
Property Expanded Profile/property/expandedprofileabsenteeOwnerStatusOwner status code - "A" or "O" - Logic basedproperty.assessment.owner.absenteeOwnerStatus
Property Expanded Profile/property/expandedprofilemailingAddressOnelineOne line mailing addressproperty.assessment.owner.mailingAddressOneline
Property Expanded Profile/property/expandedprofiletrustDeedDocumentNumber Loan Document Numberproperty.assessment.mortgage.FirstConcurrent.trustDeedDocumentNumber
Property Expanded Profile/property/expandedprofileidentLoan's Document number created from document book/page or instrument number.property.assessment.mortgage.FirstConcurrent.ident
Property Expanded Profile/property/expandedprofileamountLoan Amount for the mortgage/deed of trustproperty.assessment.mortgage.FirstConcurrent.amount
Property Expanded Profile/property/expandedprofileLenderFirstNameFor private individuals, the first name of the first lender. For companies, the complete name of the first lenderproperty.assessment.mortgage.FirstConcurrent.LenderFirstName
Property Expanded Profile/property/expandedprofileLenderLastNameFor private individuals, the last name of the first lenderproperty.assessment.mortgage.FirstConcurrent.LenderLastName
Property Expanded Profile/property/expandedprofilecompanyCodeCompany Codeproperty.assessment.mortgage.FirstConcurrent.companyCode
Property Expanded Profile/property/expandedprofiledateMortgage Dateproperty.assessment.mortgage.FirstConcurrent.date
Property Expanded Profile/property/expandedprofileinterestRateInterest rate for the loanproperty.assessment.mortgage.FirstConcurrent.interestRate
Property Expanded Profile/property/expandedprofileloanTypeCodeLoan typeproperty.assessment.mortgage.FirstConcurrent.loanTypeCode
Property Expanded Profile/property/expandedprofiledeedTypeDeed Typeproperty.assessment.mortgage.FirstConcurrent.deedType
Property Expanded Profile/property/expandedprofiletermLoan Term in Monthsproperty.assessment.mortgage.FirstConcurrent.term
Property Expanded Profile/property/expandedprofiledueDateMortgage Due Dateproperty.assessment.mortgage.FirstConcurrent.dueDate
Property Expanded Profile/property/expandedprofileinterestRateTypeIndicates the type of interest rateproperty.assessment.mortgage.FirstConcurrent.interestRateType
Property Expanded Profile/property/expandedprofileequityFlagIndicates that the Loan is an Equity Type Loanproperty.assessment.mortgage.FirstConcurrent.equityFlag
Property Expanded Profile/property/expandedprofilerefiFlagRefinance Flagproperty.assessment.mortgage.FirstConcurrent.refiFlag
Property Expanded Profile/property/expandedprofiletrustDeedDocumentNumber Loan Document Numberproperty.assessment.mortgage.SecondConcurrent.trustDeedDocumentNumber_2
Property Expanded Profile/property/expandedprofileidentLoan's Document number created from document book/page or instrument number.property.assessment.mortgage.SecondConcurrent.ident
Property Expanded Profile/property/expandedprofileamount Loan Amount for the mortgage/deed of trustproperty.assessment.mortgage.SecondConcurrent.amount
Property Expanded Profile/property/expandedprofileLenderFirstNameFor private individuals, the first name of the second lender. For companies, the complete name of the second lenderproperty.assessment.mortgage.SecondConcurrent.LenderFirstName
Property Expanded Profile/property/expandedprofileLenderLastNameFor private individuals, the last name of the second lenderproperty.assessment.mortgage.SecondConcurrent.LenderLastName
Property Expanded Profile/property/expandedprofilecompanyCodeCompany Codeproperty.assessment.mortgage.SecondConcurrent.companyCode
Property Expanded Profile/property/expandedprofiledateMortgage Dateproperty.assessment.mortgage.SecondConcurrent.date
Property Expanded Profile/property/expandedprofileinterestRateInterest rate for the loanproperty.assessment.mortgage.SecondConcurrent.interestRate
Property Expanded Profile/property/expandedprofileloanTypeCodeLoan typeproperty.assessment.mortgage.SecondConcurrent.loanTypeCode
Property Expanded Profile/property/expandedprofiletermLoan Term in Monthsproperty.assessment.mortgage.SecondConcurrent.term
Property Expanded Profile/property/expandedprofiledueDateMortgage Due Dateproperty.assessment.mortgage.SecondConcurrent.dueDate
Property Expanded Profile/property/expandedprofileinterestRateTypeIndicates the type of interest rateproperty.assessment.mortgage.SecondConcurrent.interestRateType
Property Expanded Profile/property/expandedprofileequityFlagIndicates that the Loan is an Equity Type Loanproperty.assessment.mortgage.SecondConcurrent.equityFlag
Property Expanded Profile/property/expandedprofilerefiFlagRefinance Flagproperty.assessment.mortgage.SecondConcurrent.refiFlag
Property Expanded Profile/property/expandedprofilecompanyNameCompany Nameproperty.assessment.mortgage.title.companyName
Property Expanded Profile/property/expandedprofilecompanyCodeCompany Codeproperty.assessment.mortgage.title.companyCode
Property Expanded Profile/property/expandedprofilelastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Expanded Profile/property/expandedprofilepubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Property Building Permits/property/buildingpermitsIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Property Building Permits/property/buildingpermitsfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Property Building Permits/property/buildingpermitsapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Property Building Permits/property/buildingpermitsapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Property Building Permits/property/buildingpermitsattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Property Building Permits/property/buildingpermitslotSize1Indicates the lot size, in acresproperty.lot.lotSize1
Property Building Permits/property/buildingpermitsbldgNameBuilding Nameproperty.address.bldgName
Property Building Permits/property/buildingpermitscountryThe ISO-3166-2 country codeproperty.address.country
Property Building Permits/property/buildingpermitscountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Property Building Permits/property/buildingpermitsline1First line of the property addressproperty.address.line1
Property Building Permits/property/buildingpermitsline2Second line of the property addressproperty.address.line2
Property Building Permits/property/buildingpermitslocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Property Building Permits/property/buildingpermitsmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Property Building Permits/property/buildingpermitsoneLineFull property address on a single lineproperty.address.oneLine
Property Building Permits/property/buildingpermitspostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Property Building Permits/property/buildingpermitspostal2For the U.S. this is the ZIP+4property.address.postal2
Property Building Permits/property/buildingpermitspostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Property Building Permits/property/buildingpermitsaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Property Building Permits/property/buildingpermitselevationThe elevation of the property if availableproperty.location.elevation
Property Building Permits/property/buildingpermitslatitudeThe latitude of the property in degreesproperty.location.latitude
Property Building Permits/property/buildingpermitslongitudeThe longitude of the property in degreesproperty.location.longitude
Property Building Permits/property/buildingpermitsgeoIdGeoIDproperty.location.geoId
Property Building Permits/property/buildingpermitsgeoIdV4GeoIDV4property.location.geoIdV4
Property Building Permits/property/buildingpermitspropClassA general classification of the type of property such as "Residential"property.summary.propClass
Property Building Permits/property/buildingpermitspropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Property Building Permits/property/buildingpermitspropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Property Building Permits/property/buildingpermitspropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Property Building Permits/property/buildingpermitsyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Property Building Permits/property/buildingpermitspropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Property Building Permits/property/buildingpermitspropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Property Building Permits/property/buildingpermitsuniversalSizeDerived living or building square footageproperty.building.size.universalSize
Property Building Permits/property/buildingpermitsbathsTotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Property Building Permits/property/buildingpermitsbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Property Building Permits/property/buildingpermitseffectiveDateThe permit's date of issuance by the building department, unless the permit is in an earlier stage of the building process. If the permit has not been issued yet, EffectiveDate is the date of the most recent stage in the planning process.property.buildingPermits.effectiveDate
Property Building Permits/property/buildingpermitspermitNumberThe official permit number as given by the issuing body.property.buildingPermits.permitNumber
Property Building Permits/property/buildingpermitsstatusThe permit's last known stage in the building and approval process. These stages vary by jurisdiction.property.buildingPermits.status
Property Building Permits/property/buildingpermitsdescriptionThe description of work requiring the permit, as specified by the project owner on the permit.property.buildingPermits.description
Property Building Permits/property/buildingpermitstypeThe category or type of work the permit is for, as specified by the permit. Values vary by jurisdiction.property.buildingPermits.type
Property Building Permits/property/buildingpermitssubTypeThe subtype of work the permit is for, as specified by the permit. Values vary by jurisdiction.property.buildingPermits.subType
Property Building Permits/property/buildingpermitsprojectNameThe project title for the permit, as specified by the project owner on the permit.property.buildingPermits.projectName
Property Building Permits/property/buildingpermitsjobValueThe job value estimate provided by the contractor on the permit. This value is provided prior to the start of work.property.buildingPermits.jobValue
Property Building Permits/property/buildingpermitsfeesThe building permit fees paid to the presiding building permit authority. In absence of a declared job value, the fees are a reasonable, directional estimate to the size and scale of a project.property.buildingPermits.fees
Property Building Permits/property/buildingpermitsbusinessNameThe name of the construction company that submitted the building permit.property.buildingPermits.businessName
Property Building Permits/property/buildingpermitshomeOwnerNameThe name of the home owner or the person the work is for, as specified on the permit.property.buildingPermits.homeOwnerName
Property Building Permits/property/buildingpermitslastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Property Building Permits/property/buildingpermitspubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sale Detail/sale/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sale Detail/sale/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sale Detail/sale/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sale Detail/sale/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Sale Detail/sale/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sale Detail/sale/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Sale Detail/sale/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Sale Detail/sale/detaillotnumLot numberproperty.lot.lotnum
Sale Detail/sale/detaillotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Sale Detail/sale/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Sale Detail/sale/detaillottypeLot typeproperty.lot.lottype
Sale Detail/sale/detailpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Sale Detail/sale/detailpooltypeIndicates the type of poolproperty.lot.pooltype
Sale Detail/sale/detailblockNumBlock numberproperty.area.blockNum
Sale Detail/sale/detaillocTypeThe type of location such as waterfront, beach, airport, etc...property.area.locType
Sale Detail/sale/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Sale Detail/sale/detailcountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Sale Detail/sale/detailmuncodeMunicipality / Township Codeproperty.area.muncode
Sale Detail/sale/detailmunnameMunicipality / Township Nameproperty.area.munname
Sale Detail/sale/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Sale Detail/sale/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Sale Detail/sale/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Sale Detail/sale/detailsubdnameSubdivision nameproperty.area.subdname
Sale Detail/sale/detailsubdtractnumSubdivision tract numberproperty.area.subdtractnum
Sale Detail/sale/detailtaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Sale Detail/sale/detailbldgNameBuilding Nameproperty.address.bldgName
Sale Detail/sale/detailcountryThe ISO-3166-2 country codeproperty.address.country
Sale Detail/sale/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sale Detail/sale/detailline1First line of the property addressproperty.address.line1
Sale Detail/sale/detailline2Second line of the property addressproperty.address.line2
Sale Detail/sale/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sale Detail/sale/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sale Detail/sale/detailoneLineFull property address on a single lineproperty.address.oneLine
Sale Detail/sale/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sale Detail/sale/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Sale Detail/sale/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sale Detail/sale/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sale Detail/sale/detailelevationThe elevation of the property if availableproperty.location.elevation
Sale Detail/sale/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Sale Detail/sale/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Sale Detail/sale/detaildistanceDistanceproperty.location.distance
Sale Detail/sale/detailgeoidGeoIDproperty.location.geoid
Sale Detail/sale/detailgeoIdV4GeoIDV4property.location.geoIdV4
Sale Detail/sale/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Sale Detail/sale/detailpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Sale Detail/sale/detailpropsubTypeA sub-classification of the propertyproperty.summary.propsubType
Sale Detail/sale/detailproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Sale Detail/sale/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Sale Detail/sale/detailyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Sale Detail/sale/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Sale Detail/sale/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Sale Detail/sale/detaillegal1Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal1
Sale Detail/sale/detaillegal2Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal2
Sale Detail/sale/detaillegal3Legal description as provided in the tax roll and / or recorded instrumentsproperty.summary.legal3
Sale Detail/sale/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Sale Detail/sale/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Sale Detail/sale/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Sale Detail/sale/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Sale Detail/sale/detailsewertypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewertype
Sale Detail/sale/detailwatertypeWater Typeproperty.utilities.watertype
Sale Detail/sale/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Sale Detail/sale/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Sale Detail/sale/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Sale Detail/sale/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Sale Detail/sale/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Sale Detail/sale/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Sale Detail/sale/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Sale Detail/sale/detailbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathFixtures
Sale Detail/sale/detailbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsFull
Sale Detail/sale/detailbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Sale Detail/sale/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Sale Detail/sale/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Sale Detail/sale/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Sale Detail/sale/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtSize
Sale Detail/sale/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Sale Detail/sale/detailfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Sale Detail/sale/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplcCount
Sale Detail/sale/detailfplcIndIndicates the presence/absence of a fireplaceproperty.building.interior.fplcInd
Sale Detail/sale/detailfplcTypeIndicates the type of fireplace the property containsproperty.building.interior.fplcType
Sale Detail/sale/detailconditionIndicates the Building Conditionproperty.building.construction.condition
Sale Detail/sale/detailconstructiontypeConstruction Typeproperty.building.construction.constructionType
Sale Detail/sale/detailfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationType
Sale Detail/sale/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Sale Detail/sale/detailroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofCover
Sale Detail/sale/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Sale Detail/sale/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Sale Detail/sale/detailgarageTypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garageType
Sale Detail/sale/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Sale Detail/sale/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Sale Detail/sale/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Sale Detail/sale/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.summary.archStyle
Sale Detail/sale/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Sale Detail/sale/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Sale Detail/sale/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
Sale Detail/sale/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Sale Detail/sale/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Sale Detail/sale/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
Sale Detail/sale/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Sale Detail/sale/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Sale Detail/sale/detailyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Sale Detail/sale/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Sale Detail/sale/detailviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
Sale Detail/sale/detailsalesearchdateThe standardized date for search purposesproperty.sale.salesearchdate
Sale Detail/sale/detailsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
Sale Detail/sale/detailsaleamtSale Priceproperty.sale.amount.saleamt
Sale Detail/sale/detailsalecodeCode indicating whether the sale amount is actual or estimatedproperty.sale.amount.salecode
Sale Detail/sale/detailsalerecdateThe recorded date on the recorded documentproperty.sale.amount.salerecdate
Sale Detail/sale/detailsaledocnumThe Recorded Instrument's Document Numberproperty.sale.amount.saledocnum
Sale Detail/sale/detailsaledoctypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saledoctype
Sale Detail/sale/detailsaledisclosuretypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saledisclosuretype
Sale Detail/sale/detailsaletranstypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saletranstype
Sale Detail/sale/detailpriceperbedThe sale amount per bedroom for the propertyproperty.sale.calculation.priceperbed
Sale Detail/sale/detailpricepersizeunitThe sale price per square foot of the propertyproperty.sale.calculation.pricepersizeunit
Sale Detail/sale/detailinterfamilyIndicates that the latest transfer was between related/family membersproperty.sale.interfamily
Sale Detail/sale/detailresaleornewconstructionIndicates if the sale was that of a new home or existing homeproperty.sale.resaleornewconstruction
Sale Detail/sale/detailcashormortgagepurchaseIndicates if the transaction sale is a cash or mortgaged purchaseproperty.sale.cashormortgagepurchase
Sale Detail/sale/detailownershiptransferpercentageOwnership transfer percentageproperty.sale.ownershiptransferpercentage
Sale Detail/sale/detailsellercarrybackIndicator that the note is carried by the sellerproperty.sale.sellercarryback
Sale Detail/sale/detailprivatepartylenderIndicator that lender is a private partyproperty.sale.privatepartylender
Sale Detail/sale/detailconstructionloanIndicates if the loan is a contruction loanproperty.sale.constructionloan
Sale Detail/sale/detailforeclosureIndicates if the transaction is a foreclosure/adverse possession instrumentproperty.sale.foreclosure
Sale Detail/sale/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sale Detail/sale/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sale Detail/sale/detaillastModifiedLast modified date for the transactionproperty.sale.vintage.lastModified
Sale Snapshot/sale/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sale Snapshot/sale/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sale Snapshot/sale/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sale Snapshot/sale/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Sale Snapshot/sale/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sale Snapshot/sale/snapshotbldgNameBuilding Nameproperty.address.bldgName
Sale Snapshot/sale/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
Sale Snapshot/sale/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sale Snapshot/sale/snapshotline1First line of the property addressproperty.address.line1
Sale Snapshot/sale/snapshotline2Second line of the property addressproperty.address.line2
Sale Snapshot/sale/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sale Snapshot/sale/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sale Snapshot/sale/snapshotoneLineFull property address on a single lineproperty.address.oneLine
Sale Snapshot/sale/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sale Snapshot/sale/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
Sale Snapshot/sale/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sale Snapshot/sale/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sale Snapshot/sale/snapshotelevationThe elevation of the property if availableproperty.location.elevation
Sale Snapshot/sale/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
Sale Snapshot/sale/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
Sale Snapshot/sale/snapshotdistanceDistanceproperty.location.distance
Sale Snapshot/sale/snapshotgeoidGeoIDproperty.location.geoid
Sale Snapshot/sale/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
Sale Snapshot/sale/snapshotpropclassA general classification of the type of property such as "Residential"property.summary.propclass
Sale Snapshot/sale/snapshotpropsubTypeA sub-classification of the propertyproperty.summary.propsubType
Sale Snapshot/sale/snapshotproptypeA specific property classification such as "Detached Single Family"property.summary.proptype
Sale Snapshot/sale/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Sale Snapshot/sale/snapshotyearbuiltYear built of the primary structureproperty.summary.yearbuilt
Sale Snapshot/sale/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Sale Snapshot/sale/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Sale Snapshot/sale/snapshotuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Sale Snapshot/sale/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathsTotal
Sale Snapshot/sale/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Sale Snapshot/sale/snapshotsalesearchdateThe standardized date for search purposesproperty.sale.salesearchdate
Sale Snapshot/sale/snapshotsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.sale.saleTransDate
Sale Snapshot/sale/snapshotsaleamtSale Priceproperty.sale.amount.saleamt
Sale Snapshot/sale/snapshotsalecodeCode indicating whether the sale amount is actual or estimatedproperty.sale.amount.salecode
Sale Snapshot/sale/snapshotsalerecdateThe recorded date on the recorded documentproperty.sale.amount.salerecdate
Sale Snapshot/sale/snapshotsaledisclosuretypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.sale.amount.saledisclosuretype
Sale Snapshot/sale/snapshotsaledocnumThe Recorded Instrument's Document Numberproperty.sale.amount.saledocnum
Sale Snapshot/sale/snapshotsaledoctypeCode identifying the type of document; grant deed, quit claim, etc...property.sale.amount.saledoctype
Sale Snapshot/sale/snapshotsaletranstypeCode identifying the type of transaction; transfer, loan, etc...property.sale.amount.saletranstype
Sale Snapshot/sale/snapshotpriceperbedThe sale amount per bedroom for the propertyproperty.sale.calculation.priceperbed
Sale Snapshot/sale/snapshotpricepersizeunitThe sale price per square foot of the propertyproperty.sale.calculation.pricepersizeunit
Sale Snapshot/sale/snapshotlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sale Snapshot/sale/snapshotpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sale Snapshot/sale/snapshotlastModifiedLast modified date for the transactionproperty.sale.vintage.lastModified
Sales History Detail/saleshistory/detailIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sales History Detail/saleshistory/detailfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sales History Detail/saleshistory/detailapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sales History Detail/saleshistory/detailapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Sales History Detail/saleshistory/detailattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sales History Detail/saleshistory/detaildepthIndicates the lot depth, in feetproperty.lot.depth
Sales History Detail/saleshistory/detailfrontageIndicates the lot width, in feetproperty.lot.frontage
Sales History Detail/saleshistory/detaillotnumLot numberproperty.lot.lotnum
Sales History Detail/saleshistory/detaillotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Sales History Detail/saleshistory/detaillotsize2Indicates the lot size, in square feetproperty.lot.lotsize2
Sales History Detail/saleshistory/detaillottypeLot typeproperty.lot.lottype
Sales History Detail/saleshistory/detailpoolindIndicates if a pool exists on the propertyproperty.lot.poolind
Sales History Detail/saleshistory/detailpooltypeIndicates the type of poolproperty.lot.pooltype
Sales History Detail/saleshistory/detailblockNumBlock numberproperty.area.blockNum
Sales History Detail/saleshistory/detailloctypeThe type of location such as waterfront, beach, airport, etc...property.area.loctype
Sales History Detail/saleshistory/detailcountrysecsubdThe "county" name in the U.S.property.area.countrysecsubd
Sales History Detail/saleshistory/detailcountyuse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyuse1
Sales History Detail/saleshistory/detailmuncodeMunicipality / Township Codeproperty.area.muncode
Sales History Detail/saleshistory/detailmunnameMunicipality / Township Nameproperty.area.munname
Sales History Detail/saleshistory/detailsrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Sales History Detail/saleshistory/detailsrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Sales History Detail/saleshistory/detailsrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Sales History Detail/saleshistory/detailsubdnameSubdivision nameproperty.area.subdname
Sales History Detail/saleshistory/detailsubdtractnumSubdivision tract numberproperty.area.subdtractnum
Sales History Detail/saleshistory/detailtaxcodeareaIndicates the taxing district code as provided by the assessorproperty.area.taxcodearea
Sales History Detail/saleshistory/detailbldgNameBuilding Nameproperty.address.bldgName
Sales History Detail/saleshistory/detailcountryThe ISO-3166-2 country codeproperty.address.country
Sales History Detail/saleshistory/detailcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sales History Detail/saleshistory/detailline1First line of the property addressproperty.address.line1
Sales History Detail/saleshistory/detailline2Second line of the property addressproperty.address.line2
Sales History Detail/saleshistory/detaillocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sales History Detail/saleshistory/detailmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sales History Detail/saleshistory/detailoneLineFull property address on a single lineproperty.address.oneLine
Sales History Detail/saleshistory/detailpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sales History Detail/saleshistory/detailpostal2For the U.S. this is the ZIP+4property.address.postal2
Sales History Detail/saleshistory/detailpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sales History Detail/saleshistory/detailaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sales History Detail/saleshistory/detailelevationThe elevation of the property if availableproperty.location.elevation
Sales History Detail/saleshistory/detaillatitudeThe latitude of the property in degreesproperty.location.latitude
Sales History Detail/saleshistory/detaillongitudeThe longitude of the property in degreesproperty.location.longitude
Sales History Detail/saleshistory/detaildistanceDistanceproperty.location.distance
Sales History Detail/saleshistory/detailgeoidGeoIDproperty.location.geoid
Sales History Detail/saleshistory/detailgeoIdV4GeoIDV4property.location.geoIdV4
Sales History Detail/saleshistory/detailabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Sales History Detail/saleshistory/detailpropClassA general classification of the type of property such as "Residential"property.summary.propClass
Sales History Detail/saleshistory/detailpropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Sales History Detail/saleshistory/detailpropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Sales History Detail/saleshistory/detailpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Sales History Detail/saleshistory/detailyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Sales History Detail/saleshistory/detailpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Sales History Detail/saleshistory/detailpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Sales History Detail/saleshistory/detailcoolingtypeIndicates the method or system used to provide coolingproperty.utilities.coolingtype
Sales History Detail/saleshistory/detailenergyTypeIndicates the available electrical sourceproperty.utilities.energyType
Sales History Detail/saleshistory/detailheatingfuelIndicates the primary heating fuel usedproperty.utilities.heatingfuel
Sales History Detail/saleshistory/detailheatingtypeIndicates the method or system used to provide heatproperty.utilities.heatingtype
Sales History Detail/saleshistory/detailsewerTypeIndicates if the sewer is used and, if known, the type of sewer used on the propertyproperty.utilities.sewerType
Sales History Detail/saleshistory/detailwaterTypeWater Typeproperty.utilities.waterType
Sales History Detail/saleshistory/detailbldgsizeTotal square feet of all structures on the propertyproperty.building.size.bldgsize
Sales History Detail/saleshistory/detailgrosssizeGross square feet of all structures on the propertyproperty.building.size.grosssize
Sales History Detail/saleshistory/detailgrosssizeadjustedAdjusted Gross Square Footage where applicable, otherwise populated with Building Square Footageproperty.building.size.grosssizeadjusted
Sales History Detail/saleshistory/detailgroundfloorsizeThe sum of ground floor living square footage (May include unfinished square footage)property.building.size.groundfloorsize
Sales History Detail/saleshistory/detaillivingsizeLiving square feet of all structures on the propertyproperty.building.size.livingsize
Sales History Detail/saleshistory/detailsizeIndIndicates if the Universal Building Square Footage is that of the living or building type.property.building.size.sizeInd
Sales History Detail/saleshistory/detailuniversalsizeDerived living or building square footageproperty.building.size.universalsize
Sales History Detail/saleshistory/detailbathfixturesNumber of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathroomsproperty.building.rooms.bathfixtures
Sales History Detail/saleshistory/detailbathsfullNumber of Full Baths - tyically sink, toilet, shower and/or bath tubproperty.building.rooms.bathsfull
Sales History Detail/saleshistory/detailbathspartialThe total number of rooms that are utilized as bathrooms and are partial bathroom by common real estate definition.property.building.rooms.bathspartial
Sales History Detail/saleshistory/detailbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Sales History Detail/saleshistory/detailbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Sales History Detail/saleshistory/detailroomsTotalThe total number of rooms for all the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.rooms.roomsTotal
Sales History Detail/saleshistory/detailbsmtsizeThe total area of the basement, in square feetproperty.building.interior.bsmtsize
Sales History Detail/saleshistory/detailbsmttypeIndicates if the basement is finished or unfinishedproperty.building.interior.bsmttype
Sales History Detail/saleshistory/detailfloorsThis field indicates the primary type of flooring in the structureproperty.building.interior.floors
Sales History Detail/saleshistory/detailfplccountIndicates the number of fireplaces on a propertyproperty.building.interior.fplccount
Sales History Detail/saleshistory/detailfplcindIndicates the presence/absence of a fireplaceproperty.building.interior.fplcind
Sales History Detail/saleshistory/detailfplctypeIndicates the type of fireplace the property containsproperty.building.interior.fplctype
Sales History Detail/saleshistory/detailconditionIndicates the Building Conditionproperty.building.construction.condition
Sales History Detail/saleshistory/detailconstructiontypeConstruction Typeproperty.building.construction.constructiontype
Sales History Detail/saleshistory/detailfoundationtypeIndicates the type of foundation for the primary structure on the propertyproperty.building.construction.foundationtype
Sales History Detail/saleshistory/detailframeTypeConstruction materials used for the interior wallsproperty.building.construction.frameType
Sales History Detail/saleshistory/detailroofcoverIndicates the primary finish material of which the roof is madeproperty.building.construction.roofcover
Sales History Detail/saleshistory/detailroofShapeIndicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.)property.building.construction.roofShape
Sales History Detail/saleshistory/detailwallTypeIndicates the primary exterial wall covering materialproperty.building.construction.wallType
Sales History Detail/saleshistory/detailgaragetypeIndicates if a garage exists on the property and any additional information about the garage such as attached / detached, etc...property.building.parking.garagetype
Sales History Detail/saleshistory/detailprkgSizeGarage square footageproperty.building.parking.prkgSize
Sales History Detail/saleshistory/detailprkgSpacesThe total number of parking spaces exclusive to the propertyproperty.building.parking.prkgSpaces
Sales History Detail/saleshistory/detailprkgTypeIndicates if parking type is garage or carportproperty.building.parking.prkgType
Sales History Detail/saleshistory/detailarchStyleIndicates the structural style or the presence of specific style elements in the structureproperty.building.summary.archStyle
Sales History Detail/saleshistory/detailbldgsNumThe number of buildings on the propertyproperty.building.summary.bldgsNum
Sales History Detail/saleshistory/detailbldgTypeIndicates the Building Styleproperty.building.summary.bldgType
Sales History Detail/saleshistory/detailimprTypeIndicates the Building Typeproperty.building.summary.imprType
Sales History Detail/saleshistory/detaillevelsThe number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated)property.building.summary.levels
Sales History Detail/saleshistory/detailmobileHomeIndIndicates if there is a mobile home on the parcel (logic based)property.building.summary.mobileHomeInd
Sales History Detail/saleshistory/detailqualityIndicates the quality of the home/structureproperty.building.summary.quality
Sales History Detail/saleshistory/detailstoryDescIndicates stories typeproperty.building.summary.storyDesc
Sales History Detail/saleshistory/detailunitsCountThe number of units encompassed by the propertyproperty.building.summary.unitsCount
Sales History Detail/saleshistory/detailyearbuilteffectiveAdjusted year built based on condition and / or major structural changes of the structureproperty.building.summary.yearbuilteffective
Sales History Detail/saleshistory/detailviewIndicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property.property.building.summary.view
Sales History Detail/saleshistory/detailviewCodeIndicates the presence and type of view from the property.property.building.summary.viewCode
Sales History Detail/saleshistory/detailsaleSearchDateThe standardized date for search purposesproperty.saleHistory.saleSearchDate
Sales History Detail/saleshistory/detailsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.saleHistory.saleTransDate
Sales History Detail/saleshistory/detailsaleAmtSale Priceproperty.saleHistory.amount.saleAmt
Sales History Detail/saleshistory/detailsaleCode Code indicating whether the sale amount is actual or estimatedproperty.saleHistory.amount.saleCode
Sales History Detail/saleshistory/detailsaleRecDateThe recorded date on the recorded documentproperty.saleHistory.amount.saleRecDate
Sales History Detail/saleshistory/detailsaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.saleHistory.amount.saleDisclosureType
Sales History Detail/saleshistory/detailsaleDocNumThe Recorded Instrument's Document Numberproperty.saleHistory.amount.saleDocNum
Sales History Detail/saleshistory/detailsaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.saleHistory.amount.saleDocType
Sales History Detail/saleshistory/detailsaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.saleHistory.amount.saleTransType
Sales History Detail/saleshistory/detailpricePerBedThe sale amount per bedroom for the propertyproperty.saleHistory.calculation.priceperbed
Sales History Detail/saleshistory/detailpricePerSizeUnitThe sale price per square foot of the propertyproperty.saleHistory.calculation.pricepersizeunit
Sales History Detail/saleshistory/detaillastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sales History Detail/saleshistory/detailpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sales History Detail/saleshistory/detaillastModifiedLast modified date for the transactionproperty.saleHistory.vintage.lastModified
Sales History Snasphot/saleshistory/snapshotIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sales History Snasphot/saleshistory/snapshotfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sales History Snasphot/saleshistory/snapshotapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sales History Snasphot/saleshistory/snapshotapnOrigThis is populated if a property has previously been split or came from another property IDproperty.identifier.apnOrig
Sales History Snasphot/saleshistory/snapshotattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sales History Snasphot/saleshistory/snapshotlotsize1Indicates the lot size, in acresproperty.lot.lotsize1
Sales History Snasphot/saleshistory/snapshotbldgNameBuilding Nameproperty.address.bldgName
Sales History Snasphot/saleshistory/snapshotcountryThe ISO-3166-2 country codeproperty.address.country
Sales History Snasphot/saleshistory/snapshotcountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sales History Snasphot/saleshistory/snapshotline1First line of the property addressproperty.address.line1
Sales History Snasphot/saleshistory/snapshotline2Second line of the property addressproperty.address.line2
Sales History Snasphot/saleshistory/snapshotlocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sales History Snasphot/saleshistory/snapshotmatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sales History Snasphot/saleshistory/snapshotoneLineFull property address on a single lineproperty.address.oneLine
Sales History Snasphot/saleshistory/snapshotpostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sales History Snasphot/saleshistory/snapshotpostal2For the U.S. this is the ZIP+4property.address.postal2
Sales History Snasphot/saleshistory/snapshotpostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sales History Snasphot/saleshistory/snapshotaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sales History Snasphot/saleshistory/snapshotelevationThe elevation of the property if availableproperty.location.elevation
Sales History Snasphot/saleshistory/snapshotlatitudeThe latitude of the property in degreesproperty.location.latitude
Sales History Snasphot/saleshistory/snapshotlongitudeThe longitude of the property in degreesproperty.location.longitude
Sales History Snasphot/saleshistory/snapshotdistanceDistanceproperty.location.distance
Sales History Snasphot/saleshistory/snapshotgeoidGeoIDproperty.location.geoid
Sales History Snasphot/saleshistory/snapshotgeoIdV4GeoIDV4property.location.geoIdV4
Sales History Snasphot/saleshistory/snapshotpropClassA general classification of the type of property such as "Residential"property.summary.propClass
Sales History Snasphot/saleshistory/snapshotpropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Sales History Snasphot/saleshistory/snapshotpropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Sales History Snasphot/saleshistory/snapshotpropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Sales History Snasphot/saleshistory/snapshotyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Sales History Snasphot/saleshistory/snapshotpropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Sales History Snasphot/saleshistory/snapshotpropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Sales History Snasphot/saleshistory/snapshotbathstotalThe total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted)property.building.rooms.bathstotal
Sales History Snasphot/saleshistory/snapshotbedsThe total number of rooms that can be qualified as bedroomsproperty.building.rooms.beds
Sales History Snasphot/saleshistory/snapshotsaleSearchDateThe standardized date for search purposesproperty.saleHistory.saleSearchDate
Sales History Snasphot/saleshistory/snapshotsaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.saleHistory.saleTransDate
Sales History Snasphot/saleshistory/snapshotsaleAmtSale Priceproperty.saleHistory.amount.saleAmt
Sales History Snasphot/saleshistory/snapshotsaleCode Code indicating whether the sale amount is actual or estimatedproperty.saleHistory.amount.saleCode
Sales History Snasphot/saleshistory/snapshotsaleRecDateThe recorded date on the recorded documentproperty.saleHistory.amount.saleRecDate
Sales History Snasphot/saleshistory/snapshotsaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.saleHistory.amount.saleDisclosureType
Sales History Snasphot/saleshistory/snapshotsaleDocNumThe Recorded Instrument's Document Numberproperty.saleHistory.amount.saleDocNum
Sales History Snasphot/saleshistory/snapshotsaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.saleHistory.amount.saleDocType
Sales History Snasphot/saleshistory/snapshotsaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.saleHistory.amount.saleTransType
Sales History Snasphot/saleshistory/snapshotpricePerBedThe sale amount per bedroom for the propertyproperty.saleHistory.calculation.priceperbed
Sales History Snasphot/saleshistory/snapshotpricePerSizeUnitThe sale price per square foot of the propertyproperty.saleHistory.calculation.pricepersizeunit
Sales History Snasphot/saleshistory/snapshotlastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sales History Snasphot/saleshistory/snapshotpubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sales History Snasphot/saleshistory/snapshotlastModifiedLast modified date for the transactionproperty.saleHistory.vintage.lastModified
Sales History Basic History/saleshistory/basichistoryIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sales History Basic History/saleshistory/basichistoryfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sales History Basic History/saleshistory/basichistoryapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sales History Basic History/saleshistory/basichistoryattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sales History Basic History/saleshistory/basichistorycountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
Sales History Basic History/saleshistory/basichistorybldgNameBuilding Nameproperty.address.bldgName
Sales History Basic History/saleshistory/basichistorycountryThe ISO-3166-2 country codeproperty.address.country
Sales History Basic History/saleshistory/basichistorycountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sales History Basic History/saleshistory/basichistoryline1First line of the property addressproperty.address.line1
Sales History Basic History/saleshistory/basichistoryline2Second line of the property addressproperty.address.line2
Sales History Basic History/saleshistory/basichistorylocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sales History Basic History/saleshistory/basichistorymatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sales History Basic History/saleshistory/basichistoryoneLineFull property address on a single lineproperty.address.oneLine
Sales History Basic History/saleshistory/basichistorypostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sales History Basic History/saleshistory/basichistorypostal2For the U.S. this is the ZIP+4property.address.postal2
Sales History Basic History/saleshistory/basichistorypostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sales History Basic History/saleshistory/basichistoryaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sales History Basic History/saleshistory/basichistoryelevationThe elevation of the property if availableproperty.location.elevation
Sales History Basic History/saleshistory/basichistorylatitudeThe latitude of the property in degreesproperty.location.latitude
Sales History Basic History/saleshistory/basichistorylongitudeThe longitude of the property in degreesproperty.location.longitude
Sales History Basic History/saleshistory/basichistorydistanceDistanceproperty.location.distance
Sales History Basic History/saleshistory/basichistorygeoidGeoIDproperty.location.geoid
Sales History Basic History/saleshistory/basichistorygeoIdV4GeoIDV4property.location.geoIdV4
Sales History Basic History/saleshistory/basichistorysaleSearchDateThe standardized date for search purposesproperty.saleHistory.saleSearchDate
Sales History Basic History/saleshistory/basichistorysaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.saleHistory.saleTransDate
Sales History Basic History/saleshistory/basichistorytransactionIdentUnique ID associated with a transaction and loan recordproperty.saleHistory.transactionIdent
Sales History Basic History/saleshistory/basichistorybuyerNameName of Buyer(s) on the recorded documentproperty.saleHistory.buyerName
Sales History Basic History/saleshistory/basichistorysellerNameName of seller(s) on the recorded documentproperty.saleHistory.sellerName
Sales History Basic History/saleshistory/basichistorysaleAmtSale Priceproperty.saleHistory.amount.saleAmt
Sales History Basic History/saleshistory/basichistorysaleCodeCode indicating whether the sale amount is actual or estimatedproperty.saleHistory.amount.saleCode
Sales History Basic History/saleshistory/basichistorysaleRecDateThe recorded date on the recorded documentproperty.saleHistory.amount.saleRecDate
Sales History Basic History/saleshistory/basichistorysaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.saleHistory.amount.saleDisclosureType
Sales History Basic History/saleshistory/basichistorysaleDocNumThe Recorded Instrument's Document Numberproperty.saleHistory.amount.saleDocNum
Sales History Basic History/saleshistory/basichistorysaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.saleHistory.amount.saleDocType
Sales History Basic History/saleshistory/basichistorysaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.saleHistory.amount.saleTransType
Sales History Basic History/saleshistory/basichistorytrustDeedDocumentNumber Loan Document Numberproperty.saleHistory.mortgage.FirstConcurrent.trustDeedDocumentNumber
Sales History Basic History/saleshistory/basichistoryamount Loan Amount for the mortgage/deed of trustproperty.saleHistory.mortgage.FirstConcurrent.amount
Sales History Basic History/saleshistory/basichistorylenderLastNameFor private individuals, the last name of the first lenderproperty.saleHistory.mortgage.FirstConcurrent.lenderLastName
Sales History Basic History/saleshistory/basichistoryLenderFirstNameFor private individuals, the first name of the first lender. For companies, the complete name of the first lenderproperty.saleHistory.mortgage.FirstConcurrent.LenderFirstName
Sales History Basic History/saleshistory/basichistorytrustDeedDocumentNumber Loan Document Numberproperty.saleHistory.mortgage.SecondConcurrent.trustDeedDocumentNumber
Sales History Basic History/saleshistory/basichistoryamount Loan Amount for the mortgage/deed of trustproperty.saleHistory.mortgage.SecondConcurrent.amount
Sales History Basic History/saleshistory/basichistoryLenderFirstNameFor private individuals, the first name of the second lender. For companies, the complete name of the second lenderproperty.saleHistory.mortgage.SecondConcurrent.LenderFirstName
Sales History Basic History/saleshistory/basichistoryLenderLastNameFor private individuals, the last name of the second lenderproperty.saleHistory.mortgage.SecondConcurrent.LenderLastName
Sales History Basic History/saleshistory/basichistorycorporateIndicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Sales History Basic History/saleshistory/basichistorytypeOwner Typeproperty.owner.type
Sales History Basic History/saleshistory/basichistorydescriptionOwner descriptionproperty.owner.description
Sales History Basic History/saleshistory/basichistorylastNameLast Name of First Ownerproperty.owner.owner1.lastName
Sales History Basic History/saleshistory/basichistoryfirstNameAndMiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstNameAndMi
Sales History Basic History/saleshistory/basichistorylastNameLast Name of Second Ownerproperty.owner.owner2.lastName
Sales History Basic History/saleshistory/basichistoryFirstNameAndMiFirst Name and Middle Initial of Second Ownerproperty.owner..owner2.FirstNameAndMi
Sales History Basic History/saleshistory/basichistorylastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Sales History Basic History/saleshistory/basichistoryfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Sales History Basic History/saleshistory/basichistorylastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Sales History Basic History/saleshistory/basichistoryfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Sales History Basic History/saleshistory/basichistoryabsenteeOwnerStatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeOwnerStatus
Sales History Basic History/saleshistory/basichistorymailingAddressOneLineOne line mailing addressproperty.owner.mailingAddressOneLine
Sales History Basic History/saleshistory/basichistorylastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sales History Basic History/saleshistory/basichistorypubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sales History Basic History/saleshistory/basichistorylastModifiedLast modified date for the transactionproperty.saleHistory.vintage.lastModified
Sales History Expanded History/saleshistory/expandedhistoryIdATTOM's legacy property property identifier (will be deprecated)property.identifier.Id
Sales History Expanded History/saleshistory/expandedhistoryfips5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is locatedproperty.identifier.fips
Sales History Expanded History/saleshistory/expandedhistoryapnPrimary Parcel Number and unique identifier within the county/jurisdictionproperty.identifier.apn
Sales History Expanded History/saleshistory/expandedhistoryattomId ATTOM Data's Unique parcel identifier.property.identifier.attomId
Sales History Expanded History/saleshistory/expandedhistorymultiApnDescriptionMultiple APN Descriptionproperty.identifier.multiApnDescription
Sales History Expanded History/saleshistory/expandedhistorymultiApnFlag used to indicate a multiple parcel transactionproperty.identifier.multiApn
Sales History Expanded History/saleshistory/expandedhistoryblockNumBlock numberproperty.area.blockNum
Sales History Expanded History/saleshistory/expandedhistorylocTypeThe type of location such as waterfront, beach, airport, etc...property.area.locType
Sales History Expanded History/saleshistory/expandedhistorycountrySecSubdThe "county" name in the U.S.property.area.countrySecSubd
Sales History Expanded History/saleshistory/expandedhistorycountyUse1County-specific use code which is used to map the Universal Land Use Code fieldproperty.area.countyUse1
Sales History Expanded History/saleshistory/expandedhistorymunCodeMunicipality / Township Codeproperty.area.munCode
Sales History Expanded History/saleshistory/expandedhistorymunNameMunicipality / Township Nameproperty.area.munName
Sales History Expanded History/saleshistory/expandedhistorysrvyRangeRange portion using the Township Range Survey Systemproperty.area.srvyRange
Sales History Expanded History/saleshistory/expandedhistorysrvySectionQuarter portion using the Township Range Survey Systemproperty.area.srvySection
Sales History Expanded History/saleshistory/expandedhistorysrvyTownshipTownship portion using the Township Range Survey Systemproperty.area.srvyTownship
Sales History Expanded History/saleshistory/expandedhistorysubdNameSubdivision nameproperty.area.subdName
Sales History Expanded History/saleshistory/expandedhistorysubdTractNumSubdivision tract numberproperty.area.subdTractNum
Sales History Expanded History/saleshistory/expandedhistorytaxCodeAreaIndicates the taxing district code as provided by the assessorproperty.area.taxCodeArea
Sales History Expanded History/saleshistory/expandedhistorybldgNameBuilding Nameproperty.address.bldgName
Sales History Expanded History/saleshistory/expandedhistorycountryThe ISO-3166-2 country codeproperty.address.country
Sales History Expanded History/saleshistory/expandedhistorycountrySubdFor the U.S. this is a state abbreviationproperty.address.countrySubd
Sales History Expanded History/saleshistory/expandedhistoryline1First line of the property addressproperty.address.line1
Sales History Expanded History/saleshistory/expandedhistoryline2Second line of the property addressproperty.address.line2
Sales History Expanded History/saleshistory/expandedhistorylocalityThe local city, town or hamlet of the postal addressproperty.address.locality
Sales History Expanded History/saleshistory/expandedhistorymatchCodeThe indication of how well the address was matched against postal dataproperty.address.matchCode
Sales History Expanded History/saleshistory/expandedhistoryoneLineFull property address on a single lineproperty.address.oneLine
Sales History Expanded History/saleshistory/expandedhistorypostal1For the U.S. this is the 5-digit ZIP Codeproperty.address.postal1
Sales History Expanded History/saleshistory/expandedhistorypostal2For the U.S. this is the ZIP+4property.address.postal2
Sales History Expanded History/saleshistory/expandedhistorypostal3For the U.S. this is the Carrier Routeproperty.address.postal3
Sales History Expanded History/saleshistory/expandedhistorystateFipsState FIPS codeproperty.address.stateFips
Sales History Expanded History/saleshistory/expandedhistoryaccuracyThe precision, or positional accuracy of the point coordinatesproperty.location.accuracy
Sales History Expanded History/saleshistory/expandedhistoryelevationThe elevation of the property if availableproperty.location.elevation
Sales History Expanded History/saleshistory/expandedhistorylatitudeThe latitude of the property in degreesproperty.location.latitude
Sales History Expanded History/saleshistory/expandedhistorylongitudeThe longitude of the property in degreesproperty.location.longitude
Sales History Expanded History/saleshistory/expandedhistorydistanceDistanceproperty.location.distance
Sales History Expanded History/saleshistory/expandedhistorygeoidGeoIDproperty.location.geoid
Sales History Expanded History/saleshistory/expandedhistorygeoIdV4GeoIDV4property.location.geoIdV4
Sales History Expanded History/saleshistory/expandedhistoryabsenteeIndOwner status description - "Absentee Owner" or "Owner Occupied" - Logic basedproperty.summary.absenteeInd
Sales History Expanded History/saleshistory/expandedhistorypropClassA general classification of the type of property such as "Residential"property.summary.propClass
Sales History Expanded History/saleshistory/expandedhistorypropSubTypeA sub-classification of the propertyproperty.summary.propSubType
Sales History Expanded History/saleshistory/expandedhistorypropTypeA specific property classification such as "Detached Single Family"property.summary.propType
Sales History Expanded History/saleshistory/expandedhistorypropertyTypeGeneral property type description; residential, commercial, other, etc.property.summary.propertyType
Sales History Expanded History/saleshistory/expandedhistoryyearBuiltYear built of the primary structureproperty.summary.yearBuilt
Sales History Expanded History/saleshistory/expandedhistorypropLandUseUniversal use code identifying the property typeproperty.summary.propLandUse
Sales History Expanded History/saleshistory/expandedhistorypropIndicatorGeneralized property type groupingproperty.summary.propIndicator
Sales History Expanded History/saleshistory/expandedhistoryquitClaimFlagIndicates that the transaction is a Quit Claim.property.summary.quitClaimFlag
Sales History Expanded History/saleshistory/expandedhistorysequence Sequence of the transaction historyproperty.foreclosure.sequence
Sales History Expanded History/saleshistory/expandedhistoryrecordingDateDate on which the instrument was officially recorded at the county. Format YYYY-MM-DD.property.foreclosure.recordingDate
Sales History Expanded History/saleshistory/expandedhistorytrustorLastNameMortgagee's Last name of borrower in default.property.foreclosure.trustorLastName
Sales History Expanded History/saleshistory/expandedhistorytrustorFirstNameMortgagee's First name of borrower in default.property.foreclosure.trustorFirstName
Sales History Expanded History/saleshistory/expandedhistorytrusteeFirstNameFirst Name of Trustee or attorney handling the foreclosure event.property.foreclosure.trusteeFirstName
Sales History Expanded History/saleshistory/expandedhistorytrusteeLastNameLast Name of Trustee or attorney handling the foreclosure event.property.foreclosure.trusteeLastName
Sales History Expanded History/saleshistory/expandedhistorytrusteeSaleNumberUnique number assigned by the trustee to track status of foreclosure and auction proceedings.property.foreclosure.trusteeSaleNumber
Sales History Expanded History/saleshistory/expandedhistorytrusteeHouseNumber123 1/2 N Main St - Trustee's address house number and fraction.property.foreclosure.trusteeHouseNumber
Sales History Expanded History/saleshistory/expandedhistorytrusteeStreetName123 1/2 N Main St - Trustee's address street name.property.foreclosure.trusteeStreetName
Sales History Expanded History/saleshistory/expandedhistorytrusteeCityAnytown CA 90001-0001 - Trustee's address city name.property.foreclosure.trusteeCity
Sales History Expanded History/saleshistory/expandedhistorytrusteeStateAnytown CA 90001-0001 - Trustee's address state.property.foreclosure.trusteeState
Sales History Expanded History/saleshistory/expandedhistorytrusteePostalCodeAnytown CA 90001-0001 - Trustee's address Zip Code.property.foreclosure.trusteePostalCode
Sales History Expanded History/saleshistory/expandedhistoryoriginalLoanAmountOriginal amount of loan in default.property.foreclosure.originalLoanAmount
Sales History Expanded History/saleshistory/expandedhistorydocumentNumberDocument number on the recorded instrumentproperty.foreclosure.documentNumber
Sales History Expanded History/saleshistory/expandedhistoryoriginalLoanDateContains the official filing date for the original loan transaction that is normally stamped or printed on the document in YYYY-MM-DD format.property.foreclosure.originalLoanDate
Sales History Expanded History/saleshistory/expandedhistorydelinquentAmountFor Preforeclosure recordings, the amount that is in delinquentproperty.foreclosure.delinquentAmount
Sales History Expanded History/saleshistory/expandedhistoryauctionDateTimeDate of the foreclosure auction in YYYY-MM-DD format.property.foreclosure.auctionDateTime
Sales History Expanded History/saleshistory/expandedhistoryauctionLocationThe start time of the foreclosure auction.property.foreclosure.auctionLocation
Sales History Expanded History/saleshistory/expandedhistorybidAmountAnticipated Opening Bid at the scheduled auctionproperty.foreclosure.bidAmount
Sales History Expanded History/saleshistory/expandedhistorybeneficiaryStateState of Beneficiaryproperty.foreclosure.beneficiaryState
Sales History Expanded History/saleshistory/expandedhistorydefaultedLoanDocumentLoanNumberRecorder's Instrument Number of the original loan document.property.foreclosure.defaultedLoanDocumentLoanNumber
Sales History Expanded History/saleshistory/expandedhistorydistressTypeATTOM Data derived distress scenario.property.foreclosure.distressType
Sales History Expanded History/saleshistory/expandedhistorybeneficiaryNameName of Beneficiaryproperty.foreclosure.beneficiaryName
Sales History Expanded History/saleshistory/expandedhistorybeneficiaryAddressAddress of Beneficiaryproperty.foreclosure.beneficiaryAddress
Sales History Expanded History/saleshistory/expandedhistorybeneficiaryCityCity of Beneficiaryproperty.foreclosure.beneficiaryCity
Sales History Expanded History/saleshistory/expandedhistorysequence Sequence of the transaction historyproperty.saleHistory.sequence
Sales History Expanded History/saleshistory/expandedhistorysaleSearchDateThe standardized date for search purposesproperty.saleHistory.saleSearchDate
Sales History Expanded History/saleshistory/expandedhistorysaleTransDateThe signature date on the recorded document (May be the same or pre-date the recording date)property.saleHistory.saleTransDate
Sales History Expanded History/saleshistory/expandedhistorytransactionIdentUnique ID associated with a transaction and loan recordproperty.saleHistory.transactionIdent
Sales History Expanded History/saleshistory/expandedhistoryarmsLengthIdentDeed representing a transfer between two otherwise unrelated or affiliated parties.property.saleHistory.armsLengthIdent
Sales History Expanded History/saleshistory/expandedhistorybuyerNameName of Buyer(s) on the recorded documentproperty.saleHistory.buyerName
Sales History Expanded History/saleshistory/expandedhistorysellerNameName of seller(s) on the recorded documentproperty.saleHistory.sellerName
Sales History Expanded History/saleshistory/expandedhistorysellerCarryBackIndicator that the note is carried by the sellerproperty.saleHistory.sellerCarryBack
Sales History Expanded History/saleshistory/expandedhistorydeedInLieuOfIndicatorFlag that indicates that the sale was a Deed_In_Lieu eventproperty.saleHistory.deedInLieuOfIndicator
Sales History Expanded History/saleshistory/expandedhistorysaleAmtSale Priceproperty.saleHistory.amount.saleAmt
Sales History Expanded History/saleshistory/expandedhistorysaleCodeCode indicating whether the sale amount is actual or estimatedproperty.saleHistory.amount.saleCode
Sales History Expanded History/saleshistory/expandedhistorysaleRecDateThe recorded date on the recorded documentproperty.saleHistory.amount.saleRecDate
Sales History Expanded History/saleshistory/expandedhistorysaleDisclosureTypeIndicates the type of disclosure rules within the specific state or taxing authority and whether the amount provided is actual, estimated or not provided due to disclosure rules. 0 = standard county. 1 = non-disclosure state with actual sales values property.saleHistory.amount.saleDisclosureType
Sales History Expanded History/saleshistory/expandedhistorysaleDocNumThe Recorded Instrument's Document Numberproperty.saleHistory.amount.saleDocNum
Sales History Expanded History/saleshistory/expandedhistorysaleDocTypeCode identifying the type of document; grant deed, quit claim, etc...property.saleHistory.amount.saleDocType
Sales History Expanded History/saleshistory/expandedhistorysaleTransTypeCode identifying the type of transaction; transfer, loan, etc...property.saleHistory.amount.saleTransType
Sales History Expanded History/saleshistory/expandedhistorypropIndicatorGeneralized property type groupingproperty.saleHistory.amount.propIndicator
Sales History Expanded History/saleshistory/expandedhistorydeedTypeDeed Typeproperty.saleHistory.amount.deedType
Sales History Expanded History/saleshistory/expandedhistorypricePerBedThe sale amount per bedroom for the propertyproperty.saleHistory.calculation.priceperbed
Sales History Expanded History/saleshistory/expandedhistorypricePerSizeUnitThe sale price per square foot of the propertyproperty.saleHistory.calculation.pricepersizeunit
Sales History Expanded History/saleshistory/expandedhistorycompanyNameCompany Nameproperty.saleHistory.title.companyName
Sales History Expanded History/saleshistory/expandedhistorycompanyCodeCompany Codeproperty.saleHistory.title.companyCode
Sales History Expanded History/saleshistory/expandedhistorytrustDeedDocumentNumber Loan Document Numberproperty.saleHistory.mortgage.FirstConcurrent.trustDeedDocumentNumber
Sales History Expanded History/saleshistory/expandedhistoryamount Loan Amount for the mortgage/deed of trustproperty.saleHistory.mortgage.FirstConcurrent.amount
Sales History Expanded History/saleshistory/expandedhistoryLenderLastNameFor private individuals, the last name of the first lenderproperty.saleHistory.mortgage.FirstConcurrent.lenderLastName
Sales History Expanded History/saleshistory/expandedhistoryLenderFirstNameFor private individuals, the first name of the first lender. For companies, the complete name of the first lenderproperty.saleHistory.mortgage.FirstConcurrent.LenderFirstName
Sales History Expanded History/saleshistory/expandedhistoryidentLoan's Document number created from document book/page or instrument number.property.saleHistory.mortgage.FirstConcurrent.ident
Sales History Expanded History/saleshistory/expandedhistorycompanyCodeCompany Codeproperty.saleHistory.mortgage.FirstConcurrent.companyCode
Sales History Expanded History/saleshistory/expandedhistorydateMortgage Dateproperty.saleHistory.mortgage.FirstConcurrent.date
Sales History Expanded History/saleshistory/expandedhistoryinterestRateInterest rate for the loanproperty.saleHistory.mortgage.FirstConcurrent.interestRate
Sales History Expanded History/saleshistory/expandedhistoryloanTypeCodeLoan typeproperty.saleHistory.mortgage.FirstConcurrent.loanTypeCode
Sales History Expanded History/saleshistory/expandedhistorytermLoan Term in Monthsproperty.saleHistory.mortgage.FirstConcurrent.term
Sales History Expanded History/saleshistory/expandedhistorydueDateMortgage Due Dateproperty.saleHistory.mortgage.FirstConcurrent.dueDate
Sales History Expanded History/saleshistory/expandedhistoryinterestRateTypeIndicates the type of interest rateproperty.saleHistory.mortgage.FirstConcurrent.interestRateType
Sales History Expanded History/saleshistory/expandedhistoryequityFlagIndicates that the Loan is an Equity Type Loanproperty.saleHistory.mortgage.FirstConcurrent.equityFlag
Sales History Expanded History/saleshistory/expandedhistoryrefiFlagRefinance Flagproperty.saleHistory.mortgage.FirstConcurrent.refiFlag
Sales History Expanded History/saleshistory/expandedhistoryinterestMarginA fixed percentage rate that is added to an index value to determine the fully indexed interest rate of an adjustable rate mortgage for the first loanproperty.saleHistory.mortgage.FirstConcurrent.interestMargin
Sales History Expanded History/saleshistory/expandedhistorymortgageInterestIndexFirst Loan Interest Indexproperty.saleHistory.mortgage.FirstConcurrent.mortgageInterestIndex
Sales History Expanded History/saleshistory/expandedhistorymortgageInterestRateMaxFirst Loan Interest Rate Maxproperty.saleHistory.mortgage.FirstConcurrent.mortgageInterestRateMax
Sales History Expanded History/saleshistory/expandedhistorytrustDeedDocumentNumber Loan Document Numberproperty.saleHistory.mortgage.SecondConcurrent.trustDeedDocumentNumber
Sales History Expanded History/saleshistory/expandedhistoryidentLoan's Document number created from document book/page or instrument number.property.saleHistory.mortgage.SecondConcurrent.ident
Sales History Expanded History/saleshistory/expandedhistoryamount Loan Amount for the mortgage/deed of trustproperty.saleHistory.mortgage.SecondConcurrent.amount
Sales History Expanded History/saleshistory/expandedhistoryLenderFirstNameFor private individuals, the first name of the second lender. For companies, the complete name of the second lenderproperty.saleHistory.mortgage.SecondConcurrent.LenderFirstName
Sales History Expanded History/saleshistory/expandedhistoryLenderLastNameFor private individuals, the last name of the second lenderproperty.saleHistory.mortgage.SecondConcurrent.LenderLastName
Sales History Expanded History/saleshistory/expandedhistorycompanyCodeCompany Codeproperty.saleHistory.mortgage.SecondConcurrent.companyCode
Sales History Expanded History/saleshistory/expandedhistorydateMortgage Dateproperty.saleHistory.mortgage.SecondConcurrent.date
Sales History Expanded History/saleshistory/expandedhistoryinterestRateInterest rate for the loanproperty.saleHistory.mortgage.SecondConcurrent.interestRate
Sales History Expanded History/saleshistory/expandedhistoryloanTypeCodeLoan typeproperty.saleHistory.mortgage.SecondConcurrent.loanTypeCode
Sales History Expanded History/saleshistory/expandedhistorytermLoan Term in Monthsproperty.saleHistory.mortgage.SecondConcurrent.term
Sales History Expanded History/saleshistory/expandedhistorydueDateMortgage Due Dateproperty.saleHistory.mortgage.SecondConcurrent.dueDate
Sales History Expanded History/saleshistory/expandedhistoryinterestRateTypeIndicates the type of interest rateproperty.saleHistory.mortgage.SecondConcurrent.interestRateType
Sales History Expanded History/saleshistory/expandedhistoryequityFlagIndicates that the Loan is an Equity Type Loanproperty.saleHistory.mortgage.SecondConcurrent.equityFlag
Sales History Expanded History/saleshistory/expandedhistoryrefiFlagRefinance Flagproperty.saleHistory.mortgage.SecondConcurrent.refiFlag
Sales History Expanded History/saleshistory/expandedhistoryinterestMarginA fixed percentage rate that is added to an index value to determine the fully indexed interest rate of an adjustable rate mortgage for the second loanproperty.saleHistory.mortgage.SecondConcurrent.interestMargin
Sales History Expanded History/saleshistory/expandedhistorymortgageInterestIndexSecond Concurrent Loan Interest Indexproperty.saleHistory.mortgage.SecondConcurrent.mortgageInterestIndex
Sales History Expanded History/saleshistory/expandedhistorymortgageInterestRateMaxSecond Concurrent Loan Interest Rate Maxproperty.saleHistory.mortgage.SecondConcurrent.mortgageInterestRateMax
Sales History Expanded History/saleshistory/expandedhistorycorporateIndicatorIndicates if owner is a Corporationproperty.owner.corporateindicator
Sales History Expanded History/saleshistory/expandedhistorytypeOwner Typeproperty.owner.type
Sales History Expanded History/saleshistory/expandedhistorydescriptionOwner descriptionproperty.owner.description
Sales History Expanded History/saleshistory/expandedhistorylastNameLast Name of First Ownerproperty.owner.owner1.lastName
Sales History Expanded History/saleshistory/expandedhistoryfirstNameAndMiFirst Name and Middle Initial of First Ownerproperty.owner.owner1.firstNameAndMi
Sales History Expanded History/saleshistory/expandedhistorylastNameLast Name of Second Ownerproperty.owner.owner2.lastName
Sales History Expanded History/saleshistory/expandedhistoryFirstNameAndMiFirst Name and Middle Initial of Second Ownerproperty.owner..owner2.FirstNameAndMi
Sales History Expanded History/saleshistory/expandedhistorylastnameLast Name of Third Ownerproperty.owner.owner3.lastname
Sales History Expanded History/saleshistory/expandedhistoryfirstnameandmiFirst Name and Middle Initial of Third Ownerproperty.owner.owner3.firstnameandmi
Sales History Expanded History/saleshistory/expandedhistoryfirstnameandmiFirst Name and Middle Initial of Fourth Ownerproperty.owner.owner4.firstnameandmi
Sales History Expanded History/saleshistory/expandedhistorylastnameLast Name of Fourth Ownerproperty.owner.owner4.lastname
Sales History Expanded History/saleshistory/expandedhistoryabsenteeOwnerStatusOwner status code - "A" or "O" - Logic basedproperty.owner.absenteeOwnerStatus
Sales History Expanded History/saleshistory/expandedhistorymailingAddressOneLineOne line mailing addressproperty.owner.mailingAddressOneLine
Sales History Expanded History/saleshistory/expandedhistorylastModifiedThe date the record was last modifiedproperty.vintage.lastModified
Sales History Expanded History/saleshistory/expandedhistorypubDateThe publish date of the source data this record belongs toproperty.vintage.pubDate
Sales History Expanded History/saleshistory/expandedhistorylastModifiedLast modified date for the transactionproperty.saleHistory.vintage.lastModified
Sales Trend Snapshot/salestrend/snapshotgeoIDGeoIDsalestrends.location.geoID
Sales Trend Snapshot/salestrend/snapshotstartDate Range Startsalestrends.daterange.start
Sales Trend Snapshot/salestrend/snapshotendDate Rang Endsalestrends.daterange.end
Sales Trend Snapshot/salestrend/snapshotintervalDate Range Intervalsalestrends.daterange.interval
Sales Trend Snapshot/salestrend/snapshothomesalecountHome sale countsalestrends.SalesTrend.homesalecount
Sales Trend Snapshot/salestrend/snapshotAVERAGE_PRICEAverage sale pricesalestrends.SalesTrend.avgsaleprice
Sales Trend Snapshot/salestrend/snapshotMEDIAN_PRICEMedian sale pricesalestrends.SalesTrend.medsaleprice
Sales Trend Snapshot/salestrend/snapshotpubDateThe publish date of the source data this record belongs tosalestrends.vintage.pubDate
School District /school/districtgeoIdV4ATTOM’s new geographic identifierdistrict.location.geoIdV4
School District /school/districtlatitudeSchool district latitudedistrict.location.latitude
School District /school/districtlongitudeSchool district longitudedistrict.location.longitude
School District /school/districtaddressLine1Addressdistrict.location.addressLine1
School District /school/districtcityCity namedistrict.location.city
School District /school/districtstateCodeState Codedistrict.location.stateCode
School District /school/districtzipCodeDistrict zipcodedistrict.location.zipCode
School District /school/districtstateFIPsState FIPS Codedistrict.location.stateFIPs
School District /school/districtcountyFIPsSchool location county namedistrict.location.countyFIPs
School District /school/districtcountyNameDistrict county namedistrict.location.countyName
School District /school/districtncesSchoolDistrictIdNational Center for Education Statistics School District Identifierdistrict.detail.ncesSchoolDistrictId
School District /school/districtstateSchoolDistrictIdState School District Identifierdistrict.detail.stateSchoolDistrictId
School District /school/districtschoolDistrictNameSchool District Namedistrict.detail.schoolDistrictName
School District /school/districtphoneSchool contact phonedistrict.detail.phone
School District /school/districtschoolDistrictUrlSchool District Website URLdistrict.detail.schoolDistrictUrl
School District /school/districtmailAddressLine1Mailing Addressdistrict.detail.mailAddressLine1
School District /school/districtmailCityMailing City namedistrict.detail.mailCity
School District /school/districtmailStateCodeMailing State Codedistrict.detail.mailStateCode
School District /school/districtmailZipCodeMailing Zip Codedistrict.detail.mailZipCode
School District /school/districtstatusStatusdistrict.detail.status
School District /school/districtsourceTypeSource Typedistrict.detail.sourceType
School District /school/districtsupervisoryTypeSupervisory Typedistrict.detail.supervisoryType
School District /school/districtfunctionalStatusFunctional Statusdistrict.detail.functionalStatus
School District /school/districtlevelLeveldistrict.detail.level
School District /school/districtgradeSpanLowGrade Span Low valuedistrict.detail.gradeSpanLow
School District /school/districtgradeSpanHighGrade Span High valuedistrict.detail.gradeSpanHigh
School District /school/districtcharterDescCharter Descdistrict.detail.charterDesc
School District /school/districtschoolCntSchool Countdistrict.detail.schoolCnt
School District /school/districtteacherCntFteTeacher Count Full Time Employmentdistrict.detail.teacherCntFte
School District /school/districtstudentCntStudent Countdistrict.detail.studentCnt
School District /school/districtgradedStudentCntGraded Student Countdistrict.detail.gradedStudentCnt
School District /school/districtungradedStudentCntUngraded Student Countdistrict.detail.ungradedStudentCnt
School District /school/districturbanCentricLocaleTypeUrban Centric Locale Typedistrict.detail.urbanCentricLocaleType
School District /school/districturbanCentricCommunityTypeUrban Centric Community Typedistrict.detail.urbanCentricCommunityType
School District /school/districtpkTeacherCntFtePre-kindergarten Teacher Count Full Time Employmentdistrict.detail.pkTeacherCntFte
School District /school/districtkgTeacherCntFteKindergarten Teacher Count Full Time Employmentdistrict.detail.kgTeacherCntFte
School District /school/districtelementaryTeacherCntFteElementary Teacher Count Full Time Employmentdistrict.detail.elementaryTeacherCntFte
School District /school/districtsecondaryTeacherCntFteSecondary Teacher Count Full Time Employmentdistrict.detail.secondaryTeacherCntFte
School District /school/districtungradedTeacherCntFteUngraded Teacher Count Full Time Employmentdistrict.detail.ungradedTeacherCntFte
School District /school/districtteachersAideCntFteTeachers Aide Count Full Time Employmentdistrict.detail.teachersAideCntFte
School District /school/districtcoordinatorSupervisorCntFteCoordinator Supervisor Count Full Time Employmentdistrict.detail.coordinatorSupervisorCntFte
School District /school/districtelementaryCounselorCntFteElementary Counselor Count Full Time Employmentdistrict.detail.elementaryCounselorCntFte
School District /school/districtsecondaryCounselorCntFteSecondary Counselor Count Full Time Employmentdistrict.detail.secondaryCounselorCntFte
School District /school/districtotherCounselorCntFteOther Counselor Count Full Time Employmentdistrict.detail.otherCounselorCntFte
School District /school/districttotalCounselorCntFteTotal Counselor Count Full Time Employmentdistrict.detail.totalCounselorCntFte
School District /school/districtlibrarianMediaSpecCntFteLibrarian Media Spec Count Full Time Employmentdistrict.detail.librarianMediaSpecCntFte
School District /school/districtlibraryMediaSupportCntFteLibrary Media Support Count Full Time Employmentdistrict.detail.libraryMediaSupportCntFte
School District /school/districtdistrictAdminCntFteDistrict Admin Count Full Time Employmentdistrict.detail.districtAdminCntFte
School District /school/districtdistrictAdminSupportCntFteDistrict Admin Support Count Full Time Employmentdistrict.detail.districtAdminSupportCntFte
School District /school/districtschoolAdminCntFteSchool Admin Count Full Time Employmentdistrict.detail.schoolAdminCntFte
School District /school/districtschoolAdminSupportCntFteSchool Admin Support Count Full Time Employmentdistrict.detail.schoolAdminSupportCntFte
School District /school/districtstudentSupportCntFteStudent Support Count Full Time Employmentdistrict.detail.studentSupportCntFte
School District /school/districtotherSupportCntFteOther Support Count Full Time Employmentdistrict.detail.otherSupportCntFte
School District /school/districttotalPerPupilExpenditureAmtTotal Resource Per Pupil Expenditure Amountdistrict.detail.totalPerPupilExpenditureAmt
School District /school/districtperPupilExpInstrPctPer Pupil Expenditure (Instruction) Percentagedistrict.detail.perPupilExpInstrPct
School District /school/districtperPupilExpSuptSvcsPctPer Pupil Expenditure (Substance Use Prevention and Treatment Services) Percentagedistrict.detail.perPupilExpSuptSvcsPct
School District /school/districtperPupilExpAdminPctPer Pupil Expenditure (Administrative) Percentagedistrict.detail.perPupilExpAdminPct
School District /school/districtperPupilExpOtherPctPer Pupil Expenditure (Other) Percentagedistrict.detail.perPupilExpOtherPct
School District /school/districttotalRevenueAmtTotal Revenue Amountdistrict.detail.totalRevenueAmt
School District /school/districttotalFederalRevenueAmtTotal Federal Revenue Amountdistrict.detail.totalFederalRevenueAmt
School District /school/districtfedRevStTitleIAmtFederal Revenue - State - Title I Amountdistrict.detail.fedRevStTitleIAmt
School District /school/districtfedRevStCwdiAmtFederal Revenue - State - Center for Workplace Diversity and Inclusion Amountdistrict.detail.fedRevStCwdiAmt
School District /school/districtfedRevStMathSciTchQltyAmtFederal Revenue - State - Math Science Technoloy Quality Amountdistrict.detail.fedRevStMathSciTchQltyAmt
School District /school/districtfedRevStDrugFreeSchoolsAmtFederal Revenue - State - Drug Free Schools Amountdistrict.detail.fedRevStDrugFreeSchoolsAmt
School District /school/districtfedRevStVocTechEdAmtFederal Revenue - State - Vocational Tech Education Amountdistrict.detail.fedRevStVocTechEdAmt
School District /school/districtfedRevStBilingualEdAmtFederal Revenue - State - Bilingual Education Amountdistrict.detail.fedRevStBilingualEdAmt
School District /school/districtfedRevStOtherAmtFederal Revenue - State - Other Amountdistrict.detail.fedRevStOtherAmt
School District /school/districtfedRevStChildNutrActAmtFederal Revenue - State - Child Nutrition Act Amountdistrict.detail.fedRevStChildNutrActAmt
School District /school/districtfedRevNonspecAmtFederal Revenue - Nonspecific Amountdistrict.detail.fedRevNonspecAmt
School District /school/districtfedRevDirectImpactAidAmtFederal Revenue - Direct Impact Aid Amountdistrict.detail.fedRevDirectImpactAidAmt
School District /school/districtfedRevDirectIndianEdAmtFederal Revenue - Direct Indian Education Amountdistrict.detail.fedRevDirectIndianEdAmt
School District /school/districtfedRevDirectOtherAmtFederal Revenue - Direct Other Amountdistrict.detail.fedRevDirectOtherAmt
School District /school/districttotalStateRevenueAmtTotal State Revenue Amountdistrict.detail.totalStateRevenueAmt
School District /school/districtstRevGeneralFormulaAssistAmtState Revenue - General Formula Assist Amountdistrict.detail.stRevGeneralFormulaAssistAmt
School District /school/districtstRevStaffImprovementProgAmtState Revenue - Staff Improvement Program Amountdistrict.detail.stRevStaffImprovementProgAmt
School District /school/districtstRevSpecialEdProgAmtState Revenue - Special Education Program Amountdistrict.detail.stRevSpecialEdProgAmt
School District /school/districtstRevBasicSkillsProgAmtState Revenue - Basic Skills Program Amountdistrict.detail.stRevBasicSkillsProgAmt
School District /school/districtstRevBilingualEdProgAmtState Revenue - Bilingual Education Program Amountdistrict.detail.stRevBilingualEdProgAmt
School District /school/districtstRevGiftedTalentedProgAmtState Revenue - Gifted Talented Program Amountdistrict.detail.stRevGiftedTalentedProgAmt
School District /school/districtstRevVocEdProgAmtState Revenue - Vocational Education Program Amountdistrict.detail.stRevVocEdProgAmt
School District /school/districtstRevSchoolLunchProgAmtState Revenue - School Lunch Program Amountdistrict.detail.stRevSchoolLunchProgAmt
School District /school/districtstRevCapOutDebtSvcsProgAmtState Revenue - Capital Outlay Debt Services Program Amountdistrict.detail.stRevCapOutDebtSvcsProgAmt
School District /school/districtstRevTransProgAmtState Revenue - Trans Program Amountdistrict.detail.stRevTransProgAmt
School District /school/districtstRevOtherProgAmtState Revenue - Other Program Amountdistrict.detail.stRevOtherProgAmt
School District /school/districtstRevNonspecAmtState Revenue - Nonspecific Amountdistrict.detail.stRevNonspecAmt
School District /school/districtstRevObEmpBenefitsAmtState Revenue - Obligatory Employee Benefits Amountdistrict.detail.stRevObEmpBenefitsAmt
School District /school/districtstRevObNotEmpBenefitsAmtState Revenue - Obligatory Not Employee Benefits Amountdistrict.detail.stRevObNotEmpBenefitsAmt
School District /school/districttotalLocalRevenueAmtTotal Local Revenue Amountdistrict.detail.totalLocalRevenueAmt
School District /school/districtlocRevPropertyTaxAmtLocal Revenue - Property Tax Amountdistrict.detail.locRevPropertyTaxAmt
School District /school/districtlocRevGeneralSalesTaxAmtLocal Revenue - General Sales Tax Amountdistrict.detail.locRevGeneralSalesTaxAmt
School District /school/districtlocRevPublicUtilityTaxAmtLocal Revenue - Public Utility Tax Amountdistrict.detail.locRevPublicUtilityTaxAmt
School District /school/districtlocRevIndivCorpIncomeTaxAmtLocal Revenue - Indivual Corporate Income Tax Amountdistrict.detail.locRevIndivCorpIncomeTaxAmt
School District /school/districtlocRevOtherTaxAmtLocal Revenue - Other Tax Amountdistrict.detail.locRevOtherTaxAmt
School District /school/districtlocRevOtherSchSystemsAmtLocal Revenue - Other School Systems Amountdistrict.detail.locRevOtherSchSystemsAmt
School District /school/districtlocRevFromCitiesCountiesAmtLocal Revenue - From Cities Counties Amountdistrict.detail.locRevFromCitiesCountiesAmt
School District /school/districtlocRevTuitionFeeAmtLocal Revenue - Tuition Fee Amountdistrict.detail.locRevTuitionFeeAmt
School District /school/districtlocRevTransportationFeeAmtLocal Revenue - Transportation Fee Amountdistrict.detail.locRevTransportationFeeAmt
School District /school/districtlocRevSchoolLunchAmtLocal Revenue - School Lunch Amountdistrict.detail.locRevSchoolLunchAmt
School District /school/districtlocRevTextbookSalesRentalsAmtLocal Revenue - Textbook Sales Rentals Amountdistrict.detail.locRevTextbookSalesRentalsAmt
School District /school/districtlocRevDistActivityReceiptsAmtLocal Revenue - District Activity Receipts Amountdistrict.detail.locRevDistActivityReceiptsAmt
School District /school/districtlocRevStudentFeesNonspecAmtLocal Revenue - Student Fees Nonspec Amountdistrict.detail.locRevStudentFeesNonspecAmt
School District /school/districtlocRevOtherSalesSvcsAmtLocal Revenue - Other Sales Services Amountdistrict.detail.locRevOtherSalesSvcsAmt
School District /school/districtlocRevRentsRoyaltiesAmtLocal Revenue - Rents Royalties Amountdistrict.detail.locRevRentsRoyaltiesAmt
School District /school/districtlocRevPropertySaleAmtLocal Revenue - Property Sale Amountdistrict.detail.locRevPropertySaleAmt
School District /school/districtlocRevInterestEarningsAmtLocal Revenue - Interest Earnings Amountdistrict.detail.locRevInterestEarningsAmt
School District /school/districtlocRevFineForfeitAmtLocal Revenue - Fine Forfeit Amountdistrict.detail.locRevFineForfeitAmt
School District /school/districtlocRevPrivContribAmtLocal Revenue - Private Contribution Amountdistrict.detail.locRevPrivContribAmt
School District /school/districtlocRevMiscAmtLocal Revenue - Miscellaneous Amountdistrict.detail.locRevMiscAmt
School District /school/districttotalExpenditureAmtTotal Expenditure Amountdistrict.detail.totalExpenditureAmt
School District /school/districttotalCurExpElemScdyEdAmtTotal Current Expenditure Elementary and Secondary Education Amountdistrict.detail.totalCurExpElemScdyEdAmt
School District /school/districttotalCurExpInstrAmtTotal Current Expenditure Substance Use Prevention and Treatment Services Amountdistrict.detail.totalCurExpInstrAmt
School District /school/districtcurExpInstrAmtCurrent Expenditure - Food Services Amountdistrict.detail.curExpInstrAmt
School District /school/districtpaymentsToPrivateSchoolsAmtPayments To Private Schools Amountdistrict.detail.paymentsToPrivateSchoolsAmt
School District /school/districtpaymentsToPublicSchoolsAmtPayments To Public Schools Amountdistrict.detail.paymentsToPublicSchoolsAmt
School District /school/districttotalCurExpSuptSvcsAmtTotal Current Expenditure Substance Use Prevention and Treatment Services Amountdistrict.detail.totalCurExpSuptSvcsAmt
School District /school/districtcurExpSuptSvcsPupilsAmtCurrent Expenditure - Substance Use Prevention and Treatment Services Pupils Amountdistrict.detail.curExpSuptSvcsPupilsAmt
School District /school/districtcurExpSuptSvcsInstrStaffAmtCurrent Expenditure - Substance Use Prevention and Treatment Services Instructional Staff Amountdistrict.detail.curExpSuptSvcsInstrStaffAmt
School District /school/districtcurExpSuptSvcsGenAdminAmtCurrent Expenditure - Substance Use Prevention and Treatment Services Gen Admin Amountdistrict.detail.curExpSuptSvcsGenAdminAmt
School District /school/districtcurExpSuptSvcsSchAdminAmtCurrent Expenditure - Substance Use Prevention and Treatment Services School Admin Amountdistrict.detail.curExpSuptSvcsSchAdminAmt
School District /school/districtcurExpSuptSvcsPlantOpsAmtCurrent Expenditure - Substance Use Prevention and Treatment Services Plant Ops Amountdistrict.detail.curExpSuptSvcsPlantOpsAmt
School District /school/districtcurExpStudentTransAmtCurrent Expenditure - Student Trans Amountdistrict.detail.curExpStudentTransAmt
School District /school/districtcurExpBusCentralOtherAmtCurrent Expenditure - Bus Central Other Amountdistrict.detail.curExpBusCentralOtherAmt
School District /school/districtcurExpSuptSvcsNonspecAmtCurrent Expenditure - Substance Use Prevention and Treatment Services Nonspec Amountdistrict.detail.curExpSuptSvcsNonspecAmt
School District /school/districttotalCurExpOtherElemScdyAmtTotal Current Expenditure on Other Elementary and Secondary Amountdistrict.detail.totalCurExpOtherElemScdyAmt
School District /school/districtcurExpFoodSvcsAmtCurrent Expenditure - Food Services Amountdistrict.detail.curExpFoodSvcsAmt
School District /school/districtcurExpEnterpriseOpsAmtCurrent Expenditure - Enterprise Ops Amountdistrict.detail.curExpEnterpriseOpsAmt
School District /school/districtcurExpOtherElemScdyAmtCurrent Expenditure - Other Elementary and Secondary Amountdistrict.detail.curExpOtherElemScdyAmt
School District /school/districttotalNonElemScdyExpAmtTotal Nonfiscal Elementary and Secondary Expenditure Amountdistrict.detail.totalNonElemScdyExpAmt
School District /school/districtnonElemScdyExpCommSvcsAmtNonfiscal Elementary and Secondary Expenditure - Comm Services Amountdistrict.detail.nonElemScdyExpCommSvcsAmt
School District /school/districtnonElemScdyExpAdultEdAmtNonfiscal Elementary and Secondary Expenditure - Adult Education Amountdistrict.detail.nonElemScdyExpAdultEdAmt
School District /school/districtnonElemScdyExpOtherAmtNonfiscal Elementary and Secondary Expenditure - Other Amountdistrict.detail.nonElemScdyExpOtherAmt
School District /school/districttotalCapOutlayExpAmtTotal Capital Outlay Expenditure Amountdistrict.detail.totalCapOutlayExpAmt
School District /school/districtcapOutConstructionAmtCapital Outlay - Construction Amountdistrict.detail.capOutConstructionAmt
School District /school/districtcapOutLandExistingStructsAmtCapital Outlay - Land Existing Structs Amountdistrict.detail.capOutLandExistingStructsAmt
School District /school/districtcapOutInstrEquipAmtCapital Outlay - Instructional Equipment Amountdistrict.detail.capOutInstrEquipAmt
School District /school/districtcapOutOtherEquipAmtCapital Outlay - Other Equipment Amountdistrict.detail.capOutOtherEquipAmt
School District /school/districtcapOutNonspecEquipAmtCapital Outlay - Nonspecific Equip Amountdistrict.detail.capOutNonspecEquipAmt
School District /school/districtpaymentsToStGovtAmtPayments To State Government Amountdistrict.detail.paymentsToStGovtAmt
School District /school/districtpaymentsToLocGovtAmtPayments To Local Government Amountdistrict.detail.paymentsToLocGovtAmt
School District /school/districtpaymentsToOtherSchSystemsAmtPayments To Other School Systems Amountdistrict.detail.paymentsToOtherSchSystemsAmt
School District /school/districtinterestOnDebtAmtInterest On Debt Amountdistrict.detail.interestOnDebtAmt
School District /school/districttotalSalariesAmtTotal Salaries Amountdistrict.detail.totalSalariesAmt
School District /school/districtsalariesInstructionAmtSalaries Instruction Amountdistrict.detail.salariesInstructionAmt
School District /school/districtteacherSalRegEdAmtTeacher Salaries - Regular Education Amountdistrict.detail.teacherSalRegEdAmt
School District /school/districtteacherSalSpecEdAmtTeacher Salaries - Special Education Amountdistrict.detail.teacherSalSpecEdAmt
School District /school/districtteacherSalVocEdAmtTeacher Salaries - Vocational Education Amountdistrict.detail.teacherSalVocEdAmt
School District /school/districtteacherSalOtherEdAmtTeacher Salaries - Other Education Amountdistrict.detail.teacherSalOtherEdAmt
School District /school/districtsalSuptSvcsPupilsAmtSalary - Substance Use Prevention and Treatment Services - Pupils Amountdistrict.detail.salSuptSvcsPupilsAmt
School District /school/districtsalSuptSvcsInstrStaffAmtSalary - Substance Use Prevention and Treatment Services - Instructional Staff Amountdistrict.detail.salSuptSvcsInstrStaffAmt
School District /school/districtsalSuptSvcsGenAdminAmtSalary - Substance Use Prevention and Treatment Services - General Administration Amountdistrict.detail.salSuptSvcsGenAdminAmt
School District /school/districtsalSuptSvcsSchAdminAmtSalary - Substance Use Prevention and Treatment Services - School Administration Amountdistrict.detail.salSuptSvcsSchAdminAmt
School District /school/districtsalSuptSvcsPlantOpsAmtSalary - Substance Use Prevention and Treatment Services - Plant Operations Amountdistrict.detail.salSuptSvcsPlantOpsAmt
School District /school/districtsalSuptSvcsStudTransAmtSalary - Substance Use Prevention and Treatment Services - Student Trans Amountdistrict.detail.salSuptSvcsStudTransAmt
School District /school/districtsalSuptSvcsBusOtherAmtSalary - Substance Use Prevention and Treatment Services - Bus Other Amountdistrict.detail.salSuptSvcsBusOtherAmt
School District /school/districtsalFoodSvcsAmtSalary - Food Services Amountdistrict.detail.salFoodSvcsAmt
School District /school/districttotalEmpBenefitsAmtTotal Employee Benefits Amountdistrict.detail.totalEmpBenefitsAmt
School District /school/districtempBenInstructionAmtEmployee Benefits - Instruction Amountdistrict.detail.empBenInstructionAmt
School District /school/districtempBenSuptSvcsPupilsAmtEmployee Benefits - Substance Use Prevention and Treatment Services - Pupils Amountdistrict.detail.empBenSuptSvcsPupilsAmt
School District /school/districtempBenSuptSvcsInstrStaffAmtEmployee Benefits - Substance Use Prevention and Treatment Services - Instructional Staff Amountdistrict.detail.empBenSuptSvcsInstrStaffAmt
School District /school/districtempBenSuptSvcsGenAdminAmtEmployee Benefits - Substance Use Prevention and Treatment Services - General Administration Amountdistrict.detail.empBenSuptSvcsGenAdminAmt
School District /school/districtempBenSuptSvcsSchAdminAmtEmployee Benefits - Substance Use Prevention and Treatment Services - School Administration Amountdistrict.detail.empBenSuptSvcsSchAdminAmt
School District /school/districtempBenSuptSvcsPlantOpsAmtEmployee Benefits - Substance Use Prevention and Treatment Services - Plant Operations Amountdistrict.detail.empBenSuptSvcsPlantOpsAmt
School District /school/districtempBenSuptSvcsStudTransAmtEmployee Benefits - Substance Use Prevention and Treatment Services - Student Trans Amountdistrict.detail.empBenSuptSvcsStudTransAmt
School District /school/districtempBenSuptSvcsBusOtherAmtEmployee Benefits - Substance Use Prevention and Treatment Services - Bus Other Amountdistrict.detail.empBenSuptSvcsBusOtherAmt
School District /school/districtempBenFoodSvcsAmtEmployee Benefits - Food Services Amountdistrict.detail.empBenFoodSvcsAmt
School District /school/districtempBenEnterpriseOpsAmtEmployee Benefits - Enterprise Ops Amountdistrict.detail.empBenEnterpriseOpsAmt
School District /school/districttextbooksAmtTextbooks Amountdistrict.detail.textbooksAmt
School District /school/districtlongTermDebtFyStartAmtLong Term Debt - Fiscal Year Start Amountdistrict.detail.longTermDebtFyStartAmt
School District /school/districtlongTermDebtIssuedFyAmtLong Term Debt - Issued Fiscal Year Amountdistrict.detail.longTermDebtIssuedFyAmt
School District /school/districtlongTermDebtRetiredFyAmtLong Term Debt - Retired Fiscal Year Amountdistrict.detail.longTermDebtRetiredFyAmt
School District /school/districtlongTermDebtFyEndAmtLong Term Debt - Fiscal Year End Amountdistrict.detail.longTermDebtFyEndAmt
School District /school/districtshortTermDebtFyStartAmtShort Term Debt - Fiscal Year Start Amountdistrict.detail.shortTermDebtFyStartAmt
School District /school/districtshortTermDebtFyEndAmtShort Term Debt - Fiscal Year End Amountdistrict.detail.shortTermDebtFyEndAmt
School District /school/districtassetsSinkingFundAmtAssets Sinking Fund Amountdistrict.detail.assetsSinkingFundAmt
School District /school/districtassetsBondFundAmtAssets Bond Fund Amountdistrict.detail.assetsBondFundAmt
School District /school/districtassetsOtherFundsAmtAssets Other Funds Amountdistrict.detail.assetsOtherFundsAmt
School District /school/districtblueRibbon2003CurrentCntYear 2003 Blue Ribbon Countdistrict.detail.blueRibbon2003CurrentCnt
School District /school/districtcharterSchoolCntCharter School Countdistrict.detail.charterSchoolCnt
School District /school/districtmagnetSchoolCntMagnet School Countdistrict.detail.magnetSchoolCnt
School District /school/districtvocationalEducationSchoolCntVocational Education School Countdistrict.detail.vocationalEducationSchoolCnt
School District /school/districtenrollPkSchool enrollment by grade pre schooldistrict.detail.enrollPk
School District /school/districtenrollKgSchool enrollment by grade kinder gardendistrict.detail.enrollKg
School District /school/districtenrollG01School enrollment by grade Onedistrict.detail.enrollG01
School District /school/districtenrollG02School enrollment by grade Twodistrict.detail.enrollG02
School District /school/districtenrollG03School enrollment by grade Threedistrict.detail.enrollG03
School District /school/districtenrollG04School enrollment by grade Fourdistrict.detail.enrollG04
School District /school/districtenrollG05School enrollment by grade Fivedistrict.detail.enrollG05
School District /school/districtenrollG06School enrollment by grade Sixdistrict.detail.enrollG06
School District /school/districtenrollG07School enrollment by grade Sevendistrict.detail.enrollG07
School District /school/districtenrollG08School enrollment by grade Eightdistrict.detail.enrollG08
School District /school/districtenrollG09School enrollment by grade Ninedistrict.detail.enrollG09
School District /school/districtenrollG10School enrollment by grade Tendistrict.detail.enrollG10
School District /school/districtenrollG11School enrollment by grade Elevendistrict.detail.enrollG11
School District /school/districtenrollG12School enrollment by grade Twelvedistrict.detail.enrollG12
School District /school/districtenrollUngradedUngraded enrollment numberdistrict.detail.enrollUngraded
School District /school/districtpriorYearStudentCntPrior Year Student Countdistrict.detail.priorYearStudentCnt
School District /school/districtstudentYearlyChangeCntStudent Yearly Change Countdistrict.detail.studentYearlyChangeCnt
School District /school/districtstudentYearlyChangePctStudent Yearly Change Percentagedistrict.detail.studentYearlyChangePct
School District /school/districtvocationalEducationIndVocational Education Indicator (Y/N)district.detail.vocationalEducationInd
School District /school/districtspecialEducationIndSpecial Education Indicator (Y/N)district.detail.specialEducationInd
School District /school/districtadultEducationIndAdult Education Indicator (Y/N)district.detail.adultEducationInd
School District /school/districtbilingualEducationIndBilingual Education Indicator (Y/N)district.detail.bilingualEducationInd
School District /school/districtpopAge5_17BelowPovertyLevelPctPopulation Age 5 to Below 17 Poverty Level Percentagedistrict.detail.popAge5_17BelowPovertyLevelPct
School District /school/districtschoolDistrictRatingSchool District Ratingdistrict.detail.schoolDistrictRating
School District /school/districtupdatedateRecord Last Update Datedistrict.detail.updatedate
School District/school/districtyearSchool District measurement results yeardistrict.testScores.year
School District/school/districtsubjectSchool District measurement results subject namedistrict.testScores.subject
School District/school/districtgradeSchool District measurement results gradedistrict.testScores.grade
School District/school/districtscoreSchool District measurement scoredistrict.testScores.score
School District/school/districtinstitutionTypeInstitutionTypedistrict.testScores.intitutionType
School Profile/school/profilegeoIdV4Unique Identifier for all Geography Typesschool.location.geoIdV4
School Profile/school/profilelatitudeLatitudeschool.location.latitude
School Profile/school/profilelongitudeLongitudeschool.location.longitude
School Profile/school/profileaddressLine1Addressschool.location.addressLine1
School Profile/school/profilecityCity Nameschool.location.city
School Profile/school/profilestateCodeState Codeschool.location.stateCode
School Profile/school/profilezipCodeZip Codeschool.location.zipCode
School Profile/school/profilestateFIPsState FIPS Codeschool.location.stateFIPs
School Profile/school/profilecountyFIPsCounty FIPS Codeschool.location.countyFIPs
School Profile/school/profilecountyNameCounty Nameschool.location.countyName
School Profile/school/profilencesSchoolIdNational Center for Education Statistics School Identifierschool.detail.ncesSchoolId
School Profile/school/profilestateSchoolIdState School Identifierschool.detail.stateSchoolId
School Profile/school/profileschoolNameSchool Nameschool.detail.schoolName
School Profile/school/profilephonePhoneschool.detail.phone
School Profile/school/profileschoolUrlSchool Website URLschool.detail.schoolUrl
School Profile/school/profilemailAddressLine1Mailing Addressschool.detail.mailAddressLine1
School Profile/school/profilemailCityMailing City nameschool.detail.mailCity
School Profile/school/profilemailStateCodeMailing State Codeschool.detail.mailStateCode
School Profile/school/profilemailZipCodeMailing Zip Codeschool.detail.mailZipCode
School Profile/school/profilemailStateFIPsMailing State FIPSschool.detail.mailStateFIPs
School Profile/school/profilemailCountyFIPsMailing County FIPSschool.detail.mailCountyFIPs
School Profile/school/profilemailCountyNameMailing County Nameschool.detail.mailCountyName
School Profile/school/profileinstitutionTypeInstitution Typeschool.detail.institutionType
School Profile/school/profileschoolTypeSchool Typeschool.detail.schoolType
School Profile/school/profilestatusStatusschool.detail.status
School Profile/school/profileinstructionalLevelInstitutional Levelschool.detail.instructionalLevel
School Profile/school/profilegradeSpanLowGrade Span Low valueschool.detail.gradeSpanLow
School Profile/school/profilegradeSpanHighGrade Span High valueschool.detail.gradeSpanHigh
School Profile/school/profileelementarySchoolIndElementary School Indicatorschool.detail.elementarySchoolInd
School Profile/school/profilemiddleSchoolIndMiddle School Indicatorschool.detail.middleSchoolInd
School Profile/school/profilehighSchoolIndHigh School Indicatorschool.detail.highSchoolInd
School Profile/school/profileeeIndEnvironmental Education availability indicator (Y/N)school.detail.eeInd
School Profile/school/profilepkIndPre-kindergarten availability Indicator (Y/N)school.detail.pkInd
School Profile/school/profilekgIndKindergarten availability Indicator (Y/N)school.detail.kgInd
School Profile/school/profiletransitionalKgIndTransitional Kindergarten availability Indicator (Y/N)school.detail.transitionalKgInd
School Profile/school/profiletransitionalGrade01IndTransitional First Grade availability Indicator (Y/N)school.detail.transitionalGrade01Ind
School Profile/school/profilegrade01IndFirst Grade availability Indicator (Y/N)school.detail.grade01Ind
School Profile/school/profilegrade02IndSecond Grade availability Indicator (Y/N)school.detail.grade02Ind
School Profile/school/profilegrade03IndThird Grade availability Indicator (Y/N)school.detail.grade03Ind
School Profile/school/profilegrade04IndFourth Grade availability Indicator (Y/N)school.detail.grade04Ind
School Profile/school/profilegrade05IndFifth Grade availability Indicator (Y/N)school.detail.grade05Ind
School Profile/school/profilegrade06IndSixth Grade availability Indicator (Y/N)school.detail.grade06Ind
School Profile/school/profilegrade07IndSeventh Grade availability Indicator (Y/N)school.detail.grade07Ind
School Profile/school/profilegrade08IndEighth Grade availability Indicator (Y/N)school.detail.grade08Ind
School Profile/school/profilegrade09IndNinth Grade availability Indicator (Y/N)school.detail.grade09Ind
School Profile/school/profilegrade10IndTenth Grade availability Indicator (Y/N)school.detail.grade10Ind
School Profile/school/profilegrade11IndEleventh Grade availability Indicator (Y/N)school.detail.grade11Ind
School Profile/school/profilegrade12IndTwelfth Grade availability Indicator (Y/N)school.detail.grade12Ind
School Profile/school/profileungradedIndUngraded Grade availability Indicator (Y/N)school.detail.ungradedInd
School Profile/school/profilestudentCntTotal Student Countschool.detail.studentCnt
School Profile/school/profilestudentCntRangeStudent RANGE Codeschool.detail.studentCntRange
School Profile/school/profileteachersFteTeachers FTE Codeschool.detail.teachersFte
School Profile/school/profilestudentTeacherRatioStudent RATIO Codeschool.detail.studentTeacherRatio
School Profile/school/profiletitleIEligibleIndTitle I Eligibility Indicator (Y/N)school.detail.titleIEligibleInd
School Profile/school/profiletitleISchoolwideProgramEligibleIndTitle I Schoolwide Program Eligibility Indicator (Y/N)school.detail.titleISchoolwideProgramEligibleInd
School Profile/school/profiletitleITargetedAssistanceProgramIndTitle I Targeted Assistancce Program Indicator (Y/N)school.detail.titleITargetedAssistanceProgramInd
School Profile/school/profiletitleISchoolwideProgramIndTitle I Schoolwide Program Indicator (Y/N)school.detail.titleISchoolwideProgramInd
School Profile/school/profilevirtualSchoolIndVirtual School Indicator (Y/N)school.detail.virtualSchoolInd
School Profile/school/profilemagnetIndMagnet School Indicator (Y/N)school.detail.magnetInd
School Profile/school/profilecharterIndCharter School Indicator (Y/N)school.detail.charterInd
School Profile/school/profilesharedIndShared Indicatorschool.detail.sharedInd
School Profile/school/profileacceleratedChristianEducationIndAccelerated Christian Education Indicator (Y/N)school.detail.acceleratedChristianEducationInd
School Profile/school/profileamericanAssocOfChristianSchoolsIndAmerican Assoc Of Christian Schools Indicator (Y/N)school.detail.americanAssocOfChristianSchoolsInd
School Profile/school/profileassocOfChristianSchoolsIntlIndAssociation Of Christian Schools Intl Indicator (Y/N)school.detail.assocOfChristianSchoolsIntlInd
School Profile/school/profileassocOfChristianTeachersAndSchoolsIndAssociation Of Christian Teachers And Schools Indicator (Y/N)school.detail.assocOfChristianTeachersAndSchoolsInd
School Profile/school/profileassocOfClassicalAndChristianSchoolsIndAssociation Of Classical And Christian Schools Indicator (Y/N)school.detail.assocOfClassicalAndChristianSchoolsInd
School Profile/school/profilechristianSchoolsIntlIndChristian Schools International Indicator (Y/N)school.detail.christianSchoolsIntlInd
School Profile/school/profilecouncilOfIslamicSchoolsInNorthAmericaIndCouncil Of Islamic Schools In North America Indicator (Y/N)school.detail.councilOfIslamicSchoolsInNorthAmericaInd
School Profile/school/profileevangelicalLutheranEducationAssocIndEvangelical Lutheran Education Association Indicator (Y/N)school.detail.evangelicalLutheranEducationAssocInd
School Profile/school/profilefriendsCouncilOnEducationIndFriends Council On Education Indicator (Y/N)school.detail.friendsCouncilOnEducationInd
School Profile/school/profilegeneralConferenceOfSeventhDayAdventistChurchIndGeneral Conference Of Seventh Day Adventist Church Indicator (Y/N)school.detail.generalConferenceOfSeventhDayAdventistChurchInd
School Profile/school/profileislamicSchoolLeagueOfAmericaIndIslamic School League Of America Indicator (Y/N)school.detail.islamicSchoolLeagueOfAmericaInd
School Profile/school/profilejesuitSecondaryEducationAssocIndJesuit Secondary Education Association Indicator (Y/N)school.detail.jesuitSecondaryEducationAssocInd
School Profile/school/profilenationalAssocOfEpiscopalSchoolsIndNational Association Of Episcopal Schools Indicator (Y/N)school.detail.nationalAssocOfEpiscopalSchoolsInd
School Profile/school/profilenationalCatholicEducationAssocIndNational Catholic Education Association Indicator (Y/N)school.detail.nationalCatholicEducationAssocInd
School Profile/school/profilenationalChristianSchoolAssocIndNational Christian School Association Indicator (Y/N)school.detail.nationalChristianSchoolAssocInd
School Profile/school/profilenationalSocietyOfHebrewDaySchoolsIndNational Society Of Hebrew Day Schools Indicator (Y/N)school.detail.nationalSocietyOfHebrewDaySchoolsInd
School Profile/school/profileoralRobertsUniversityEducationFellowshipIndOral Roberts University Education Fellowship Indicator (Y/N)school.detail.oralRobertsUniversityEducationFellowshipInd
School Profile/school/profileprizmahCenterForJewishDaySchoolsIndPrizmah Center For Jewish Day Schools Indicator (Y/N)school.detail.prizmahCenterForJewishDaySchoolsInd
School Profile/school/profilesouthernBaptistAssocOfChristianSchoolsIndSouthern Baptist Association Of Christian Schools Indicator (Y/N)school.detail.southernBaptistAssocOfChristianSchoolsInd
School Profile/school/profileotherReligiousSchoolAssocsIndOther Religious School Associations Indicator (Y/N)school.detail.otherReligiousSchoolAssocsInd
School Profile/school/profileamericanMontessoriSocietyIndAmerican Montessori Society Indicator (Y/N)school.detail.americanMontessoriSocietyInd
School Profile/school/profileassocMontessoriIntlIndAssociation Montessori Intl Indicator (Y/N)school.detail.assocMontessoriIntlInd
School Profile/school/profileotherMontessoriAssocsIndOther Montessori Associations Indicator (Y/N)school.detail.otherMontessoriAssocsInd
School Profile/school/profileassocMilitaryCollegesAndSchoolsIndAssociation Military Colleges And Schools Indicator (Y/N)school.detail.assocMilitaryCollegesAndSchoolsInd
School Profile/school/profileassocWaldorfSchoolsOfNorthAmericaIndAssociation Waldorf Schools Of North America Indicator (Y/N)school.detail.assocWaldorfSchoolsOfNorthAmericaInd
School Profile/school/profilenationalAssocOfPrivateSpecialEducationCentersIndNational Association Of Private Special Education Centers Indicator (Y/N)school.detail.nationalAssocOfPrivateSpecialEducationCentersInd
School Profile/school/profileotherAssocsForExceptionalChildrenIndOther Associations For Exceptional Children Indicator (Y/N)school.detail.otherAssocsForExceptionalChildrenInd
School Profile/school/profileeuropeanCouncilForInternationalSchoolsIndEuropean Council For International Schools Indicator (Y/N)school.detail.europeanCouncilForInternationalSchoolsInd
School Profile/school/profilenationalAssocForTheEducationOfYoungChildrenIndNational Association For The Education Of Young Children Indicator (Y/N)school.detail.nationalAssocForTheEducationOfYoungChildrenInd
School Profile/school/profilenationalAssocOfLaboratorySchoolsIndNational Association Of Laboratory Schools Indicator (Y/N)school.detail.nationalAssocOfLaboratorySchoolsInd
School Profile/school/profilenationalCoalitionOfGirlsSchoolsIndNational Coalition Of Girls Schools Indicator (Y/N)school.detail.nationalCoalitionOfGirlsSchoolsInd
School Profile/school/profileotherSpecialEmphasisAssocsIndOther Special Emphasis Associations Indicator (Y/N)school.detail.otherSpecialEmphasisAssocsInd
School Profile/school/profilealternativeSchoolNetworkIndAlternative School Network Indicator (Y/N)school.detail.alternativeSchoolNetworkInd
School Profile/school/profilenationalAssocatiationOfIndependentSchoolsIndNational Associationatiation Of Independent Schools Indicator (Y/N)school.detail.nationalAssocatiationOfIndependentSchoolsInd
School Profile/school/profilestateOrRegionalIndependentSchoolAssocIndState Or Regional Independent School Association Indicator (Y/N)school.detail.stateOrRegionalIndependentSchoolAssocInd
School Profile/school/profilenationalCoalitionOfAlternativeCommunitySchoolsIndNational Coalition Of Alternative Community Schools Indicator (Y/N)school.detail.nationalCoalitionOfAlternativeCommunitySchoolsInd
School Profile/school/profilenationalIndependentPrivateSchoolsAssocIndNational Independent Private Schools Assoc Indicator (Y/N)school.detail.nationalIndependentPrivateSchoolsAssocInd
School Profile/school/profiletheAssocOfBoardingSchoolsIndThe Assoc Of Boarding Schools Indicator (Y/N)school.detail.theAssocOfBoardingSchoolsInd
School Profile/school/profileotherSchoolAssocsIndOther School Assocs Indicator (Y/N)school.detail.otherSchoolAssocsInd
School Profile/school/profileenrollPkPre-kindergarten student enrollment numberschool.detail.enrollPk
School Profile/school/profileenrollKgKindergarten student enrollment numberschool.detail.enrollKg
School Profile/school/profileenrollG01First Grade student enrollment numberschool.detail.enrollG01
School Profile/school/profileenrollG02Second Grade student enrollment numberschool.detail.enrollG02
School Profile/school/profileenrollG03Third Grade student enrollment numberschool.detail.enrollG03
School Profile/school/profileenrollG04Fourth Grade student enrollment numberschool.detail.enrollG04
School Profile/school/profileenrollG05Fifth Grade student enrollment numberschool.detail.enrollG05
School Profile/school/profileenrollG06Sixth Grade student enrollment numberschool.detail.enrollG06
School Profile/school/profileenrollG07Seventh Grade student enrollment numberschool.detail.enrollG07
School Profile/school/profileenrollG08Eighth Grade student enrollment numberschool.detail.enrollG08
School Profile/school/profileenrollG09Ninth Grade student enrollment numberschool.detail.enrollG09
School Profile/school/profileenrollG10Tenth Grade student enrollment numberschool.detail.enrollG10
School Profile/school/profileenrollG11Eleventh Grade student enrollment numberschool.detail.enrollG11
School Profile/school/profileenrollG12Twelfth Grade student enrollment numberschool.detail.enrollG12
School Profile/school/profileenrollUngradedUngraded student enrollment numberschool.detail.enrollUngraded
School Profile/school/profileenrollAmAmerican Indian student enrollment numberschool.detail.enrollAm
School Profile/school/profileenrollAsianAsian student enrollment numberschool.detail.enrollAsian
School Profile/school/profileenrollHispHispanic student enrollment numberschool.detail.enrollHisp
School Profile/school/profileenrollBlackBlack student enrollment numberschool.detail.enrollBlack
School Profile/school/profileenrollWhiteWhite student enrollment numberschool.detail.enrollWhite
School Profile/school/profileenrollPacificPacific Islander student enrollment numberschool.detail.enrollPacific
School Profile/school/profileenrollMultipleRacesMultiple Races student enrollment numberschool.detail.enrollMultipleRaces
School Profile/school/profileenrollAmPctAmerican Indian student enrollment percentageschool.detail.enrollAmPct
School Profile/school/profileenrollAsianPctAsian student enrollment percentageschool.detail.enrollAsianPct
School Profile/school/profileenrollHispPctHispanic student enrollment percentageschool.detail.enrollHispPct
School Profile/school/profileenrollBlackPctBlack student enrollment percentageschool.detail.enrollBlackPct
School Profile/school/profileenrollWhitePctWhite student enrollment percentageschool.detail.enrollWhitePct
School Profile/school/profileenrollPacificPctPacific Islander student enrollment percentageschool.detail.enrollPacificPct
School Profile/school/profileenrollMultipleRacesPctMultiple Races student enrollment percentageschool.detail.enrollMultipleRacesPct
School Profile/school/profileenrollMaleMale student enrollment numberschool.detail.enrollMale
School Profile/school/profileenrollFemaleFemale student enrollment numberschool.detail.enrollFemale
School Profile/school/profileenrollFreeLunchFree Lunch student enrollment numberschool.detail.enrollFreeLunch
School Profile/school/profileenrollReducedLunchReduced Lunch student enrollment numberschool.detail.enrollReducedLunch
School Profile/school/profileenrollFreeOrReducedLunchFree Or Reduced Lunch student enrollment numberschool.detail.enrollFreeOrReducedLunch
School Profile/school/profilenationalSchoolLunchProgramIndNational School Lunch Program Indicatorschool.detail.nationalSchoolLunchProgramInd
School Profile/school/profilenationalSchoolLunchProgramHhfkaProvisionNational School Lunch Program HHFKA Provisionschool.detail.nationalSchoolLunchProgramHhfkaProvision
School Profile/school/profileblueRibbonYearsBlue Ribbon Yearsschool.detail.blueRibbonYears
School Profile/school/profileurbanCentricCommunityTypeUrban Centric Community Typeschool.detail.urbanCentricCommunityType
School Profile/school/profileurbanCentricLocaleTypeUrban Centric Local Typeschool.detail.urbanCentricLocaleType
School Profile/school/profileapIndAP Offering Indicator (Y/N)school.detail.apInd
School Profile/school/profileapArtHistoryIndAP Art History Offering Indicator (Y/N)school.detail.apArtHistoryInd
School Profile/school/profileapArtStudio2DDesignIndAP Art Studio 2D Design Indicator (Y/N)school.detail.apArtStudio2DDesignInd
School Profile/school/profileapArtStudio3DDesignIndAP Art Studio 3D Design Indicator (Y/N)school.detail.apArtStudio3DDesignInd
School Profile/school/profileapArtStudioDrawingIndAP Art Studio Drawing Offering Indicator (Y/N)school.detail.apArtStudioDrawingInd
School Profile/school/profileapBiologyIndAP Biology Offering Indicator (Y/N)school.detail.apBiologyInd
School Profile/school/profileapCalculusAbIndAP Calculus Ab Offering Indicator (Y/N)school.detail.apCalculusAbInd
School Profile/school/profileapCalculusBcIndAP Calculus Bc Offering Indicator (Y/N)school.detail.apCalculusBcInd
School Profile/school/profileapChemistryIndAP Chemistry Offering Indicator (Y/N)school.detail.apChemistryInd
School Profile/school/profileapChineseLanguageCultureIndAP Chinese Language Culture Offering Indicator (Y/N)school.detail.apChineseLanguageCultureInd
School Profile/school/profileapComputerScienceAIndAP Computer Science A Offering Indicator (Y/N)school.detail.apComputerScienceAInd
School Profile/school/profileapComputerScienceAbIndAP Computer Science Ab Offering Indicator (Y/N)school.detail.apComputerScienceAbInd
School Profile/school/profileapComputerSciencePrinciplesIndAP Computer Science Principles Offering Indicator (Y/N)school.detail.apComputerSciencePrinciplesInd
School Profile/school/profileapEconomicsMacroIndAP Economics Macro Offering Indicator (Y/N)school.detail.apEconomicsMacroInd
School Profile/school/profileapEconomicsMicroIndAP Economics Micro Offering Indicator (Y/N)school.detail.apEconomicsMicroInd
School Profile/school/profileapEnglishLanguageCompositionIndAP English Language Composition Offering Indicator (Y/N)school.detail.apEnglishLanguageCompositionInd
School Profile/school/profileapEnglishLiteratureCompositionIndAP English Literature Composition Offering Indicator (Y/N)school.detail.apEnglishLiteratureCompositionInd
School Profile/school/profileapEnvironmentalScienceIndAP Environmental Science Offering Indicator (Y/N)school.detail.apEnvironmentalScienceInd
School Profile/school/profileapEuropeanHistoryIndAP European History Offering Indicator (Y/N)school.detail.apEuropeanHistoryInd
School Profile/school/profileapFrenchLanguageIndAP French Language Offering Indicator (Y/N)school.detail.apFrenchLanguageInd
School Profile/school/profileapFrenchLiteratureIndAP French Literature Offering Indicator (Y/N)school.detail.apFrenchLiteratureInd
School Profile/school/profileapGeographyHumanIndAP Geography Human Offering Indicator (Y/N)school.detail.apGeographyHumanInd
School Profile/school/profileapGermanLanguageIndAP German Language Offering Indicator (Y/N)school.detail.apGermanLanguageInd
School Profile/school/profileapGovernmentPoliticsComparativeIndAP Government Politics Comparative Offering Indicator (Y/N)school.detail.apGovernmentPoliticsComparativeInd
School Profile/school/profileapGovernmentPoliticsUsIndAP Government Politics Us Offering Indicator (Y/N)school.detail.apGovernmentPoliticsUsInd
School Profile/school/profileapItalianLanguageCultureIndAP Italian Language Culture Offering Indicator (Y/N)school.detail.apItalianLanguageCultureInd
School Profile/school/profileapJapaneseLanguageCultureIndAP Japanese Language Culture Offering Indicator (Y/N)school.detail.apJapaneseLanguageCultureInd
School Profile/school/profileapLatinCatullusHoraceIndAP Latin Catullus Horace Offering Indicator (Y/N)school.detail.apLatinCatullusHoraceInd
School Profile/school/profileapLatinVergilIndAP Latin Vergil Offering Indicator (Y/N)school.detail.apLatinVergilInd
School Profile/school/profileapMusicTheoryIndAP Music Theory Offering Indicator (Y/N)school.detail.apMusicTheoryInd
School Profile/school/profileapPhysics1IndAP Physics1 Offering Indicator (Y/N)school.detail.apPhysics1Ind
School Profile/school/profileapPhysics2IndAP Physics2 Offering Indicator (Y/N)school.detail.apPhysics2Ind
School Profile/school/profileapPhysicsBIndAP Physics B Offering Indicator (Y/N)school.detail.apPhysicsBInd
School Profile/school/profileapPhysicsCElectricyMagnetismIndAP Physics C Electricy Magnetism Offering Indicator (Y/N)school.detail.apPhysicsCElectricyMagnetismInd
School Profile/school/profileapPhysicsCMechanicsIndAP Physics C Mechanics Offering Indicator (Y/N)school.detail.apPhysicsCMechanicsInd
School Profile/school/profileapPsychologyIndAP Psychology Offering Indicator (Y/N)school.detail.apPsychologyInd
School Profile/school/profileapResearchIndAP Research Offering Indicator (Y/N)school.detail.apResearchInd
School Profile/school/profileapSeminarIndAP Seminar Offering Indicator (Y/N)school.detail.apSeminarInd
School Profile/school/profileapSpanishLanguageIndAP Spanish Language Offering Indicator (Y/N)school.detail.apSpanishLanguageInd
School Profile/school/profileapSpanishLiteratureIndAP Spanish Literature Offering Indicator (Y/N)school.detail.apSpanishLiteratureInd
School Profile/school/profileapStatisticsIndAP Statistics Offering Indicator (Y/N)school.detail.apStatisticsInd
School Profile/school/profileapUsHistoryIndAP Us History Offering Indicator (Y/N)school.detail.apUsHistoryInd
School Profile/school/profileapWorldHistoryIndAP World History Offering Indicator (Y/N)school.detail.apWorldHistoryInd
School Profile/school/profilepriorYearStudentCntPrior Year Student Countschool.detail.priorYearStudentCnt
School Profile/school/profilestudentYearlyChangeCntStudent Yearly Change Countschool.detail.studentYearlyChangeCnt
School Profile/school/profilestudentYearlyChangePctStudent Yearly Change Countschool.detail.studentYearlyChangePct
School Profile/school/profileschoolRatingSchool Ratingschool.detail.schoolRating
School Profile/school/profilesaaIndSaa IND Codeschool.detail.saaInd
School Profile/school/profileupdatedateUpdatedateschool.detail.updatedate
School Profile/school/profileschoolDistrictGeoIDUnique Identifier for all Geography Typesschool.district.schoolDistrictGeoID
School Profile/school/profileschoolDistrictNameSchool District Nameschool.district.schoolDistrictName
School Profile/school/profileschoolDistrictUrlSchool District Website URLschool.district.schoolDistrictUrl
School Profile/school/profilelatitudeLatitudeschool.district.latitude
School Profile/school/profilelongitudeLongitudeschool.district.longitude
School Profile/school/profilephonePhone numberschool.district.phone
School Profile/school/profileaddressLine1Addressschool.district.addressLine1
School Profile/school/profilecityCity nameschool.district.city
School Profile/school/profilestateCodeState Codeschool.district.stateCode
School Profile/school/profileyearSchool measurement results yearschool.testScores.year
School Profile/school/profilesubjectSchool measurement results subject nameschool.testScores.subject
School Profile/school/profilegradeSchool measurement results gradeschool.testScores.grade
School Profile/school/profilescoreSchool measurement scoreschool.testScores.score
School Profile/school/profileinstitutionTypeInstitutionTypeschool.testScores.intitutionType
School Search/school/searchgeoIdV4 ATTOM’s new geographic identifierschools.location.geoIdV4
School Search/school/searchlatitudeSchool Latitudeschools.location.latitude
School Search/school/searchlongitudeSchool Longitudeschools.location.longitude
School Search/school/searchaddressLine1FirstLine of the School Addressschools.location.addressLine1
School Search/school/searchcitySchool location Cityschools.location.city
School Search/school/searchstateCodeSubject state as identified by our systemschools.location.stateCode
School Search/school/searchzipCodeZipcodeschools.location.zipCode
School Search/school/searchschoolNameSchool Nameschools.detail.schoolName
School Search/school/searchphonePhoneschools.detail.phone
School Search/school/searchschoolUrlSchool Urlschools.detail.schoolUrl
School Search/school/searchinstitutionTypeInstitution Typeschools.detail.institutionType
School Search/school/searchschoolTypeSchool Typeschools.detail.schoolType
School Search/school/searchstatusschools.detail.status
School Search/school/searchinstructionalLevelschools.detail.instructionalLevel
School Search/school/searchgradeSpanLowGrade Span Lowschools.detail.gradeSpanLow
School Search/school/searchgradeSpanHighGrade Span Highschools.detail.gradeSpanHigh
School Search/school/searchupdatedateThe last update date for the record in YYYY-MM-DD format.schools.detail.updatedate
School Search/school/searchdistanceDistanceschools.detail.distance
School Search/school/searchschoolDistrictNameDistrict SchoolNameschools.detail.district.schoolDistrictName
Sales Comparables/salescomparables_TotalAssessedValueAmountA tax assessor's determination of the value of the property in order to calculate the tax amount owed.PROPERTY._TAX.@_TotalAssessedValueAmount
Sales Comparables/salescomparablesOther._TextDescriptionA legally acceptable description of real property that is sufficient to locate and identify a property. Not a metes and bounds description.PROPERTY._LEGAL_DESCRIPTION[@_'Other'].@_TextDescription
Sales Comparables/salescomparables_AssessorMarketValue_extMarket value as determined by assessor.PROPERTY._TAX.@_AssessorMarketValue_ext
Sales Comparables/salescomparablesSquareFeetCountTotal area, in square feet, of the attic present on the propertyPROPERTY.STRUCTURE.ATTIC.@SquareFeetCount
Sales Comparables/salescomparablesSquareFeetCountThe total square footage of basement on the property.PROPERTY.STRUCTURE.BASEMENT.@SquareFeetCount
Sales Comparables/salescomparablesBuyerUnparsedName_extContains the name of the Grantee or purchasing entity when the transaction involves a transfer of ownership. Contains the name of the Mortgagor or borrower when the transaction is a refi-equity loan.PROPERTY.SALES_HISTORY.@BuyerUnparsedName_ext
Sales Comparables/salescomparablesCountyFIPSName_extThe county name associated with the Federal Information Processing Standards (FIPS) county code. PROPERTY._IDENTIFICATION.@CountyFIPSName_ext
Sales Comparables/salescomparables_UnitDescriptionCode indicating the presence/absence of a cooling mechanism in a particular property. It, alternatively, can also indicate the type of the available cooling mechanismPROPERTY.STRUCTURE.COOLING.@_UnitDescription
Sales Comparables/salescomparablesFirst.TrustDeedDocumentNumberContains the loan instrument or book/page number stamped or printed on the first sequence trust deed that is recorded with the purchase transaction.PROPERTY.SALES_HISTORY.LOANS_ext.+{1}LOAN_ext[@_'First'].@TrustDeedDocumentNumber
Sales Comparables/salescomparablesPropertyStructureBuiltYearYear in which the primary structure was built on the propertyPROPERTY.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureBuiltYear
Sales Comparables/salescomparablesLevelOne.SquareFeetCountThe sum total of the area covered by ground floors of all the buildings on the property.PROPERTY.STRUCTURE.LEVELS.+{1}LEVEL[@_'LevelOne'].@SquareFeetCount
Sales Comparables/salescomparablesLevelTwo.SquareFeetCountThe sum total of the area covered by second floors of all the buildings on the property.PROPERTY.STRUCTURE.LEVELS.+{2}LEVEL[@_'LevelTwo'].@SquareFeetCount
Sales Comparables/salescomparablesLevelThree.SquareFeetCountThe sum total of the area covered by third floors of all the buildings on the property.PROPERTY.STRUCTURE.LEVELS.+{3}LEVEL[@_'LevelThree'].@SquareFeetCount
Sales Comparables/salescomparablesLevelFour.SquareFeetCountThe sum total of the area covered by fourth floors of all the buildings on the property.PROPERTY.STRUCTURE.LEVELS.+{4}LEVEL[@_'LevelFour'].@SquareFeetCount
Sales Comparables/salescomparablesFireplace._DetailedDescriptionContains a 2 character code that indicates the presence/absence of a fireplace. It also indicates the type of fireplace the property contains.PROPERTY.STRUCTURE.AMENITY[@_'Fireplace'].@_DetailedDescription
Sales Comparables/salescomparablesFullOrPartialTransferValueType_extIndicates whether SR_TRANSFER_VALUE represents the full sale amount or a partial sale amount. In legay data (pre-2004), it also indicates the origin of the contents in field SR_TRANSFER_TAXPROPERTY.SALES_HISTORY.@FullOrPartialTransferValueType_ext
Sales Comparables/salescomparablesSquareFeetCountIndicates the total square footage of the primary garage on the property.PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@SquareFeetCount
Sales Comparables/salescomparables_UnitDescriptionIndicates the primary heating system or method on a propertyPROPERTY.STRUCTURE.HEATING.@_UnitDescription
Sales Comparables/salescomparablesGrossLivingAreaSquareFeetCountThe total square footage of the living area of all structures on the propertyPROPERTY.STRUCTURE.@GrossLivingAreaSquareFeetCount
Sales Comparables/salescomparablesFirst._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_1 and/or SR_DOC_NBR_FMT on the transaction.PROPERTY.SALES_HISTORY.LOANS_ext.+{1}LOAN_ext[@_'First'].@_Amount
Sales Comparables/salescomparablesSecondConcurrent._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_2 field on the transactionPROPERTY.SALES_HISTORY.LOANS_ext.+{2}LOAN_ext[@_'SecondConcurrent'].@_Amount
Sales Comparables/salescomparablesThirdConcurrent._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_3 field on the transactionPROPERTY.SALES_HISTORY.LOANS_ext.+{3}LOAN_ext[@_'ThirdConcurrent'].@_Amount
Sales Comparables/salescomparablesDepthFeetCountIndicates the depth of the lot, in feet.PROPERTY.SITE.@DepthFeetCount
Sales Comparables/salescomparablesLotSquareFeetCountThe lot size expressed in square feet. PROPERTY.SITE.@LotSquareFeetCount
Sales Comparables/salescomparablesWidthFeetCountThe number of feet at the front of the property. PROPERTY.SITE.@WidthFeetCount
Sales Comparables/salescomparables_StreetAddressThe unparsed mail address as keyed from the document tax mail address. May include City, State, ZIP. PROPERTY.MAILING_ADDRESS_ext.@_StreetAddress
Sales Comparables/salescomparables_CityThe Mailing Address City NamePROPERTY.MAILING_ADDRESS_ext.@_City
Sales Comparables/salescomparables_StateThe Mailing Address State Name.PROPERTY.MAILING_ADDRESS_ext.@_State
Sales Comparables/salescomparables_PostalCodeThe Mailing Address Zip Code.PROPERTY.MAILING_ADDRESS_ext.@_PostalCode
Sales Comparables/salescomparablesMultipleApnIndicator_extFlag used to indicate a multiple parcel transactionPROPERTY.SALES_HISTORY.@MultipleApnIndicator_ext
Sales Comparables/salescomparablesTotalBathroomCountIndicates the total number of baths for all structures on a property. This field is calculated using the number of occurs of discrete bathrooms on a property. For example, a property containing a one quarter bath, half bath and full bath would have an SA_NBR_BATH value of three.PROPERTY.STRUCTURE.@TotalBathroomCount
Sales Comparables/salescomparablesTotalBedroomCountIndicates the number of bedrooms for all structures on the property.PROPERTY.STRUCTURE.@TotalBedroomCount
Sales Comparables/salescomparablesTotalRoomCountIndicates the total number of rooms for all structures on the propertyPROPERTY.STRUCTURE.@TotalRoomCount
Sales Comparables/salescomparablesStoriesCountIndicates the total number of stories for all structures on the propertyPROPERTY.STRUCTURE.@StoriesCount
Sales Comparables/salescomparablesLivingUnitCountIndicates the total number of units for all structures on the property. This field will include the number of apartment or commercial units.PROPERTY.STRUCTURE.@LivingUnitCount
Sales Comparables/salescomparables_NameThe full unparsed primary owner's name. The primary owner is the individual or entity who holds the most interest in a property. Married couples are considered one entity.PROPERTY._OWNER.@_Name
Sales Comparables/salescomparables_SecondaryOwnerName_extThe full unparsed name of secondary property owner.PROPERTY._OWNER.@_SecondaryOwnerName_ext
Sales Comparables/salescomparables_TypeExtIndicates if the primary owner is an individual, a company or deceased.PROPERTY._OWNER.@_TypeExt
Sales Comparables/salescomparablesAssessorsParcelIdentifierThe primary jurisdictional identifier for a property. Where multiple identifiers are available from the jurisdiction, the SA_PARCEL_NBR_PRIMARY is the preferred and/or most easily searchable per the asssessor's office. For counties where recorder's data is available, an effort is made to have the SA_PARCEL_NBR_PRIMARY be the same identifier as is commonly found on the documents.PROPERTY._IDENTIFICATION.@AssessorsParcelIdentifier
Sales Comparables/salescomparablesAssessorsSecondParcelIdentifierIn addition to the primary parcel number, an alternate property identifier. The SA_PARCEL_NBR_ALT is recognizable by the jurisdiction, but not necessarily unique.PROPERTY._IDENTIFICATION.@AssessorsSecondParcelIdentifier
Sales Comparables/salescomparablesPrivacyType_extIndicates the Do Not Call/Do Not Mail status of the property owner.PROPERTY.@PrivacyType_ext
Sales Comparables/salescomparablesDQPropertyID_extUnique DataQuick primary key identifier assigned to a property.PROPERTY._IDENTIFICATION.@DQPropertyID_ext
Sales Comparables/salescomparablesRTPropertyID_extUnique RealtyTrac primary key identifier assigned to a property.PROPERTY._IDENTIFICATION.@RTPropertyID_ext
Sales Comparables/salescomparablesSellerCarrybackindicatorIndicates the presence of a seller carryback. Indicates one of the trust deeds in the transaction shows the beneficiary as the sellerPROPERTY.SALES_HISTORY.LOANS_ext.@SellerCarrybackindicator
Sales Comparables/salescomparablesSellerUnparsedNameIndicates seller of propertyPROPERTY.SALES_HISTORY.@SellerUnparsedName
Sales Comparables/salescomparables_CityThe Site Address City NamePROPERTY.@_City
Sales Comparables/salescomparablesSiteMailAddressSameIndicatorIndicates if the site and mail address are the same, Owner Occupied. PROPERTY.@SiteMailAddressSameIndicator
Sales Comparables/salescomparables_StateThe Site State CodePROPERTY.@_State
Sales Comparables/salescomparables_PostalCodeThe Site Address Zip Code.PROPERTY.@_PostalCode
Sales Comparables/salescomparables_UnitDescriptionCode indicating the presence/absence of a cooling mechanism in a particular property. It, alternatively, can also indicate the type of the available cooling mechanism.PROPERTY.STRUCTURE.COOLING.@_UnitDescription
Sales Comparables/salescomparables_TypeType of garage, mismo value (Garage | Carport | Driveway | Open | OffStreet | Other)PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_Type
Sales Comparables/salescomparables_TypeOtherDescriptionType of garage, RT valuePROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_TypeOtherDescription
Sales Comparables/salescomparables_ParkingSpacesCountNumber of parking spacesPROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_ParkingSpacesCount
Sales Comparables/salescomparables_Description_extIndicates if the primary owner is an individual, a company or deceased.PROPERTY._OWNER.@_Description_ext
Sales Comparables/salescomparablesPropertyParcelIDProperty Parcel IDPROPERTY.@PropertyParcelID
Sales Comparables/salescomparablesStandardUseDescription_extText description of the coded value in StandardUseCode_ext. Describes the use type.PROPERTY.@StandardUseDescription_ext
Sales Comparables/salescomparablesRecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.SALES_HISTORY.@RecordedDocumentIdentifier
Sales Comparables/salescomparables_DateDocument date for the most recent arms-length ownership transferPROPERTY.SALES_CONTRACT.@_Date
Sales Comparables/salescomparables_StreetAddressThe unparsed site address number and street name as keyed directly from a deed. May include city, state and zip. PROPERTY.@_StreetAddress
Sales Comparables/salescomparablesStandardUseCode_extThe DataQuick property use type code mapped to the jurisdictional use code.PROPERTY.@StandardUseCode_ext
Sales Comparables/salescomparablesPropertySalesAmountSale amount for the most recent ownership transfer.PROPERTY.SALES_HISTORY.@PropertySalesAmount
Sales Comparables/salescomparablesPropertyZoningCategoryTypeThe zoning code assigned to a property by a county/city/other government bureau which defines the allowed size, type, structure, nature, and use of property and/or buildings.  This code is not standardized and is subjective to the specific local government regulation.PROPERTY.SITE.@PropertyZoningCategoryType
Sales Comparables/salescomparablesOther _TypeOtherDescription=RoofMaterial._DescriptionIndicates the finished material of which the roof is madePROPERTY.STRUCTURE.+{2}EXTERIOR_FEATURE[@_'Other' @_TypeOtherDescription='RoofMaterial'].@_Description
Sales Comparables/salescomparablesLongitudeNumberBasicLongitudePROPERTY._IDENTIFICATION.@LongitudeNumber
Sales Comparables/salescomparablesLatitudeNumberBasicLatitudePROPERTY._IDENTIFICATION.@LatitudeNumber
Sales Comparables/salescomparablesPricePerSquareFootAmountPrice Per Square FootPROPERTY.SALES_HISTORY.@PricePerSquareFootAmount
Sales Comparables/salescomparablesPropertySalesDateDocument date for the most recent arms-length ownership transferPROPERTY.SALES_HISTORY.@PropertySalesDate
Sales Comparables/salescomparablesTotalBathroomCountDq_extIndicates the number of baths in real estate terms. For example, a property containing a one quarter bath, half bath and full bath would have an SA_NBR_BATH value of 1.75.PROPERTY.STRUCTURE.@TotalBathroomCountDq_ext
Sales Comparables/salescomparablesTotalBathroomCountDq_extIndicates the number of baths in real estate terms. For example, a property containing a one quarter bath, half bath and full bath would have an SA_NBR_BATH value of 1.75.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomCountDq_ext
Sales Comparables/salescomparablesFirst.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@DistressType_ext
Sales Comparables/salescomparablesSecond.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@DistressType_ext
Sales Comparables/salescomparablesThird.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@DistressType_ext
Sales Comparables/salescomparablesFourth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@DistressType_ext
Sales Comparables/salescomparablesFifth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@DistressType_ext
Sales Comparables/salescomparablesSixth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@DistressType_ext
Sales Comparables/salescomparablesSeventh.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@DistressType_ext
Sales Comparables/salescomparablesEighth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@DistressType_ext
Sales Comparables/salescomparablesNinth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@DistressType_ext
Sales Comparables/salescomparablesTenth.DistressType_extIdentifies distressed transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@DistressType_ext
Sales Comparables/salescomparablesTransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@TransferDate_ext
Sales Comparables/salescomparablesFirst.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSecond.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesThird.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesFourth.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesFifth.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSixth.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSeventh.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesEighth.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesTenth.RecordedDocumentIdentifierDocument number of the last recorded non-arms-length transferPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparables_UnitDescriptionCode indicating the presence/absence of a cooling mechanism in a particular property. It, alternatively, can also indicate the type of the available cooling mechanism.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.COOLING.@_UnitDescription
Sales Comparables/salescomparablesStandardUseDescription_extThe DataQuick property use type code description mapped to the jurisdictional use code.PROPERTY.COMPARABLE_PROPERTY_ext.@StandardUseDescription_ext
Sales Comparables/salescomparables_TypeOtherDescriptionIndicates the primary heating system or method on a property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.HEATING.@_TypeOtherDescription
Sales Comparables/salescomparablesAssessorsParcelIdentifierThe primary jurisdictional identifier for a property. Where multiple identifiers are available from the jurisdiction, the SA_PARCEL_NBR_PRIMARY is the preferred and/or most easily searchable per the asssessor's office. For counties where recorder's data is available, an effort is made to have the SA_PARCEL_NBR_PRIMARY be the same identifier as is commonly found on the documents.PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@AssessorsParcelIdentifier
Sales Comparables/salescomparables_ParkingSpacesCountNumber of parking spacesPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_ParkingSpacesCount
Sales Comparables/salescomparables_TypeType of garage, mismo value (Garage | Carport | Driveway | Open | OffStreet | Other)PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_Type
Sales Comparables/salescomparables_TypeOtherDescriptionType of garage, RT valuePROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_TypeOtherDescription
Sales Comparables/salescomparables_FinishedPercentThe percentage finished of total square footage basement on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.BASEMENT.@_FinishedPercent
Sales Comparables/salescomparablesLatitudeNumberPROPERTY.COMPARABLE_PROPERTY_ext.@LatitudeNumber
Sales Comparables/salescomparablesLongitudeNumberPROPERTY.COMPARABLE_PROPERTY_ext.@LongitudeNumber
Sales Comparables/salescomparablesFirst.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesSecond.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesThird.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesFourth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesFifth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesSixth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesSeventh.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesEighth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesNinth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesTenth.BuyerUnparsedName_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@BuyerUnparsedName_ext
Sales Comparables/salescomparablesFirst.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@PropertySalesAmount
Sales Comparables/salescomparablesSecond.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@PropertySalesAmount
Sales Comparables/salescomparablesThird.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@PropertySalesAmount
Sales Comparables/salescomparablesFourth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@PropertySalesAmount
Sales Comparables/salescomparablesFifth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@PropertySalesAmount
Sales Comparables/salescomparablesSixth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@PropertySalesAmount
Sales Comparables/salescomparablesSeventh.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@PropertySalesAmount
Sales Comparables/salescomparablesEighth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@PropertySalesAmount
Sales Comparables/salescomparablesNinth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@PropertySalesAmount
Sales Comparables/salescomparablesTenth.PropertySalesAmountPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@PropertySalesAmount
Sales Comparables/salescomparablesFirst.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesSecond.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesThird.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesFourth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesFifth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesSixth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesSeventh.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesEighth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesNinth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesTenth.PropertySaleRecordingDate_extThe document date for the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@PropertySaleRecordingDate_ext
Sales Comparables/salescomparablesFirst.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSecond.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesThird.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesFourth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesFifth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSixth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesSeventh.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesEighth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesNinth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesTenth.RecordedDocumentIdentifierPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentIdentifier
Sales Comparables/salescomparablesFirst.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentType
Sales Comparables/salescomparablesSecond.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentType
Sales Comparables/salescomparablesThird.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentType
Sales Comparables/salescomparablesFourth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentType
Sales Comparables/salescomparablesFifth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentType
Sales Comparables/salescomparablesSixth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentType
Sales Comparables/salescomparablesSeventh.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentType
Sales Comparables/salescomparablesEighth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentType
Sales Comparables/salescomparablesNinth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentType
Sales Comparables/salescomparablesTenth.RecordedDocumentTypeG-Grant Deed, Q-Quitclaim, T-Trust Deed/Deed of Trust, U-Trustee’s Deed Upon Sale, W-Warranty Deed, H-Can represent all other doc typesbut indicates there is a loan amount involved, - not keyed.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentType
Sales Comparables/salescomparablesFirst.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesSecond.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesThird.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesFourth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesFifth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesSixth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesSeventh.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesEighth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesNinth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesTenth.RecordedDocumentTypeOtherDescriptionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentTypeOtherDescription
Sales Comparables/salescomparablesFirst.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@SellerUnparsedName
Sales Comparables/salescomparablesSecond.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@SellerUnparsedName
Sales Comparables/salescomparablesThird.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@SellerUnparsedName
Sales Comparables/salescomparablesFourth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@SellerUnparsedName
Sales Comparables/salescomparablesFifth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@SellerUnparsedName
Sales Comparables/salescomparablesSixth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@SellerUnparsedName
Sales Comparables/salescomparablesSeventh.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@SellerUnparsedName
Sales Comparables/salescomparablesEighth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@SellerUnparsedName
Sales Comparables/salescomparablesNinth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@SellerUnparsedName
Sales Comparables/salescomparablesTenth.SellerUnparsedNamePROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@SellerUnparsedName
Sales Comparables/salescomparablesFirst.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferDate_ext
Sales Comparables/salescomparablesSecond.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferDate_ext
Sales Comparables/salescomparablesThird.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferDate_ext
Sales Comparables/salescomparablesFourth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferDate_ext
Sales Comparables/salescomparablesFifth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferDate_ext
Sales Comparables/salescomparablesSixth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferDate_ext
Sales Comparables/salescomparablesSeventh.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferDate_ext
Sales Comparables/salescomparablesEighth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferDate_ext
Sales Comparables/salescomparablesNinth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferDate_ext
Sales Comparables/salescomparablesTenth.TransferDate_extContains the official filing date for the transaction that is normally stamped or printed on the documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferDate_ext
Sales Comparables/salescomparablesFirst.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferType_ext
Sales Comparables/salescomparablesSecond.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferType_ext
Sales Comparables/salescomparablesThird.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferType_ext
Sales Comparables/salescomparablesFourth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferType_ext
Sales Comparables/salescomparablesFifth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferType_ext
Sales Comparables/salescomparablesSixth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferType_ext
Sales Comparables/salescomparablesSeventh.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferType_ext
Sales Comparables/salescomparablesEighth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferType_ext
Sales Comparables/salescomparablesNinth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferType_ext
Sales Comparables/salescomparablesTenth.TransferType_extIndicates the transaction type.  R-Resale, L-Refinance or Equity, S-Subdivision, C-Construction, T-Timeshare.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferType_ext
Sales Comparables/salescomparablesFirst.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesSecond.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesThird.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesFourth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesFifth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesSixth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesSeventh.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesEighth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesNinth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesTenth.TransferTypeOtherDescription_extPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferTypeOtherDescription_ext
Sales Comparables/salescomparablesFirst.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferValue_ext
Sales Comparables/salescomparablesSecond.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferValue_ext
Sales Comparables/salescomparablesThird.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferValue_ext
Sales Comparables/salescomparablesFourth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferValue_ext
Sales Comparables/salescomparablesFifth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferValue_ext
Sales Comparables/salescomparablesSixth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferValue_ext
Sales Comparables/salescomparablesSeventh.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferValue_ext
Sales Comparables/salescomparablesEighth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferValue_ext
Sales Comparables/salescomparablesNinth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferValue_ext
Sales Comparables/salescomparablesTenth.TransferValue_extContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferValue_ext
Sales Comparables/salescomparables_SequenceComparable SequencePROPERTY.COMPARABLE_PROPERTY_ext.@_Sequence
Sales Comparables/salescomparablesDistanceFromSubjectPropertyMilesCountComparable DistancePROPERTY.COMPARABLE_PROPERTY_ext.@DistanceFromSubjectPropertyMilesCount
Sales Comparables/salescomparablesArmsLengthTransactionIndicatorExtIndicates the transaction is a transfer of ownership between two discrete entities with no consideration (no money transfer).PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@ArmsLengthTransactionIndicatorExt
Sales Comparables/salescomparables_TotalAssessedValueAmountA tax assessor's determination of the value of the property in order to calculate the tax amount owed.PROPERTY.COMPARABLE_PROPERTY_ext._TAX.@_TotalAssessedValueAmount
Sales Comparables/salescomparablesOther._TextDescriptionA legally acceptable description of real property that is sufficient to locate and identify a property. Not a metes and bounds description.PROPERTY.COMPARABLE_PROPERTY_ext._LEGAL_DESCRIPTION[@_'Other'].@_TextDescription
Sales Comparables/salescomparables_AssessorFullCashValue_extThe amount of cash or its equivalent that the property would bring if exposed for sale in the open market.PROPERTY.COMPARABLE_PROPERTY_ext._TAX.@_AssessorFullCashValue_ext
Sales Comparables/salescomparables_AssessorMarketValue_extMarket value as determined by assessor.PROPERTY.COMPARABLE_PROPERTY_ext._TAX.@_AssessorMarketValue_ext
Sales Comparables/salescomparablesSquareFeetCountTotal area, in square feet, of the attic present on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.ATTIC.@SquareFeetCount
Sales Comparables/salescomparablesSquareFeetCountThe total square footage of basement on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.BASEMENT.@SquareFeetCount
Sales Comparables/salescomparablesBuyerUnparsedName_extContains the name of the Grantee or purchasing entity when the transaction involves a transfer of ownership. Contains the name of the Mortgagor or borrower when the transaction is a refi-equity loan.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@BuyerUnparsedName_ext
Sales Comparables/salescomparablesCountyFIPSName_extMM_FIPS_COUNTY_NAMEPROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@CountyFIPSName_ext
Sales Comparables/salescomparablesFirst.TrustDeedDocumentNumberContains the loan instrument or book/page number stamped or printed on the first sequence trust deed that is recorded with the purchase transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{1}LOAN_ext[@_'First'].@TrustDeedDocumentNumber
Sales Comparables/salescomparablesPropertyStructureMajorImprovementsYear_extYear in which the primary structure was built on the propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureMajorImprovementsYear_ext
Sales Comparables/salescomparablesLevelOne.SquareFeetCountThe sum total of the area covered by ground floors of all the buildings on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.LEVELS.+{1}LEVEL[@_'LevelOne'].@SquareFeetCount
Sales Comparables/salescomparablesLevelTwo.SquareFeetCountThe sum total of the area covered by second floors of all the buildings on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.LEVELS.+{2}LEVEL[@_'LevelTwo'].@SquareFeetCount
Sales Comparables/salescomparablesLevelThree.SquareFeetCountThe sum total of the area covered by third floors of all the buildings on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.LEVELS.+{3}LEVEL[@_'LevelThree'].@SquareFeetCount
Sales Comparables/salescomparablesLevelFour.SquareFeetCountThe sum total of the area covered by fourth floors of all the buildings on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.LEVELS.+{4}LEVEL[@_'LevelFour'].@SquareFeetCount
Sales Comparables/salescomparablesFireplace._DetailedDescriptionContains a 2 character code that indicates the presence/absence of a fireplace. It also indicates the type of fireplace the property contains.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.AMENITIES.+{fireplace}AMENITY[@_'Fireplace'].@_DetailedDescription
Sales Comparables/salescomparablesFullOrPartialTransferValueType_extIndicates whether SR_TRANSFER_VALUE represents the full sale amount or a partial sale amount. In legay data (pre-2004), it also indicates the origin of the contents in field SR_TRANSFER_TAXPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@FullOrPartialTransferValueType_ext
Sales Comparables/salescomparablesSquareFeetCountIndicates the total square footage of the primary garage on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@SquareFeetCount
Sales Comparables/salescomparables_UnitDescriptionIndicates the primary heating system or method on a propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.HEATING.@_UnitDescription
Sales Comparables/salescomparablesGrossLivingAreaSquareFeetCountThe total square footage of the living area of all structures on the propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@GrossLivingAreaSquareFeetCount
Sales Comparables/salescomparablesFirst._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_1 and/or SR_DOC_NBR_FMT on the transaction.PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{1}LOAN_ext[@_'First'].@_Amount
Sales Comparables/salescomparablesSecondConcurrent._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_2 field on the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{2}LOAN_ext[@_'SecondConcurrent'].@_Amount
Sales Comparables/salescomparablesThirdConcurrent._AmountIndicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_3 field on the transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{3}LOAN_ext[@_'ThirdConcurrent'].@_Amount
Sales Comparables/salescomparablesDepthFeetCountIndicates the depth of the lot, in feet.PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@DepthFeetCount
Sales Comparables/salescomparablesLotSquareFeetCountThe lot size expressed in square feet. PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@LotSquareFeetCount
Sales Comparables/salescomparablesWidthFeetCountThe number of feet at the front of the property. PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@WidthFeetCount
Sales Comparables/salescomparables_StreetAddressThe unparsed mail address as keyed from the document tax mail address. May include City, State, ZIP. PROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_StreetAddress
Sales Comparables/salescomparables_CityThe Mailing Address City NamePROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_City
Sales Comparables/salescomparables_StateSA_MAIL_STATEPROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_State
Sales Comparables/salescomparables_PostalCodeThe Mailing Address Zip Code.PROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_PostalCode
Sales Comparables/salescomparablesMultipleApnIndicator_extFlag used to indicate a multiple parcel transactionPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@MultipleApnIndicator_ext
Sales Comparables/salescomparablesTotalBathroomCountIndicates the total number of baths for all structures on a property. This field is calculated using the number of occurs of discrete bathrooms on a property. For example, a property containing a one quarter bath, half bath and full bath would have an SA_PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomCount
Sales Comparables/salescomparablesTotalBathroomQuarterCount_extIndicates the number of one-quarter baths for all structures on a property. A one-quarter bath is defined as having a toilet onlyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomQuarterCount_ext
Sales Comparables/salescomparablesTotalBathroomHalfCount_extIndicates the number of half baths for all structures on a property. A half bath is defined as having a sink and a toilet onlyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomHalfCount_ext
Sales Comparables/salescomparablesTotalBathroomThreeQuarterCount_extIndicates the number of three quarter baths for all structures on a property. A three-quarters bath is defined as having a toilet, a sink and a shower.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomThreeQuarterCount_ext
Sales Comparables/salescomparablesTotalBathroomFullCount_extIndicates the number of full baths for all structures on a property. A full bath is defined as havingt a toilet, a sink, and a bathtub.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomFullCount_ext
Sales Comparables/salescomparablesTotalBedroomCountIndicates the number of bedrooms for all structures on the property.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBedroomCount
Sales Comparables/salescomparablesTotalRoomCountIndicates the total number of rooms for all structures on the propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalRoomCount
Sales Comparables/salescomparablesStoriesCountIndicates the total number of stories for all structures on the propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@StoriesCount
Sales Comparables/salescomparablesLivingUnitCountIndicates the total number of units for all structures on the property. This field will include the number of apartment or commercial units.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@LivingUnitCount
Sales Comparables/salescomparables_NameThe full unparsed primary owner's name. The primary owner is the individual or entity who holds the most interest in a property. Married couples are considered one entity.PROPERTY.COMPARABLE_PROPERTY_ext._OWNER.@_Name
Sales Comparables/salescomparables_SecondaryOwnerName_extThe full unparsed name of secondary property owner.PROPERTY.COMPARABLE_PROPERTY_ext._OWNER.@_SecondaryOwnerName_ext
Sales Comparables/salescomparablesAssessorsSecondParcelIdentifierIn addition to the primary parcel number, an alternate property identifier. The SA_PARCEL_NBR_ALT is recognizable by the jurisdiction, but not necessarily unique.PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@AssessorsSecondParcelIdentifier
Sales Comparables/salescomparablesPool._ExistsIndicatorIndicates if there is a pool on the property and/or pool construction material.PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.AMENITIES.+{pool}AMENITY[@_'Pool'].@_ExistsIndicator
Sales Comparables/salescomparablesPricePerSquareFootAmountPrice Per Square FootPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@PricePerSquareFootAmount
Sales Comparables/salescomparablesDQPropertyID_extUnique DataQuick primary key identifier assigned to a property.PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@DQPropertyID_ext
Sales Comparables/salescomparablesRTPropertyID_extUnique RealtyTrac primary key identifier assigned to a property.PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@RTPropertyID_ext
Sales Comparables/salescomparablesOther _TypeOtherDescription=RoofMaterial._DescriptionIndicates the finished material of which the roof is madePROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.EXTERIOR_FEATURE[@_'Other' @_TypeOtherDescription='RoofMaterial'].@_Description
Sales Comparables/salescomparablesSellerCarrybackindicatorIndicates the presence of a seller carryback. Indicates one of the trust deeds in the transaction shows the beneficiary as the sellerPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOAN_ext.@SellerCarrybackindicator
Sales Comparables/salescomparablesSellerUnparsedNameIndicates seller of propertyPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@SellerUnparsedName
Sales Comparables/salescomparables_StreetAddressThe unparsed site address number and street name as keyed directly from a deed. May include city, state and zip. PROPERTY.COMPARABLE_PROPERTY_ext.@_StreetAddress
Sales Comparables/salescomparables_CityThe Site Address City NamePROPERTY.COMPARABLE_PROPERTY_ext.@_City
Sales Comparables/salescomparablesSiteMailAddressSameIndicator_extIndicates if the site and mail address are the same, Owner Occupied. PROPERTY.COMPARABLE_PROPERTY_ext.@SiteMailAddressSameIndicator_ext
Sales Comparables/salescomparables_StateThe Site State CodePROPERTY.COMPARABLE_PROPERTY_ext.@_State
Sales Comparables/salescomparables_PostalCodeThe Site Address Zip Code.PROPERTY.COMPARABLE_PROPERTY_ext.@_PostalCode
Sales Comparables/salescomparablesStandardUseCode_extThe DataQuick property use type code mapped to the jurisdictional use code.PROPERTY.COMPARABLE_PROPERTY_ext.@StandardUseCode_ext
Sales Comparables/salescomparablesPropertySalesAmountContains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from documentPROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@PropertySalesAmount
Sales Comparables/salescomparablesPropertyStructureBuiltYearYear in which the primary structure was built on the propertyPROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureBuiltYear
Sales Comparables/salescomparablesPropertyZoningCategoryTypeThe zoning code assigned to a property by a county/city/other government bureau which defines the allowed size, type, structure, nature, and use of property and/or buildings.  This code is not standardized and is subjective to the specific local governmenPROPERTY.COMPARABLE_PROPERTY_ext.SITE.@PropertyZoningCategoryType
Foreclosure Details/preforeclosuredetailsATTOMIDUnique identifier for the subject property in our databasePropertyIdentification.ATTOMID 
Foreclosure Details/preforeclosuredetailsstreetAddressSubject property address as identified by our systemPropertyIdentification.streetAddress 
Foreclosure Details/preforeclosuredetailscitySubject city as identified by our systemPropertyIdentification.city 
Foreclosure Details/preforeclosuredetailsstateCodeSubject state as identified by our systemPropertyIdentification.stateCode 
Foreclosure Details/preforeclosuredetailszip55 Digit Zip Code of subject property as identified by our systemPropertyIdentification.zip5
Foreclosure Details/preforeclosuredetailsforeclosureIDUnique transaction identifier for foreclosure transactionsAuction.foreclosureID 
Foreclosure Details/preforeclosuredetailsauctionAddressFull unparsed address where the foreclosure auction is to be held.Auction.auctionAddress 
Foreclosure Details/preforeclosuredetailsauctionCityThe city name of the location of the foreclosure auction.Auction.auctionCity 
Foreclosure Details/preforeclosuredetailsauctionDateDate of the foreclosure auction in YYYY-MM-DD format.Auction.auctionDate 
Foreclosure Details/preforeclosuredetailsauctionDirectionThe pre directional of the location of the foreclosure auction.Auction.auctionDirection 
Foreclosure Details/preforeclosuredetailsauctionHouseNumberThe house number and fraction of the location of the foreclosure auction.Auction.auctionHouseNumber 
Foreclosure Details/preforeclosuredetailsauctionPostDirectionThe post-directional of the location of the foreclosure auction.Auction.auctionPostDirection 
Foreclosure Details/preforeclosuredetailsauctionStreetNameThe street name  of the location of the foreclosure auction.Auction.auctionStreetName 
Foreclosure Details/preforeclosuredetailsauctionSuffixThe street name suffix of the location of the foreclosure auction.Auction.auctionSuffix 
Foreclosure Details/preforeclosuredetailsauctionTimeThe start time of the foreclosure auction.Auction.auctionTime 
Foreclosure Details/preforeclosuredetailsauctionUnitThe unit number of the location of the foreclosure auction.Auction.auctionUnit 
Foreclosure Details/preforeclosuredetailscourthouseName or description of courthouse hosting the public auction.Auction.courthouse 
Foreclosure Details/preforeclosuredetailsforeclosureIDUnique transaction identifier for foreclosure transactionsDefault.foreclosureID 
Foreclosure Details/preforeclosuredetailsborrowerNameOwnerMortgagee, concatenated name(s) of borrower in default.Default.borrowerNameOwner 
Foreclosure Details/preforeclosuredetailscaseNumberCase NumberDefault.caseNumber 
Foreclosure Details/preforeclosuredetailsdefaultAmountTotal amount of payments in arrears, or delinquent.Default.defaultAmount 
Foreclosure Details/preforeclosuredetailsforeclosureBookPageBook and page of the foreclosure filing document.Default.foreclosureBookPage 
Foreclosure Details/preforeclosuredetailsforeclosureInstrumentDateThe date that the foreclosure document was executed by the parties.  Pre-dates the recording date.  In some cases, may be the Notary Date.  Formatted as YYYY-MM-DD.Default.foreclosureInstrumentDate 
Foreclosure Details/preforeclosuredetailsforeclosureInstrumentNumberInstrument number of the foreclosure filing document.Default.foreclosureInstrumentNumber 
Foreclosure Details/preforeclosuredetailsforeclosureRecordingDateContains the official filing date for the foreclosure that is normally stamped or printed on the document   Formatted as YYYY-MM-DD.Default.foreclosureRecordingDate 
Foreclosure Details/preforeclosuredetailsjudgmentAmountAmount of final judgment, including fees and interest.Default.judgmentAmount 
Foreclosure Details/preforeclosuredetailsjudgmentDateDate of final judgment if a lis pendens case in YYYY-MM-DD format.Default.judgmentDate 
Foreclosure Details/preforeclosuredetailslenderAddressFull standardized lender address.  Contains all the parsed elements.Default.lenderAddress 
Foreclosure Details/preforeclosuredetailslenderAddressCityThe lender address city name.Default.lenderAddressCity 
Foreclosure Details/preforeclosuredetailslenderAddressHouseNumberThe lender address house number and fraction.Default.lenderAddressHouseNumber 
Foreclosure Details/preforeclosuredetailslenderAddressStateThe lender address state.Default.lenderAddressState 
Foreclosure Details/preforeclosuredetailslenderAddressStreetDirectionThe pre directional  of the lender address.Default.lenderAddressStreetDirection 
Foreclosure Details/preforeclosuredetailslenderAddressStreetNameThe lender address street name.Default.lenderAddressStreetName 
Foreclosure Details/preforeclosuredetailslenderAddressStreetPostDirectionThe post-directional of the lender address.Default.lenderAddressStreetPostDirection 
Foreclosure Details/preforeclosuredetailslenderAddressStreetSuffixThe lender address street name suffix.Default.lenderAddressStreetSuffix 
Foreclosure Details/preforeclosuredetailslenderAddressUnitValueThe lender address unit number.Default.lenderAddressUnitValue 
Foreclosure Details/preforeclosuredetailslenderAddressZIPThe lender address Zip Code.Default.lenderAddressZIP 
Foreclosure Details/preforeclosuredetailslenderNameFullStandardizedFull lender name, standardized to manage abbreviations, remove mis-spelling, etc.  Partner field to Lender code.  Can be used for lender matching.Default.lenderNameFullStandardized 
Foreclosure Details/preforeclosuredetailslenderPhonePhone number of the lender.Default.lenderPhone 
Foreclosure Details/preforeclosuredetailsloanBalanceRemaining balance on defaulted loan.Default.loanBalance 
Foreclosure Details/preforeclosuredetailsloanMaturityDateMaturity date of loan in default in YYYY-MM-DD format.Default.loanMaturityDate 
Foreclosure Details/preforeclosuredetailsoriginalLoanAmountOriginal amount of loan in default.Default.originalLoanAmount 
Foreclosure Details/preforeclosuredetailsoriginalLoanBookPageBook and page of the original loan document.Default.originalLoanBookPage 
Foreclosure Details/preforeclosuredetailsoriginalLoanInstrumentNumberRecorder's Instrument Number of the original loan document.Default.originalLoanInstrumentNumber 
Foreclosure Details/preforeclosuredetailsoriginalLoanInterestRateInterest rate of the original loan in default.Default.originalLoanInterestRate 
Foreclosure Details/preforeclosuredetailsoriginalLoanLoanNumberOriginal loan account number of loan in default.Default.originalLoanLoanNumber 
Foreclosure Details/preforeclosuredetailsoriginalLoanRecordingDateContains the official filing date for the original loan transaction that is normally stamped or printed on the document in YYYY-MM-DD format.Default.originalLoanRecordingDate 
Foreclosure Details/preforeclosuredetailspaymentRegular monthly payment from related mortgage documentDefault.payment 
Foreclosure Details/preforeclosuredetailspenaltyInterestAmount of penalty interest accrued.Default.penaltyInterest 
Foreclosure Details/preforeclosuredetailsrecordedAuctionOpeningBidOpening bid on the property upon which the foreclosure is executed.  Typically a legally mandated percentage of the outstanding principle balance of the foreclosed loan.Default.recordedAuctionOpeningBid 
Foreclosure Details/preforeclosuredetailsrecordLastUpdatedThe last update date for the record in YYYY-MM-DD format.Default.recordLastUpdated 
Foreclosure Details/preforeclosuredetailsrecordTypeType of document: Notice of Default = NOD, LisPendens = LIS, Notice of Trustee Sale = NTS, Notice of foreclosure sale = NOS.Default.recordType 
Foreclosure Details/preforeclosuredetailsservicerAddressAddress of the entity providing servicing for the loan.Default.servicerAddress 
Foreclosure Details/preforeclosuredetailsservicerCityCity of the entity providing servicing for the loan.Default.servicerCity 
Foreclosure Details/preforeclosuredetailsservicerNameName of the entity providing servicing for the loan.Default.servicerName 
Foreclosure Details/preforeclosuredetailsservicerPhonePhone number of the entity providing servicing for the loan.Default.servicerPhone 
Foreclosure Details/preforeclosuredetailsservicerStateState of the entity providing servicing for the loan.Default.servicerState 
Foreclosure Details/preforeclosuredetailsservicerZipZip code of the entity providing servicing for the loan.Default.servicerZip 
Foreclosure Details/preforeclosuredetailstrusteeAddressFull standardized trustee address.  Contains all the parsed elements.Default.trusteeAddress 
Foreclosure Details/preforeclosuredetailstrusteeAddressCityThe trustee address city name.Default.trusteeAddressCity 
Foreclosure Details/preforeclosuredetailstrusteeAddressHouseNumberThe trustee address house number and fraction.Default.trusteeAddressHouseNumber 
Foreclosure Details/preforeclosuredetailstrusteeAddressStateThe trustee address state.Default.trusteeAddressState 
Foreclosure Details/preforeclosuredetailstrusteeAddressStreetDirectionThe pre directional  of the trustee address.Default.trusteeAddressStreetDirection 
Foreclosure Details/preforeclosuredetailstrusteeAddressStreetNameThe trustee address street name.Default.trusteeAddressStreetName 
Foreclosure Details/preforeclosuredetailstrusteeAddressStreetPostDirectionThe post-directional of the trustee address.Default.trusteeAddressStreetPostDirection 
Foreclosure Details/preforeclosuredetailstrusteeAddressStreetSuffixThe trustee address street name suffix.Default.trusteeAddressStreetSuffix 
Foreclosure Details/preforeclosuredetailstrusteeAddressUnitValueThe trustee address unit number.Default.trusteeAddressUnitValue 
Foreclosure Details/preforeclosuredetailstrusteeAddressZIPThe trustee address Zip Code.Default.trusteeAddressZIP 
Foreclosure Details/preforeclosuredetailstrusteeNameTrustee or attorney handling the foreclosure eventDefault.trusteeName 
Foreclosure Details/preforeclosuredetailstrusteePhoneThe trustee phone number.Default.trusteePhone 
Foreclosure Details/preforeclosuredetailstrusteeReferenceNumberUnique number assigned by the trustee to track status of foreclosure and auction proceedings.Default.trusteeReferenceNumber 
Transportation Noise /transportationnoise attomId ATTOM Data's Unique parcel identifier transportationNoise.attomId
Transportation Noise /transportationnoise lat Address coord - latitude transportationNoise.lat
Transportation Noise /transportationnoise lon Address coord - longitude transportationNoise.lon
Transportation Noise /transportationnoise level Integer from 0 to 3 describing the noise level. 0 is very low, 3 is high. transportationNoise.road_noise.level
Transportation Noise /transportationnoise level_description Description of the noise from this category. transportationNoise.road_noise.level_description
Transportation Noise /transportationnoise source_type Type of noise source transportationNoise.road_noise.noise_sources.source_type
Transportation Noise /transportationnoise source_sub_type Sub-type of noise source transportationNoise.road_noise.noise_sources.source_sub_type
Transportation Noise /transportationnoise source_description Name of noise source transportationNoise.road_noise.noise_sources.source_description
Transportation Noise /transportationnoise source_dist_km Distance from the noise source in kilometers (only available for point sources such as railroad crossings and emg vehicle stations) transportationNoise.road_noise.noise_sources.source_dist_km
Transportation Noise /transportationnoise level Integer from 0 to 3 describing the noise level. 0 is very low, 3 is high. transportationNoise.aviation_noise.level
Transportation Noise /transportationnoise level_description Description of the noise from this category. transportationNoise.aviation_noise.level_description
Transportation Noise /transportationnoise source_type Type of noise source transportationNoise.aviation_noise.noise_sources.source_type
Transportation Noise /transportationnoise source_sub_type Sub-type of noise source transportationNoise.aviation_noise.noise_sources.source_sub_type
Transportation Noise /transportationnoise source_description Name of noise source transportationNoise.aviation_noise.noise_sources.source_description
Transportation Noise /transportationnoise source_dist_km Distance from the noise source in kilometers (only available for point sources such as railroad crossings and emg vehicle stations) transportationNoise.aviation_noise.noise_sources.source_dist_km
Transportation Noise /transportationnoise level Integer from 0 to 3 describing the noise level. 0 is very low, 3 is high. transportationNoise.emg_vehicle_noise.level
Transportation Noise /transportationnoise level_description Description of the noise from this category. transportationNoise.emg_vehicle_noise.level_description
Transportation Noise /transportationnoise source_type Type of noise source transportationNoise.emg_vehicle_noise.noise_sources.source_type
Transportation Noise /transportationnoise source_sub_type Sub-type of noise source transportationNoise.emg_vehicle_noise.noise_sources.source_sub_type
Transportation Noise /transportationnoise source_description Name of noise source transportationNoise.emg_vehicle_noise.noise_sources.source_description
Transportation Noise /transportationnoise source_dist_km Distance from the noise source in kilometers (only available for point sources such as railroad crossings and emg vehicle stations) transportationNoise.emg_vehicle_noise.noise_sources.source_dist_kmn
Transportation Noise /transportationnoise level Integer from 0 to 3 describing the noise level. 0 is very low, 3 is high. transportationNoise.rail_whistle_noise.level
Transportation Noise /transportationnoise level_description Description of the noise from this category. transportationNoise.rail_whistle_noise.level_description
Transportation Noise /transportationnoise source_type Type of noise source transportationNoise.rail_whistle_noise.noise_sources.source_type
Transportation Noise /transportationnoise source_sub_type Sub-type of noise source transportationNoise.rail_whistle_noise.noise_sources.source_sub_type
Transportation Noise /transportationnoise source_description Name of noise source transportationNoise.rail_whistle_noise.noise_sources.source_description
Transportation Noise /transportationnoise source_dist_km Distance from the noise source in kilometers (only available for point sources such as railroad crossings and emg vehicle stations) transportationNoise.rail_whistle_noise.noise_sources.source_dist_km
Transportation Noise /transportationnoise level Integer from 0 to 3 describing the noise level. 0 is very low, 3 is high. transportationNoise.rail_noise.level
Transportation Noise /transportationnoise level_description Description of the noise from this category. transportationNoise.rail_noise.level_description
Transportation Noise /transportationnoise source_type Type of noise source transportationNoise.rail_noise.noise_sources.source_type
Transportation Noise /transportationnoise source_sub_type Sub-type of noise source transportationNoise.rail_noise.noise_sources.source_sub_type
Transportation Noise /transportationnoise source_description Name of noise source transportationNoise.rail_noise.noise_sources.source_description
Transportation Noise /transportationnoise source_dist_km Distance from the noise source in kilometers (only available for point sources such as railroad crossings and emg vehicle stations) transportationNoise.rail_noise.noise_sources.source_dist_km
Transportation Noise /transportationnoise overall_summary Overall summary of traffic noise transportationNoise.overall_summary
Transportation Noise /transportationnoise disclaimer_text For use when names of streets, rail lines, fire stations, etc. are displayed. The names originate from OpenStreetMap. transportationNoise.disclaimer_text
Home Equity /valuation/homeequity/ Id ATTOM's legacy property identifier property.identifier.Id
Home Equity /valuation/homeequity/ fips 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located property.identifier.fips
Home Equity /valuation/homeequity/ apn Primary Parcel Number and unique identifier within the county/jurisdiction property.identifier.apn
Home Equity /valuation/homeequity/ attomId  ATTOM Data's Unique parcel identifier. property.identifier.attomId
Home Equity /valuation/homeequity/ apnOrig This is populated if a property has previously been split or came from another property ID. property.identifier.apnOrig
Home Equity /valuation/homeequity/ lotSize1 Indicates the lot size, in acres property.lot.lotSize1
Home Equity /valuation/homeequity/ bldgName Building Name property.address.bldgName
Home Equity /valuation/homeequity/ country The ISO-3166-2 country code property.address.country
Home Equity /valuation/homeequity/ countrySubd For the U.S. this is a state abbreviation property.address.countrySubd
Home Equity /valuation/homeequity/ line1 First line of the property address property.address.line1
Home Equity /valuation/homeequity/ line2 Second line of the property address property.address.line2
Home Equity /valuation/homeequity/ locality The local city, town or hamlet of the postal address property.address.locality
Home Equity /valuation/homeequity/ matchCode The indication of how well the address was matched against postal data property.address.matchCode
Home Equity /valuation/homeequity/ oneLine Full property address on a single line property.address.oneLine
Home Equity /valuation/homeequity/ postal1 For the U.S. this is the 5-digit ZIP Code property.address.postal1
Home Equity /valuation/homeequity/ postal2 For the U.S. this is the ZIP+4 property.address.postal2
Home Equity /valuation/homeequity/ postal3 For the U.S. this is the Carrier Route property.address.postal3
Home Equity /valuation/homeequity/ accuracy The precision, or positional accuracy of the point coordinates property.location.accuracy
Home Equity /valuation/homeequity/ elevation The elevation of the property if available property.location.elevation
Home Equity /valuation/homeequity/ latitude The latitude of the property in degrees property.location.latitude
Home Equity /valuation/homeequity/ longitude The longitude of the property in degrees property.location.longitude
Home Equity /valuation/homeequity/ distance Distance property.location.distance
Home Equity /valuation/homeequity/ geoId GeoID property.location.geoId
Home Equity /valuation/homeequity/ geoIdV4 GeoIDV4 property.location.geoIdV4
Home Equity /valuation/homeequity/ propClass A general classification of the type of property such as "Residential" property.summary.propClass
Home Equity /valuation/homeequity/ propSubType A sub-classification of the property property.summary.propSubType
Home Equity /valuation/homeequity/ propType General property type description; residential, commercial, other, etc. property.summary.propType
Home Equity /valuation/homeequity/ propertyType A specific property classification such as "Detached Single Family" property.summary.propertyType
Home Equity /valuation/homeequity/ yearBuilt Year built of the primary structure property.summary.yearBuilt
Home Equity /valuation/homeequity/ propLandUse Universal use code identifying the property type property.summary.propLandUse
Home Equity /valuation/homeequity/ propIndicator Generalized property type grouping property.summary.propIndicator
Home Equity /valuation/homeequity/ universalSize Derived living or building square footage property.building.size.universalSize
Home Equity /valuation/homeequity/ bathsTotal The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) property.building.rooms.bathsTotal
Home Equity /valuation/homeequity/ beds The total number of rooms that can be qualified as bedrooms property.building.rooms.beds
Home Equity /valuation/homeequity/ lastModified The date the record was last modified property.vintage.lastModified
Home Equity /valuation/homeequity/ pubDate The publish date of the source data this record belongs to property.vintage.pubDate
Home Equity /valuation/homeequity/ eventDate The date when the value was determined. property.avm.eventDate
Home Equity /valuation/homeequity/ high Max range AVM value. property.avm.amount.high
Home Equity /valuation/homeequity/ low Min range AVM value. property.avm.amount.low
Home Equity /valuation/homeequity/ scr This represents the confidence in the calculation. property.avm.amount.scr
Home Equity /valuation/homeequity/ value The modeled AVM value. property.avm.amount.value
Home Equity /valuation/homeequity/ valueRange The difference between the low and high estimated (AVM) values. property.avm.amount.valueRange
Home Equity /valuation/homeequity/ perSizeUnit Estimated value (AVM) per square foot of property. property.avm.calculations.perSizeUnit
Home Equity /valuation/homeequity/ ratioTaxAmt Ratio of taxes to estimated value for the property. property.avm.calculations.ratioTaxAmt
Home Equity /valuation/homeequity/ ratioTaxValue This is the ratio of the annual taxes to the market value. property.avm.calculations.ratioTaxValue
Home Equity /valuation/homeequity/ monthlyChgPct The month over month percent change in this property's estimated value. property.avm.calculations.monthlyChgPct
Home Equity /valuation/homeequity/ monthlyChgValue Change in estimated value (AVM) from the previous month. property.avm.calculations.monthlyChgValue
Home Equity /valuation/homeequity/ rangePctOfValue Percent of Value Range the Target Value Represents. property.avm.calculations.rangePctOfValue
Home Equity /valuation/homeequity/ LTV Loan To Value calculated by dividing the sum of currently open loan amounts by the AVM value for the property property.homeEquity.LTV
Home Equity /valuation/homeequity/ estimatedAvailableEquity The difference between the current market value represented by the AVM value and the sum of the current outstanding loan amounts. property.homeEquity.estimatedAvailableEquity
Home Equity /valuation/homeequity/ estimatedLendableEquity 80% of the difference between the current market value represented by the AVM value and the sum of the current outstanding loan amounts property.homeEquity.estimatedLendableEquity
Home Equity /valuation/homeequity/ firstAmortizedLoanAmount NA property.homeEquity.firstAmortizedLoanAmount
Home Equity /valuation/homeequity/ secondAmortizedLoanAmount NA property.homeEquity.secondAmortizedLoanAmount
Home Equity /valuation/homeequity/ thirdAmortizedLoanAmount NA property.homeEquity.thirdAmortizedLoanAmount
Home Equity /valuation/homeequity/ totalEstimatedLoanBalance Based on the ATTOM Data Solution's Loan Model algorithm, the sum of open loans in first, second and third lien positions. property.homeEquity.totalEstimatedLoanBalance
Home Equity /valuation/homeequity/ recordLastUpdated The last update date for the record in YYYY-MM-DD format. property.homeEquity.recordLastUpdated

Want all fields to be returned?

All fields that are null are omitted in the JSON response by default. If you would like the JSON response to include the null fields, just add "&debug=True" to the end of the API call URL.

Example:

https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail?address1=210+Hammerking+Rd&address2=Dallas+TX+75232&debug=True 


Area API

Overview

The Area API allows you to understand the relationships between various geographic areas (boundaries) that ATTOM provides data for. The data includes polygon and area IDs from counties and zip codes to residential subdivisions and school boundaries.

Data Sources

The API does not return the coordinates of the boundary but uses the boundary data to lookup information about the area contained in a boundary. If you need access to the coordinates, or shape, of the boundary, please contact us to discuss licensing options.


Data Type
Update Frequency
ND Neighborhood
Quarterly
RS Residential
Quarterly
MT Metro
NO LONGER SUPPORTED AS OF OCT 30, 2020
ST State
Annual
CO County
Annual
CB Core Based Statistical Area
Annual
PL Census Place
Annual
CS County Subdivision
Annual
ZI ZIP Code
Annual
PZ Postal Zip Code
Annual

Interactive Docs




API Structure

The main endpoint for the Area API is:

https://api.gateway.attomdata.com/areaapi/v2.0.0

Example

https://api.gateway.attomdata.com/areaapi/v2.0.0/county/lookup?StateId=ST36

Headers

There are two required headers:

  1. Accept - set to either
    1. application/json
    2. application/xml
  2. APIKey - include the API Key assigned to you.

Only GeoJSON and WKT formats are supported.

Resources

This API contains two primary resources for interacting with ATTOM geographic data:

Area Hierarchy This resource allows you to determine all of the areas a specific geographic point falls within.
Area Lookups Use Lookups to understand the relationships between two specific types of areas. For example, counties within a state.

You can try out these calls in our Interactive Docs.

Area Hierarchy

Neighborhood Boundaries

Neighborhood Boundaries delineate the geographies that matter most to customers in the areas where people live, work, and socialize. Whether you need a simple lookup of neighborhood names or want a more meaningful way to organize and present map data, this dataset is considered the industry standard by web and mobile organizations across the globe.


Residential Boundaries

Residential Boundaries provide data about the residential areas in and around metros. These boundaries delineate neighborhoods with houses, condos, and apartment complexes, and exclude those with commercial, industrial, or public spaces.

Census Hierarchy

Incorporated Places

Places always are within a single state or equivalent entity, but may extend across county and county subdivision boundaries. An incorporated place usually is a city, town, village, or borough, but can have other legal descriptions.


County Subdivisions

County Subdivisions are the primary divisions of counties and equivalent entities. They include census county divisions, census subareas, minor civil divisions, and unorganized territories and can be classified as either legal or statistical. *NOTE: ATTOM has chosen to use either Census Place OR County Subdivision boundaries in certain areas where the geography type best fits the local understanding and designation of geographies.


What kinds of questions can data from the Area API help answer?

  • What neighborhood, zip code or place does this point or address fall within?
  • What is the boundary for a given GEO ID?
  • Tell me all the counties within this state.
  • Tell me all the CBSAs within this state.

Standard Response Information

A standard response from the area API will include the following structure to help you handle different response codes and number of records. This can be found at the bottom of the response:

{

"xml_record": "50"

},

"status": {

"code": "0",

"long_description": "Your request was successfully processed.",

"short_description": "Success",

},

"xmlns": "https://api.gateway.attomdata.com/v4/area"

}

}

Search Filters

In addition to Resources and Packages, there are also a number of other filters that may be added to a request to help narrow down results. The filters and some examples of how they might be used are outlined below.

API Endpoint Name API Endpoint Path Filter Name Filter Type Description Example Possible values
Area Hierarchy Lookup /areaapi/area/hierarchy/lookup wktstring Single value WKTString Parameters wktstring=POINT(-75.1652215,39.9525839) 
Area Hierarchy Lookup /areaapi/area/hierarchy/lookup geotype Single value known Geo Type geotype=PZAll,PZ,SB,DB,ZI,N1,N2,N3,N4,ST,CO,PL,CB
Area Hierarchy Lookup /areaapi/area/hierarchy/lookup latitutude Single value The property latitude coordinate latitude=32.8093195 & longitude=-117.0116626 
Area Hierarchy Lookup /areaapi/area/hierarchy/lookup longitude Single value The property longitude coordinate latitude=32.8093195 & longitude=-117.0116626 
Area State Lookup /areaapi/area/state/lookup geoIdV4Multi-value Geocode requestedgeoIdV4=25c781485c834372b7e7b7ef0fc0c2fa 
Area State Lookup /areaapi/area/state/lookup AreaIdMulti-value known Geo ID AreaId=ZI98648 
Area Boundary Detail /areaapi/area/boundary/detail geoIdV4 Multi-value Geocode requestedgeoIdV4=25c781485c834372b7e7b7ef0fc0c2fa 
Area Boundary Detail /areaapi/area/boundary/detail AreaId Multi-value known Geo ID AreaId=ZI98648 
Area Boundary Detail /areaapi/area/boundary/detail format Single value Boundaries format format=geojson geojson,wkt
Area GeoCode Lookup /areaapi/area/geoId/legacyLookup geoIdV4 Multi-value Geocode requested geoIdV4=25c781485c834372b7e7b7ef0fc0c2fa 
Area GeoCode Lookup /areaapi/area/geoId/legacyLookup geoId Multi-value known Geo ID geoId=ZI98648 
Area GeoID Lookup /areaapi/area/geoId/legacyLookup geoIdV4Multi-valueGeocode requestedgeoIdV4=25c781485c834372b7e7b7ef0fc0c2fa 
Area GeoID Lookup /areaapi/area/geoId/Lookup geoId Multi-value known Geo ID geoId=ZI98648 
Area GeoID Lookup /areaapi/area/geoId/Lookup geotype Single value known Geo Type geotype=PZ All,PZ,SB,DB,ZI,N1,N2,N3,N4,ST,CO,PL,CB

Search Filter Example

The following example returns a list of geographies that point falls within. Required input is a valid lat/long or WKT (Well Known Text).

https://api.gateway.attomdata.com/areaapi/v4/hierarchy/lookup?WKTString=POINT(-71.5776%2041.66895)&geoType=ZI

Status Codes

Beyond the standard HTTP codes, you will find custom status codes in the response body.

-1 Database Connection Failed Could not open Database Connection
-2 SQL Command Failed SQL command execution failed
0 Success Your request was successfully processed
100 One or more input parameters are invalid or missing One or more input parameters are invalid or missing
4100 Invalid WKT The WKT is invalid

Data Dictionary

This data dictionary represents all of the fields currently available in the Area API.

API Endpoint Name API Endpoint Path Field Name Description JSON Path
Hierarchy Lookup/hierarchy/lookupareaArea measurementresponse.result.package.item.area
Hierarchy Lookup/hierarchy/lookuparea_unitUnits for area measurementresponse.result.package.item.area_unit
Hierarchy Lookup/hierarchy/lookupgeo_KeyFull geographic identifier used for searching. Not recommended to displayresponse.result.package.item.geo_Key
Hierarchy Lookup/hierarchy/lookupidFully formatted geography ID.response.result.package.item.id
Hierarchy Lookup/hierarchy/lookupnameSuggested value to use for text search, drop-downs and other search controlsresponse.result.package.item.name
Hierarchy Lookup/hierarchy/lookuptypeStandard Attom geography type coderesponse.result.package.item.type
Hierarchy Lookup/hierarchy/lookupcommunity_data_availableIndicates if community data is available for the selected regionresponse.result.package.item.community_data_available
CBSA Lookup/cbsa/lookupgeo_center_latitudeLatitude component of centroidresponse.result.package.item.geo_center_latitude
CBSA Lookup/cbsa/lookupgeo_center_longitudeLongitude component of centroidresponse.result.package.item.geo_center_longitude
CBSA Lookup/cbsa/lookupgeo_keyFull geographic identifier used for searching. Not recommended to displayresponse.result.package.item.geo_key
CBSA Lookup/cbsa/lookupidFully formatted geography ID.response.result.package.item.id
CBSA Lookup/cbsa/lookupnameSuggested value to use for text search, drop-downs and other search controlsresponse.result.package.item.name
CBSA Lookup/cbsa/lookuptypeStandard Attom geography type coderesponse.result.package.item.type
Geo ID Lookup/geoid/lookupareaArea measurementresponse.result.package.item.area
Geo ID Lookup/geoid/lookuparea_unitUnits for area measurementresponse.result.package.item.area_unit
Geo ID Lookup/geoid/lookupgeo_KeyFull geographic identifier used for searching. Not recommended to displayresponse.result.package.item.geo_Key
Geo ID Lookup/geoid/lookupidFully formatted geography ID.response.result.package.item.id
Geo ID Lookup/geoid/lookupnameSuggested value to use for text search, drop-downs and other search controlsresponse.result.package.item.name
Geo ID Lookup/geoid/lookuptypeStandard Attom geography type coderesponse.result.package.item.type
County Lookup/county/lookupgeo_center_latitudeLatitude component of centroidresponse.result.package.item.geo_center_latitude
County Lookup/county/lookupgeo_center_longitudeLongitude component of centroidresponse.result.package.item.geo_center_longitude
County Lookup/county/lookupgeo_keyFull geographic identifier used for searching. Not recommended to displayresponse.result.package.item.geo_key
County Lookup/county/lookupidFully formatted geography ID.response.result.package.item.id
County Lookup/county/lookupnameSuggested value to use for text search, drop-downs and other search controlsresponse.result.package.item.name
County Lookup/county/lookuptypeStandard Attom geography type coderesponse.result.package.item.type
State Lookup/state/lookup/abbreviationTwo letter state abbreviationresponse.result.package.item.abbreviation
State Lookup/state/lookup/geo_center_latitudeLatitude component of centroidresponse.result.package.item.geo_center_latitude
State Lookup/state/lookup/geo_center_longitudeLongitude component of centroidresponse.result.package.item.geo_center_longitude
State Lookup/state/lookup/geo_keyFull geographic identifier used for searching. Not recommended to displayresponse.result.package.item.geo_key
State Lookup/state/lookup/idFully formatted geography ID.response.result.package.item.id
State Lookup/state/lookup/nameSuggested value to use for text search, drop-downs and other search controlsresponse.result.package.item.name
State Lookup/state/lookup/typeStandard Attom geography type coderesponse.result.package.item.type

Which is better, full dataset file delivery or data access via API?

Neither, they are just different. The best choice for you depends on the resources you have available and the type of format you are looking for. Some companies don't have the staff or infrastructure in place to support ongoing map database management so the API is the best way for them to access geographic data.

Interested in learning more? Contact us today to discuss your business’s needs.


POI API

Overview

The Points of Interest (POI) API provides the ability to request public and private establishments in real time, based on a certain location (i.e. Address, Latitude/Longitude). Lookups are provided to further define the over 4 million establishments. All establishments are geocoded so points can easily be displayed on a map.

Data Sources

The data provided in the POI API includes data from USA, MCH as well as public sources.


Data Type
Update Frequency
Approx. Count
USA, MCH and public sources
Monthly, Nationally
14 Million

Interactive Docs




API Structure

The main endpoint for the Points of Interest API is:

https://api.gateway.attomdata.com/v4/neighborhood/

Example

https://api.gateway.attomdata.com/v4/neighborhood/poi/categorylookup?category=TRAVEL&lineOfBusiness=TRANSPORTATION

Headers

There are two required headers:

  1. Accept - set to either
    1. application/json
    2. application/xml
  2. APIKey - include the API Key assigned to you.

Resources

This API contains three primary resources for interacting with ATTOM points of interest data:

Street Address This search returns a list of POIs in proximity to an address.
Geography This search returns a list of POI in proximity to the centroid of a zip code.
Point This search returns a list of POI in proximity to a lat/long. Format should be written as follows: POINT(-74.019215,40.706554)

Default Behavior

Record Limit

The API’s response defaults to 20 Points of Interest per call. You can change this by adding a parameter called "RecordLimit" to your request.


https://api.gateway.attomdata.com/poisearch/v2.0.0/poi/Street+Address/?streetaddress=90+broad+street,+new+york,+ny;+10004&recordlimit=50

Search Radius

The API default search distance is 5 square miles from the address, point or zip code entered. To increase or decrease this default add a parameter called "SearchDistance" to your request.


https://api.gateway.attomdata.com/poisearch/v2.0.0/poi/Street+Address/?streetaddress=90+broad+street,+new+york,+ny;+10004&searchdistance=2
Street Address Format

A valid street address must be entered for results to be returned. The following format should be used: address number and street name, city, state; zip code


https://api.gateway.attomdata.com/poisearch/v2.0.0/poi/Street+Address/?streetaddress=90+broad+street,+new+york,+ny;+10004

Filtering

The table below shows the different fields that can be used to filter responses from the /poi/point call. Try this out in the Interative Docs.

BUSINESSCATEGORY Business category of the POI (14 available)

Sorting Options

The table below shows the different columns that can be sorted in the POI API outputs. Try this out in the Interative Docs.

NAME Name of the POI
DISTANCE Distance of the POI fromt the search point
BUSINESSCATEGORY Business category of the POI (14 available)
LOB Line of business of the POI (120 available)

Business Categories

These are 14 business categories that exist in the Point of Interest API. They are:

  1. ATTRACTIONS – RECREATION
  2. AUTOMOTIVE SERVICES
  3. BANKS – FINANCIAL
  4. EATING – DRINKING
  5. EDUCATION
  6. FARM – RANCH
  7. GOVERNMENT – PUBLIC
  8. HEALTH CARE SERVICES
  9. HOSPITALITY
  10. ORGANIZATIONS – ASSOCIATIONS
  11. PERSONAL SERVICES
  12. PET SERVICES
  13. SHOPPING
  14. TRAVEL

Helpers

We also provide three lookups to help you better understand the business categories that a POI may be classified under.

Business Categories This lookup is used to obtain a full list of business categories.
Lines of Business (LOB) This lookup can be used to get the list of LOBs that are in the system. A Line of Business belongs to a business category. A list of all available lines of business can be found at the end of POI documentation.
Geography This search returns a list of POI in proximity to the centroid of a zip code.


Implementation Tips

Business Duplication: Establishments are often associated with multiple business types or categories. For example, a Home Depot might be considered a hardware store, a garden center or an appliance store. When a business belongs to multiple business classifications, we deliver the business to you multiple times. Each instance of that business will have the same OB_ID.

The PRIMARY field can be used to determine the primary business practice at the location. If your goal is to display a set of unique businesses near a property we suggest you filter out any records from the display where PRIMARY = “OTHER”. This will ensure that each business is only listed once.


Standard Response Information

A standard response from the POI API will include the following structure to help you handle different response codes and number of records. This can be found at the bottom of the response:

{

"xml_record": "20"

},

"status": {

"code": "0",

"long_description": "Your request was successfully processed.",

"short_description": "Success",

},

"xmlns": "https://api.gateway.attomdata.com/poisearch/v2.0.0"

}

}

Search Filters

In addition to Resources and Packages, there are also a number of other filters that may be added to a request to help narrow down results. The filters and some examples of how they might be used are outlined below.

API Endpoint Name API Endpoint Path Filter Name Filter Type Description Example Possible values
Neighborhood POI /neighborhood/poi point Single value This is the Point value POINT(-74.019215,40.706554) 
Neighborhood POI /neighborhood/poi radius Single value Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input radius=5 
Neighborhood POI /neighborhood/poi address Single value The property address address=2308 Wentworth St 
Neighborhood POI /neighborhood/poi categoryName Single value This is Category Name of the POI. categoryName=PERSONAL SERVICES 
Neighborhood POI /neighborhood/poi LineOfBusinessName Single value This is Business category of the POI. LineOfBusinessName=MISC SERVICES 
Neighborhood POI /neighborhood/poi IndustryName Single value This is Industry Name of the POI. IndustryName=CARGO SERVICE 
Neighborhood POI /neighborhood/poi categoryId Single value This is Category ID of the POI. categoryId=1952 
Neighborhood POI /neighborhood/poi zipCode Single value The Mailing Address Zip Code. zipCode=60614 
Neighborhood POI Category Lookup /neighborhood/poi/categorylookup industry Single value This is Industry Name of the POI.Industry=CARGO SERVICE 
Neighborhood POI Category Lookup /neighborhood/poi/categorylookup category Single value This is Category of the POI.category=PERSONAL SERVICES 
Neighborhood POI Category Lookup /neighborhood/poi/categorylookup lineofbusiness Single value This is Business category of the POI. LineOfBusiness=MISC SERVICES 

Search Filter Example

The following example returns industry, category and lineofbusiness based POI details.

https://api.gateway.attomdata.com/v4/neighborhood/poi/categorylookup?industry=BIOTECHNOLOGY&category=HEALTH CARE&lineOfBusiness=MISC

Status Codes

The following table highlights the expected status codes from the system. Beyond standard HTTP codes you will find custom status codes in the “Status” element of the response body.

3 Address Geocoded fail The address entered could not be geocoded
5 There are no POIs within the zip code entered  
100 One or more input parameters are invalid or missing  

Data Dictionary

This data dictionary represents all of the fields currently available in the Points of Interest API.

API Endpoint Name API Endpoint Path Field Name Description JSON Path
Neighborhood POI/neighborhood/poipIdThe Localeze Persistent Identification Number (PID) for the listingpoi.details.pId
Neighborhood POI/neighborhood/poiaddressSensitivityFlagpoi.details.addressSensitivityFlag
Neighborhood POI/neighborhood/poiaptType poi.details.aptType
Neighborhood POI/neighborhood/poiboxNumber poi.details.boxNumber
Neighborhood POI/neighborhood/poichainIdpoi.details.chainId
Neighborhood POI/neighborhood/poiannualSalesAmountCode poi.details.annualSalesAmountCode
Neighborhood POI/neighborhood/poiemployeeSizeCode poi.details.employeeSizeCode
Neighborhood POI/neighborhood/poiexecutiveContactNamepoi.details.executiveContactName
Neighborhood POI/neighborhood/poiexecutiveTitleCodepoi.details.industryClassification
Neighborhood POI/neighborhood/poiindustryClassificationpoi.details.industryClassification
Neighborhood POI/neighborhood/poilatLongMatchLevelpoi.details.latLongMatchLevel
Neighborhood POI/neighborhood/poimcdCode poi.details.mcdCode
Neighborhood POI/neighborhood/poipreDirectionpoi.details.preDirection
Neighborhood POI/neighborhood/poisecondaryValidationCode poi.details.secondaryValidationCode
Neighborhood POI/neighborhood/poisingleAddressFlagpoi.details.singleAddressFlag
Neighborhood POI/neighborhood/poistandardizedHours poi.details.standardizedHours
Neighborhood POI/neighborhood/poisic2poi.details.sic2
Neighborhood POI/neighborhood/poisic3poi.details.sic3
Neighborhood POI/neighborhood/poisic4poi.details.sic4
Neighborhood POI/neighborhood/poiyearsInBusinesspoi.details.yearsInBusiness
Neighborhood POI/neighborhood/poiypHeading2poi.details.ypHeading2
Neighborhood POI/neighborhood/poiypHeading3poi.details.ypHeading3
Neighborhood POI/neighborhood/poiypHeading4poi.details.ypHeading4
Neighborhood POI/neighborhood/poiypHeading5poi.details.ypHeading5
Neighborhood POI/neighborhood/poiypHeading6poi.details.ypHeading6
Neighborhood POI/neighborhood/poizip4Type poi.details.zip4Type
Neighborhood POI/neighborhood/poipublishDateThe most recent publication date for the listing from published sources. The date format is YYYYMMDD. For data provided directly by the business owner (i.e. listings with an MLSC value of 8), the date is the month the listing was first submitted to Localeze. There will be valid records with a null value.poi.details.publishDate
Neighborhood POI/neighborhood/poibusinessShortNameThe short 30 character name for the businesspoi.details.businessShortName
Neighborhood POI/neighborhood/poibusinessDepartmentNameThe department information for the listing - Gov, Schools, etc.poi.details.businessDepartmentName
Neighborhood POI/neighborhood/poihouseThe house number for the listingpoi.details.house
Neighborhood POI/neighborhood/poistreetThe street name for the listingpoi.details.street
Neighborhood POI/neighborhood/poistrTypeThe street type for the listingpoi.details.strType
Neighborhood POI/neighborhood/poipostDirectionThe post directional street address information for the listingpoi.details.postDirection
Neighborhood POI/neighborhood/poiexpPubCityThe published city for the listing as provided in Directory Sourcepoi.details.expPubCity
Neighborhood POI/neighborhood/poicityNameThe USPS city name for the listingpoi.details.cityName
Neighborhood POI/neighborhood/poistateThe two character state abbreviation for the listingpoi.details.state
Neighborhood POI/neighborhood/poizipThe zip code for the listingpoi.details.zip
Neighborhood POI/neighborhood/poizip4The zip code + 4 for the listingpoi.details.zip4
Neighborhood POI/neighborhood/poidpcA delivery point code is a specific set of digits between 00 and 99 assigned to every address. When combined with the ZIP + 4 code, the delivery point provides a unique identifier for every deliverable address served by the USPS. A one digit checksum is appended.poi.details.dpc
Neighborhood POI/neighborhood/poicarrierRouteA postal carrier route is a group of addresses that receive the same USPS code for mail delivery. The postal carrier route codes are represented as 4 digits: one letter for the carrier route type, and three numbers for the carrier route code. For example, ""C047"" or ""R004."" The meaning of the letters is as follows:poi.details.carrierRoute
Neighborhood POI/neighborhood/poifipsStateCodeThe Federal Information Processing Standard state code for the listing. Ex. IL=17poi.details.fipsStateCode
Neighborhood POI/neighborhood/poicountyCodeThe Federal Information Processing Standard county code for the listingpoi.details.countyCode
Neighborhood POI/neighborhood/poicensusTractThe Census Tract (CT) for the listing. CTs are small, relatively permanent statistical subdivisions of a county or equivalent entity that are updated by local participants prior to each decennial census as part of the Census Bureau's Participant Statistical Areas Program.poi.details.censusTract
Neighborhood POI/neighborhood/poicensusBlockGroupThe Census Block Group (CBG) for the listing. CBGs are are statistical divisions of census tracts, are generally defined to contain between 600 and 3,000 people, and are used to present data and control block numbering. Census Block Groups have a valid code range of 0 through 9.poi.details.censusBlockGroup
Neighborhood POI/neighborhood/poicensusBlockIDThe Census Block ID (CBID) for the listing.poi.details.censusBlockID
Neighborhood POI/neighborhood/poicbsaThe Core Based Statistical Area (CBSA) for the listing. A CBSA is a U.S. geographic area defined by the Office of Management and Budget (OMB) that consists of one or more counties (or equivalents) anchored by an urban center of at least 10,000 people plus adjacent counties that are socioeconomically tied to the urban center by commuting.poi.details.cbsa
Neighborhood POI/neighborhood/poisic1_4Primary standard industry classification (SIC) 4 digitpoi.details.sic1_4
Neighborhood POI/neighborhood/poisic1_8Primary standard industry classification (SIC) 8 digitpoi.details.sic1_8
Neighborhood POI/neighborhood/poiindustryClassificationIndustry classification (SIC ranges). Code for first 2 positions of the primary SICpoi.details.industryClassification
Neighborhood POI/neighborhood/poimlscCode indicating the source data for the listing. 1=White Pages (WP) only, 2=Yellow Pages (YP) only, 3=Other Only, 4=WP and YP and Other, 5=WP and YP, 6=WP and Other, 7=YP and Other, 8=Direct from Business Ownerpoi.details.mlsc
Neighborhood POI/neighborhood/poiareaCodeThe telephone area code for the listingpoi.details.areaCode
Neighborhood POI/neighborhood/poiexchangeThe telephone exchange number for the listingpoi.details.exchange
Neighborhood POI/neighborhood/poiphoneNumberThe last four digits of the telephone number for the listingpoi.details.phoneNumber
Neighborhood POI/neighborhood/poidsoIndicates if the area where the business is located observes daylight savings time. 0=No,1=Yespoi.details.dso
Neighborhood POI/neighborhood/poitimeZoneThe time zone of the listing. 0 = not applicable 1 = Samoa 2 = Hawaii 3 = Alaska/ Yukon 4 = Pacific 5 = Mountain 6 = Central 7 = Eastern 8 = Atlantic 9 = Newfoundlandpoi.details.timeZone
Neighborhood POI/neighborhood/poivalidationFlagC = the phone number for the listing is validated as connectedpoi.details.validationFlag
Neighborhood POI/neighborhood/poivalidationDateThe most recent date the phone number for the listing was verified as active (YYYYMMDD)poi.details.validationDate
Neighborhood POI/neighborhood/poiDPVConfirmDetermination by the USPS whether mail is able to be delivered or not delivered at the address of the listing.poi.details.DPVConfirm
Neighborhood POI/neighborhood/poiexecutiveTitleCodeCode for standard executive title for the contact for the listingpoi.details.executiveTitleCode
Neighborhood POI/neighborhood/poilatitudeLatitude with floating decimal - Examples: -12.345678 -38.9447poi.details.latitude
Neighborhood POI/neighborhood/poilongitudeLongitude with floating decimal xxplicit Negative Sign - Examples: (-123.456789) ( -123.4567)poi.details.longitude
Neighborhood POI/neighborhood/poiconfidenceScoreThe Confidence Score for the listing. The Confidence Score is a value that Localeze derives for each business listing in our data set. The Confidence Score uses a probabilistic approach to help identify listings that have a higher likelihood of being open and are recognizable in the real world using the name, address, and phone number combination provided in our data. It is not a definitive representation of accuracy, meaning there will be some listings with a high Confidence Score that will be closed and/or have an inaccurate name/address/phone number combination. However, the listings with a higher Confidence Score validate with a higher level accuracy compared to those with a lower Confidence Score. In short, the Confidence Score achieves the ability to sort the listings in a way that can help minimize exposure to error.poi.details.confidenceScore
Neighborhood POI/neighborhood/poiypHeading1Top 6 normalized Localeze headings (where available)poi.details.ypHeading1
Neighborhood POI/neighborhood/poimaximumYpAdSizeThe size of the ad for a listing that was acquired via a Yellow Page advertisement.poi.details.maximumYpAdSize
Neighborhood POI/neighborhood/poifaxAreaCodeThe fax area code for the listingpoi.details.faxAreaCode
Neighborhood POI/neighborhood/poifaxExchangeThe fax exchange number for the listingpoi.details.faxExchange
Neighborhood POI/neighborhood/poifaxPhoneNumberThe last four digits of the fax number for the listingpoi.details.faxPhoneNumber
Neighborhood POI/neighborhood/poialtAreaCodeThe area code for the alternative phone number for the listingpoi.details.altAreaCode
Neighborhood POI/neighborhood/poialtExchangeThe exchange number for the alternative phone number for the listingpoi.details.altExchange
Neighborhood POI/neighborhood/poialtPhoneNumberThe last four digits of the alternative phone number for the listingpoi.details.altPhoneNumber
Neighborhood POI/neighborhood/poimobileAreaCodeThe area code for the mobile phone number for the listingpoi.details.mobileAreaCode
Neighborhood POI/neighborhood/poimobileExchangeThe exchange number for the mobile phone number for the listingpoi.details.mobileExchange
Neighborhood POI/neighborhood/poimobilePhoneNumberThe last four digits of the mobile phone number for the listingpoi.details.mobilePhoneNumber
Neighborhood POI/neighborhood/poitollFreeAreaCodeThe area code for the toll free phone number for the listingpoi.details.tollFreeAreaCode
Neighborhood POI/neighborhood/poitollFreeExchangeThe exchange number for the toll free phone number for the listingpoi.details.tollFreeExchange
Neighborhood POI/neighborhood/poitollFreePhoneNumberThe last four digits of the toll free phone number for the listingpoi.details.tollFreePhoneNumber
Neighborhood POI/neighborhood/poicreditCardsSuperset code for payment types accepted by the business - see the IYP U.S. Technical Reference Guide for the definition of the values in this fieldpoi.details.creditCards
Neighborhood POI/neighborhood/poibrandsSuperset of unique, comma-separated trademark or brand phrasespoi.details.brands
Neighborhood POI/neighborhood/poistandardizedHoursStructured hours of operation for the listing - see the IYP U.S. Technical Reference Guide for the definition of the values in this fieldpoi.details.standardizedHours
Neighborhood POI/neighborhood/poihoursOpenUnstructured hours of operation for the listing. This is additional hours of operation content that we collected for the business but were unable to parse and place in field 98 "STDHRS." This content should not be ingested as structured data.poi.details.hoursOpen
Neighborhood POI/neighborhood/poiwebsiteThe website URL for the listingpoi.details.website
Neighborhood POI/neighborhood/poiyelpUrlThe Yelp URL for the listingpoi.details.yelpUrl
Neighborhood POI/neighborhood/poiemailThe email address for the business or the business ownerpoi.details.email
Neighborhood POI/neighborhood/poiservicespoi.details.services
Neighborhood POI/neighborhood/poitaglineThe tagline for the businesspoi.details.tagline
Neighborhood POI/neighborhood/poilinkedInUrlThe LinkedIn URL for the listingpoi.details.linkedInUrl
Neighborhood POI/neighborhood/poifacebookUrlThe Facebook URL for the listingpoi.details.facebookUrl
Neighborhood POI/neighborhood/poifoursquareUrlThe Foursquare URL for the listingpoi.details.foursquareUrl
Neighborhood POI/neighborhood/poiyearEstablishedThe year the business was establishedpoi.details.yearEstablished
Neighborhood POI/neighborhood/poitotalAdSpendThe estimated total YP ad spend for the business locationpoi.details.totalAdSpend
Neighborhood POI/neighborhood/poibuildingNameThe building name for the listingpoi.details.buildingName
Neighborhood POI/neighborhood/poitwitterUrlThe Twitter URL for the listingpoi.details.twitterUrl
Neighborhood POI/neighborhood/poigooglePlusUrlThe Google+ URL for the listingpoi.details.googlePlusUrl
Neighborhood POI/neighborhood/poidistanceDistance of the POI from the search pointpoi.details.distance
Neighborhood POI/neighborhood/poibusinessStandardNameStandared Name of business, point of interest, establishment, or locationpoi.buisnesslocation.businessStandardName
Neighborhood POI/neighborhood/poiattomIdATTOM Data's Unique parcel identifier.poi.buisnesslocation.attomId
Neighborhood POI/neighborhood/poiaddressFirst line of the property addresspoi.buisnesslocation.address
Neighborhood POI/neighborhood/poiaddress2Second line of the property addresspoi.buisnesslocation.address2
Neighborhood POI/neighborhood/poisuitepoi.buisnesslocation.suite
Neighborhood POI/neighborhood/poitractpoi.buisnesslocation.tract
Neighborhood POI/neighborhood/poicityCity name for business, point of interest, establishment, or locationpoi.buisnesslocation.city
Neighborhood POI/neighborhood/poiaddressKeyAddress key for business, point of interest, establishment, or locationpoi.buisnesslocation.addressKey
Neighborhood POI/neighborhood/poicountyKeyCounty key for business, point of interest, establishment, or locationpoi.buisnesslocation.countyKey
Neighborhood POI/neighborhood/poigeoQualityKeyDegree of accuracy of geocoding. Match types include the following, from most accurate to least accurate: - ADDRESS MATCH - ZIP+4 CENTROID - ZIP+2 CENTROID - STREET SEGMENT MATCH - INTERSECTION MATCH - ZIP CENTROID - NO COORDINATES AVAILABLE.poi.buisnesslocation.geoQualityKey
Neighborhood POI/neighborhood/poicensusBlockpoi.buisnesslocation.censusBlock
Neighborhood POI/neighborhood/poicategoryIdID of the Business Categorypoi.category.categoryId
Neighborhood POI/neighborhood/poicondensedHeadingName of the Business Categorypoi.category.condensedHeading
Neighborhood POI/neighborhood/poicategoryGeneral business / location category. May be used to help filter for display.poi.category.category
Neighborhood POI/neighborhood/poilineOfBusinessClassification of business / location.poi.category.lineOfBusiness
Neighborhood POI/neighborhood/poiindustryA more specific classification of business.poi.category.industry
POI categorylookup/neighborhood/poi/categorylookupcategoryIdID of the Business Categoryitem.categoryId
POI categorylookup/neighborhood/poi/categorylookupcondensedHeadingName of the Business Categoryitem.condensedHeading
POI categorylookup/neighborhood/poi/categorylookupcategoryGeneral business / location category. May be used to help filter for display.item.category
POI categorylookup/neighborhood/poi/categorylookuplineOfBusinessClassification of business / location.item.lineOfBusiness
POI categorylookup/neighborhood/poi/categorylookupindustry A more specific classification of business.item.industry
Line Of Business Lookup/LOB/lookupidID of the Line of Businessresponse.result.package.item.id
Line Of Business Lookup/LOB/lookupnameName of the Line of Businessresponse.result.package.item.name
Line Of Business Lookup/LOB/lookuptypeLookup typeresponse.result.package.item.type
Geography/POI/geographybusiness_category Business category of the POI response.result.package.item.business_category
Geography/POI/geographycitySubject city as identified by our systemresponse.result.package.item.city
Geography/POI/geographydistanceDistance of the POI from the search pointresponse.result.package.item.distance
Geography/POI/geographyfranchiseIndicates franchise brand if applicable.response.result.package.item.franchise
Geography/POI/geographygeo_latitudeLatitude coordinates (6 points of precision to the right of the decimal).response.result.package.item.geo_latitude
Geography/POI/geographygeo_longitudeLongitude coordinates (6 points of precision to the right of the decimal).response.result.package.item.geo_longitude
Geography/POI/geographygeo_matchDegree of accuracy of geocoding. Match types include the following, from most accurate to least accurate: ADDRESS MATCH, ZIP+4 CENTROID, ZIP+2 CENTROID, STREET SEGMENT MATCH, INTERSECTION MATCH, ZIP CENTROID, NO COORDINATES AVAILABLE."response.result.package.item.geo_match
Geography/POI/geographyindustryA more specific classification of business.response.result.package.item.industry
Geography/POI/geographylobClassification of business / location.response.result.package.item.lob
Geography/POI/geographynameName of the POIresponse.result.package.item.name
Geography/POI/geographyob_idNumeric identifier for business/point of interest/establishment/location. Required to match with neighborhood lookup table. NOTE: this is not a unique record identifier, but is a unique business identifier.response.result.package.item.ob_id
Geography/POI/geographyphonePhone number of the POIresponse.result.package.item.phone
Geography/POI/geographyprimaryIndicates if the SIC is the primary business/location type associated with this location. May be used to ensure that locations do not appear more than once in result set.response.result.package.item.primary
Geography/POI/geographystateSubject state as identified by our systemresponse.result.package.item.state
Geography/POI/geographystreetSubject property address as identified by our systemresponse.result.package.item.street
Geography/POI/geographytypeGeography typeresponse.result.package.item.type
Geography/POI/geographyunitThe Mailing Address Unit Number.response.result.package.item.unit
Geography/POI/geographyzip_codeThe Mailing Address Zip Code.response.result.package.item.zip_code

Line Of Business

Category Line of Business
ATTRACTIONS - RECREATION ABA
ATTRACTIONS - RECREATION AMUSEMENT PLACES
ATTRACTIONS - RECREATION ART AND MUSEUMS
ATTRACTIONS - RECREATION BARS - CLUBS
ATTRACTIONS - RECREATION BOATING
ATTRACTIONS - RECREATION DANCE AND THEATER
ATTRACTIONS - RECREATION GOLF
ATTRACTIONS - RECREATION HEALTH CLUBS AND SPA
ATTRACTIONS - RECREATION HUNTING AND FISHING
ATTRACTIONS - RECREATION LIVE MUSIC
ATTRACTIONS - RECREATION MARTIAL ARTS INSTRUCTION
ATTRACTIONS - RECREATION MINOR LEAGUES
ATTRACTIONS - RECREATION MISC ATTRACTIONS
ATTRACTIONS - RECREATION MLB AL
ATTRACTIONS - RECREATION MLB NL
ATTRACTIONS - RECREATION MLS
ATTRACTIONS - RECREATION MOVIE AND GAME RENTALS
ATTRACTIONS - RECREATION MOVIE THEATERS
ATTRACTIONS - RECREATION NBA
ATTRACTIONS - RECREATION NFL AFC
ATTRACTIONS - RECREATION NFL NFC
ATTRACTIONS - RECREATION NHL EC
ATTRACTIONS - RECREATION NHL WC
ATTRACTIONS - RECREATION NLL
ATTRACTIONS - RECREATION OUTDOOR ACTIVITIES
ATTRACTIONS - RECREATION SPORTS AND RECREATION
ATTRACTIONS - RECREATION SPORTS CLUBS
ATTRACTIONS - RECREATION TOURIST ATTRACTIONS
ATTRACTIONS - RECREATION WATER ACTIVITIES
ATTRACTIONS - RECREATION WNBA
ATTRACTIONS - RECREATION ZOOS GARDENS AQUARIUMS
AUTOMOTIVE SERVICE AUTOMOTIVE SERVICE
AUTOMOTIVE SERVICE CAR WASHING
AUTOMOTIVE SERVICE TRANSPORTATION
BANKS - FINANCIAL ATM LOCATIONS
BANKS - FINANCIAL BANKS
BANKS - FINANCIAL CREDIT UNIONS
BANKS - FINANCIAL FINANCIAL SERVICES
BANKS - FINANCIAL MISC FINANCIAL
EATING – DRINKING BAKERIES AND DESSERTS
EATING – DRINKING BARS
EATING – DRINKING BARS - CLUBS
EATING – DRINKING CLOTHING AND ACCESSORIES
EATING – DRINKING COFFEE SHOPS
EATING – DRINKING FARMS
EATING – DRINKING FOOD SERVICES
EATING – DRINKING GROCERY STORES AND MARKETS
EATING – DRINKING HEALTH FOOD
EATING – DRINKING MISC EATERIES
EATING – DRINKING RESTAURANTS
EDUCATION CATHOLIC SCHOOL
EDUCATION COLLEGE/UNIVERSITY - 4 YEAR +
EDUCATION GRADUATE SCHOOL ONLY
EDUCATION JUNIOR COLLEGE
EDUCATION NATIVE AMERICAN SCHOOL
EDUCATION PRIVATE SCHOOL
EDUCATION PUBLIC SCHOOL
EDUCATION STUDENT HOUSING
EDUCATION VOCATIONAL
FARM - RANCH FARMS
FARM - RANCH ORCHARDS
GOVERNMENT - PUBLIC EMERGENCY SERVICES
GOVERNMENT - PUBLIC GOVERNMENT OFFICES
GOVERNMENT - PUBLIC LIBRARIES
GOVERNMENT - PUBLIC LIBRARIES - PUBLIC
GOVERNMENT - PUBLIC MISC SERVICES
GOVERNMENT - PUBLIC POST OFFICES
HEALTH CARE SERVICES CHIROPRACTORS
HEALTH CARE SERVICES CLINICS
HEALTH CARE SERVICES EMERGENCY SERVICES
HEALTH CARE SERVICES HOSPITALS
HEALTH CARE SERVICES LODGING
HEALTH CARE SERVICES MISC SERVICES
HEALTH CARE SERVICES PHYSICIANS AND SURGEONS
HOSPITALITY CAMPS AND CAMPGROUNDS
HOSPITALITY COMMUNITY ORGANIZATIONS
HOSPITALITY LODGING
ORGANIZATIONS – ASSOCIATIONS COMMUNITY ORGANIZATIONS
ORGANIZATIONS – ASSOCIATIONS MISC ASSOCIATIONS
ORGANIZATIONS – ASSOCIATIONS NON-PROFIT ORGANIZATIONS
ORGANIZATIONS – ASSOCIATIONS PLACE OF WORSHIP
ORGANIZATIONS – ASSOCIATIONS SPORTS CLUBS
PERSONAL SERVICES APPAREL
PERSONAL SERVICES CHILD CARE
PERSONAL SERVICES EYECARE
PERSONAL SERVICES GOVERNMENT OFFICES
PERSONAL SERVICES LAUNDRIES - CLEANERS
PERSONAL SERVICES MISC SERVICES
PERSONAL SERVICES MISC SHOPPING
PERSONAL SERVICES PHOTOGRAPHY
PERSONAL SERVICES SPAS - BEAUTY
PET SERVICES ANIMAL HOSPITALS
PET SERVICES PET SERVICES
PET SERVICES VETERINARIANS
SHOPPING ACCESSORIES
SHOPPING APPLIANCES AND ELECTRONICS
SHOPPING ART AND MUSEUMS
SHOPPING ARTS AND CRAFTS
SHOPPING BATHROOM FIXTURES AND ACCESSORIES
SHOPPING BEDDING
SHOPPING BEVERAGES
SHOPPING CLOTHING AND ACCESSORIES
SHOPPING COLLECTIBLES
SHOPPING DEPARTMENT STORES
SHOPPING DRAPERY AND CURTAIN FIXTURES
SHOPPING EYEWARE AND EYECARE
SHOPPING FACTORY OUTLETS
SHOPPING FLOOR AND CARPET
SHOPPING FURNITURE STORES
SHOPPING HOME AND GARDEN
SHOPPING HOUSEWARES AND FURNISHINGS
SHOPPING JEWELRY
SHOPPING LIGHTING
SHOPPING MISC SERVICES
SHOPPING MISC SHOPPING
SHOPPING MUSIC EQUPITMENT
SHOPPING MUSICAL INSTRUMENTS
SHOPPING OUTDOOR FURNITURE
SHOPPING PET SHOPS
SHOPPING PHARMACIES
SHOPPING RETAIL SHOPS AND MARKETS
SHOPPING SHOES - FOOTWEAR
SHOPPING SHOPPING CENTERS AND MALLS
SHOPPING SPORTING GOODS
SHOPPING UTILITIES AND SERVICES
SHOPPING WEDDINGS
TRAVEL AIR TRAVEL
TRAVEL AIRPORTS
TRAVEL TAXI AND LIMO SERVICE
TRAVEL TOURIST INFORMATION
TRAVEL TRANSPORTATION
TRAVEL TRAVEL SERVICES


Community API v4

Overview

The Community API allows you to access in-depth Community demographic information at multiple geographic levels. Demographic information can be used with other content to create a dynamic search experience for your users.

Data Sources

The data provided in the Community API is aggregated from a variety of public and private sources including:

The U.S. Census and other government agencies. USGS, EPA, FBI and local crime agencies. American Community Survey, Bureau of Economic Analysis, Bureau of Labor Statistics, Bureau of Transportation Statistics, CDC, Department of Defense, Federal Aviation Administration,Federal Financial Institutions Examination Council, Federal Housing Finance, IRS, NCES, National Center for Health Statistics, National Parks Service, Social Security, USPS, Mediamark Consumer Survey, and Applied Geographic Solutions.


Data Type
Update Frequency
Approx. Count
Multiple Sources (See Above)
Annually, Nationally
619 Fields

Interactive Docs




API Structure

The main endpoint for the Community API v4 is:

https://api.gateway.attomdata.com/v4/neighborhood

Example

https://api.gateway.attomdata.com/v4/neighborhood/community?geoIdV4=dd4ec3218a89807fc1c63dd7265cc1bc

Location Lookup API endpoint:

https://api.gateway.attomdata.com/v4/location/lookup

Example

https://api.gateway.attomdata.com/v4/location/lookup?name=Las%20Vegas

Headers

There are two required headers:

  1. Accept - set to either
    1. application/json
    2. application/xml
  2. APIKey - include the API Key assigned to you.

Resources

This API has one resource available for interacting with demographic information. The resource, Community, returns the values for over 619 different attributes and includes information on population, household, employment, income, crime, temperature, ethnicity and much more. A full list of the attributes as well as the description and display names can be found in the data dictionary.

Data is returned based on the specific geography in the request. All values are aggregated to the State, County, Census Place, County Subdivision, Zip Code or Neighborhood level.


What are the codes for each geography?

Code Description
ST State
CO County
ZI Zip Code Tabulation Area
SB School Attendance Area
DB School District Boundary
PL Census Place
CS County Subdivision
N1 Macro Neighborhood
N2 Neighborhood
N3 Sub-Neighborhood
N4 Residential Subdivision

County Subdivision - States which use County Subdivision are: AK, CT, DC, ME, MA, NH, NJ, NY, RI and VT. All other states use Census Place.

GeoIDv4

The GeoIDv4 parameter value is used to gain access to the community data. Running the Property API will return the GeoIDv4 values to use in the Community GeoIDv4 parameter. The Property API response will show the GeoIDv4 value in the JSON structure below.

"location": {
"geoid": "CO48061, CS4890480, DB4811680, PL4810768, RS0000195322, SB0000118928, SB0000118943, SB0000118954, SB0000154072, ZI78521",
"geoIdV4": {
"ND": "ecb5529c9c43b6bba49a1087e2189b68",
"SB": "712b44e372bc317839c7203b976bf0ee",
"CS": "62e4a45c81aac571f195f83a8ff9a07e",
"ZI":"cc3315052be263ddaa59d3faff0c5dc6"
}
}

Search Filters

In addition to Resources and Packages, there are also a number of other filters that may be added to a request to help narrow down results. The filters and some examples of how they might be used are outlined below.

API Endpoint Name API Endpoint Path Filter Name Filter Type Description Example Possible values
Neighborhood Community /neighborhood/community GeoIdV4Single value ATTOM’s new geographic identifiergeoIdV4=dd4ec3218a89807fc1c63dd7265cc1bc 
Location Lookup /location/lookup GeoIdV4 Single value ATTOM’s new geographic identifier geoIdV4=0026e28c13756d18e8736eaca64768ad 
Location Lookup /location/lookup name Single value This is the location name to search name=Congressional District 
Location Lookup /location/lookup geographyTypeAbbreviation Single valueThis is the Geography type abbreviation geographyTypeAbbreviation=CD 

Search Filter Example

The following example returns postal cities including "Las Vegas, NV" in their description.

https://api.gateway.attomdata.com/v4/location/lookup?geographyTypeAbbreviation=CI&name=Las Vegas, NV

Status Codes

The following table highlights the expected status codes from the system. Beyond standard HTTP codes you will find custom status codes in the “Status” element of the response body.

0 SuccessWithResult Success with results.
1 SuccessWithoutResult Success without results.
-5 InvalidRequestParameter Area based inputs were either missing or incomplete.
-6 MissingRequiredParameter Missing geoIdv4 Parameter in Request. /neighborhood/community
-6 MissingRequiredParameter Missing Name Parameter in Request. /location/lookup

Attom API v4 Data Dictionary

This data dictionary represents all of the fields currently available in the Community API v4.

API Endpoint Name API Endpoint Path Field Name Description JSON Path
neighborhoodneighborhood/communitygeoIDv4GeoIDcommunity.geography
neighborhoodneighborhood/communitygeographyNameGeography Namecommunity.geography
neighborhoodneighborhood/communitygeographyTypeNameGeography Type Namecommunity.geography
neighborhoodneighborhood/communityarea_Square_MileArea Square Milecommunity.geography
neighborhoodneighborhood/communityweather_indexNatural Disasterscommunity.naturaldisasters
neighborhoodneighborhood/communityearthquake_IndexHail Indexcommunity.naturaldisasters
neighborhoodneighborhood/communityhail_IndexHurricane Indexcommunity.naturaldisasters
neighborhoodneighborhood/communityhurricane_IndexTornado Indexcommunity.naturaldisasters
neighborhoodneighborhood/communitytornado_IndexWind Indexcommunity.naturaldisasters
neighborhoodneighborhood/communitywind_IndexOzone Indexcommunity.naturaldisasters
neighborhoodneighborhood/communityozone_indexAn invisible gas that irritates and impairs breathing. Index score (100=National Average).community.airquality
neighborhoodneighborhood/communitylead_indexA metallic element used in products like solder and paint. Lead's presence in the air may be particularly harmful to the health of infants and children. Index score (100=National Average)community.airquality
neighborhoodneighborhood/communitycarbon_monoxide_indexA colorless, odorless, highly poisonous gas formed by the incomplete combustion of carbon or a carbonaceous material, such as gasoline. Index score (100=National Average)community.airquality
neighborhoodneighborhood/communitynitrogen_dioxide_indexPoisonous brown gases, often found in auto exhaust fumes. It is a primary contributor to smog. Index score (100=National Average)community.airquality
neighborhoodneighborhood/communityparticulate_matter_indexFine particles of pollutants which tend to reduce visibility and invade the lungs deeply. Index score (100=National Average)community.airquality
neighborhoodneighborhood/communityair_pollution_indexA score that represents the relative air quality by combining indices of Ozone, Carbon Monoxide, Lead, Nitrogen Oxide, and Particulate matter and comparing to the national average of 100. A score of 200 indicates twice the presence of air pollutants than the national average, while 50 indicates half the presence. The different types of pollution are given equal weight in this score.community.airquality
neighborhoodneighborhood/communitymortality_indexMortality Indexcommunity.crime
neighborhoodneighborhood/communitymurder_indexIntentionally causing the death of another person without extreme provocation or legal justification at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communityforcible_rape_indexForced sexual intercourse index at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communityforcible_robbery_indexThe act of unlawfully taking the property of another by the use of violence or intimidation index at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communityaggravated_assault_indexThe act of unlawfully threatening or attempting to injure another at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communityburglary_indexThe act of entering a building or other premises with the intent to commit theft at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communitylarceny_indexThe unlawful taking and removing of another's personal property with the intent of permanently depriving the owner at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communitymotor_vehicle_theft_indexTheft or attempted theft of a motor vehicle at the County Level. Index score (100=National Average)community.crime
neighborhoodneighborhood/communitycrime_indexCrime Indexcommunity.crime
neighborhoodneighborhood/communityannual_avg_temp_minAnnual minimum average tempraturecommunity.climate
neighborhoodneighborhood/communityannual_avg_temp_maxAnnual maximum average tempraturecommunity.climate
neighborhoodneighborhood/communityannual_avg_tempAnnual average tempraturecommunity.climate
neighborhoodneighborhood/communitypossible_sunshine_pctPossible Sunshine Pctcommunity.climate
neighborhoodneighborhood/communitysky_cover_meanSky Cover Meancommunity.climate
neighborhoodneighborhood/communityclear_day_meanClear Day Meancommunity.climate
neighborhoodneighborhood/communityrainy_day_meanRainy Day Meancommunity.climate
neighborhoodneighborhood/communitysnow_day_meanSnow Day Meancommunity.climate
neighborhoodneighborhood/communityannual_precip_inCombined average annual rainfall and snowfall in inches.community.climate
neighborhoodneighborhood/communityannual_snowfall_inAnnual Snowfall Incommunity.climate
neighborhoodneighborhood/communityavg_jan_low_tempAverage low temprature in the month of Januarycommunity.climate
neighborhoodneighborhood/communityavg_feb_low_tempAverage low temprature in the month of Februarycommunity.climate
neighborhoodneighborhood/communityavg_mar_low_tempAverage low temprature in the month of Marchcommunity.climate
neighborhoodneighborhood/communityavg_apr_low_tempAverage low temprature in the month of Aprilcommunity.climate
neighborhoodneighborhood/communityavg_may_low_tempAverage low temprature in the month of Maycommunity.climate
neighborhoodneighborhood/communityavg_jun_low_tempAverage low temprature in the month of Junecommunity.climate
neighborhoodneighborhood/communityavg_jul_low_tempAverage low temprature in the month of Julycommunity.climate
neighborhoodneighborhood/communityavg_aug_low_tempAverage low temprature in the month of Augustcommunity.climate
neighborhoodneighborhood/communityavg_sep_low_tempAverage low temprature in the month of Septembercommunity.climate
neighborhoodneighborhood/communityavg_oct_low_tempAverage low temprature in the month of Octobercommunity.climate
neighborhoodneighborhood/communityavg_nov_low_tempAverage low temprature in the month of Novembercommunity.climate
neighborhoodneighborhood/communityavg_dec_low_tempAverage low temprature in the month of Decembercommunity.climate
neighborhoodneighborhood/communityavg_jan_high_tempAverage high temprature in the month of Januarycommunity.climate
neighborhoodneighborhood/communityavg_feb_high_tempAverage high temprature in the month of Februarycommunity.climate
neighborhoodneighborhood/communityavg_mar_high_tempAverage high temprature in the month of Marchcommunity.climate
neighborhoodneighborhood/communityavg_apr_high_tempAverage high temprature in the month of Aprilcommunity.climate
neighborhoodneighborhood/communityavg_may_high_tempAverage high temprature in the month of Maycommunity.climate
neighborhoodneighborhood/communityavg_jun_high_tempAverage high temprature in the month of Junecommunity.climate
neighborhoodneighborhood/communityavg_jul_high_tempAverage high temprature in the month of Julycommunity.climate
neighborhoodneighborhood/communityavg_aug_high_tempAverage high temprature in the month of Augustcommunity.climate
neighborhoodneighborhood/communityavg_sep_high_tempAverage high temprature in the month of Septembercommunity.climate
neighborhoodneighborhood/communityavg_oct_high_tempAverage high temprature in the month of Octobercommunity.climate
neighborhoodneighborhood/communityavg_nov_high_tempAverage high temprature in the month of Novembercommunity.climate
neighborhoodneighborhood/communityavg_dec_high_tempAverage high temprature in the month of Decembercommunity.climate
neighborhoodneighborhood/communityavg_jan_precip_inAvg Jan Precip Incommunity.climate
neighborhoodneighborhood/communityavg_feb_precip_inAvg Feb Precip Incommunity.climate
neighborhoodneighborhood/communityavg_mar_precip_inAvg Mar Precip Incommunity.climate
neighborhoodneighborhood/communityavg_apr_precip_inAvg Apr Precip Incommunity.climate
neighborhoodneighborhood/communityavg_may_precip_inAvg May Precip Incommunity.climate
neighborhoodneighborhood/communityavg_jun_precip_inAvg Jun Precip Incommunity.climate
neighborhoodneighborhood/communityavg_jul_precip_inAvg Jul Precip Incommunity.climate
neighborhoodneighborhood/communityavg_aug_precip_inAvg Aug Precip Incommunity.climate
neighborhoodneighborhood/communityavg_sep_precip_inAvg Sep Precip Incommunity.climate
neighborhoodneighborhood/communityavg_oct_precip_inAvg Oct Precip Incommunity.climate
neighborhoodneighborhood/communityavg_nov_precip_inAvg Nov Precip Incommunity.climate
neighborhoodneighborhood/communityavg_dec_precip_inAvg Dec Precip Incommunity.climate
Demographicsneighborhood/communitypopulation_1990Number of people living in the area in 1990community.demographics
Demographicsneighborhood/communitypopulation_2000Number of people living in the area in 2000.community.demographics
Demographicsneighborhood/communitypopulation_2010Number of people living in the area in 2010.community.demographics
Demographicsneighborhood/communitypopulationNumber of people living within the area.community.demographics
Demographicsneighborhood/communitypopulation_5_yr_projectionProjected population,5 year forecast.community.demographics
Demographicsneighborhood/communitypopulation_density_sq_miPersons per square mile.community.demographics
Demographicsneighborhood/communitypopulation_chg_pct_1990Change in population since 1990 expressed as a percentage increase or decrease. If the field is null, then there was no reliable 1990 value to compare against.community.demographics
Demographicsneighborhood/communitypopulation_chg_pct_2000Change in population since 2000 expressed as a percentage increase or decrease. If the field is null, then there was no reliable 2000 value to compare against.community.demographics
Demographicsneighborhood/communitypopulation_chg_pct_2010Change in population since 2010 expressed as a percentage increase or decrease. If the field is null, then there was no reliable 2010 value to compare against.community.demographics
Demographicsneighborhood/communitypopulation_chg_pct_5_yr_projectionPopulation Chg Pct 5 Yr Projectioncommunity.demographics
Demographicsneighborhood/communityhouseholds_1990Number of households in the area in 1990.community.demographics
Demographicsneighborhood/communityhouseholds_2000Number of households in the area in 2000.community.demographics
Demographicsneighborhood/communityhouseholds_2010Number of households in the area in 2010.community.demographics
Demographicsneighborhood/communityhouseholdsNumber of households in the area. A household is a person or group of people who occupy a housing unit.community.demographics
Demographicsneighborhood/communityhouseholds_5_yr_projectionProjected number of households in the area, 5 year forecastcommunity.demographics
Demographicsneighborhood/communityhousehold_chg_pct_1990Change in household since 1990 expressed as a percentage.community.demographics
Demographicsneighborhood/communityhousehold_chg_pct_2000Change in household since 2000 expressed as a percentage.community.demographics
Demographicsneighborhood/communityhousehold_chg_pct_2010Change in household since 2010 expressed as a percentage.community.demographics
Demographicsneighborhood/communityhousehold_chg_pct_5_yr_projectionHousehold change percent 5 year projection.community.demographics
Demographicsneighborhood/communityhousehold_size_avgAverage size of area households in number of peoplecommunity.demographics
Demographicsneighborhood/communitypopulation_family_pctPopulation Family Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_non_family_pctPopulation Non Family Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_familyNumber of family households in the area. A family household consists of a householder and one or more other persons living in the same household who are related to the householder by birth, marriage or adoption.community.demographics
Demographicsneighborhood/communityhouseholds_non_familyA householder who makes provision for his or her own food or other essentials for living without combining with any other person.community.demographics
Demographicsneighborhood/communityhouseholds_family_pctHouseholds Family Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_family_pctHouseholds Non Family Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_family_married_pctHouseholds Family Married Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_family_other_pctHouseholds Family Other Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_male_householder_no_wife_present_pctHouseholds Family Other Male Householder No Wife Present Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_female_householder_no_husband_present_pctHouseholds Family Other Female Householder No Husband Present Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_married_w_children_l18_pctHouseholds Family Married With Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_married_wo_children_l18_pctHouseholds Family Married Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_male_hh_no_wife_present_w_children_l18_pctHouseholds Family Other Male Households No Wife Present With Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_male_hh_no_wife_present_wo_children_l18_pctHouseholds Family Other Male Households No Wife Present Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_female_hh_no_husband_pres_w_children_l18_pctHouseholds Family Other Female Households No Husband Pres With Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_fam_other_female_hh_no_husband_pres_wo_children_l18_pctHouseholds Family Other Female Households No Husband Pres Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_male_householder_pctHouseholds Non Family Male Householder Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_male_hh_w_children_l18_pctHouseholds Non Family Male Households With Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_male_hh_wo_children_l18_pctHouseholds Non Family Male Households Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_female_householder_pctHouseholds Non Family Female Householder Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_female_hh_w_children_l18_pctHouseholds Non Family Female Households With Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhh_non_family_female_hh_wo_children_l18_pctHouseholds Non Family Female Households Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_family_w_children_pctNumber of households with one or more children.community.demographics
Demographicsneighborhood/communityhouseholds_family_wo_children_pctHouseholds Family Without Children Under 18 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_family_w_children_pctHouseholds Non Family With Children Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_family_wo_children_pctHouseholds Non Family Without Children Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_urban_pctPopulation Urban Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_rural_pctPopulation Rural Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_pctNumber of males living within the area.community.demographics
Demographicsneighborhood/communitypopulation_female_pctNumber of females living within the area.community.demographics
Demographicsneighborhood/communitypopulation_white_pctNumber of people living within the area whose race is White.community.demographics
Demographicsneighborhood/communitypopulation_black_pctNumber of people living within the area whose race is Black.community.demographics
Demographicsneighborhood/communitypopulation_asian_pctNumber of people living within the area whose race is Asian.community.demographics
Demographicsneighborhood/communitypopulation_american_indian_or_alaskan_native_pctNumber of people living within the area whose race is American Indian, Eskimo, or Aleut.community.demographics
Demographicsneighborhood/communitypopulation_multiracial_pctNumber of people living within the area whose race is of multiple types.community.demographics
Demographicsneighborhood/communitypopulation_other_race_pctPopulation Other Race Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_white_hispanic_pctNumber of people living within the area who are of White Hispanic origin.community.demographics
Demographicsneighborhood/communitypopulation_white_non_hispanic_pctNumber of people living within the area who are of White Non Hispanic origin.community.demographics
Demographicsneighborhood/communitypopulation_non_white_hispanic_pctNumber of people living within the area who are of Non White Hispanic origin.community.demographics
Demographicsneighborhood/communitypopulation_non_white_non_hispanic_pctNumber of people living within the area who are of Non White and Non Hispanic origin.community.demographics
Demographicsneighborhood/communitypopulation_hispanic_pctNumber of people living within the area who are of Hispanic origin.community.demographics
Demographicsneighborhood/communitypopulation_non_hispanic_pctNumber of people living within the area who are of a Non-Hispanic origin.community.demographics
Demographicsneighborhood/communityhouseholds_white_pctNumber of White speaking households.community.demographics
Demographicsneighborhood/communityhouseholds_black_pctNumber of Black speaking households.community.demographics
Demographicsneighborhood/communityhouseholds_asian_pctNumber of Asian and Pacific Island speaking households.community.demographics
Demographicsneighborhood/communityhouseholds_american_indian_or_alaskan_native_pctNumber of American Indian Or Alaskan Native speaking households.community.demographics
Demographicsneighborhood/communityhouseholds_multiracial_pctHouseholds Multiracial Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_other_race_pctHouseholds Other Race Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_white_hispanic_pctHouseholds White Hispanic Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_white_non_hispanic_pctHouseholds White Non Hispanic Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_white_hispanic_pctHouseholds Non White Hispanic Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_white_non_hispanic_pctHouseholds Non White Non Hispanic Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_hispanic_pctHouseholds Hispanic Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_non_hispanic_pctHouseholds Non Hispanic Pctcommunity.demographics
Demographicsneighborhood/communitymedian_ageHalf of the total population is above the listed age, half is below it.community.demographics
Demographicsneighborhood/communitypopulation_aged_0_5_pctNumber of people living within the area between 0 and 5 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_6_11_pctNumber of people living within the area between 6 and 11 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_12_17_pctNumber of people living within the area between 12 and 17 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_18_24_pctNumber of people living within the area between 18 and 24 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_25_34_pctNumber of people living within the area between 25 and 34 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_35_44_pctNumber of people living within the area between 35 and 44 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_45_54_pctNumber of people living within the area between 45 and 54 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_55_64_pctNumber of people living within the area between 55 and 64 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_65_74_pctNumber of people living within the area between 65 and 74 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_75_84_pctNumber of people living within the area between 75 and 84 years of age.community.demographics
Demographicsneighborhood/communitypopulation_aged_85p_pctNumber of people living within the area between 85 years and above of age.community.demographics
Demographicsneighborhood/communitywhite_median_ageWhite Median Agecommunity.demographics
Demographicsneighborhood/communityblack_median_ageBlack Median Agecommunity.demographics
Demographicsneighborhood/communityasian_median_ageAsian Median Agecommunity.demographics
Demographicsneighborhood/communityamerican_indian_or_alaskan_native_median_ageAmerican Indian Or Alaskan Native Median Agecommunity.demographics
Demographicsneighborhood/communitymultiracial_median_ageMultiracial Median Agecommunity.demographics
Demographicsneighborhood/communityother_race_median_ageOther Race Median Agecommunity.demographics
Demographicsneighborhood/communityhispanic_median_ageHispanic Median Agecommunity.demographics
Demographicsneighborhood/communitywhite_non_hispanic_median_ageWhite Non Hispanic Median Agecommunity.demographics
Demographicsneighborhood/communitymale_median_ageMale Median Agecommunity.demographics
Demographicsneighborhood/communityfemale_median_ageFemale Median Agecommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_0_5_pctPopulation Male Aged 0 5 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_6_11_pctPopulation Male Aged 6 11 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_12_17_pctPopulation Male Aged 12 17 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_18_24_pctPopulation Male Aged 18 24 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_25_34_pctPopulation Male Aged 25 34 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_35_44_pctPopulation Male Aged 35 44 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_45_54_pctPopulation Male Aged 45 54 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_55_64_pctPopulation Male Aged 55 64 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_65_74_pctPopulation Male Aged 65 74 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_75_84_pctPopulation Male Aged 75 84 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_male_aged_85p_pctPopulation Male Aged 85P Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_0_5_pctPopulation Female Aged 0 5 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_6_11_pctPopulation Female Aged 6 11 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_12_17_pctPopulation Female Aged 12 17 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_18_24_pctPopulation Female Aged 18 24 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_25_34_pctPopulation Female Aged 25 34 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_35_44_pctPopulation Female Aged 35 44 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_45_54_pctPopulation Female Aged 45 54 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_55_64_pctPopulation Female Aged 55 64 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_65_74_pctPopulation Female Aged 65 74 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_75_84_pctPopulation Female Aged 75 84 Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_female_aged_85p_pctPopulation Female Aged 85P Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_males_never_married_pctNumber of males living in the area who have never been married.community.demographics
Demographicsneighborhood/communitypopulation_males_widowed_pctNumber of males living in the area who are widower.community.demographics
Demographicsneighborhood/communitypopulation_males_divorced_pctNumber of males living in the area who are currently divorced.community.demographics
Demographicsneighborhood/communitypopulation_males_married_pctNumber of males living in the area who are currently married.community.demographics
Demographicsneighborhood/communitypopulation_males_married_and_together_pctNumber of males living in the area that are married and together.community.demographics
Demographicsneighborhood/communitypopulation_males_married_and_separated_pctNumber of males living in the area that are married but separated.community.demographics
Demographicsneighborhood/communitypopulation_males_married_and_absent_pctNumber of males living in the area that are married but absent.community.demographics
Demographicsneighborhood/communitypopulation_females_never_married_pctNumber of females living in the area who have never been married.community.demographics
Demographicsneighborhood/communitypopulation_females_widowed_pctNumber of females living in the area who are widowed.community.demographics
Demographicsneighborhood/communitypopulation_females_divorced_pctNumber of females living in the area who are currently divorced.community.demographics
Demographicsneighborhood/communitypopulation_females_married_pctNumber of females living in the area who are currently married.community.demographics
Demographicsneighborhood/communitypopulation_females_married_and_together_pctNumber of females living in the area that are married and together.community.demographics
Demographicsneighborhood/communitypopulation_females_married_and_separated_pctNumber of females living in the area that are married but separated.community.demographics
Demographicsneighborhood/communitypopulation_females_married_and_absent_pctNumber of females living in the area that are married but absent.community.demographics
Demographicsneighborhood/communitypopulation_primary_language_english_pctNumber of households in the area who speak only English.community.demographics
Demographicsneighborhood/communitypopulation_primary_language_spanish_pctNumber of households in the area who speak Spanish.community.demographics
Demographicsneighborhood/communitypopulation_primary_language_other_indo_european_pctNumber of households in the area who speak other European languages.community.demographics
Demographicsneighborhood/communitypopulation_primary_language_asian_or_other_pacific_island_pctNumber of households in the area who speak Asian and Pacific Island languages. Note: Language may not match roll up from ST to US level due to rounding that occurs during aggregation.community.demographics
Demographicsneighborhood/communitypopulation_primary_language_other_pctNumber of households in the area who speak all other languages.community.demographics
Demographicsneighborhood/communitypopulation_citizen_native_pctPopulation Citizen Native Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_citizen_naturalized_pctPopulation Citizen Naturalized Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_non_citizen_pctPopulation Non Citizen Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_group_quarters_pctNumber of people within the area living in group quarters (institutional and non-institutional).community.demographics
Demographicsneighborhood/communitypopulation_institutional_group_quarters_pctNumber of people within the area living in institutional group quarters.community.demographics
Demographicsneighborhood/communitypopulation_non_institutional_group_quarters_pctNumber of people within the area living in non-institutional group quarters.community.demographics
Demographicsneighborhood/communitypopulation_in_poverty_pctPopulation In Poverty Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_veterans_pctPopulation Veterans Pctcommunity.demographics
Demographicsneighborhood/communityfamily_median_sizeFamily Median Sizecommunity.demographics
Demographicsneighborhood/communityfamilies_1_person_pctFamilies 1 Person Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_2_persons_pctFamilies 2 Persons Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_3_persons_pctFamilies 3 Persons Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_4_persons_pctFamilies 4 Persons Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_5_persons_pctFamilies 5 Persons Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_6_persons_pctFamilies 6 Persons Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_7_or_more_persons_pctFamilies 7 Or More Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_family_median_sizeNon Family Median Sizecommunity.demographics
Demographicsneighborhood/communitynon_families_1_person_pctNon Families 1 Person Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_2_persons_pctNon Families 2 Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_3_persons_pctNon Families 3 Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_4_persons_pctNon Families 4 Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_5_persons_pctNon Families 5 Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_6_persons_pctNon Families 6 Persons Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_7_or_more_persons_pctNon Families 7 Or More Persons Pctcommunity.demographics
Demographicsneighborhood/communitymedian_travel_time_to_work_miMedian Travel Time To Work Minutescommunity.demographics
Demographicsneighborhood/communitytravel_time_to_work_0_14_mi_pctThe number of workers in the area with a commute time 0 to 14 minutes.community.demographics
Demographicsneighborhood/communitytravel_time_to_work_15_29_mi_pctThe number of workers in the area with a commute time 15 to 29 minutes.community.demographics
Demographicsneighborhood/communitytravel_time_to_work_30_59_mi_pctThe number of workers in the area with a commute time 30 to 59 minutes.community.demographics
Demographicsneighborhood/communitytravel_time_to_work_60_89_mi_pctThe number of workers in the area with a commute time 60 to 89 minutes.community.demographics
Demographicsneighborhood/communitytravel_time_to_work_90_or_more_mi_pctThe number of workers in the area with a commute time 90 minutes or more.community.demographics
Demographicsneighborhood/communityhouseholder_median_ageHouseholder Median Agecommunity.demographics
Demographicsneighborhood/communityhouseholder_age_0_24_pctHouseholder Age 0 24 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_25_34_pctHouseholder Age 25 34 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_35_44_pctHouseholder Age 35 44 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_45_54_pctHouseholder Age 45 54 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_55_64_pctHouseholder Age 55 64 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_65_74_pctHouseholder Age 65 74 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_75_84_pctHouseholder Age 75 84 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholder_age_85_and_over_pctHouseholder Age 85 And Over Pctcommunity.demographics
Demographicsneighborhood/communitymedian_household_sizeMedian Household Sizecommunity.demographics
Demographicsneighborhood/communityhouseholds_1_person_pctHouseholds 1 Person Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_2_persons_pctHouseholds 2 Persons Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_3_persons_pctHouseholds 3 Persons Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_4_persons_pctHouseholds 4 Persons Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_5_persons_pctHouseholds 5 Persons Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_6_persons_pctHouseholds 6 Persons Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_7_or_more_persons_pctHouseholds 7 Or More Persons Pctcommunity.demographics
Demographicsneighborhood/communityhousing_unitsTotal dwellings in the area.community.demographics
Demographicsneighborhood/communityoccupationHousing Units Occupiedcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacantNumber of vacant dwellings in the area.community.demographics
Demographicsneighborhood/communityhousing_units_occupied_pctHousing Units Occupied Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_pctHousing Units Vacant Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_for_rent_pctHousing Units Vacant For Rent Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_rented_not_occupied_pctHousing Units Vacant Rented Not Occupied Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_for_sale_pctHousing Units Vacant For Sale Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_sold_not_occupied_pctHousing Units Vacant Sold Not Occupied Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_seasonal_pctHousing Units Vacant Seasonal Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_for_migrant_workers_pctHousing Units Vacant For Migrant Workers Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_vacant_other_pctHousing Units Vacant Other Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_owner_occupiedNumber of owner-occupied dwellings in the area.community.demographics
Demographicsneighborhood/communityhousing_units_renter_occupiedNumber of renter-occupied dwellings in the area.community.demographics
Demographicsneighborhood/communityhousing_units_owner_occupied_pctHousing Units Owner Occupied Pctcommunity.demographics
Demographicsneighborhood/communityhousing_units_renter_occupied_pctHousing Units Renter Occupied Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_1_unit_detached_pctHousing Occupied Structure 1 Unit Detached Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_1_unit_attached_pctHousing Occupied Structure 1 Unit Attached Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_2_units_pctHousing Occupied Structure 2 Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_3_4_units_pctHousing Occupied Structure 3 4 Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_5_9_units_pctHousing Occupied Structure 5 9 Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_10_19_units_pctHousing Occupied Structure 10 19 Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_20_49_units_pctHousing Occupied Structure 20 49 Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_50_or_more_units_pctHousing Occupied Structure 50 Or More Units Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_trailer_pctHousing Occupied Structure Trailer Pctcommunity.demographics
Demographicsneighborhood/communityhousing_occupied_structure_other_pctHousing Occupied Structure Other Pctcommunity.demographics
Demographicsneighborhood/communityhousing_median_rentHousing Median Rentcommunity.demographics
Demographicsneighborhood/communityhousing_rent_less_than_250_pctHousing Rent Less Than 250 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_250_499_pctHousing Rent 250 499 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_500_749_pctHousing Rent 500 749 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_750_999_pctHousing Rent 750 999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_1000_1249_pctHousing Rent 1000 1249 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_1250_1499_pctHousing Rent 1250 1499 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_1500_1999_pctHousing Rent 1500 1999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_2000_or_more_pctHousing Rent 2000 Or More Pctcommunity.demographics
Demographicsneighborhood/communityhousing_rent_no_cash_pctHousing Rent No Cash Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_with_mortgage_pctHousing Owner Households With Mortgage Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_without_mortgage_pctHousing Owner Households Without Mortgage Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_median_valueHousing Owner Households Median Valuecommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_less_than_10000_pctHousing Owner Households Valued Less Than 10000 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_10000_14999_pctHousing Owner Households Valued 10000 14999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_15000_19999_pctHousing Owner Households Valued 15000 19999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_20000_24999_pctHousing Owner Households Valued 20000 24999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_25000_29999_pctHousing Owner Households Valued 25000 29999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_30000_34999_pctHousing Owner Households Valued 30000 34999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_35000_39999_pctHousing Owner Households Valued 35000 39999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_40000_49999_pctHousing Owner Households Valued 40000 49999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_50000_59999_pctHousing Owner Households Valued 50000 59999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_60000_69999_pctHousing Owner Households Valued 60000 69999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_70000_79999_pctHousing Owner Households Valued 70000 79999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_80000_89999_pctHousing Owner Households Valued 80000 89999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_90000_99999_pctHousing Owner Households Valued 90000 99999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_100000_124999_pctHousing Owner Households Valued 100000 124999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_125000_149999_pctHousing Owner Households Valued 125000 149999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_150000_174999_pctHousing Owner Households Valued 150000 174999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_175000_199999_pctHousing Owner Households Valued 175000 199999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_200000_249999_pctHousing Owner Households Valued 200000 249999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_250000_299999_pctHousing Owner Households Valued 250000 299999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_300000_399999_pctHousing Owner Households Valued 300000 399999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_400000_499999_pctHousing Owner Households Valued 400000 499999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_500000_749999_pctHousing Owner Households Valued 500000 749999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_750000_999999_pctHousing Owner Households Valued 750000 999999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_owner_households_valued_1000000_or_more_pctHousing Owner Households Valued 1000000 Or More Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_median_vehiclesHouseholds Median Vehiclescommunity.demographics
Demographicsneighborhood/communityhouseholds_with_no_vehicles_pctPercent of households with no vehicle available regularly.community.demographics
Demographicsneighborhood/communityhouseholds_with_1_vehicle_pctPercent of households with 1 vehicle available regularly.community.demographics
Demographicsneighborhood/communityhouseholds_with_2_vehicles_pctPercent of households with 2 vehicle available regularly.community.demographics
Demographicsneighborhood/communityhouseholds_with_3_vehicles_pctPercent of households with 3 vehicle available regularly.community.demographics
Demographicsneighborhood/communityhouseholds_with_4_or_more_vehicles_pctPercent of households with 4 or more vehicle available regularly.community.demographics
Demographicsneighborhood/communityhousing_median_built_yrHousing Median Built Yrcommunity.demographics
Demographicsneighborhood/communityhousing_built_2005_or_later_pctHousing Built 2005 Or Later Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_2000_2004_pctHousing Built 2000 2004 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1990_1999_pctHousing Built 1990 1999 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1980_1989_pctHousing Built 1980 1989 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1970_1979_pctHousing Built 1970 1979 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1960_1969_pctHousing Built 1960 1969 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1950_1959_pctHousing Built 1950 1959 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1940_1949_pctHousing Built 1940 1949 Pctcommunity.demographics
Demographicsneighborhood/communityhousing_built_1939_or_earlier_pctHousing Built 1939 Or Earlier Pctcommunity.demographics
Demographicsneighborhood/communitymedian_length_of_residence_yrMedian Length Of Residence Yrcommunity.demographics
Demographicsneighborhood/communitymoved_in_2005_or_later_pctMoved In 2005 Or Later Pctcommunity.demographics
Demographicsneighborhood/communitymoved_in_2000_2004_pctMoved In 2000 2004 Pctcommunity.demographics
Demographicsneighborhood/communitymoved_in_1990_1999_pctMoved In 1990 1999 Pctcommunity.demographics
Demographicsneighborhood/communitymoved_in_1980_1989_pctMoved In 1980 1989 Pctcommunity.demographics
Demographicsneighborhood/communitymoved_in_1970_1979_pctMoved In 1970 1979 Pctcommunity.demographics
Demographicsneighborhood/communitymoved_in_1969_or_earlier_pctMoved In 1969 Or Earlier Pctcommunity.demographics
Demographicsneighborhood/communitypersonal_incomePersonal Incomecommunity.demographics
Demographicsneighborhood/communityhousehold_incomeHousehold Incomecommunity.demographics
Demographicsneighborhood/communitymedian_household_incomeMedian Household Incomecommunity.demographics
Demographicsneighborhood/communityavg_household_incomeAverage income of households in the area.community.demographics
Demographicsneighborhood/communityhousehold_income_per_capitaHousehold Income Per Capitacommunity.demographics
Demographicsneighborhood/communityhousehold_income_high_income_avgHousehold Income High Income Avgcommunity.demographics
Demographicsneighborhood/communityhouseholds_income_less_than_15000_pctHouseholds Income Less Than 15000 Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_income_15000_24999_pctNumber of households in the area with income between $15,000 and $24,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_25000_34999_pctNumber of households in the area with income between $25,000 and $34,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_35000_49999_pctNumber of households in the area with income between $35,000 and $49,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_50000_74999_pctNumber of households in the area with income between $50,000 and $74,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_75000_99999_pctNumber of households in the area with income between $75,000 and $99,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_100000_124999_pctNumber of households in the area with income between $100,000 and $124,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_125000_149999_pctNumber of households in the area with income between $125,000 and $149,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_150000_199999_pctNumber of households in the area with income between $150,000 and $199,999.community.demographics
Demographicsneighborhood/communityhouseholds_income_200000_and_over_pctNumber of households in the area with income $200,000 and over.community.demographics
Demographicsneighborhood/communityfamily_incomeFamily Incomecommunity.demographics
Demographicsneighborhood/communityfamily_median_incomeFamily Median Incomecommunity.demographics
Demographicsneighborhood/communityfamily_avg_incomeFamily Avg Incomecommunity.demographics
Demographicsneighborhood/communityfamily_per_capita_incomeFamily Per Capita Incomecommunity.demographics
Demographicsneighborhood/communityfamily_income_high_income_avgFamily Income High Income Avgcommunity.demographics
Demographicsneighborhood/communityfamilies_income_less_than_15000_pctFamilies Income Less Than 15000 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_15000_24999_pctFamilies Income 15000 24999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_25000_34999_pctFamilies Income 25000 34999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_35000_49999_pctFamilies Income 35000 49999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_50000_74999_pctFamilies Income 50000 74999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_75000_99999_pctFamilies Income 75000 99999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_100000_124999_pctFamilies Income 100000 124999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_125000_149999_pctFamilies Income 125000 149999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_150000_199999_pctFamilies Income 150000 199999 Pctcommunity.demographics
Demographicsneighborhood/communityfamilies_income_200000_and_over_pctFamilies Income 200000 And Over Pctcommunity.demographics
Demographicsneighborhood/communitynon_family_incomeNon Family Incomecommunity.demographics
Demographicsneighborhood/communitynon_family_median_incomeNon Family Median Incomecommunity.demographics
Demographicsneighborhood/communitynon_family_avg_incomeNon Family Avg Incomecommunity.demographics
Demographicsneighborhood/communitynon_family_per_capita_incomeNon Family Per Capita Incomecommunity.demographics
Demographicsneighborhood/communitynon_family_income_high_income_avgNon Family Income High Income Avgcommunity.demographics
Demographicsneighborhood/communitynon_families_income_less_than_15000_pctNon Families Income Less Than 15000 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_15000_24999_pctNon Families Income 15000 24999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_25000_34999_pctNon Families Income 25000 34999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_35000_49999_pctNon Families Income 35000 49999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_50000_74999_pctNon Families Income 50000 74999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_75000_99999_pctNon Families Income 75000 99999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_100000_124999_pctNon Families Income 100000 124999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_125000_149999_pctNon Families Income 125000 149999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_150000_199999_pctNon Families Income 150000 199999 Pctcommunity.demographics
Demographicsneighborhood/communitynon_families_income_200000_and_over_pctNon Families Income 200000 And Over Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_preprimary_pctEnrollment Public Preprimary Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_preprimary_pctEnrollment Private Preprimary Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_kindergarten_pctEnrollment Public Kindergarten Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_kindergarten_pctEnrollment Private Kindergarten Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_grades_1_4_pctEnrollment Public Grades 1 4 Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_grades_1_4_pctEnrollment Private Grades 1 4 Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_grades_5_8_pctEnrollment Public Grades 5 8 Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_grades_5_8_pctEnrollment Private Grades 5 8 Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_grades_9_12_pctNumber of students enrolled in public schools grades 9-12.community.demographics
Demographicsneighborhood/communityenrollment_private_grades_9_12_pctNumber of students enrolled in private schools grades 9-12.community.demographics
Demographicsneighborhood/communityenrollment_public_undergraduate_college_pctEnrollment Public Undergraduate College Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_undergraduate_college_pctEnrollment Private Undergraduate College Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_public_graduate_or_professional_school_pctEnrollment Public Graduate Or Professional School Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_private_graduate_or_professional_school_pctEnrollment Private Graduate Or Professional School Pctcommunity.demographics
Demographicsneighborhood/communityenrollment_not_enrolled_in_school_pctEnrollment Not Enrolled In School Pctcommunity.demographics
Demographicsneighborhood/communityeducation_some_hs_pctNumber of people who achieved some high school education.community.demographics
Demographicsneighborhood/communityeducation_hs_pctNumber of people who are high school graduates.community.demographics
Demographicsneighborhood/communityeducation_some_college_pctNumber of people who achieved some college education.community.demographics
Demographicsneighborhood/communityeducation_assoc_degree_pctNumber of people who achieved an Associate's Degree.community.demographics
Demographicsneighborhood/communityeducation_bach_degree_pctNumber of people who achieved a Bachelor's Degree.community.demographics
Demographicsneighborhood/communityeducation_mast_degree_pctNumber of people who achieved a Master's Degree.community.demographics
Demographicsneighborhood/communityeducation_prof_degree_pctNumber of people who achieved a PhD degree.community.demographics
Demographicsneighborhood/communityeducation_doct_degree_pctNumber of people who achieved a Doctorate degree.community.demographics
Demographicsneighborhood/communityeducation_grad_degree_pctNumber of people who achieved a Graduate Degree.community.demographics
Demographicsneighborhood/communitypopulation_16p_civilian_male_pctNumber of males who had jobs or were seeking a job, were at least 16 years old, not serving in the military and were not institutionalized.community.demographics
Demographicsneighborhood/communitypopulation_16p_civilian_female_pctNumber of females who had jobs or were seeking a job, were at least 16 years old, not serving in the military and were not institutionalized.community.demographics
Demographicsneighborhood/communitypopulation_16p_armed_forces_male_pctNumber of males at least 16 years old members of the U.S. Armed Forces (people on active duty with the United States Army, Air Force, Navy, Marine Corps, or Coast Guard).community.demographics
Demographicsneighborhood/communitypopulation_16p_armed_forces_female_pctNumber of females at least 16 years old members of the U.S. Armed Forces (people on active duty with the United States Army, Air Force, Navy, Marine Corps, or Coast Guard).community.demographics
Demographicsneighborhood/communitypopulation_16p_unemployed_male_pctNumber of unemployed males.community.demographics
Demographicsneighborhood/communitypopulation_16p_unemployed_female_pctNumber of unemployed females.community.demographics
Demographicsneighborhood/communitypopulation_16p_not_in_the_labor_force_male_pctPopulation 16P Not In The Labor Force Male Pctcommunity.demographics
Demographicsneighborhood/communitypopulation_16p_not_in_the_labor_force_female_pct_pctPopulation 16P Not In The Labor Force Female Pct Pctcommunity.demographics
Demographicsneighborhood/communityemp_agri_pctEmployee Agriculture Pctcommunity.demographics
Demographicsneighborhood/communityemp_mine_pctFull-time equivalent (FTE) employees working in this area employed in mining.community.demographics
Demographicsneighborhood/communityemp_const_pctFull-time equivalent (FTE) employees working in this area employed in construction.community.demographics
Demographicsneighborhood/communityemp_manuf_pctFull-time equivalent (FTE) employees working in this area employed in manufacturing.community.demographics
Demographicsneighborhood/communityemp_whole_pctEmployee Wholesaling Pctcommunity.demographics
Demographicsneighborhood/communityemp_retail_pctEmployee Retail Pctcommunity.demographics
Demographicsneighborhood/communityemp_trans_pctFull-time equivalent (FTE) employees working in this area employed in transportation and communications.community.demographics
Demographicsneighborhood/communityemp_utils_pctFull-time equivalent (FTE) employees working in this area employed in utilities.community.demographics
Demographicsneighborhood/communityemp_info_pctEmployee Information Pctcommunity.demographics
Demographicsneighborhood/communityemp_finetc_pctEmployee Finance Pctcommunity.demographics
Demographicsneighborhood/communityemp_real_pctFull-time equivalent (FTE) employees working in this area employed in real estate, rental and leasing.community.demographics
Demographicsneighborhood/communityemp_prof_pctEmployee Professional Pctcommunity.demographics
Demographicsneighborhood/communityemp_manag_pctEmployee Management Pctcommunity.demographics
Demographicsneighborhood/communityemp_admin_pctEmployee Administration Pctcommunity.demographics
Demographicsneighborhood/communityemp_educ_pctEmployee Education Pctcommunity.demographics
Demographicsneighborhood/communityemp_health_pctEmployee Health Care Pctcommunity.demographics
Demographicsneighborhood/communityemp_arts_pctEmployee Arts Pctcommunity.demographics
Demographicsneighborhood/communityemp_accom_pctEmployee Accomodation Pctcommunity.demographics
Demographicsneighborhood/communityemp_otsrv_pctFull-time equivalent (FTE) employees working in this area employed in the services industry.community.demographics
Demographicsneighborhood/communityemp_pubad_pctFull-time equivalent (FTE) employees working in this area employed in public administration.community.demographics
Demographicsneighborhood/communityoccupation_management_business_and_financial_operations_pctOccupation Management Business And Financial Operations Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_professional_and_related_pctOccupation Professional And Related Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_sales_and_office_pctOccupation Sales And Office Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_service_pctFull-time equivalent (FTE) employees working in this area employed in the services industry.community.demographics
Demographicsneighborhood/communityoccupation_farming_fishing_and_forestry_pctOccupation Farming Fishing And Forestry Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_construction_extraction_and_maintenance_pctOccupation Construction Extraction And Maintenance Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_production_transportation_and_material_moving_pctOccupation Production Transportation And Material Moving Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_white_collar_pctWhite collar workers are traditionally defined as office workers. White collar occupations include: administrative and clerical support; executive, administrative and managerial; professional specialties; sales; and technicians and related support. ** Note: OCCUNCL and OCCMILT are excluded from the white collar calculation.community.demographics
Demographicsneighborhood/communityoccupation_blue_collar_pctBlue collar occupations include: farming, forestry and fishing; handlers, equipment cleaners, helpers and laborers; machine operators, assemblers and inspectors; precision production, craft and repair; private household services; protective services; services other than protective and household; and transportation and material moving. ** Note: OCCUNCL and OCCMILT are excluded from the bue collar calculation.community.demographics
Demographicsneighborhood/communityprivate_for_profit_employee_pctPrivate For Profit Employee Pctcommunity.demographics
Demographicsneighborhood/communityprivate_for_profit_self_employed_pctPrivate For Profit Self Employed Pctcommunity.demographics
Demographicsneighborhood/communityprivate_not_for_profit_employee_pctPrivate Not For Profit Employee Pctcommunity.demographics
Demographicsneighborhood/communitylocal_government_employee_pctLocal Government Employee Pctcommunity.demographics
Demographicsneighborhood/communitystate_government_employee_pctState Government Employee Pctcommunity.demographics
Demographicsneighborhood/communityfederal_government_employee_pctFederal Government Employee Pctcommunity.demographics
Demographicsneighborhood/communitynot_incorporated_self_employed_pctNot Incorporated Self Employed Pctcommunity.demographics
Demographicsneighborhood/communityunpaid_family_worker_pctUnpaid Family Worker Pctcommunity.demographics
Demographicsneighborhood/communityemployee_naics_cntEmployee NAICS Cntcommunity.demographics
Demographicsneighborhood/communityemployee_forestry_fishing_hunting_agriculture_naics_pctFull-time equivalent (FTE) employees working in this area employed in agricultural, forestry, and fishing.community.demographics
Demographicsneighborhood/communityemployee_mining_naics_pctEmployee Mining NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_utilities_naics_pctEmployee Utilities NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_construction_naics_pctEmployee Construction NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_manufacturing_naics_pctEmployee Manufacturing NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_wholesale_trade_naics_pctFull-time equivalent (FTE) employees working in this area employed in wholesale trade.community.demographics
Demographicsneighborhood/communityemployee_retail_trade_naics_pctFull-time equivalent (FTE) employees working in this area employed in retail trade.community.demographics
Demographicsneighborhood/communityemployee_transportation_warehousing_naics_pctEmployee Transportation Warehousing NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_information_naics_pctFull-time equivalent (FTE) employees working in this area employed in information services.community.demographics
Demographicsneighborhood/communityemployee_finance_insurance_naics_pctFull-time equivalent (FTE) employees working in this area employed in finance, insurance, and real estate.community.demographics
Demographicsneighborhood/communityemployee_real_estate_naics_pctEmployee Real Estate NAICS Pctcommunity.demographics
Demographicsneighborhood/communityemployee_professional_scientific_technical_svcs_naics_pctFull-time equivalent (FTE) employees working in this area employed in professional, scientific and technical services.community.demographics
Demographicsneighborhood/communityemployee_management_companies_enterprises_naics_pctFull-time equivalent (FTE) employees working in this area employed in management of companies and enterprisescommunity.demographics
Demographicsneighborhood/communityemployee_admin_support_waste_management_naics_pctFull-time equivalent (FTE) employees working in this area in administrative and support and waste management and remediation services.community.demographics
Demographicsneighborhood/communityemployee_education_services_naics_pctFull-time equivalent (FTE) employees working in this area employed in educational services.community.demographics
Demographicsneighborhood/communityemployee_health_care_social_assistance_naics_pctFull-time equivalent (FTE) employees working in this area employed in health care and social assistance.community.demographics
Demographicsneighborhood/communityemployee_arts_entertainment_recreation_naics_pctFull-time equivalent (FTE) employees working in this area employed in arts, entertainment and recreation.community.demographics
Demographicsneighborhood/communityemployee_accommodation_food_svcs_naics_pctFull-time equivalent (FTE) employees working in this area employed in accommodation and food services.community.demographics
Demographicsneighborhood/communityemployee_other_svcs_excluding_public_admin_naics_pctEmployee Other Svcs Excluding Public Admin NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_naics_cntEstablishment NAICS Cntcommunity.demographics
Demographicsneighborhood/communityestablishment_forestry_fishing_hunting_agriculture_naics_pctEstablishment Forestry Fishing Hunting Agriculture NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_mining_naics_pctEstablishment Mining NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_utilities_naics_pctEstablishment Utilities NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_construction_naics_pctEstablishment Construction NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_manufacturing_naics_pctEstablishment Manufacturing NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_wholesale_trade_naics_pctEstablishment Wholesale Trade NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_retail_trade_naics_pctEstablishment Retail Trade NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_transportation_warehousing_naics_pctThe number of people living in this area employed in transportation occupations.community.demographics
Demographicsneighborhood/communityestablishment_information_naics_pctEstablishment Information NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_finance_insurance_naics_pctEstablishment Finance Insurance NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_real_estate_naics_pctEstablishment Real Estate NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_professional_scientific_technical_svcs_naics_pctEstablishment Professional Scientific Technical Svcs NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_management_companies_enterprises_naics_pctEstablishment Management Companies Enterprises NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_admin_support_waste_management_naics_pctEstablishment Admin Support Waste Management NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_education_services_naics_pctEstablishment Education Services NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_health_care_social_assistance_naics_pctEstablishment Health Care Social Assistance NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_arts_entertainment_recreation_naics_pctEstablishment Arts Entertainment Recreation NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_accommodation_food_svcs_naics_pctEstablishment Accommodation Food Svcs NAICS Pctcommunity.demographics
Demographicsneighborhood/communityestablishment_other_svcs_excluding_public_admin_naics_pctEstablishment Other Svcs Excluding Public Admin NAICS Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_soc_cntTotal population by occupation.community.demographics
Demographicsneighborhood/communityoccupation_management_soc_pctOccupation Management SOC Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_business_financial_operations_soc_pctThe number of people living in this area employed in business and financial operations.community.demographics
Demographicsneighborhood/communityoccupation_computer_math_science_soc_pctThe number of people living in this area employed in computer and mathematical occupations.community.demographics
Demographicsneighborhood/communityoccupation_architecture_engineering_soc_pctThe number of people living in this area employed in architecture and engineering.community.demographics
Demographicsneighborhood/communityoccupation_life_physical_social_sciences_soc_pctThe number of people living in this area employed in life, physical and social science occupations.community.demographics
Demographicsneighborhood/communityoccupation_community_social_svcs_soc_pctThe number of people living in this area employed in community and social service occupations.community.demographics
Demographicsneighborhood/communityoccupation_legal_soc_pctThe number of people living in this area employed in legal occupations.community.demographics
Demographicsneighborhood/communityoccupation_education_training_library_soc_pctThe number of people living in this area employed in education, training, and library occupations.community.demographics
Demographicsneighborhood/communityoccupation_art_design_entertainment_sports_media_soc_pctThe number of people living in this area employed in arts, design, entertainment, sports and media.community.demographics
Demographicsneighborhood/communityoccupation_healthcare_practitioners_tech_ops_soc_pctThe number of people living in this area employed as healthcare practitioners and in technical occupations.community.demographics
Demographicsneighborhood/communityoccupation_healthcare_support_soc_pctThe number of people living in this area employed in healthcare support occupations.community.demographics
Demographicsneighborhood/communityoccupation_protective_service_soc_pctThe number of people living in this area employed in protective services.community.demographics
Demographicsneighborhood/communityoccupation_food_preparation_serving_related_soc_pctThe number of people living in this area employed in food preparation and serving.community.demographics
Demographicsneighborhood/communityoccupation_building_grounds_cleaning_maintenance_soc_pctThe number of people living in this area employed in building and grounds maintenance.community.demographics
Demographicsneighborhood/communityoccupation_personal_care_service_soc_pctThe number of people living in this area employed in personal care and service occupations.community.demographics
Demographicsneighborhood/communityoccupation_sales_soc_pctThe number of people living in this area employed as sales professionals.community.demographics
Demographicsneighborhood/communityoccupation_administrative_support_soc_pctThe number of people living in this area employed as administrative support.community.demographics
Demographicsneighborhood/communityoccupation_farming_fishing_forestry_soc_pctOccupation Farming Fishing Forestry SOC Pctcommunity.demographics
Demographicsneighborhood/communityoccupation_construction_extraction_soc_pctThe number of people living in this area employed in construction and extraction occupations.community.demographics
Demographicsneighborhood/communityoccupation_installation_maintenance_repair_soc_pctThe number of people living in this area employed in installation, maintenance and repair occupations.community.demographics
Demographicsneighborhood/communityoccupation_production_operations_soc_pctThe number of people living in this area employed as production workers.community.demographics
Demographicsneighborhood/communityoccupation_transportation_material_moving_soc_pctOccupation Transportation Material Moving SOC Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_utility_gas_pctHouseholds Heating Fuel Utility Gas Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_bottled_tank_or_lp_gas_pctHouseholds Heating Fuel Bottled Tank Or Lp Gas Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_electricity_pctHouseholds Heating Fuel Electricity Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_fuel_oil_kerosene_pctHouseholds Heating Fuel Fuel Oil Kerosene Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_coal_coke_pctHouseholds Heating Fuel Coal Coke Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_wood_pctHouseholds Heating Fuel Wood Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_solar_energy_pctHouseholds Heating Fuel Solar Energy Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_other_fuel_pctHouseholds Heating Fuel Other Fuel Pctcommunity.demographics
Demographicsneighborhood/communityhouseholds_heating_fuel_none_pctHouseholds Heating Fuel None Pctcommunity.demographics
Demographicsneighborhood/communityretail_sales_amtRetail Sales Amtcommunity.demographics
Demographicsneighborhood/communityfurniture_and_home_furnishing_sales_amtFurniture And Home Furnishing Sales Amtcommunity.demographics
Demographicsneighborhood/communityelectrical_and_appliance_store_sales_amtElectrical And Appliance Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitybuilding_materials_and_garden_store_sales_amtBuilding Materials And Garden Store Sales Amtcommunity.demographics
Demographicsneighborhood/communityfood_and_beverage_store_sales_amtFood And Beverage Store Sales Amtcommunity.demographics
Demographicsneighborhood/communityhealth_and_personal_care_store_sales_amtHealth And Personal Care Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitygas_station_store_sales_amtGas Station Store Sales Amtcommunity.demographics
Demographicsneighborhood/communityclothing_and_accessories_store_sales_amtClothing And Accessories Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitysporting_goods_store_sales_amtSporting Goods Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitygeneral_merchandise_store_sales_amtGeneral Merchandise Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitymiscellaneous_store_sales_amtMiscellaneous Store Sales Amtcommunity.demographics
Demographicsneighborhood/communitynon_store_purchase_sales_amtNon Store Purchase Sales Amtcommunity.demographics
Demographicsneighborhood/communityfood_services_sales_amtFood Services Sales Amtcommunity.demographics
Demographicsneighborhood/communitycpiConsumer Price Indexcommunity.demographics
Demographicsneighborhood/communitycpi_apparelConsumer Price Index - Apparelcommunity.demographics
Demographicsneighborhood/communitycpi_education_and_communicationsConsumer Price Index - Education And Communicationscommunity.demographics
Demographicsneighborhood/communitycpi_food_and_beveragesConsumer Price Index - Food And Beveragescommunity.demographics
Demographicsneighborhood/communitycpi_other_goods_and_servicesConsumer Price Index - Other Goods And Servicescommunity.demographics
Demographicsneighborhood/communitycpi_housingConsumer Price Index - Housingcommunity.demographics
Demographicsneighborhood/communitycpi_medical_careConsumer Price Index - Medical Carecommunity.demographics
Demographicsneighborhood/communitycpi_recreationConsumer Price Index - Recreationcommunity.demographics
Demographicsneighborhood/communitycpi_transportationConsumer Price Index - Transportationcommunity.demographics
Demographicsneighborhood/communityannual_expendituresAverage annual expenditures for food, beverages, housing, utilities, household operations, household supplies and furnishings, apparel, transportation, health care, entertainment, personal care, personal insurance, education and miscellaneous. (100=National Average)community.demographics
Demographicsneighborhood/communityfoodThe costs associated with food at home, food away from home; restaurants, catered affairs, non-alcoholic and alcoholic beverages. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityfood_at_homeCost Index - Food At Homecommunity.demographics
Demographicsneighborhood/communitycereals_and_bakery_productsCost Index - Cereals And Bakery Productscommunity.demographics
Demographicsneighborhood/communitydairyCost Index - Dairycommunity.demographics
Demographicsneighborhood/communityfruits_and_vegetablesCost Index - Fruits And Vegetablescommunity.demographics
Demographicsneighborhood/communitynon_alcoholic_beveragesCost Index - Non Alcoholic Beveragescommunity.demographics
Demographicsneighborhood/communityfood_prepared_by_consumer_unit_on_tripsCost Index - Food Prepared By Consumer Unit On Tripscommunity.demographics
Demographicsneighborhood/communitylocal_restaurantsCost Index - Local Restaurantscommunity.demographics
Demographicsneighborhood/communityrestaurants_on_tripsCost Index - Restaurants On Tripscommunity.demographics
Demographicsneighborhood/communityalcoholic_beveragesCost Index - Alcoholic Beveragescommunity.demographics
Demographicsneighborhood/communityhousingThe costs associated with owned dwellings; maintenance, repairs, homeowners insurance, property management and security. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityhousehold_operationsThe costs associated with household operations; in home babysitting and child care, day care, nursery and preschools. Also includes other household expenses like: housekeeping services and supplies, lawn care services, home security, pest control, appliance repair and rental as well as other household products and postage. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityhousekeeping_servicesCost Index - Housekeeping Servicescommunity.demographics
Demographicsneighborhood/communityhousehold_furnishings_and_equipmentCost Index - Household Furnishings And Equipmentcommunity.demographics
Demographicsneighborhood/communityhousehold_textilesCost Index - Household Textilescommunity.demographics
Demographicsneighborhood/communityfurnitureThe costs associated with household textiles, furniture, floor coverings, major appliances, small appliances and housewares. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityfloor_coveringsCost Index - Floor Coveringscommunity.demographics
Demographicsneighborhood/communitymajor_appliancesCost Index - Major Appliancescommunity.demographics
Demographicsneighborhood/communitysmall_appliancesCost Index - Small Appliancescommunity.demographics
Demographicsneighborhood/communitymiscellaneous_household_equipmentCost Index - Miscellaneous Household Equipmentcommunity.demographics
Demographicsneighborhood/communityapparel_and_servicesCost Index - Apparel And Servicescommunity.demographics
Demographicsneighborhood/communitymen_and_boysCost Index - Apparel - Men And Boyscommunity.demographics
Demographicsneighborhood/communitymen_16_and_overCost Index - Apparel Men 16 And Overcommunity.demographics
Demographicsneighborhood/communityboysCost Index - Apparel Boyscommunity.demographics
Demographicsneighborhood/communitywomen_and_girlsCost Index - Apparel Women And Girlscommunity.demographics
Demographicsneighborhood/communitywomen_16_and_overCost Index - Apparel Women 16 And Overcommunity.demographics
Demographicsneighborhood/communitygirlsCost Index - Apparel Girlscommunity.demographics
Demographicsneighborhood/communitychildrenCost Index - Apparel Childrencommunity.demographics
Demographicsneighborhood/communityfootwearCost Index - Footwearcommunity.demographics
Demographicsneighborhood/communityother_apparel_products_and_servicesThe costs associated with women's, men's, boys and girls clothing, jewelry, footwear, dry cleaning, material for sewing clothing, patterns, etc. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitytransportationThe costs associated with new and used vehicle purchases, vehicle finance charges, gasoline and oil, vehicle repair and maintenance, vehicle insurance, parking and tolls, public transportation and other transportation costs. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityvehicle_purchase_net_outlayCost Index - Vehicle Purchase Net Outlaycommunity.demographics
Demographicsneighborhood/communitygasoline_and_motor_oilCost Index - Gasoline And Motor Oilcommunity.demographics
Demographicsneighborhood/communityother_vehicle_expensesCost Index - Other Vehicle Expensescommunity.demographics
Demographicsneighborhood/communitypublic_transportationCost Index - Public Transportationcommunity.demographics
Demographicsneighborhood/communityhealthcareThe costs associated with health care including: health insurance, medicare payments, medical services, prescription and non prescription drugs and medical supplies. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityhealth_insuranceThe costs associated with health insurance. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitymedical_servicesThe costs associated with medical service. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitydrugsThe costs associated with drug prescriptions. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitymedical_suppliesThe costs associated with medical supplies. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityentertainmentThe costs associated with entertainment. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityfeeds_and_admissionsThe costs associated with admissions. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityaudio_and_visual_equipment_and_servicesThe costs associated with fees and admissions to clubs, movies and sporting events, cable tv and satellite services, musical instruments, video and audio equipment rental, sports, recreation and exercise equipment, toys, hobbies, playground equipment and pet supplies. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitypets_toys_hobbies_and_playground_equipmentCost Index - Pets Toys Hobbies And Playground Equipmentcommunity.demographics
Demographicsneighborhood/communityother_entertainment_supplies_equipment_and_servicesCost Index - Other Entertainment Supplies Equipment And Servicescommunity.demographics
Demographicsneighborhood/communitypersonal_care_products_and_servicesThe costs associated with personal care products and services including; hair care, oral hygiene products and cosmetics. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityreadingThe costs associated with magazine and newspaper subscriptions and non-subscriptions and books. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityeducationThe costs associated with books, supplies, college, high school, elementary school and preschool tuition. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitytobaccoThe costs associated with cigarettes, tobacco products and smoking accessories. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitycash_contributionsThe costs associated with cash contributions to charities, churches, child support, political organizations and other cash gifts. Index score (100=National Average)community.demographics
Demographicsneighborhood/communitypersonal_insurance_and_pensionsThe costs associated with life, endowment, annuity and other nonhealth insurance. Index score (100=National Average)community.demographics
Demographicsneighborhood/communityHome_Maintenance_Repairs_Insurance_And_Other_ExpensesHoe Maintenance Repairs Insuarance and Other Expensescommunity.demographics
Demographicsneighborhood/communityUtilities_Fuels_And_Public_ServicesUtilities Fuels and Public Servicescommunity.demographics
Demographicsneighborhood/communityNatural_GasNatural Gascommunity.demographics
Demographicsneighborhood/communityCostIndex_ElectricityCost Index - Electricitycommunity.demographics
Demographicsneighborhood/communityPhone_ResidentialPhone Residential community.demographics
Demographicsneighborhood/communityPhone_CellularPhone Cellularcommunity.demographics
Demographicsneighborhood/communityPopulation_3PPupulation 3Pcommunity.demographics
Demographicsneighborhood/communityPopulation_5PPupulation 5Pcommunity.demographics
Demographicsneighborhood/communityPopulation_Male_15PPopulation Male 15Pcommunity.demographics
Demographicsneighborhood/communityPopulation_Female_15PPopulation Female 15Pcommunity.demographics
Demographicsneighborhood/communityPopulation_16PPopulation 16Pcommunity.demographics
Demographicsneighborhood/communityPopulation_18PPopulation 18Pcommunity.demographics
Demographicsneighborhood/communityPopulation_Employed_16PPopulation Employed 16Pcommunity.demographics
Demographicsneighborhood/communityPopulation_25PPopulation 25Pcommunity.demographics
Demographicsneighborhood/communityPopulation_Civilian_16PPopulation Civilian 16Pcommunity.demographics
Demographicsneighborhood/communityPopulation_Civilian_White_Collar_Or_Blue_Collar_16PPopulation Civilian White Collar or Blue Collar 16Pcommunity.demographics
Demographicsneighborhood/communityPopulation_DaytimePopulation Daytimecommunity.demographics
Demographicsneighborhood/communitytransportation_public_pctTransportation Public Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_car_pctTransportation Car Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_motorcycle_pctTransportation Motorcycle Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_bicycle_pctTransportation Bicycle Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_walk_pctTransportation Walk Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_other_pctTransportation Other Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_work_from_home_pctTransportation Work From Home Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_bus_pctTransportation Public Bus Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_trolley_pctTransportation Public Trolley Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_light_rail_pctTransportation Public Light Rail Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_railroad_pctTransportation Public Railroad Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_ferry_pctTransportation Public Ferry Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_public_taxi_pctTransportation Public Taxi Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_car_alone_pctTransportation Car Alone Pctcommunity.demographics
Demographicsneighborhood/communitytransportation_car_carpool_pctTransportation Car Carpool Pctcommunity.demographics
Location Lookup/location/lookupgeoIdV4ATTOM’s new geographic identifiergeographies.geoIdV4
Location Lookup/location/lookupgeographyNameGeography Namegeographies.geographyName
Location Lookup/location/lookupgeographyTypeNameGeography Type Namegeographies.geographyTypeName
Location Lookup/location/lookupgeographyTypeAbbreviationGeography Type Abbrevationgeographies.geographyTypeAbbreviation
Location Lookup/location/lookupzipCodeTabulationAreaCodegeographies.zipCodeTabulationAreaCode
Location Lookup/location/lookupfipsClassCodegeographies.fipsClassCode
Location Lookup/location/lookupfipsClassgeographies.fipsClass
Location Lookup/location/lookupmafTigerFeatureClassCodegeographies.mafTigerFeatureClassCode
Location Lookup/location/lookupmafTigerFeatureClassgeographies.mafTigerFeatureClass
Location Lookup/location/lookupfunctionalStatusCodegeographies.functionalStatusCode
Location Lookup/location/lookupfunctionalStatusgeographies.functionalStatus
Location Lookup/location/lookuplandAreaSquareMilesgeographies.landAreaSquareMiles
Location Lookup/location/lookupwaterAreaSquareMilesgeographies.waterAreaSquareMiles
Location Lookup/location/lookupareaSquareMilesgeographies.areaSquareMiles
Location Lookup/location/lookuplongitudegeographies.longitude
Location Lookup/location/lookuplatitudegeographies.latitude
Location Lookup/location/lookuptractCensusCodegeographies.tractCensusCode
Location Lookup/location/lookuptractCodegeographies.tractCode
Location Lookup/location/lookupnamegeographies.name
Location Lookup/location/lookupnameAndLegalStatisticalAreaDescriptiongeographies.nameAndLegalStatisticalAreaDescription
Location Lookup/location/lookuplegalStatisticalAreaDescriptionCodegeographies.legalStatisticalAreaDescriptionCode
Location Lookup/location/lookuplegalStatisticalAreaDescriptiongeographies.legalStatisticalAreaDescription
Location Lookup/location/lookupblockGroupCensusCodegeographies.blockGroupCensusCode
Location Lookup/location/lookupblockGroupCodegeographies.blockGroupCode
Location Lookup/location/lookupblockCensusCodegeographies.blockCensusCode
Location Lookup/location/lookupblockCodegeographies.blockCode
Location Lookup/location/lookupurbanRuralTypegeographies.urbanRuralType
Location Lookup/location/lookupcongressionalDistrictFipsCodegeographies.congressionalDistrictFipsCode
Location Lookup/location/lookupsessiongeographies.session
Location Lookup/location/lookupcountyCodegeographies.countyCode
Location Lookup/location/lookupcountyFIPsgeographies.countyFIPs
Location Lookup/location/lookupcountyNamegeographies.countyName
Location Lookup/location/lookupstateCodegeographies.stateCode
Location Lookup/location/lookupstateFIPsgeographies.stateFIPs
Location Lookup/location/lookupstateNamegeographies.stateName
Location Lookup/location/lookupCBSACodegeographies.CBSACode
Location Lookup/location/lookupCBSANamegeographies.CBSAName
Location Lookup/location/lookupdivisionCodegeographies.divisionCode
Location Lookup/location/lookupdivisionNamegeographies.divisionName
Location Lookup/location/lookuprecorderMarketingRestrictiongeographies.recorderMarketingRestriction
Location Lookup/location/lookupassessorMarketingRestrictiongeographies.assessorMarketingRestriction
Location Lookup/location/lookupnondisclosureFlaggeographies.nondisclosureFlag
Location Lookup/location/lookupCSACodegeographies.CSACode
Location Lookup/location/lookupCSANamegeographies.CSAName
Location Lookup/location/lookupstateGeoIDgeographies.stateGeoID
Location Lookup/location/lookupcoreBasedStatisticalAreaGeoIDgeographies.coreBasedStatisticalAreaGeoID
Location Lookup/location/lookupcombinedStatisticalAreaGeoIDgeographies.combinedStatisticalAreaGeoID
Location Lookup/location/lookupcountySubdivisionFipsCodegeographies.countySubdivisionFipsCode
Location Lookup/location/lookupfunctionalTypeLevel1geographies.functionalTypeLevel1
Location Lookup/location/lookupfunctionalTypeLevel2geographies.functionalTypeLevel2
Location Lookup/location/lookupsocialUsageLevel1geographies.socialUsageLevel1
Location Lookup/location/lookupsocialUsageLevel2geographies.socialUsageLevel2
Location Lookup/location/lookupncsCodegeographies.ncsCode
Location Lookup/location/lookupnameAlternate1geographies.nameAlternate1
Location Lookup/location/lookupnameAlternate2geographies.nameAlternate2
Location Lookup/location/lookupnameAlternate3geographies.nameAlternate3
Location Lookup/location/lookupplaceFipsCodegeographies.placeFipsCode
Location Lookup/location/lookupcountyLegalStatisticalAreaDescriptiongeographies.countyLegalStatisticalAreaDescription
Location Lookup/location/lookupgnisCodegeographies.gnisCode
Location Lookup/location/lookupprimaryCityInCbsaIndicatorgeographies.primaryCityInCbsaIndicator
Location Lookup/location/lookupcountyRequiredForUniquenessIndicatorgeographies.countyRequiredForUniquenessIndicator
Location Lookup/location/lookuplsadRequiredForUniquenessIndicatorgeographies.lsadRequiredForUniquenessIndicator
Location Lookup/location/lookupdowntownLongitudegeographies.downtownLongitude
Location Lookup/location/lookupdowntownLatitudegeographies.downtownLatitude
Location Lookup/location/lookuptotalResidentCountgeographies.totalResidentCount
Location Lookup/location/lookupzip5Codegeographies.zip5Code
Location Lookup/location/lookupzipTypegeographies.zipType
Location Lookup/location/lookupzip3Codegeographies.zip3Code
Location Lookup/location/lookupmultiFamilyDeliveryUnitCountgeographies.multiFamilyDeliveryUnitCount
Location Lookup/location/lookupsingleFamilyDeliveryUnitCountgeographies.singleFamilyDeliveryUnitCount
Location Lookup/location/lookuppoBoxCountgeographies.poBoxCount
Location Lookup/location/lookupbusinessCountgeographies.businessCount


PARCEL TILES API

OVERVIEW

This endpoint serves a nationwide parcel boundary layer in raster (PNG) format, which can be used with web mapping tools such as Mapbox GL and Leaflet.

AUTHENTICATION

Unlike other ATTOM API endpoints, the /parceltiles endpoint supports the authentication key (apikey) to be provided as a query parameter to support integration with common mapping tools, some of which may not support passing of request headers.

Example:

/parceltiles/{z}/{x}/{y}.format?apikey=

TILES

The base path for this endpoint is /parceltiles/{z}/{x}/{y}.format. Supported format is PNG at present. Tiles are available as far out as zoom level 14 and as close in as zoom level 18. Tiles outside of that range will return a 204 No Content response.

USAGE EXAMPLES

Leaflet raster layer example

To add raster tiles to a Leaflet map:

    
L.tileLayer(
	'https://api.gateway.attomdata.com/parceltiles/{z}/{x}/{y}.png?apiKey=<ApiKey>'
).addTo(map)
	
	

ArcGIS Online (AGOL) and ArcGIS Desktop

ArcGISOnline TiledLayer works with our raster tile layer, but the {z}/{x}/{y} of our urls needs to be changed to the literal text string that looks like this: {level}/{col}/{row}

You literally leave those level, col, and row words in there instead of the z,x,y

AGSWebTiledLayer(urlTemplate: "https://api.gateway.attomdata.com/parceltiles/{level}/{col}/{row}.png?apiKey=<ApiKey>


ArcGIS Online

ArcGIS Desktop