Create your free trial account on the Attom Developer Platform to get an API key to use when calling the API.
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.
Use our interactive docs to make sample API calls and use our guides to get started with Curl or Postman.
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.
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.
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.
The Property API provides access to a comprehensive portfolio of property-centric data, empowering users with information on over 150 million properties across the United States. This API aggregates information from multiple sources, enabling a full view of property characteristics, ownership, transactions, and valuation metrics.
It includes data on key aspects such as property addresses, building permits, current ownership details, and property characteristics, alongside critical transaction records like deeds, mortgages, and sales trends. In addition, users can access neighborhood-specific details, such as school district and individual school profiles. Valuation data, including assessed values, automated valuation models (AVM), and home equity estimates, further enhance the breadth of information available through the Property API.
This robust dataset is designed to support developers, real estate professionals, and financial analysts in making well-informed decisions based on reliable and detailed property information.
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
There are two required headers:
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.
Use the /property resource to get detailed property characteristics for a property or list of properties.
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.
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.
Use the /assessment resource to get assessments, assessed values and taxes on a property or list of properties.
Use the /attomavm resource to display the “automated valuation model” (AVM) calculation of a property or list of properties.
Use the /sale resource to return information pertaining to the most recent sale of a property or list of properties.
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.
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.
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. |
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 |
Maximum number of GeoIDs in a single request | 3 |
Default sort, radius search | Distance Asc |
Default sort, non-radius searches | CalendarDate Desc |
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/salestrend | GeoIDV4 | Single Value | Geocode | geoIdV4=baa5d7de09afdefd0ffcd66b581991de | |
Transaction Sales Trend | /transaction/salestrend | Interval | Single Value | Interval to search | interval=yearly | |
Transaction Sales Trend | /transaction/salestrend | StartYear | Single Value | Start year in the interval | 2018 | |
Transaction Sales Trend | /transaction/salestrend | EndYear | Single Value | End year in the interval | 2023 | |
Transaction Sales Trend | /transaction/salestrend | StartQuarter | Single Value | Start quarter in the interval (quarterly) | 1 | |
Transaction Sales Trend | /transaction/salestrend | EndQuarter | Single Value | End quarter in the interval (quarterly) | 3 | |
Transaction Sales Trend | /transaction/salestrend | StartMonth | Single Value | Start month in the interval (monthly) | 1 | |
Transaction Sales Trend | /transaction/salestrend | EndMonth | Single Value | End month in the interval (monthly) | 3 | |
Transaction Sales Trend | /transaction/salestrend | PropertyType | Multiple Values | Property Type to filter results | ||
Transaction Sales Trend | /transaction/salestrend | TransferType | Multiple Values | Transfer Type to filter results | ||
Property ID | /property/id | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property ID | /property/id | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property ID | /property/id | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property ID | /property/id | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property ID | /property/id | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property ID | /property/id | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property ID | /property/id | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property ID | /property/id | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property ID | /property/id | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property ID | /property/id | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property ID | /property/id | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property ID | /property/id | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property ID | /property/id | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property ID | /property/id | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property ID | /property/id | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property ID | /property/id | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property ID | /property/id | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property ID | /property/id | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property ID | /property/id | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property ID | /property/id | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/id | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Detail | /property/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Detail | /property/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Detail | /property/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Detail | /property/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail | /property/detail | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Detail | /property/detail | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Detail | /property/detail | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Detail | /property/detail | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Detail | /property/detail | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Detail | /property/detail | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Detail | /property/detail | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Detail | /property/detail | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Detail | /property/detail | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Detail | /property/detail | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Detail | /property/detail | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Detail | /property/detail | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Detail | /property/detail | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Detail | /property/detail | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property Detail | /property/detail | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoid=CO12127|CO12145 | The 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/detail | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/address | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Address | /property/address | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Address | /property/address | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Address | /property/address | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Address | /property/address | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Address | /property/address | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Address | /property/address | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Address | /property/address | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Address | /property/address | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Address | /property/address | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Address | /property/address | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Address | /property/address | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Address | /property/address | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Address | /property/address | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Address | /property/address | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Address | /property/address | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Address | /property/address | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Address | /property/address | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Address | /property/address | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property Address | /property/address | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/address | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Snapshot | /property/snapshot | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Snapshot | /property/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Snapshot | /property/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Snapshot | /property/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Snapshot | /property/snapshot | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Snapshot | /property/snapshot | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Snapshot | /property/snapshot | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Snapshot | /property/snapshot | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Snapshot | /property/snapshot | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Snapshot | /property/snapshot | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Snapshot | /property/snapshot | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Snapshot | /property/snapshot | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Snapshot | /property/snapshot | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Snapshot | /property/snapshot | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Snapshot | /property/snapshot | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Snapshot | /property/snapshot | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Snapshot | /property/snapshot | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Snapshot | /property/snapshot | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/basicprofile | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Basic Profile | /property/basicprofile | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Basic Profile | /property/basicprofile | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Basic Profile | /property/basicprofile | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Basic Profile | /property/basicprofile | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Expanded Profile | /property/expandedprofile | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Expanded Profile | /property/expandedprofile | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Expanded Profile | /property/expandedprofile | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Expanded Profile | /property/expandedprofile | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Expanded Profile | /property/expandedprofile | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail With School | /property/detailwithschools | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Detail With School | /property/detailwithschools | ID | Single Value | Attom-assigned property ID | ID=18419631508031 | |
Property Detail With School | /property/detailwithschools | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Detail With School | /property/detailwithschools | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Detail With School | /property/detailwithschools | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail Mortgage | /property/detailmortgage | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Detail Mortgage | /property/detailmortgage | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Detail Mortgage | /property/detailmortgage | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Detail Mortgage | /property/detailmortgage | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Detail Mortgage | /property/detailmortgage | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail Mortgage | /property/detailmortgage | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Detail Mortgage | /property/detailmortgage | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Detail Mortgage | /property/detailmortgage | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Detail Mortgage | /property/detailmortgage | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Detail Mortgage | /property/detailmortgage | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Detail Mortgage | /property/detailmortgage | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Detail Mortgage | /property/detailmortgage | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Detail Mortgage | /property/detailmortgage | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Detail Mortgage | /property/detailmortgage | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Detail Mortgage | /property/detailmortgage | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Detail Mortgage | /property/detailmortgage | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Detail Mortgage | /property/detailmortgage | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Detail Mortgage | /property/detailmortgage | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Detail Mortgage | /property/detailmortgage | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property Detail Owner | /property/detailowner | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Detail Owner | /property/detailowner | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Detail Owner | /property/detailowner | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Detail Owner | /property/detailowner | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Detail Owner | /property/detailowner | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail Owner | /property/detailowner | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Detail Owner | /property/detailowner | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Detail Owner | /property/detailowner | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Detail Owner | /property/detailowner | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Detail Owner | /property/detailowner | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Detail Owner | /property/detailowner | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Detail Owner | /property/detailowner | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Detail Owner | /property/detailowner | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Detail Owner | /property/detailowner | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Detail Owner | /property/detailowner | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Detail Owner | /property/detailowner | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Detail Owner | /property/detailowner | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Detail Owner | /property/detailowner | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Detail Owner | /property/detailowner | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property Detail Mortgage Owner | /property/detailmortgageowner | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Property Detail Mortgage Owner | /property/detailmortgageowner | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Property Detail Mortgage Owner | /property/detailmortgageowner | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Property Detail Mortgage Owner | /property/detailmortgageowner | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Property Building Permits | /property/buildingpermits | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Property Building Permits | /property/buildingpermits | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Property Building Permits | /property/buildingpermits | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Property Building Permits | /property/buildingpermits | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Property Building Permits | /property/buildingpermits | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sale Detail | /sale/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sale Detail | /sale/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Sale Detail | /sale/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sale Detail | /sale/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sale Detail | /sale/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sale Detail | /sale/detail | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Sale Detail | /sale/detail | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Sale Detail | /sale/detail | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Sale Detail | /sale/detail | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Sale Detail | /sale/detail | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Sale Detail | /sale/detail | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Sale Detail | /sale/detail | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Sale Detail | /sale/detail | SALEAMT | Range | Amount of the last sale on the property | minSaleAmt=200000&maxSaleAmt=350000 | |
Sale Detail | /sale/detail | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Sale Detail | /sale/detail | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Sale Detail | /sale/detail | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Sale Detail | /sale/detail | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Sale Detail | /sale/detail | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Sale Detail | /sale/detail | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Sale Detail | /sale/detail | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/detail | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | SALESEARCHDATE | Range | Sale date for search purposes | startSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 | |
Sale Detail | /sale/detail | SALETRANSDATE | Range | Date the sale transaction occurred | startSaleTransDate=2018/01/01&endSaleTransDate=2019/12/31 | |
Sale Snapshot | /sale/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sale Snapshot | /sale/snapshot | ID | Single Value | Attom-assigned property ID | ID=18419631508031 | |
Sale Snapshot | /sale/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sale Snapshot | /sale/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sale Snapshot | /sale/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sale Snapshot | /sale/snapshot | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Sale Snapshot | /sale/snapshot | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Sale Snapshot | /sale/snapshot | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Sale Snapshot | /sale/snapshot | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Sale Snapshot | /sale/snapshot | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Sale Snapshot | /sale/snapshot | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Sale Snapshot | /sale/snapshot | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Sale Snapshot | /sale/snapshot | SALEAMT | Range | Amount of the last sale on the property | minSaleAmt=200000&maxSaleAmt=350000 | |
Sale Snapshot | /sale/snapshot | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Sale Snapshot | /sale/snapshot | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Sale Snapshot | /sale/snapshot | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Sale Snapshot | /sale/snapshot | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Sale Snapshot | /sale/snapshot | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Sale Snapshot | /sale/snapshot | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Sale Snapshot | /sale/snapshot | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/snapshot | SALESEARCHDATE | Range | Sale date for search purposes | startSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 | |
Sale Snapshot | /sale/snapshot | SALETRANSDATE | Range | Date the sale transaction occurred | startSaleTransDate=2018/01/01&endSaleTransDate=2019/12/31 | |
Sales History Detail | /saleshistory/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sales History Detail | /saleshistory/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Sales History Detail | /saleshistory/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sales History Detail | /saleshistory/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sales History Detail | /saleshistory/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sales History Snapshot | /saleshistory/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sales History Snapshot | /saleshistory/snapshot | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Sales History Snapshot | /saleshistory/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sales History Snapshot | /saleshistory/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sales History Snapshot | /saleshistory/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sales History Basic History | /saleshistory/basichistory | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sales History Basic History | /saleshistory/basichistory | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Sales History Basic History | /saleshistory/basichistory | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sales History Basic History | /saleshistory/basichistory | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sales History Basic History | /saleshistory/basichistory | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sales History Expanded History | /saleshistory/expandedhistory | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sales History Expanded History | /saleshistory/expandedhistory | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Sales History Expanded History | /saleshistory/expandedhistory | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Sales History Expanded History | /saleshistory/expandedhistory | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Sales History Expanded History | /saleshistory/expandedhistory | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Sales Trend Snapshot | /salestrend/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Sales Trend Snapshot | /salestrend/snapshot | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/snapshot | INTERVAL | Single Value | The interval to search from | interval=monthly | Monthly Quarterly Yearly |
Sales Trend Snapshot | /salestrend/snapshot | MONTH | Range | The month to search from | startmonth=january&endmonth=march | |
Sales Trend Snapshot | /salestrend/snapshot | YEAR | Range | The year to search from | startyear=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/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
AVM Snapshot | /avm/snapshot | ID | Single Value | Attom-assigned property ID | ID=18419631508031 | |
AVM Snapshot | /avm/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
AVM Snapshot | /avm/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
AVM Snapshot | /avm/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
AVM Snapshot | /avm/snapshot | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
AVM Snapshot | /avm/snapshot | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
AVM Snapshot | /avm/snapshot | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
AVM Snapshot | /avm/snapshot | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
AVM Snapshot | /avm/snapshot | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
AVM Snapshot | /avm/snapshot | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
AVM Snapshot | /avm/snapshot | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
AVM Snapshot | /avm/snapshot | AVMVALUE | Range | Automated Valuation Model Value | minAVMValue=150000&maxAVMValue=250000 | |
AVM Snapshot | /avm/snapshot | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
AVM Snapshot | /avm/snapshot | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
AVM Snapshot | /avm/snapshot | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
AVM Snapshot | /avm/snapshot | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
AVM Snapshot | /avm/snapshot | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
AVM Snapshot | /avm/snapshot | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
AVM Snapshot | /avm/snapshot | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Attom AVM Detail | /attomavm/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Attom AVM Detail | /attomavm/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Attom AVM Detail | /attomavm/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Attom AVM Detail | /attomavm/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Attom AVM Detail | /attomavm/detail | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Attom AVM Detail | /attomavm/detail | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Attom AVM Detail | /attomavm/detail | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Attom AVM Detail | /attomavm/detail | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2019/01/04&endCalendarDate=2020/05/01 | |
Attom AVM Detail | /attomavm/detail | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2019/01/04&endAddedDate=2020/05/01 | |
Attom AVM Detail | /attomavm/detail | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Attom AVM Detail | /attomavm/detail | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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 |
Attom AVM Detail | /attomavm/detail | AVMVALUE | Range | Automated Valuation Model Value | minAVMValue=1500&maxAVMValue=25000 | |
Attom AVM Detail | /attomavm/detail | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=120&maxUniversalSize=180 | |
Attom AVM Detail | /attomavm/detail | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2010&maxYearBuilt=2020 | |
Attom AVM Detail | /attomavm/detail | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Attom AVM Detail | /attomavm/detail | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Attom AVM Detail | /attomavm/detail | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Attom AVM Detail | /attomavm/detail | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Attom AVM Detail | /attomavm/detail | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The 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/detail | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | MKTLANDVALUE | Range | Market Land Value | minMktLandValue=100000&maxMktLandValue=200000 | |
Attom AVM Detail | /attomavm/detail | MKTTTLVALUE | Range | Market Total Value | minMktTtlValue=100000&maxMktTtlValue=200000 | |
Attom AVM Detail | /attomavm/detail | SALESEARCHDATE | Range | Sale date for search purposes | startSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 | |
AVM History Detail | /avmhistory/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
AVM History Detail | /avmhistory/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
AVM History Detail | /avmhistory/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
AVM History Detail | /avmhistory/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Rental AVM | /valuation/rentalavm | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Rental AVM | /valuation/rentalavm | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Rental AVM | /valuation/rentalavm | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Rental AVM | /valuation/rentalavm | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Assessment Detail | /assessment/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Assessment Detail | /assessment/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Assessment Detail | /assessment/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Assessment Detail | /assessment/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Assessment Detail | /assessment/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Assessment Detail | /assessment/detail | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Assessment Detail | /assessment/detail | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Assessment Detail | /assessment/detail | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Assessment Detail | /assessment/detail | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2018/05/01 | |
Assessment Detail | /assessment/detail | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2018/05/01 | |
Assessment Detail | /assessment/detail | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Assessment Detail | /assessment/detail | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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/detail | APPRIMPRVALUE | Range | Appraised Improvement Value | minApprImprValue=100000&maxApprImprValue=200000 | |
Assessment Detail | /assessment/detail | APPRLANDVALUE | Range | Appraised Land Value | minApprLandValue=100000&maxApprLandValue=200000 | |
Assessment Detail | /assessment/detail | APPRTTLVALUE | Range | Appraised Total Value | minApprTtlValue=100000&maxApprTtlValue=200000 | |
Assessment Detail | /assessment/detail | ASSDIMPRVALUE | Range | Assessed Improvement Value | minAssdImprValue=100000&maxAssdImprValue=200000 | |
Assessment Detail | /assessment/detail | ASSDLANDVALUE | Range | Assessed Land Value | minAssdLandValue=100000&maxAssdLandValue=200000 | |
Assessment Detail | /assessment/detail | ASSDTTLVALUE | Range | Assessed Total Value | minAssdTtlValue=100000&maxAssdTtlValue=200000 | |
Assessment Detail | /assessment/detail | MKTIMPRVALUE | Range | Market Improvement Value | minMktImprValue=100000&maxMktImprValue=200000 | |
Assessment Detail | /assessment/detail | MKTLANDVALUE | Range | Market Land Value | minMktLandValue=100000&maxMktLandValue=200000 | |
Assessment Detail | /assessment/detail | MKTTTLVALUE | Range | Market Total Value | minMktTtlValue=100000&maxMktTtlValue=200000 | |
Assessment Detail | /assessment/detail | TAXAMT | Range | Amount of the last taxes on the property | minTaxAmt=4000&maxTaxAmt=6000 | |
Assessment Detail | /assessment/detail | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Assessment Detail | /assessment/detail | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Assessment Detail | /assessment/detail | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Assessment Detail | /assessment/detail | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Assessment Detail | /assessment/detail | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Assessment Detail | /assessment/detail | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Assessment Detail | /assessment/detail | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Assessment Detail | /assessment/detail | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | The Property API currently returns the following geographies: PL = Place, DB = School District, SB = Deprecated Neighborhood Boundary |
Assessment Detail | /assessment/detail | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Assessment Snapshot | /assessment/snapshot | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
Assessment Snapshot | /assessment/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Assessment Snapshot | /assessment/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Assessment Snapshot | /assessment/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Assessment Snapshot | /assessment/snapshot | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
Assessment Snapshot | /assessment/snapshot | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
Assessment Snapshot | /assessment/snapshot | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
Assessment Snapshot | /assessment/snapshot | CALENDARDATE | Range | The date the record was last updated | startCalendarDate=2018/01/04&endCalendarDate=2019/05/01 | |
Assessment Snapshot | /assessment/snapshot | ADDEDDATE | Range | The date the record was added to the system | startAddedDate=2018/01/04&endAddedDate=2019/05/01 | |
Assessment Snapshot | /assessment/snapshot | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
Assessment Snapshot | /assessment/snapshot | PROPERTYINDICATOR | Single Value | Standardized property type indicator | propertyIndicator=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/snapshot | APPRIMPRVALUE | Range | Appraised Improvement Value | minApprImprValue=100000&maxApprImprValue=200000 | |
Assessment Snapshot | /assessment/snapshot | APPRLANDVALUE | Range | Appraised Land Value | minApprLandValue=100000&maxApprLandValue=200000 | |
Assessment Snapshot | /assessment/snapshot | APPRTTLVALUE | Range | Appraised Total Value | minApprTtlValue=100000&maxApprTtlValue=200000 | |
Assessment Snapshot | /assessment/snapshot | ASSDIMPRVALUE | Range | Assessed Improvement Value | minAssdImprValue=100000&maxAssdImprValue=200000 | |
Assessment Snapshot | /assessment/snapshot | ASSDLANDVALUE | Range | Assessed Land Value | minAssdLandValue=100000&maxAssdLandValue=200000 | |
Assessment Snapshot | /assessment/snapshot | ASSDTTLVALUE | Range | Assessed Total Value | minAssdTtlValue=100000&maxAssdTtlValue=200000 | |
Assessment Snapshot | /assessment/snapshot | MKTIMPRVALUE | Range | Market Improvement Value | minMktImprValue=100000&maxMktImprValue=200000 | |
Assessment Snapshot | /assessment/snapshot | MKTLANDVALUE | Range | Market Land Value | minMktLandValue=100000&maxMktLandValue=200000 | |
Assessment Snapshot | /assessment/snapshot | MKTTTLVALUE | Range | Market Total Value | minMktTtlValue=100000&maxMktTtlValue=200000 | |
Assessment Snapshot | /assessment/snapshot | TAXAMT | Range | Amount of the last taxes on the property | minTaxAmt=4000&maxTaxAmt=6000 | |
Assessment Snapshot | /assessment/snapshot | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
Assessment Snapshot | /assessment/snapshot | YEARBUILT | Range | Year the property was buillt | minYearBuilt=2008&maxYearBuilt=2018 | |
Assessment Snapshot | /assessment/snapshot | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
Assessment Snapshot | /assessment/snapshot | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
Assessment Snapshot | /assessment/snapshot | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
Assessment Snapshot | /assessment/snapshot | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
Assessment Snapshot | /assessment/snapshot | ABSENTEEOWNER | Single Value | Owner's absentee or occupied status | absenteeowner=occupied | absentee occupied |
Assessment Snapshot | /assessment/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
Assessment History Detail | /assessmenthistory/detail | ID | Single Value | Attom-assigned property ID | ID=18419631508031 | |
Assessment History Detail | /assessmenthistory/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
Assessment History Detail | /assessmenthistory/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Assessment History Detail | /assessmenthistory/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
All Events Detail | /allevents/detail | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
All Events Detail | /allevents/detail | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
All Events Detail | /allevents/detail | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
All Events Detail | /allevents/detail | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
All Events Detail | /allevents/detail | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
All Events Detail | /allevents/detail | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
All Events Detail | /allevents/detail | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
All Events Detail | /allevents/detail | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
All Events Detail | /allevents/detail | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
All Events Detail | /allevents/detail | MKTTTLVALUE | Range | Market Total Value | minMktTtlValue=100000&maxMktTtlValue=200000 | |
All Events Detail | /allevents/detail | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
All Events Detail | /allevents/detail | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
All Events Detail | /allevents/detail | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
All Events Detail | /allevents/detail | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
All Events Detail | /allevents/detail | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
All Events Detail | /allevents/detail | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | |
All Events Detail | /allevents/detail | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/detail | AVMVALUE | Range | Automated Valuation Model Value | minAVMValue=150000&maxAVMValue=250000 | |
All Events Detail | /allevents/detail | SALESEARCHDATE | Range | Sale date for search purposes | startSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 | |
All Events Detail | /allevents/detail | SALEAMT | Range | Amount of the last sale on the property | minSaleAmt=200000&maxSaleAmt=350000 | |
All Events Snapshot | /allevents/snapshot | ATTOMID | Single Value | Attom-assigned ID | attomId=184196315 | |
All Events Snapshot | /allevents/snapshot | ID | Single Value | Attom-assigned property ID | ID=184196315 | |
All Events Snapshot | /allevents/snapshot | FIPS & APN | Single Value | Fips code for a property and Assessor's parcel number. | fips=08031&APN=0914501010000 | |
All Events Snapshot | /allevents/snapshot | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
All Events Snapshot | /allevents/snapshot | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
All Events Snapshot | /allevents/snapshot | RADIUS | Single Value | Circular radius distance in miles Note: May be used in conjunction with Latitude / Longitude or Address input | radius=10 | |
All Events Snapshot | /allevents/snapshot | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair Note: MUST include a radius | latitude=39.21523130910493&longitude=-75.62095642089844 | |
All Events Snapshot | /allevents/snapshot | POSTALCODE | Single Value | Postal ZIP Code | postalCode=19977 | |
All Events Snapshot | /allevents/snapshot | PROPERTYTYPE | Single Value | Standardized property type | propertyType=apartment | Click here |
All Events Snapshot | /allevents/snapshot | MKTTTLVALUE | Range | Market Total Value | minMktTtlValue=100000&maxMktTtlValue=200000 | |
All Events Snapshot | /allevents/snapshot | UNIVERSALSIZE | Range | The property size (in square feet) that best reflects the most common measurement within a county | minUniversalSize=1200&maxUniversalSize=1800 | |
All Events Snapshot | /allevents/snapshot | LOTSIZE1 | Range | Lot size in acres | minLotSize1=.5&maxLotSize1=1.5 | |
All Events Snapshot | /allevents/snapshot | LOTSIZE2 | Range | Lot size in square feet | minLotSize2=12000&maxLotSize2=20000 | |
All Events Snapshot | /allevents/snapshot | BEDS | Range | The number of bedrooms | minBeds=2&maxBeds=4 | |
All Events Snapshot | /allevents/snapshot | BATHSTOTAL | Range | The number of bathrooms | minBathsTotal=1&maxBathsTotal=3 | |
All Events Snapshot | /allevents/snapshot | GEOID | Multi-Value | ATTOM geographic identifier. These may be found in ATTOM boundary and other products. | geoID=CO12127|CO12145 | |
All Events Snapshot | /allevents/snapshot | GEOIDV4 | Multi-Value | ATTOM’s new geographic identifier. These may be found through /location/lookup endpoint. | geoIDV4=712b44e372bc317839c7203b976bf0ee | The 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/snapshot | AVMVALUE | Range | Automated Valuation Model Value | minAVMValue=150000&maxAVMValue=250000 | |
All Events Snapshot | /allevents/snapshot | SALESEARCHDATE | Range | Sale date for search purposes | startSaleSearchDate=2018/01/01&endSaleSearchDate=2019/12/31 | |
All Events Snapshot | /allevents/snapshot | SALEAMT | Range | Amount of the last sale on the property | minSaleAmt=200000&maxSaleAmt=350000 | |
Transportation Noise | /transportationnoise | ADDRESS | Single Value | The property address | address=468%20SEQUOIA%20DR,SMYRNA,%20DE%2019977 | |
Transportation Noise | /transportationnoise | ADDRESS1 & ADDRESS2 | Single Value | The first and last line of the property address | address1=468%20SEQUOIA%20DR&address2=SMYRNA,%20DE%2019977 | |
Transportation Noise | /transportationnoise | LONGITUDE & LATITUDE | Single Value | Latitude and Longitude pair | latitude=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 |
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
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
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 |
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
Argument | Value | Example |
---|---|---|
Page | Integer | page=2 |
PageSize | Integer | pageSize=20 |
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
},
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. |
https://api.gateway.attomdata.com/propertyapi/v1.0.0/sale/detail?address1=586+FRANKLIN+AVE&address2=brooklyn+NY+11238
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/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
All Events Detail | /allevents/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
All Events Detail | /allevents/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
All Events Detail | /allevents/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
All Events Detail | /allevents/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
All Events Detail | /allevents/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
All Events Detail | /allevents/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
All Events Detail | /allevents/detail | lotnum | Lot number | property.lot.lotNum |
All Events Detail | /allevents/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
All Events Detail | /allevents/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotSize2 |
All Events Detail | /allevents/detail | lottype | Lot type | property.lot.lottype |
All Events Detail | /allevents/detail | poolind | Indicates if a pool exists on the property | property.lot.poolind |
All Events Detail | /allevents/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
All Events Detail | /allevents/detail | blockNum | Block number | property.area.blockNum |
All Events Detail | /allevents/detail | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
All Events Detail | /allevents/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
All Events Detail | /allevents/detail | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
All Events Detail | /allevents/detail | muncode | Municipality / Township Code | property.area.muncode |
All Events Detail | /allevents/detail | munname | Municipality / Township Name | property.area.munname |
All Events Detail | /allevents/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
All Events Detail | /allevents/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
All Events Detail | /allevents/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
All Events Detail | /allevents/detail | subdname | Subdivision name | property.area.subdname |
All Events Detail | /allevents/detail | subdtractnum | Subdivision tract number | property.area.subdtractnum |
All Events Detail | /allevents/detail | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
All Events Detail | /allevents/detail | bldgName | Building Name | property.address.bldgName |
All Events Detail | /allevents/detail | country | The ISO-3166-2 country code | property.address.country |
All Events Detail | /allevents/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
All Events Detail | /allevents/detail | line1 | First line of the property address | property.address.line1 |
All Events Detail | /allevents/detail | line2 | Second line of the property address | property.address.line2 |
All Events Detail | /allevents/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
All Events Detail | /allevents/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
All Events Detail | /allevents/detail | oneLine | Full property address on a single line | property.address.oneLine |
All Events Detail | /allevents/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
All Events Detail | /allevents/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
All Events Detail | /allevents/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
All Events Detail | /allevents/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
All Events Detail | /allevents/detail | elevation | The elevation of the property if available | property.location.elevation |
All Events Detail | /allevents/detail | latitude | The latitude of the property in degrees | property.location.latitude |
All Events Detail | /allevents/detail | longitude | The longitude of the property in degrees | property.location.longitude |
All Events Detail | /allevents/detail | distance | Distance | property.location.distance |
All Events Detail | /allevents/detail | geoid | GeoID | property.location.geoid |
All Events Detail | /allevents/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
All Events Detail | /allevents/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
All Events Detail | /allevents/detail | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
All Events Detail | /allevents/detail | propsubtype | A sub-classification of the property | property.summary.propsubtype |
All Events Detail | /allevents/detail | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
All Events Detail | /allevents/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
All Events Detail | /allevents/detail | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
All Events Detail | /allevents/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
All Events Detail | /allevents/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
All Events Detail | /allevents/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
All Events Detail | /allevents/detail | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
All Events Detail | /allevents/detail | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
All Events Detail | /allevents/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
All Events Detail | /allevents/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
All Events Detail | /allevents/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
All Events Detail | /allevents/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
All Events Detail | /allevents/detail | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
All Events Detail | /allevents/detail | watertype | Water Type | property.utilities.watertype |
All Events Detail | /allevents/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
All Events Detail | /allevents/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
All Events Detail | /allevents/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
All Events Detail | /allevents/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
All Events Detail | /allevents/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
All Events Detail | /allevents/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
All Events Detail | /allevents/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
All Events Detail | /allevents/detail | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
All Events Detail | /allevents/detail | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
All Events Detail | /allevents/detail | bathspartial | The 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/detail | bathstotal | The 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/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
All Events Detail | /allevents/detail | roomsTotal | The 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/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
All Events Detail | /allevents/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
All Events Detail | /allevents/detail | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
All Events Detail | /allevents/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
All Events Detail | /allevents/detail | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
All Events Detail | /allevents/detail | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
All Events Detail | /allevents/detail | condition | Indicates the Building Condition | property.building.construction.condition |
All Events Detail | /allevents/detail | constructiontype | Construction Type | property.building.construction.constructiontype |
All Events Detail | /allevents/detail | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
All Events Detail | /allevents/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
All Events Detail | /allevents/detail | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
All Events Detail | /allevents/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
All Events Detail | /allevents/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
All Events Detail | /allevents/detail | garagetype | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
All Events Detail | /allevents/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
All Events Detail | /allevents/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
All Events Detail | /allevents/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.summary.archStyle |
All Events Detail | /allevents/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
All Events Detail | /allevents/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
All Events Detail | /allevents/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
All Events Detail | /allevents/detail | levels | The 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/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
All Events Detail | /allevents/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
All Events Detail | /allevents/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
All Events Detail | /allevents/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
All Events Detail | /allevents/detail | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
All Events Detail | /allevents/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
All Events Detail | /allevents/detail | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
All Events Detail | /allevents/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
All Events Detail | /allevents/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
All Events Detail | /allevents/detail | eventDate | The date when the value was determined | property.avm.eventDate |
All Events Detail | /allevents/detail | avmID | AVM ID | property.avm.avmID |
All Events Detail | /allevents/detail | scr | This represents the confidence in the calculation | property.avm.amount.scr |
All Events Detail | /allevents/detail | value | The modeled AVM value | property.avm.amount.value |
All Events Detail | /allevents/detail | high | Max range AVM value | property.avm.amount.high |
All Events Detail | /allevents/detail | low | Min range AVM value | property.avm.amount.low |
All Events Detail | /allevents/detail | valueRange | The difference between the low and high estimated (AVM) values | property.avm.amount.valueRange |
All Events Detail | /allevents/detail | avmlastmonthvalue | AVM last month value | property.avm.AVMChange.avmlastmonthvalue |
All Events Detail | /allevents/detail | avmamountchange | AVM amount change | property.avm.AVMChange.avmamountchange |
All Events Detail | /allevents/detail | avmpercentchange | AVM percent change | property.avm.AVMChange.avmpercentchange |
All Events Detail | /allevents/detail | perSizeUnit | Estimated value (AVM) per square foot of property | property.avm.calculations.perSizeUnit |
All Events Detail | /allevents/detail | ratioTaxAmt | Ratio of taxes to estimated value for the property | property.avm.calculations.ratioTaxAmt |
All Events Detail | /allevents/detail | ratioTaxValue | This is the ratio of the annual taxes to the market value | property.avm.calculations.ratioTaxValue |
All Events Detail | /allevents/detail | monthlyChgPct | The month over month percent change in this property's estimated value | property.avm.calculations.monthlyChgPct |
All Events Detail | /allevents/detail | monthlyChgValue | Change in estimated value (AVM) from the previous month | property.avm.calculations.monthlyChgValue |
All Events Detail | /allevents/detail | rangePctOfValue | Percent of Value Range the Target Value Represents | property.avm.calculations.rangePctOfValue |
All Events Detail | /allevents/detail | avmpoorlow | AVM poor low | property.avm.condition.avmpoorlow |
All Events Detail | /allevents/detail | avmpoorhigh | AVM poor high | property.avm.condition.avmpoorhigh |
All Events Detail | /allevents/detail | avmgoodlow | AVM good low | property.avm.condition.avmgoodlow |
All Events Detail | /allevents/detail | avmgoodhigh | AVM good high | property.avm.condition.avmgoodhigh |
All Events Detail | /allevents/detail | avmexcellentlow | AVM excellent low | property.avm.condition.avmexcellentlow |
All Events Detail | /allevents/detail | avmexcellenthigh | AVM excellent high | property.avm.condition.avmexcellenthigh |
All Events Detail | /allevents/detail | saleSearchDate | The standardized date for search purposes | property.sale.saleSearchDate |
All Events Detail | /allevents/detail | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
All Events Detail | /allevents/detail | saleAmt | Sale Price | property.sale.amount.saleAmt |
All Events Detail | /allevents/detail | saleCode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.saleCode |
All Events Detail | /allevents/detail | saleRecDate | The recorded date on the recorded document | property.sale.amount.saleRecDate |
All Events Detail | /allevents/detail | saleDisclosureType | Indicates 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/detail | saleDocNum | The Recorded Instrument's Document Number | property.sale.saleAmountData.saleDocNum |
All Events Detail | /allevents/detail | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.saleAmountData.saleDocType |
All Events Detail | /allevents/detail | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.sale.saleAmountData.saleTransType |
All Events Detail | /allevents/detail | priceperbed | The sale amount per bedroom for the property | property.sale.calculation.priceperbed |
All Events Detail | /allevents/detail | pricepersizeunit | The sale price per square foot of the property | property.sale.calculation.pricepersizeunit |
All Events Detail | /allevents/detail | interfamily | Indicates that the latest transfer was between related/family members | property.sale.interfamily |
All Events Detail | /allevents/detail | resaleornewconstruction | Indicates if the sale was that of a new home or existing home | property.sale.resaleornewconstruction |
All Events Detail | /allevents/detail | cashormortgagepurchase | Indicates if the transaction sale is a cash or mortgaged purchase | property.sale.cashormortgagepurchase |
All Events Detail | /allevents/detail | ownershiptransferpercentage | Ownership transfer percentage | property.sale.ownershiptransferpercentage |
All Events Detail | /allevents/detail | sellercarryback | Indicator that the note is carried by the seller | property.sale.sellercarryback |
All Events Detail | /allevents/detail | privatepartylender | Indicator that lender is a private party | property.sale.privatepartylender |
All Events Detail | /allevents/detail | constructionloan | Indicates if the loan is a contruction loan | property.sale.constructionloan |
All Events Detail | /allevents/detail | foreclosure | Indicates if the transaction is a foreclosure/adverse possession instrument | property.sale.foreclosure |
All Events Detail | /allevents/detail | assdimprValue | Assessed Value of the improvement(s) | property.assessment.assessed.assdimprValue |
All Events Detail | /allevents/detail | assdlandValue | Assessed Value of the land | property.assessment.assessed.assdlandValue |
All Events Detail | /allevents/detail | assdttlValue | Total Assessed Value | property.assessment.assessed.assdttlValue |
All Events Detail | /allevents/detail | assdimprpersizeunit | The assessed improved value per square footage of the property | property.assessment.assessed.assdimprpersizeunit |
All Events Detail | /allevents/detail | assdlandpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdlandpersizeunit |
All Events Detail | /allevents/detail | assdttlpersizeunit | The assessed total value per square footage of the property | property.assessment.assessed.assdttlpersizeunit |
All Events Detail | /allevents/detail | calcimprind | Derived Assessed Value of the improvement(s) Indicator | property.assessment.calculations.calcimprind |
All Events Detail | /allevents/detail | calcimprpersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcimprpersizeunit |
All Events Detail | /allevents/detail | calcimprvalue | Derived Assessed Value of the improvement(s) used to calculate property tax | property.assessment.calculations.calcimprvalue |
All Events Detail | /allevents/detail | calclandind | Derived Assessed Value of the land Indicator | property.assessment.calculations.calclandind |
All Events Detail | /allevents/detail | calclandpersizeunit | A field calculated to show the per square foot value of the land | property.assessment.calculations.calclandpersizeunit |
All Events Detail | /allevents/detail | calclandvalue | Derived Assessed Value of the land used to calculate property tax | property.assessment.calculations.calclandvalue |
All Events Detail | /allevents/detail | calcttlind | Derived Total Assessed Value Indicator | property.assessment.calculations.calcttlind |
All Events Detail | /allevents/detail | calcttlvalue | Derived Total Value used to calculate property tax | property.assessment.calculations.calcttlvalue |
All Events Detail | /allevents/detail | calcvaluepersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcvaluepersizeunit |
All Events Detail | /allevents/detail | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
All Events Detail | /allevents/detail | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
All Events Detail | /allevents/detail | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
All Events Detail | /allevents/detail | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
All Events Detail | /allevents/detail | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
All Events Detail | /allevents/detail | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
All Events Snapshot | /allevents/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
All Events Snapshot | /allevents/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
All Events Snapshot | /allevents/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
All Events Snapshot | /allevents/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
All Events Snapshot | /allevents/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
All Events Snapshot | /allevents/snapshot | lotsize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
All Events Snapshot | /allevents/snapshot | bldgName | Building Name | property.address.bldgName |
All Events Snapshot | /allevents/snapshot | country | The ISO-3166-2 country code | property.address.country |
All Events Snapshot | /allevents/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
All Events Snapshot | /allevents/snapshot | line1 | First line of the property address | property.address.line1 |
All Events Snapshot | /allevents/snapshot | line2 | Second line of the property address | property.address.line2 |
All Events Snapshot | /allevents/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
All Events Snapshot | /allevents/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
All Events Snapshot | /allevents/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
All Events Snapshot | /allevents/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
All Events Snapshot | /allevents/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
All Events Snapshot | /allevents/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
All Events Snapshot | /allevents/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
All Events Snapshot | /allevents/snapshot | elevation | The elevation of the property if available | property.location.elevation |
All Events Snapshot | /allevents/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
All Events Snapshot | /allevents/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
All Events Snapshot | /allevents/snapshot | distance | Distance | property.location.distance |
All Events Snapshot | /allevents/snapshot | geoid | GeoID | property.location.geoid |
All Events Snapshot | /allevents/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
All Events Snapshot | /allevents/snapshot | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
All Events Snapshot | /allevents/snapshot | propsubtype | A sub-classification of the property | property.summary.propsubtype |
All Events Snapshot | /allevents/snapshot | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
All Events Snapshot | /allevents/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
All Events Snapshot | /allevents/snapshot | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
All Events Snapshot | /allevents/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
All Events Snapshot | /allevents/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
All Events Snapshot | /allevents/snapshot | universalsize | Derived living or building square footage | property.building.size.universalsize |
All Events Snapshot | /allevents/snapshot | bathstotal | The 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/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
All Events Snapshot | /allevents/snapshot | saleSearchDate | The standardized date for search purposes | property.sale.saleSearchDate |
All Events Snapshot | /allevents/snapshot | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
All Events Snapshot | /allevents/snapshot | saleamt | Sale Price | property.sale.amount.saleamt |
All Events Snapshot | /allevents/snapshot | salecode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.salecode |
All Events Snapshot | /allevents/snapshot | saleRecDate | The recorded date on the recorded document | property.sale.amount.saleRecDate |
All Events Snapshot | /allevents/snapshot | saleDisclosureType | Indicates 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/snapshot | saleDocNum | The Recorded Instrument's Document Number | property.sale.amount.saleDocNum |
All Events Snapshot | /allevents/snapshot | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saleDocType |
All Events Snapshot | /allevents/snapshot | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saleTransType |
All Events Snapshot | /allevents/snapshot | priceperbed | The sale amount per bedroom for the property | property.sale.calculation.priceperbed |
All Events Snapshot | /allevents/snapshot | pricepersizeunit | The sale price per square foot of the property | property.sale.calculation.pricepersizeunit |
All Events Snapshot | /allevents/snapshot | eventDate | The date when the value was determined | property.avm.eventDate |
All Events Snapshot | /allevents/snapshot | avmID | AVM ID | property.avm.avmID |
All Events Snapshot | /allevents/snapshot | scr | This represents the confidence in the calculation | property.avm.amount.scr |
All Events Snapshot | /allevents/snapshot | value | The modeled AVM value | property.avm.amount.value |
All Events Snapshot | /allevents/snapshot | high | Max range AVM value | property.avm.amount.high |
All Events Snapshot | /allevents/snapshot | low | Min range AVM value | property.avm.amount.low |
All Events Snapshot | /allevents/snapshot | valueRange | The difference between the low and high estimated (AVM) values | property.avm.amount.valueRange |
All Events Snapshot | /allevents/snapshot | perSizeUnit | Estimated value (AVM) per square foot of property | property.avm.calculations.perSizeUnit |
All Events Snapshot | /allevents/snapshot | ratioTaxAmt | Ratio of taxes to estimated value for the property | property.avm.calculations.ratioTaxAmt |
All Events Snapshot | /allevents/snapshot | ratioTaxValue | This is the ratio of the annual taxes to the market value | property.avm.calculations.ratioTaxValue |
All Events Snapshot | /allevents/snapshot | monthlyChgPct | The month over month percent change in this property's estimated value | property.avm.calculations.monthlyChgPct |
All Events Snapshot | /allevents/snapshot | monthlyChgValue | Change in estimated value (AVM) from the previous month | property.avm.calculations.monthlyChgValue |
All Events Snapshot | /allevents/snapshot | rangePctOfValue | Percent of Value Range the Target Value Represents | property.avm.calculations.rangePctOfValue |
All Events Snapshot | /allevents/snapshot | assdimprValue | Assessed Value of the improvement(s) | property.assessment.assessed.assdimprValue |
All Events Snapshot | /allevents/snapshot | assdlandValue | Assessed Value of the land | property.assessment.assessed.assdlandValue |
All Events Snapshot | /allevents/snapshot | assdttlValue | Total Assessed Value | property.assessment.assessed.assdttlValue |
All Events Snapshot | /allevents/snapshot | assdimprpersizeunit | The assessed improved value per square footage of the property | property.assessment.assessed.assdimprpersizeunit |
All Events Snapshot | /allevents/snapshot | assdlandpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdlandpersizeunit |
All Events Snapshot | /allevents/snapshot | assdttlpersizeunit | The assessed total value per square footage of the property | property.assessment.assessed.assdttlpersizeunit |
All Events Snapshot | /allevents/snapshot | calcimprind | Derived Assessed Value of the improvement(s) Indicator | property.assessment.calculations.calcimprind |
All Events Snapshot | /allevents/snapshot | calcimprpersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcimprpersizeunit |
All Events Snapshot | /allevents/snapshot | calcimprvalue | Derived Assessed Value of the improvement(s) used to calculate property tax | property.assessment.calculations.calcimprvalue |
All Events Snapshot | /allevents/snapshot | calclandind | Derived Assessed Value of the land Indicator | property.assessment.calculations.calclandind |
All Events Snapshot | /allevents/snapshot | calclandpersizeunit | A field calculated to show the per square foot value of the land | property.assessment.calculations.calclandpersizeunit |
All Events Snapshot | /allevents/snapshot | calclandvalue | Derived Assessed Value of the land used to calculate property tax | property.assessment.calculations.calclandvalue |
All Events Snapshot | /allevents/snapshot | calcttlind | Derived Total Assessed Value Indicator | property.assessment.calculations.calcttlind |
All Events Snapshot | /allevents/snapshot | calcttlvalue | Derived Total Value used to calculate property tax | property.assessment.calculations.calcttlvalue |
All Events Snapshot | /allevents/snapshot | calcvaluepersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcvaluepersizeunit |
All Events Snapshot | /allevents/snapshot | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
All Events Snapshot | /allevents/snapshot | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
All Events Snapshot | /allevents/snapshot | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
All Events Snapshot | /allevents/snapshot | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
All Events Snapshot | /allevents/snapshot | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
All Events Snapshot | /allevents/snapshot | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
Assessment Detail | /assessment/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Assessment Detail | /assessment/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Assessment Detail | /assessment/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Assessment Detail | /assessment/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Assessment Detail | /assessment/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Assessment Detail | /assessment/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Assessment Detail | /assessment/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Assessment Detail | /assessment/detail | lotnum | Lot number | property.lot.lotnum |
Assessment Detail | /assessment/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Assessment Detail | /assessment/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Assessment Detail | /assessment/detail | lottype | Lot type | property.lot.lottype |
Assessment Detail | /assessment/detail | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Assessment Detail | /assessment/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
Assessment Detail | /assessment/detail | blockNum | Block number | property.area.blockNum |
Assessment Detail | /assessment/detail | locType | The type of location such as waterfront, beach, airport, etc... | property.area.locType |
Assessment Detail | /assessment/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Assessment Detail | /assessment/detail | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Assessment Detail | /assessment/detail | muncode | Municipality / Township Code | property.area.muncode |
Assessment Detail | /assessment/detail | munname | Municipality / Township Name | property.area.munname |
Assessment Detail | /assessment/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Assessment Detail | /assessment/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Assessment Detail | /assessment/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Assessment Detail | /assessment/detail | subdname | Subdivision name | property.area.subdname |
Assessment Detail | /assessment/detail | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Assessment Detail | /assessment/detail | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Assessment Detail | /assessment/detail | bldgName | Building Name | property.address.bldgName |
Assessment Detail | /assessment/detail | country | The ISO-3166-2 country code | property.address.country |
Assessment Detail | /assessment/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Assessment Detail | /assessment/detail | line1 | First line of the property address | property.address.line1 |
Assessment Detail | /assessment/detail | line2 | Second line of the property address | property.address.line2 |
Assessment Detail | /assessment/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Assessment Detail | /assessment/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Assessment Detail | /assessment/detail | oneLine | Full property address on a single line | property.address.oneLine |
Assessment Detail | /assessment/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Assessment Detail | /assessment/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Assessment Detail | /assessment/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Assessment Detail | /assessment/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Assessment Detail | /assessment/detail | elevation | The elevation of the property if available | property.location.elevation |
Assessment Detail | /assessment/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Assessment Detail | /assessment/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Assessment Detail | /assessment/detail | distance | Distance | property.location.distance |
Assessment Detail | /assessment/detail | geoid | GeoID | property.location.geoid |
Assessment Detail | /assessment/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Assessment Detail | /assessment/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Assessment Detail | /assessment/detail | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Assessment Detail | /assessment/detail | propsubType | A sub-classification of the property | property.summary.propsubType |
Assessment Detail | /assessment/detail | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Assessment Detail | /assessment/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Assessment Detail | /assessment/detail | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Assessment Detail | /assessment/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Assessment Detail | /assessment/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Assessment Detail | /assessment/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Assessment Detail | /assessment/detail | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Assessment Detail | /assessment/detail | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Assessment Detail | /assessment/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Assessment Detail | /assessment/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
Assessment Detail | /assessment/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Assessment Detail | /assessment/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Assessment Detail | /assessment/detail | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Assessment Detail | /assessment/detail | watertype | Water Type | property.utilities.watertype |
Assessment Detail | /assessment/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Assessment Detail | /assessment/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Assessment Detail | /assessment/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Assessment Detail | /assessment/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Assessment Detail | /assessment/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Assessment Detail | /assessment/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Assessment Detail | /assessment/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
Assessment Detail | /assessment/detail | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathFixtures |
Assessment Detail | /assessment/detail | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsFull |
Assessment Detail | /assessment/detail | bathspartial | The 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/detail | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathsTotal |
Assessment Detail | /assessment/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Assessment Detail | /assessment/detail | roomsTotal | The 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/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
Assessment Detail | /assessment/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Assessment Detail | /assessment/detail | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Assessment Detail | /assessment/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
Assessment Detail | /assessment/detail | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Assessment Detail | /assessment/detail | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
Assessment Detail | /assessment/detail | condition | Indicates the Building Condition | property.building.construction.condition |
Assessment Detail | /assessment/detail | constructionType | Construction Type | property.building.construction.constructionType |
Assessment Detail | /assessment/detail | foundationType | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationType |
Assessment Detail | /assessment/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Assessment Detail | /assessment/detail | roofCover | Indicates the primary finish material of which the roof is made | property.building.construction.roofCover |
Assessment Detail | /assessment/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Assessment Detail | /assessment/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Assessment Detail | /assessment/detail | garageType | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Assessment Detail | /assessment/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Assessment Detail | /assessment/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Assessment Detail | /assessment/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.summary.archStyle |
Assessment Detail | /assessment/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Assessment Detail | /assessment/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Assessment Detail | /assessment/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
Assessment Detail | /assessment/detail | levels | The number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated) | property.building.summary.levels |
Assessment Detail | /assessment/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Assessment Detail | /assessment/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Assessment Detail | /assessment/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Assessment Detail | /assessment/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Assessment Detail | /assessment/detail | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Assessment Detail | /assessment/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Assessment Detail | /assessment/detail | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
Assessment Detail | /assessment/detail | assdimprpersizeunit | The assessed improved value per square footage of the property | property.assessment.assessed.assdimprpersizeunit |
Assessment Detail | /assessment/detail | assdimprvalue | Assessed Value of the improvement(s) | property.assessment.assessed.assdimprvalue |
Assessment Detail | /assessment/detail | assdlandpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdlandpersizeunit |
Assessment Detail | /assessment/detail | assdlandvalue | Assessed Value of the land | property.assessment.assessed.assdlandvalue |
Assessment Detail | /assessment/detail | assdttlpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdttlpersizeunit |
Assessment Detail | /assessment/detail | assdttlvalue | Total Assessed Value | property.assessment.assessed.assdttlvalue |
Assessment Detail | /assessment/detail | calcimprind | Derived Assessed Value of the improvement(s) Indicator | property.assessment.calculations.calcimprind |
Assessment Detail | /assessment/detail | calcimprpersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcimprpersizeunit |
Assessment Detail | /assessment/detail | calcimprvalue | Derived Assessed Value of the improvement(s) used to calculate property tax | property.assessment.calculations.calcimprvalue |
Assessment Detail | /assessment/detail | calclandind | Derived Assessed Value of the land Indicator | property.assessment.calculations.calclandind |
Assessment Detail | /assessment/detail | calclandpersizeunit | A field calculated to show the per square foot value of the land | property.assessment.calculations.calclandpersizeunit |
Assessment Detail | /assessment/detail | calclandvalue | Derived Assessed Value of the land used to calculate property tax | property.assessment.calculations.calclandvalue |
Assessment Detail | /assessment/detail | calcttlind | Derived Total Assessed Value Indicator | property.assessment.calculations.calcttlind |
Assessment Detail | /assessment/detail | calcttlvalue | Derived Total Value used to calculate property tax | property.assessment.calculations.calcttlvalue |
Assessment Detail | /assessment/detail | calcvaluepersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcvaluepersizeunit |
Assessment Detail | /assessment/detail | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
Assessment Detail | /assessment/detail | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Assessment Detail | /assessment/detail | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
Assessment Detail | /assessment/detail | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
Assessment Detail | /assessment/detail | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
Assessment Detail | /assessment/detail | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
Assessment Detail | /assessment/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Assessment Detail | /assessment/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Assessment Snapshot | /assessment/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Assessment Snapshot | /assessment/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Assessment Snapshot | /assessment/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Assessment Snapshot | /assessment/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Assessment Snapshot | /assessment/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Assessment Snapshot | /assessment/snapshot | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Assessment Snapshot | /assessment/snapshot | bldgName | Building Name | property.address.bldgName |
Assessment Snapshot | /assessment/snapshot | country | The ISO-3166-2 country code | property.address.country |
Assessment Snapshot | /assessment/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Assessment Snapshot | /assessment/snapshot | line1 | First line of the property address | property.address.line1 |
Assessment Snapshot | /assessment/snapshot | line2 | Second line of the property address | property.address.line2 |
Assessment Snapshot | /assessment/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
Assessment Snapshot | /assessment/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Assessment Snapshot | /assessment/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
Assessment Snapshot | /assessment/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Assessment Snapshot | /assessment/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Assessment Snapshot | /assessment/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Assessment Snapshot | /assessment/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Assessment Snapshot | /assessment/snapshot | elevation | The elevation of the property if available | property.location.elevation |
Assessment Snapshot | /assessment/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
Assessment Snapshot | /assessment/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
Assessment Snapshot | /assessment/snapshot | distance | Distance | property.location.distance |
Assessment Snapshot | /assessment/snapshot | geoid | GeoID | property.location.geoid |
Assessment Snapshot | /assessment/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Assessment Snapshot | /assessment/snapshot | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Assessment Snapshot | /assessment/snapshot | propsubType | A sub-classification of the property | property.summary.propsubType |
Assessment Snapshot | /assessment/snapshot | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Assessment Snapshot | /assessment/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Assessment Snapshot | /assessment/snapshot | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Assessment Snapshot | /assessment/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Assessment Snapshot | /assessment/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Assessment Snapshot | /assessment/snapshot | universalsize | Derived living or building square footage | property.building.size.universalsize |
Assessment Snapshot | /assessment/snapshot | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathsTotal |
Assessment Snapshot | /assessment/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Assessment Snapshot | /assessment/snapshot | assdimprpersizeunit | The assessed improved value per square footage of the property | property.assessment.assessed.assdimprpersizeunit |
Assessment Snapshot | /assessment/snapshot | assdimprvalue | Assessed Value of the improvement(s) | property.assessment.assessed.assdimprvalue |
Assessment Snapshot | /assessment/snapshot | assdlandpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdlandpersizeunit |
Assessment Snapshot | /assessment/snapshot | assdlandvalue | Assessed Value of the land | property.assessment.assessed.assdlandvalue |
Assessment Snapshot | /assessment/snapshot | assdttlpersizeunit | The assessed land value per square footage of the property | property.assessment.assessed.assdttlpersizeunit |
Assessment Snapshot | /assessment/snapshot | assdttlvalue | Total Assessed Value | property.assessment.assessed.assdttlvalue |
Assessment Snapshot | /assessment/snapshot | calcimprind | Derived Assessed Value of the improvement(s) Indicator | property.assessment.calculations.calcimprind |
Assessment Snapshot | /assessment/snapshot | calcimprpersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcimprpersizeunit |
Assessment Snapshot | /assessment/snapshot | calcimprvalue | Derived Assessed Value of the improvement(s) used to calculate property tax | property.assessment.calculations.calcimprvalue |
Assessment Snapshot | /assessment/snapshot | calclandind | Derived Assessed Value of the land Indicator | property.assessment.calculations.calclandind |
Assessment Snapshot | /assessment/snapshot | calclandpersizeunit | A field calculated to show the per square foot value of the land | property.assessment.calculations.calclandpersizeunit |
Assessment Snapshot | /assessment/snapshot | calclandvalue | Derived Assessed Value of the land used to calculate property tax | property.assessment.calculations.calclandvalue |
Assessment Snapshot | /assessment/snapshot | calcttlind | Derived Total Assessed Value Indicator | property.assessment.calculations.calcttlind |
Assessment Snapshot | /assessment/snapshot | calcttlvalue | Derived Total Value used to calculate property tax | property.assessment.calculations.calcttlvalue |
Assessment Snapshot | /assessment/snapshot | calcvaluepersizeunit | A field calculated to show the per square foot value of the property | property.assessment.calculations.calcvaluepersizeunit |
Assessment Snapshot | /assessment/snapshot | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
Assessment Snapshot | /assessment/snapshot | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Assessment Snapshot | /assessment/snapshot | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
Assessment Snapshot | /assessment/snapshot | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
Assessment Snapshot | /assessment/snapshot | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
Assessment Snapshot | /assessment/snapshot | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
Assessment Snapshot | /assessment/snapshot | lastModified | The date the record was last modified | property.vintage.lastModified |
Assessment Snapshot | /assessment/snapshot | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Assessment History Detail | /assessmenthistory/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Assessment History Detail | /assessmenthistory/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Assessment History Detail | /assessmenthistory/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Assessment History Detail | /assessmenthistory/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Assessment History Detail | /assessmenthistory/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Assessment History Detail | /assessmenthistory/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Assessment History Detail | /assessmenthistory/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Assessment History Detail | /assessmenthistory/detail | lotNum | Lot number | property.lot.lotNum |
Assessment History Detail | /assessmenthistory/detail | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
Assessment History Detail | /assessmenthistory/detail | lotSize2 | Indicates the lot size, in square feet | property.lot.lotSize2 |
Assessment History Detail | /assessmenthistory/detail | lotType | Lot type | property.lot.lotType |
Assessment History Detail | /assessmenthistory/detail | poolInd | Indicates if a pool exists on the property | property.lot.poolInd |
Assessment History Detail | /assessmenthistory/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
Assessment History Detail | /assessmenthistory/detail | blockNum | Block number | property.area.blockNum |
Assessment History Detail | /assessmenthistory/detail | locType | The type of location such as waterfront, beach, airport, etc... | property.area.locType |
Assessment History Detail | /assessmenthistory/detail | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
Assessment History Detail | /assessmenthistory/detail | countyUse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyUse1 |
Assessment History Detail | /assessmenthistory/detail | munCode | Municipality / Township Code | property.area.munCode |
Assessment History Detail | /assessmenthistory/detail | munName | Municipality / Township Name | property.area.munName |
Assessment History Detail | /assessmenthistory/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Assessment History Detail | /assessmenthistory/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Assessment History Detail | /assessmenthistory/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Assessment History Detail | /assessmenthistory/detail | subdName | Subdivision name | property.area.subdName |
Assessment History Detail | /assessmenthistory/detail | subdtractNum | Subdivision tract number | property.area.subdtractNum |
Assessment History Detail | /assessmenthistory/detail | taxCodeArea | Indicates the taxing district code as provided by the assessor | property.area.taxCodeArea |
Assessment History Detail | /assessmenthistory/detail | bldgName | Building Name | property.address.bldgName |
Assessment History Detail | /assessmenthistory/detail | country | The ISO-3166-2 country code | property.address.country |
Assessment History Detail | /assessmenthistory/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Assessment History Detail | /assessmenthistory/detail | line1 | First line of the property address | property.address.line1 |
Assessment History Detail | /assessmenthistory/detail | line2 | Second line of the property address | property.address.line2 |
Assessment History Detail | /assessmenthistory/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Assessment History Detail | /assessmenthistory/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Assessment History Detail | /assessmenthistory/detail | oneLine | Full property address on a single line | property.address.oneLine |
Assessment History Detail | /assessmenthistory/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Assessment History Detail | /assessmenthistory/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Assessment History Detail | /assessmenthistory/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Assessment History Detail | /assessmenthistory/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Assessment History Detail | /assessmenthistory/detail | elevation | The elevation of the property if available | property.location.elevation |
Assessment History Detail | /assessmenthistory/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Assessment History Detail | /assessmenthistory/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Assessment History Detail | /assessmenthistory/detail | distance | Distance | property.location.distance |
Assessment History Detail | /assessmenthistory/detail | geoId | GeoID | property.location.geoId |
Assessment History Detail | /assessmenthistory/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Assessment History Detail | /assessmenthistory/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Assessment History Detail | /assessmenthistory/detail | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Assessment History Detail | /assessmenthistory/detail | propSubType | A sub-classification of the property | property.summary.propSubType |
Assessment History Detail | /assessmenthistory/detail | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Assessment History Detail | /assessmenthistory/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Assessment History Detail | /assessmenthistory/detail | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Assessment History Detail | /assessmenthistory/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Assessment History Detail | /assessmenthistory/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Assessment History Detail | /assessmenthistory/detail | coolingType | Indicates the method or system used to provide cooling | property.utilities.coolingType |
Assessment History Detail | /assessmenthistory/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
Assessment History Detail | /assessmenthistory/detail | heatingFuel | Indicates the primary heating fuel used | property.utilities.heatingFuel |
Assessment History Detail | /assessmenthistory/detail | heatingType | Indicates the method or system used to provide heat | property.utilities.heatingType |
Assessment History Detail | /assessmenthistory/detail | sewerType | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewerType |
Assessment History Detail | /assessmenthistory/detail | waterType | Water Type | property.utilities.waterType |
Assessment History Detail | /assessmenthistory/detail | bldgSize | Total square feet of all structures on the property | property.building.size.bldgSize |
Assessment History Detail | /assessmenthistory/detail | grossSize | Gross square feet of all structures on the property | property.building.size.grossSize |
Assessment History Detail | /assessmenthistory/detail | grossSizeAdjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grossSizeAdjusted |
Assessment History Detail | /assessmenthistory/detail | groundFloorSize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundFloorSize |
Assessment History Detail | /assessmenthistory/detail | livingSize | Living square feet of all structures on the property | property.building.size.livingSize |
Assessment History Detail | /assessmenthistory/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Assessment History Detail | /assessmenthistory/detail | universalSize | Derived living or building square footage | property.building.size.universalSize |
Assessment History Detail | /assessmenthistory/detail | bathFixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathFixtures |
Assessment History Detail | /assessmenthistory/detail | baths1Qtr | Number of Quarter Baths - typically sink only | property.building.rooms.baths1Qtr |
Assessment History Detail | /assessmenthistory/detail | baths3Qtr | Number of Three-Quarter Baths - typically sink, toilet, and shower (Very similar to full bath) | property.building.rooms.baths3Qtr |
Assessment History Detail | /assessmenthistory/detail | bathsCalc | The sum of the values of the bathrooms | property.building.rooms.bathsCalc |
Assessment History Detail | /assessmenthistory/detail | bathsFull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsFull |
Assessment History Detail | /assessmenthistory/detail | bathsHalf | Number of Half Baths - typically sink and toilet | property.building.rooms.bathsHalf |
Assessment History Detail | /assessmenthistory/detail | bathsPartial | The 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/detail | bathsTotal | The 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/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Assessment History Detail | /assessmenthistory/detail | roomsTotal | The 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/detail | bsmtSize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
Assessment History Detail | /assessmenthistory/detail | bsmtType | Indicates if the basement is finished or unfinished | property.building.interior.bsmtType |
Assessment History Detail | /assessmenthistory/detail | Floors | This field indicates the primary type of flooring in the structure | property.building.interior.Floors |
Assessment History Detail | /assessmenthistory/detail | fplcCount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
Assessment History Detail | /assessmenthistory/detail | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Assessment History Detail | /assessmenthistory/detail | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
Assessment History Detail | /assessmenthistory/detail | condition | Indicates the Building Condition | property.building.construction.condition |
Assessment History Detail | /assessmenthistory/detail | constructionType | Construction Type | property.building.construction.constructionType |
Assessment History Detail | /assessmenthistory/detail | foundationType | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationType |
Assessment History Detail | /assessmenthistory/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Assessment History Detail | /assessmenthistory/detail | roofCover | Indicates the primary finish material of which the roof is made | property.building.construction.roofCover |
Assessment History Detail | /assessmenthistory/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Assessment History Detail | /assessmenthistory/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Assessment History Detail | /assessmenthistory/detail | garageType | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Assessment History Detail | /assessmenthistory/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Assessment History Detail | /assessmenthistory/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Assessment History Detail | /assessmenthistory/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.summary.archStyle |
Assessment History Detail | /assessmenthistory/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Assessment History Detail | /assessmenthistory/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Assessment History Detail | /assessmenthistory/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
Assessment History Detail | /assessmenthistory/detail | levels | The 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/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Assessment History Detail | /assessmenthistory/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Assessment History Detail | /assessmenthistory/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Assessment History Detail | /assessmenthistory/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Assessment History Detail | /assessmenthistory/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Assessment History Detail | /assessmenthistory/detail | yearBuiltEffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearBuiltEffective |
Assessment History Detail | /assessmenthistory/detail | assdImprValue | Assessed Value of the improvement(s) | property.assessmenthistory.assessed.assdImprValue |
Assessment History Detail | /assessmenthistory/detail | assdLandValue | Assessed Value of the land | property.assessmenthistory.assessed.assdLandValue |
Assessment History Detail | /assessmenthistory/detail | assdTtlValue | Total Assessed Value | property.assessmenthistory.assessed.assdTtlValue |
Assessment History Detail | /assessmenthistory/detail | calcImprInd | Derived Assessed Value of the improvement(s) Indicator | property.assessmenthistory.calculations.calcImprInd |
Assessment History Detail | /assessmenthistory/detail | calcImprValue | Derived Assessed Value of the improvement(s) used to calculate property tax | property.assessmenthistory.calculations.calcImprValue |
Assessment History Detail | /assessmenthistory/detail | calcLandInd | Derived Assessed Value of the land Indicator | property.assessmenthistory.calculations.calcLandInd |
Assessment History Detail | /assessmenthistory/detail | calcLandValue | Derived Assessed Value of the land used to calculate property tax | property.assessmenthistory.calculations.calcLandValue |
Assessment History Detail | /assessmenthistory/detail | calcTtlInd | Derived Total Assessed Value Indicator | property.assessmenthistory.calculations.calcTtlInd |
Assessment History Detail | /assessmenthistory/detail | calcTtlValue | Derived Total Value used to calculate property tax | property.assessmenthistory.calculations.calcTtlValue |
Assessment History Detail | /assessmenthistory/detail | mktImprValue | Market Value of the improvement(s) | property.assessmenthistory.market.mktImprValue |
Assessment History Detail | /assessmenthistory/detail | mktLandValue | Market Value of the land | property.assessmenthistory.market.mktLandValue |
Assessment History Detail | /assessmenthistory/detail | mktTtlValue | Total Market Value | property.assessmenthistory.market.mktTtlValue |
Assessment History Detail | /assessmenthistory/detail | assessorYear | The 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/detail | taxAmt | Tax Amount billed for the respective Tax Year | property.assessmenthistory.tax.taxAmt |
Assessment History Detail | /assessmenthistory/detail | taxYear | The respective year of the property taxes being provided | property.assessmenthistory.tax.taxYear |
Assessment History Detail | /assessmenthistory/detail | taxYearAssessed | The respective year of the property taxes being provided | property.assessmenthistory.tax.taxYearAssessed |
Assessment History Detail | /assessmenthistory/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Assessment History Detail | /assessmenthistory/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Assessment History Detail | /assessmenthistory/detail | lastModified | The date the record was last modified | property.assessmenthistory.lastModified |
AVM Snapshot | /avm/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
AVM Snapshot | /avm/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
AVM Snapshot | /avm/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
AVM Snapshot | /avm/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
AVM Snapshot | /avm/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
AVM Snapshot | /avm/snapshot | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
AVM Snapshot | /avm/snapshot | bldgName | Building Name | property.address.bldgName |
AVM Snapshot | /avm/snapshot | country | The ISO-3166-2 country code | property.address.country |
AVM Snapshot | /avm/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
AVM Snapshot | /avm/snapshot | line1 | First line of the property address | property.address.line1 |
AVM Snapshot | /avm/snapshot | line2 | Second line of the property address | property.address.line2 |
AVM Snapshot | /avm/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
AVM Snapshot | /avm/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
AVM Snapshot | /avm/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
AVM Snapshot | /avm/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
AVM Snapshot | /avm/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
AVM Snapshot | /avm/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
AVM Snapshot | /avm/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
AVM Snapshot | /avm/snapshot | elevation | The elevation of the property if available | property.location.elevation |
AVM Snapshot | /avm/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
AVM Snapshot | /avm/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
AVM Snapshot | /avm/snapshot | distance | Distance | property.location.distance |
AVM Snapshot | /avm/snapshot | geoid | GeoID | property.location.geoid |
AVM Snapshot | /avm/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
AVM Snapshot | /avm/snapshot | propclass | A general classification of the type of property such as "Residential" | property.summary.propClass |
AVM Snapshot | /avm/snapshot | propsubType | A sub-classification of the property | property.summary.propSubType |
AVM Snapshot | /avm/snapshot | proptype | A specific property classification such as "Detached Single Family" | property.summary.propType |
AVM Snapshot | /avm/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
AVM Snapshot | /avm/snapshot | yearbuilt | Year built of the primary structure | property.summary.yearBuilt |
AVM Snapshot | /avm/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
AVM Snapshot | /avm/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
AVM Snapshot | /avm/snapshot | universalsize | Derived living or building square footage | property.building.size.universalsize |
AVM Snapshot | /avm/snapshot | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathstotal |
AVM Snapshot | /avm/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
AVM Snapshot | /avm/snapshot | eventDate | The date when the value was determined | property.avm.eventDate |
AVM Snapshot | /avm/snapshot | eventID | AVM ID | property.avm.eventID |
AVM Snapshot | /avm/snapshot | valueRange | The difference between the low and high estimated (AVM) values | property.avm.amount.valueRange |
AVM Snapshot | /avm/snapshot | scr | This represents the confidence in the calculation | property.avm.amount.scr |
AVM Snapshot | /avm/snapshot | high | Max range AVM value | property.avm.amount.high |
AVM Snapshot | /avm/snapshot | low | Min range AVM value | property.avm.amount.low |
AVM Snapshot | /avm/snapshot | value | The modeled AVM value | property.avm.amount.value |
AVM Snapshot | /avm/snapshot | perSizeUnit | Estimated value (AVM) per square foot of property | property.avm.calculations.perSizeUnit |
AVM Snapshot | /avm/snapshot | ratioTaxAmt | Ratio of taxes to estimated value for the property | property.avm.calculations.ratioTaxAmt |
AVM Snapshot | /avm/snapshot | ratioTaxValue | This is the ratio of the annual taxes to the market value | property.avm.calculations.ratioTaxValue |
AVM Snapshot | /avm/snapshot | monthlyChgPct | The month over month percent change in this property's estimated value | property.avm.calculations.monthlyChgPct |
AVM Snapshot | /avm/snapshot | monthlyChgValue | Change in estimated value (AVM) from the previous month | property.avm.calculations.monthlyChgValue |
AVM Snapshot | /avm/snapshot | rangePctOfValue | Percent of Value Range the Target Value Represents | property.avm.calculations.rangePctOfValue |
AVM Snapshot | /avm/snapshot | lastModified | The date the record was last modified | property.vintage.lastModified |
AVM Snapshot | /avm/snapshot | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Attom AVM Detail | /attomavm/detail | eventDate | The date when the value was determined | property.avm.eventDate |
Attom AVM Detail | /attomavm/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Attom AVM Detail | /attomavm/detail | absenteeownerstatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeownerstatus |
Attom AVM Detail | /attomavm/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Attom AVM Detail | /attomavm/detail | amount | Loan Amount for the mortgage/deed of trust | property.sale.mortgage.FirstConcurrent.amount |
Attom AVM Detail | /attomavm/detail | amount | Loan Amount for the mortgage/deed of trust | property.sale.mortgage.SecondConcurrent.amount |
Attom AVM Detail | /attomavm/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Attom AVM Detail | /attomavm/detail | assdttlvalue | Total Assessed Value | property.assessment.assessed.assdttlvalue |
Attom AVM Detail | /attomavm/detail | attomID | ATTOM Data's Unique parcel identifier. | property.identifier.attomID |
Attom AVM Detail | /attomavm/detail | bathstotal | The 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/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Attom AVM Detail | /attomavm/detail | bldgName | Building Name | property.address.bldgName |
Attom AVM Detail | /attomavm/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Attom AVM Detail | /attomavm/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Attom AVM Detail | /attomavm/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Attom AVM Detail | /attomavm/detail | buyerName | Name of Buyer(s) on the recorded document | property.sale.buyerName |
Attom AVM Detail | /attomavm/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Attom AVM Detail | /attomavm/detail | corporateindicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Attom AVM Detail | /attomavm/detail | country | The ISO-3166-2 country code | property.address.country |
Attom AVM Detail | /attomavm/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Attom AVM Detail | /attomavm/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Attom AVM Detail | /attomavm/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Attom AVM Detail | /attomavm/detail | distance | Distance | property.location.distance |
Attom AVM Detail | /attomavm/detail | elevation | The elevation of the property if available | property.location.elevation |
Attom AVM Detail | /attomavm/detail | energytype | Indicates the available electrical source | property.utilities.energytype |
Attom AVM Detail | /attomavm/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Attom AVM Detail | /attomavm/detail | firstnameandmi | First Name and Middle Initial of First Owner | property.owner.owner1.firstnameandmi |
Attom AVM Detail | /attomavm/detail | firstnameandmi | First Name and Middle Initial of Second Owner | property.owner.owner2.firstnameandmi |
Attom AVM Detail | /attomavm/detail | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Attom AVM Detail | /attomavm/detail | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Attom AVM Detail | /attomavm/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Attom AVM Detail | /attomavm/detail | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcind |
Attom AVM Detail | /attomavm/detail | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Attom AVM Detail | /attomavm/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Attom AVM Detail | /attomavm/detail | fsd | Amount FSD | property.avm.amount.fsd |
Attom AVM Detail | /attomavm/detail | geoid | GeoID | property.location.geoid |
Attom AVM Detail | /attomavm/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Attom AVM Detail | /attomavm/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Attom AVM Detail | /attomavm/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Attom AVM Detail | /attomavm/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Attom AVM Detail | /attomavm/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Attom AVM Detail | /attomavm/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Attom AVM Detail | /attomavm/detail | high | Max range AVM value | property.avm.amount.high |
Attom AVM Detail | /attomavm/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Attom AVM Detail | /attomavm/detail | lastname | Last Name of First Owner | property.owner.owner1.lastname |
Attom AVM Detail | /attomavm/detail | lastname | Last Name of Second Owner | property.owner.owner2.lastname |
Attom AVM Detail | /attomavm/detail | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Attom AVM Detail | /attomavm/detail | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Attom AVM Detail | /attomavm/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Attom AVM Detail | /attomavm/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Attom AVM Detail | /attomavm/detail | levels | The 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/detail | line1 | First line of the property address | property.address.line1 |
Attom AVM Detail | /attomavm/detail | line2 | Second line of the property address | property.address.line2 |
Attom AVM Detail | /attomavm/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Attom AVM Detail | /attomavm/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Attom AVM Detail | /attomavm/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Attom AVM Detail | /attomavm/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Attom AVM Detail | /attomavm/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Attom AVM Detail | /attomavm/detail | low | Min range AVM value | property.avm.amount.low |
Attom AVM Detail | /attomavm/detail | mailingaddressoneline | One line mailing address | property.owner.mailingaddressoneline |
Attom AVM Detail | /attomavm/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Attom AVM Detail | /attomavm/detail | mktttlvalue | Total Market Value | property.assessment.market.mktttlvalue |
Attom AVM Detail | /attomavm/detail | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Attom AVM Detail | /attomavm/detail | multiAPNflag | Flag used to indicate a multiple parcel transaction | property.sale.multiAPNflag |
Attom AVM Detail | /attomavm/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Attom AVM Detail | /attomavm/detail | oneLine | Full property address on a single line | property.address.oneLine |
Attom AVM Detail | /attomavm/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Attom AVM Detail | /attomavm/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Attom AVM Detail | /attomavm/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Attom AVM Detail | /attomavm/detail | priceperbed | The sale amount per bedroom for the property | property.sale.calculation.priceperbed |
Attom AVM Detail | /attomavm/detail | pricepersizeunit | The sale price per square foot of the property | property.sale.calculation.pricepersizeunit |
Attom AVM Detail | /attomavm/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Attom AVM Detail | /attomavm/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Attom AVM Detail | /attomavm/detail | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Attom AVM Detail | /attomavm/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Attom AVM Detail | /attomavm/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Attom AVM Detail | /attomavm/detail | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Attom AVM Detail | /attomavm/detail | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Attom AVM Detail | /attomavm/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Attom AVM Detail | /attomavm/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Attom AVM Detail | /attomavm/detail | roomsTotal | The 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/detail | saleamt | Sale Price | property.sale.amount.saleamt |
Attom AVM Detail | /attomavm/detail | salecode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.salecode |
Attom AVM Detail | /attomavm/detail | saledisclosuretype | Indicates 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/detail | saledocnum | The Recorded Instrument's Document Number | property.sale.amount.saledocnum |
Attom AVM Detail | /attomavm/detail | saledoctype | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saledoctype |
Attom AVM Detail | /attomavm/detail | salerecdate | The recorded date on the recorded document | property.sale.amount.salerecdate |
Attom AVM Detail | /attomavm/detail | salesearchdate | The standardized date for search purposes | property.sale.salesearchdate |
Attom AVM Detail | /attomavm/detail | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
Attom AVM Detail | /attomavm/detail | saletranstype | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saletranstype |
Attom AVM Detail | /attomavm/detail | scr | This represents the confidence in the calculation | property.avm.amount.scr |
Attom AVM Detail | /attomavm/detail | sellercarryback | Indicator that the note is carried by the seller | property.sale.sellercarryback |
Attom AVM Detail | /attomavm/detail | sellerName | Name of seller(s) on the recorded document | property.sale.sellerName |
Attom AVM Detail | /attomavm/detail | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Attom AVM Detail | /attomavm/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Attom AVM Detail | /attomavm/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Attom AVM Detail | /attomavm/detail | trustDeedDocumentNumber | Loan Document Number | property.sale.mortgage.FirstConcurrent.trustDeedDocumentNumber |
Attom AVM Detail | /attomavm/detail | trustDeedDocumentNumber | Loan Document Number | property.sale.mortgage.SecondConcurrent.trustDeedDocumentNumber |
Attom AVM Detail | /attomavm/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Attom AVM Detail | /attomavm/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
Attom AVM Detail | /attomavm/detail | value | The modeled AVM value | property.avm.amount.value |
Attom AVM Detail | /attomavm/detail | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
AVM History Detail | /avmhistory/detail | Id | ATTOM's legacy property identifier | property.identifier.Id |
AVM History Detail | /avmhistory/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
AVM History Detail | /avmhistory/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
AVM History Detail | /avmhistory/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
AVM History Detail | /avmhistory/detail/td> | depth | Indicates the lot depth, in feet | property.lot.depth |
AVM History Detail | /avmhistory/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
AVM History Detail | /avmhistory/detail | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
AVM History Detail | /avmhistory/detail | lotSize2 | Indicates the lot size, in square feet | property.lot.lotSize2 |
AVM History Detail | /avmhistory/detail | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
AVM History Detail | /avmhistory/detail | bldgName | Building Name | property.address.bldgName |
AVM History Detail | /avmhistory/detail | country | The ISO-3166-2 country code | property.address.country |
AVM History Detail | /avmhistory/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
AVM History Detail | /avmhistory/detail | line1 | First line of the property address | property.address.line1 |
AVM History Detail | /avmhistory/detail | line2 | Second line of the property address | property.address.line2 |
AVM History Detail | /avmhistory/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
AVM History Detail | /avmhistory/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
AVM History Detail | /avmhistory/detail | oneLine | Full property address on a single line | property.address.oneLine |
AVM History Detail | /avmhistory/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
AVM History Detail | /avmhistory/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
AVM History Detail | /avmhistory/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
AVM History Detail | /avmhistory/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
AVM History Detail | /avmhistory/detail | elevation | The elevation of the property if available | property.location.elevation |
AVM History Detail | /avmhistory/detail | latitude | The latitude of the property in degrees | property.location.latitude |
AVM History Detail | /avmhistory/detail | longitude | The longitude of the property in degrees | property.location.longitude |
AVM History Detail | /avmhistory/detail | distance | Distance | property.location.distance |
AVM History Detail | /avmhistory/detail | geoId | GeoID | property.location.geoId |
AVM History Detail | /avmhistory/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
AVM History Detail | /avmhistory/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
AVM History Detail | /avmhistory/detail | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
AVM History Detail | /avmhistory/detail | propSubType | A sub-classification of the property | property.summary.propSubType |
AVM History Detail | /avmhistory/detail | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
AVM History Detail | /avmhistory/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
AVM History Detail | /avmhistory/detail | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
AVM History Detail | /avmhistory/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
AVM History Detail | /avmhistory/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
AVM History Detail | /avmhistory/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
AVM History Detail | /avmhistory/detail | coolingType | Indicates the method or system used to provide cooling | property.utilities.coolingType |
AVM History Detail | /avmhistory/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
AVM History Detail | /avmhistory/detail | heatingFuel | Indicates the primary heating fuel used | property.utilities.heatingFuel |
AVM History Detail | /avmhistory/detail | heatingType | Indicates the method or system used to provide heat | property.utilities.heatingType |
AVM History Detail | /avmhistory/detail | sewerType | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewerType |
AVM History Detail | /avmhistory/detail | wallType | Indicates the primary exterial wall covering material | property.utilities.wallType |
AVM History Detail | /avmhistory/detail | bldgSize | Total square feet of all structures on the property | property.building.size.bldgSize |
AVM History Detail | /avmhistory/detail | grossSize | Gross square feet of all structures on the property | property.building.size.grossSize |
AVM History Detail | /avmhistory/detail | grossSizeAdjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grossSizeAdjusted |
AVM History Detail | /avmhistory/detail | groundFloorSize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundFloorSize |
AVM History Detail | /avmhistory/detail | livingSize | Living square feet of all structures on the property | property.building.size.livingSize |
AVM History Detail | /avmhistory/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
AVM History Detail | /avmhistory/detail | universalSize | Derived living or building square footage | property.building.size.universalSize |
AVM History Detail | /avmhistory/detail | bathsTotal | The 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/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
AVM History Detail | /avmhistory/detail | roomsTotal | The 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/detail | bsmtSize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
AVM History Detail | /avmhistory/detail | bsmtType | Indicates if the basement is finished or unfinished | property.building.interior.bsmtType |
AVM History Detail | /avmhistory/detail | fplcCount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
AVM History Detail | /avmhistory/detail | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
AVM History Detail | /avmhistory/detail | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
AVM History Detail | /avmhistory/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
AVM History Detail | /avmhistory/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
AVM History Detail | /avmhistory/detail | levels | The 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/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
AVM History Detail | /avmhistory/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
AVM History Detail | /avmhistory/detail | buyerName | Name of Buyer(s) on the recorded document | property.sale.buyerName |
AVM History Detail | /avmhistory/detail | multiAPNflag | Flag used to indicate a multiple parcel transaction | property.sale.multiAPNflag |
AVM History Detail | /avmhistory/detail | sellerName | Name of seller(s) on the recorded document | property.sale.sellerName |
AVM History Detail | /avmhistory/detail | sellerCarryback | Indicator that the note is carried by the seller | property.sale.sellerCarryback |
AVM History Detail | /avmhistory/detail | saleSearchDate | The standardized date for search purposes | property.sale.saleSearchDate |
AVM History Detail | /avmhistory/detail | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
AVM History Detail | /avmhistory/detail | trustDeedDocumentNumber | Loan Document Number | property.sale.mortgage.FirstConcurrent.trustDeedDocumentNumber |
AVM History Detail | /avmhistory/detail | amount | Loan Amount for the mortgage/deed of trust | property.sale.mortgage.FirstConcurrent.amount |
AVM History Detail | /avmhistory/detail | trustDeedDocumentNumber | Loan Document Number | property.sale.mortgage.SecondConcurrent.trustDeedDocumentNumber |
AVM History Detail | /avmhistory/detail | amount | Loan Amount for the mortgage/deed of trust | property.sale.mortgage.SecondConcurrent.amount |
AVM History Detail | /avmhistory/detail | saleAmt | Sale Price | property.sale.amount.saleAmt |
AVM History Detail | /avmhistory/detail | saleCode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.saleCode |
AVM History Detail | /avmhistory/detail | saleRecDate | The recorded date on the recorded document | property.sale.amount.saleRecDate |
AVM History Detail | /avmhistory/detail | saleDisclosureType | Indicates 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/detail | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saleDocType |
AVM History Detail | /avmhistory/detail | saleDocNum | The Recorded Instrument's Document Number | property.sale.amount.saleDocNum |
AVM History Detail | /avmhistory/detail | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saleTransType |
AVM History Detail | /avmhistory/detail | pricePerBed | The sale amount per bedroom for the property | property.sale.calculation.pricePerBed |
AVM History Detail | /avmhistory/detail | pricePerSizeUnit | The sale price per square foot of the property | property.sale.calculation.pricePerSizeUnit |
AVM History Detail | /avmhistory/detail | assdTtlValue | Total Assessed Value | property.assessment.assessed.assdTtlValue |
AVM History Detail | /avmhistory/detail | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
AVM History Detail | /avmhistory/detail | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
AVM History Detail | /avmhistory/detail | corporateIndicator | Indicates if owner is a Corporation | property.owner.corporateIndicator |
AVM History Detail | /avmhistory/detail | lastName | Last Name of First Owner | property.owner.owner1.lastName |
AVM History Detail | /avmhistory/detail | firstNameAndMi | First Name and Middle Initial of First Owner | property.owner.owner1.firstNameAndMi |
AVM History Detail | /avmhistory/detail | lastName | Last Name of Second Owner | property.owner.owner2.lastName |
AVM History Detail | /avmhistory/detail | firstNameAndMi | First Name and Middle Initial of Second Owner | property.owner.owner2.firstNameAndMi |
AVM History Detail | /avmhistory/detail | lastName | Last Name of Third Owner | property.owner.owner3.lastName |
AVM History Detail | /avmhistory/detail | firstNameAndMi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstNameAndMi |
AVM History Detail | /avmhistory/detail | lastName | Last Name of Fourth Owner | property.owner.owner4.lastName |
AVM History Detail | /avmhistory/detail | firstNameAndMi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstNameAndMi |
AVM History Detail | /avmhistory/detail | absenteeOwnerStatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeOwnerStatus |
AVM History Detail | /avmhistory/detail | mailingAddressOneLine | One line mailing address | property.owner.mailingAddressOneLine |
AVM History Detail | /avmhistory/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
AVM History Detail | /avmhistory/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
AVM History Detail | /avmhistory/detail | eventDate | The date when the value was determined | property.avmhistory.eventDate |
AVM History Detail | /avmhistory/detail | value | The modeled AVM value | property.avmhistory.amount.value |
AVM History Detail | /avmhistory/detail | scr | This represents the confidence in the calculation | property.avmhistory.amount.scr |
AVM History Detail | /avmhistory/detail | high | Max range AVM value | property.avmhistory.amount.high |
AVM History Detail | /avmhistory/detail | low | Min range AVM value | property.avmhistory.amount.low |
AVM History Detail | /avmhistory/detail | fsd | Amount FSD | property.avmhistory.amount.fsd |
Rental AVM | /valuation/rentalavm | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Rental AVM | /valuation/rentalavm | absenteeownerstatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeownerstatus |
Rental AVM | /valuation/rentalavm | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Rental AVM | /valuation/rentalavm | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Rental AVM | /valuation/rentalavm | assdttlvalue | Total Assessed Value | property.assessment.assessed.assdttlvalue |
Rental AVM | /valuation/rentalavm | attomID | ATTOM Data's Unique parcel identifier. | property.identifier.attomID |
Rental AVM | /valuation/rentalavm | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathstotal |
Rental AVM | /valuation/rentalavm | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Rental AVM | /valuation/rentalavm | bldgName | Building Name | property.address.bldgName |
Rental AVM | /valuation/rentalavm | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Rental AVM | /valuation/rentalavm | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Rental AVM | /valuation/rentalavm | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Rental AVM | /valuation/rentalavm | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Rental AVM | /valuation/rentalavm | corporateindicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Rental AVM | /valuation/rentalavm | country | The ISO-3166-2 country code | property.address.country |
Rental AVM | /valuation/rentalavm | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Rental AVM | /valuation/rentalavm | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Rental AVM | /valuation/rentalavm | depth | Indicates the lot depth, in feet | property.lot.depth |
Rental AVM | /valuation/rentalavm | distance | Distance | property.location.distance |
Rental AVM | /valuation/rentalavm | elevation | The elevation of the property if available | property.location.elevation |
Rental AVM | /valuation/rentalavm | energytype | Indicates the available electrical source | property.utilities.energytype |
Rental AVM | /valuation/rentalavm | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Rental AVM | /valuation/rentalavm | firstnameandmi | First Name and Middle Initial of First Owner | property.owner.owner1.firstnameandmi |
Rental AVM | /valuation/rentalavm | firstnameandmi | First Name and Middle Initial of Second Owner | property.owner.owner2.firstnameandmi |
Rental AVM | /valuation/rentalavm | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Rental AVM | /valuation/rentalavm | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Rental AVM | /valuation/rentalavm | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Rental AVM | /valuation/rentalavm | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcind |
Rental AVM | /valuation/rentalavm | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Rental AVM | /valuation/rentalavm | frontage | Indicates the lot width, in feet | property.lot.frontage |
Rental AVM | /valuation/rentalavm | geoid | GeoID | property.location.geoid |
Rental AVM | /valuation/rentalavm | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Rental AVM | /valuation/rentalavm | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Rental AVM | /valuation/rentalavm | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Rental AVM | /valuation/rentalavm | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Rental AVM | /valuation/rentalavm | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Rental AVM | /valuation/rentalavm | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Rental AVM | /valuation/rentalavm | lastModified | The date the record was last modified | property.vintage.lastModified |
Rental AVM | /valuation/rentalavm | lastname | Last Name of First Owner | property.owner.owner1.lastname |
Rental AVM | /valuation/rentalavm | lastname | Last Name of Second Owner | property.owner.owner2.lastname |
Rental AVM | /valuation/rentalavm | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Rental AVM | /valuation/rentalavm | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Rental AVM | /valuation/rentalavm | latitude | The latitude of the property in degrees | property.location.latitude |
Rental AVM | /valuation/rentalavm | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Rental AVM | /valuation/rentalavm | levels | The number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated) | property.building.summary.levels |
Rental AVM | /valuation/rentalavm | line1 | First line of the property address | property.address.line1 |
Rental AVM | /valuation/rentalavm | line2 | Second line of the property address | property.address.line2 |
Rental AVM | /valuation/rentalavm | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Rental AVM | /valuation/rentalavm | locality | The local city, town or hamlet of the postal address | property.address.locality |
Rental AVM | /valuation/rentalavm | longitude | The longitude of the property in degrees | property.location.longitude |
Rental AVM | /valuation/rentalavm | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Rental AVM | /valuation/rentalavm | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Rental AVM | /valuation/rentalavm | mailingaddressoneline | One line mailing address | property.owner.mailingaddressoneline |
Rental AVM | /valuation/rentalavm | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Rental AVM | /valuation/rentalavm | mktttlvalue | Total Market Value | property.assessment.market.mktttlvalue |
Rental AVM | /valuation/rentalavm | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Rental AVM | /valuation/rentalavm | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Rental AVM | /valuation/rentalavm | oneLine | Full property address on a single line | property.address.oneLine |
Rental AVM | /valuation/rentalavm | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Rental AVM | /valuation/rentalavm | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Rental AVM | /valuation/rentalavm | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Rental AVM | /valuation/rentalavm | prkgSize | Garage square footage | property.building.parking.prkgSize |
Rental AVM | /valuation/rentalavm | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Rental AVM | /valuation/rentalavm | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Rental AVM | /valuation/rentalavm | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Rental AVM | /valuation/rentalavm | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Rental AVM | /valuation/rentalavm | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Rental AVM | /valuation/rentalavm | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Rental AVM | /valuation/rentalavm | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Rental AVM | /valuation/rentalavm | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Rental AVM | /valuation/rentalavm | roomsTotal | The 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/rentalavm | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Rental AVM | /valuation/rentalavm | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Rental AVM | /valuation/rentalavm | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Rental AVM | /valuation/rentalavm | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Rental AVM | /valuation/rentalavm | universalsize | Derived living or building square footage | property.building.size.universalsize |
Rental AVM | /valuation/rentalavm | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Rental AVM | /valuation/rentalavm | estimatedRentalValue | The total estimated rental value | property.rentalAvm.estimatedRentalValue |
Rental AVM | /valuation/rentalavm | estimatedMinRentalValue | Minimum estimated rental value | property.rentalAvm.estimatedMinRentalValue |
Rental AVM | /valuation/rentalavm | estimatedMaxRentalValue | maximum estimated rental value | property.rentalAvm.estimatedMaxRentalValue |
Rental AVM | /valuation/rentalavm | valuationDate | The date when the value was determined | property.rentalAvm.valuationDate |
Transactions V4 Sales Trend | /transaction/salestrend | geoIdV4 | Geo code for the geography searched | salesTrends.location.geoIdV4 |
Transactions V4 Sales Trend | /transaction/salestrend | geographyName | Name for the geography searched | salesTrends.location.geographyName |
Transactions V4 Sales Trend | /transaction/salestrend | interval | Interval Requested | salesTrends.dateRange.interval |
Transactions V4 Sales Trend | /transaction/salestrend | start | Start of interval Requested | salesTrends.dateRange.start |
Transactions V4 Sales Trend | /transaction/salestrend | end | End of interval Requested | salesTrends.dateRange.end |
Transactions V4 Sales Trend | /transaction/salestrend | homeSaleCount | count of properties sold in the interval | salesTrends.salesTrend.homeSaleCount |
Transactions V4 Sales Trend | /transaction/salestrend | avgSalePrice | Average Sales Price for properties sold in the interval | salesTrends.salesTrend.avgSalePrice |
Transactions V4 Sales Trend | /transaction/salestrend | medSalePrice | Median Sales Price for properties sold in the interval | salesTrends.salesTrend.medSalePrice |
Transactions V4 Sales Trend | /transaction/salestrend | typeDescription | Type Description | salesTrends.category.typeDescription |
Transactions V4 Sales Trend | /transaction/salestrend | typeValue | Type Value | salesTrends.category.typeValue |
Transactions V4 Sales Trend | /transaction/salestrend | pubDate | Date Published for the data | salesTrends.vintage.pubDate |
Property ID | /property/id | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property ID | /property/id | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property ID | /property/id | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property ID | /property/id | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property ID | /property/id | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property ID | /property/id | lastModified | The date the record was last modified | property.vintage.lastModified |
Property ID | /property/id | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Address | /property/address | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Address | /property/address | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Address | /property/address | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Address | /property/address | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Address | /property/address | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Address | /property/address | bldgName | Building Name | property.address.bldgName |
Property Address | /property/address | country | The ISO-3166-2 country code | property.address.country |
Property Address | /property/address | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Address | /property/address | line1 | First line of the property address | property.address.line1 |
Property Address | /property/address | line2 | Second line of the property address | property.address.line2 |
Property Address | /property/address | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Address | /property/address | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Address | /property/address | oneLine | Full property address on a single line | property.address.oneLine |
Property Address | /property/address | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Address | /property/address | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Address | /property/address | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Address | /property/address | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Address | /property/address | elevation | The elevation of the property if available | property.location.elevation |
Property Address | /property/address | latitude | The latitude of the property in degrees | property.location.latitude |
Property Address | /property/address | longitude | The longitude of the property in degrees | property.location.longitude |
Property Address | /property/address | distance | Distance | property.location.distance |
Property Address | /property/address | geoid | GeoID | property.location.geoid |
Property Address | /property/address | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Address | /property/address | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Address | /property/address | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Detail | /property/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Detail | /property/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Detail | /property/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Detail | /property/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Detail | /property/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Detail | /property/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Detail | /property/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Detail | /property/detail | lotnum | Lot number | property.lot.lotnum |
Property Detail | /property/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Detail | /property/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Property Detail | /property/detail | lotType | Lot type | property.lot.lotType |
Property Detail | /property/detail | poolInd | Indicates if a pool exists on the property | property.lot.poolInd |
Property Detail | /property/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
Property Detail | /property/detail | blockNum | Block number | property.area.blockNum |
Property Detail | /property/detail | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
Property Detail | /property/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Property Detail | /property/detail | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Property Detail | /property/detail | muncode | Municipality / Township Code | property.area.muncode |
Property Detail | /property/detail | munname | Municipality / Township Name | property.area.munname |
Property Detail | /property/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Detail | /property/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Detail | /property/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Detail | /property/detail | subdname | Subdivision name | property.area.subdname |
Property Detail | /property/detail | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Property Detail | /property/detail | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Property Detail | /property/detail | bldgName | Building Name | property.address.bldgName |
Property Detail | /property/detail | country | The ISO-3166-2 country code | property.address.country |
Property Detail | /property/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Detail | /property/detail | line1 | First line of the property address | property.address.line1 |
Property Detail | /property/detail | line2 | Second line of the property address | property.address.line2 |
Property Detail | /property/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Detail | /property/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Detail | /property/detail | oneLine | Full property address on a single line | property.address.oneLine |
Property Detail | /property/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Detail | /property/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Detail | /property/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Detail | /property/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Detail | /property/detail | elevation | The elevation of the property if available | property.location.elevation |
Property Detail | /property/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Property Detail | /property/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Property Detail | /property/detail | distance | Distance | property.location.distance |
Property Detail | /property/detail | geoid | GeoID | property.location.geoid |
Property Detail | /property/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Detail | /property/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Detail | /property/detail | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Detail | /property/detail | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Detail | /property/detail | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Detail | /property/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Detail | /property/detail | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Detail | /property/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Detail | /property/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Detail | /property/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Detail | /property/detail | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Property Detail | /property/detail | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Property Detail | /property/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Detail | /property/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Detail | /property/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Detail | /property/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Detail | /property/detail | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Property Detail | /property/detail | watertype | Water Type | property.utilities.watertype |
Property Detail | /property/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Property Detail | /property/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Property Detail | /property/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Property Detail | /property/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Property Detail | /property/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Property Detail | /property/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Detail | /property/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Detail | /property/detail | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Property Detail | /property/detail | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Property Detail | /property/detail | bathspartial | The 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/detail | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathstotal |
Property Detail | /property/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Detail | /property/detail | roomsTotal | The 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/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Property Detail | /property/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Detail | /property/detail | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Detail | /property/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Property Detail | /property/detail | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Detail | /property/detail | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Property Detail | /property/detail | condition | Indicates the Building Condition | property.building.construction.condition |
Property Detail | /property/detail | constructiontype | Construction Type | property.building.construction.constructiontype |
Property Detail | /property/detail | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Property Detail | /property/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Detail | /property/detail | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Property Detail | /property/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Detail | /property/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Detail | /property/detail | garagetype | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Detail | /property/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Detail | /property/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Detail | /property/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.parking.archStyle |
Property Detail | /property/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Property Detail | /property/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Property Detail | /property/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
Property Detail | /property/detail | levels | The number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated) | property.building.summary.levels |
Property Detail | /property/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Property Detail | /property/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Property Detail | /property/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Detail | /property/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Detail | /property/detail | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Property Detail | /property/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Property Detail | /property/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Detail | /property/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Detail With Schools | /property/detailwithschools | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Detail With Schools | /property/detailwithschools | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Detail With Schools | /property/detailwithschools | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Detail With Schools | /property/detailwithschools | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Detail With Schools | /property/detailwithschools | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Detail With Schools | /property/detailwithschools | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Detail With Schools | /property/detailwithschools | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Detail With Schools | /property/detailwithschools | lotnum | Lot number | property.lot.lotnum |
Property Detail With Schools | /property/detailwithschools | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Detail With Schools | /property/detailwithschools | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Property Detail With Schools | /property/detailwithschools | lotType | Lot type | property.lot.lotType |
Property Detail With Schools | /property/detailwithschools | poolInd | Indicates if a pool exists on the property | property.lot.poolInd |
Property Detail With Schools | /property/detailwithschools | pooltype | Indicates the type of pool | property.lot.pooltype |
Property Detail With Schools | /property/detailwithschools | blockNum | Block number | property.area.blockNum |
Property Detail With Schools | /property/detailwithschools | lotType | Lot type | property.lot.lotType |
Property Detail With Schools | /property/detailwithschools | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Property Detail With Schools | /property/detailwithschools | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Property Detail With Schools | /property/detailwithschools | muncode | Municipality / Township Code | property.area.muncode |
Property Detail With Schools | /property/detailwithschools | munname | Municipality / Township Name | property.area.munname |
Property Detail With Schools | /property/detailwithschools | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Detail With Schools | /property/detailwithschools | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Detail With Schools | /property/detailwithschools | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Detail With Schools | /property/detailwithschools | subdname | Subdivision name | property.area.subdname |
Property Detail With Schools | /property/detailwithschools | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Property Detail With Schools | /property/detailwithschools | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Property Detail With Schools | /property/detailwithschools | bldgName | Building Name | property.address.bldgName |
Property Detail With Schools | /property/detailwithschools | country | The ISO-3166-2 country code | property.address.country |
Property Detail With Schools | /property/detailwithschools | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Detail With Schools | /property/detailwithschools | line1 | First line of the property address | property.address.line1 |
Property Detail With Schools | /property/detailwithschools | line2 | Second line of the property address | property.address.line2 |
Property Detail With Schools | /property/detailwithschools | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Detail With Schools | /property/detailwithschools | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Detail With Schools | /property/detailwithschools | oneLine | Full property address on a single line | property.address.oneLine |
Property Detail With Schools | /property/detailwithschools | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Detail With Schools | /property/detailwithschools | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Detail With Schools | /property/detailwithschools | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Detail With Schools | /property/detailwithschools | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Detail With Schools | /property/detailwithschools | elevation | The elevation of the property if available | property.location.elevation |
Property Detail With Schools | /property/detailwithschools | latitude | The latitude of the property in degrees | property.location.latitude |
Property Detail With Schools | /property/detailwithschools | longitude | The longitude of the property in degrees | property.location.longitude |
Property Detail With Schools | /property/detailwithschools | distance | Distance | property.location.distance |
Property Detail With Schools | /property/detailwithschools | geoid | GeoID | property.location.geoid |
Property Detail With Schools | /property/detailwithschools | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Detail With Schools | /property/detailwithschools | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Detail With Schools | /property/detailwithschools | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Detail With Schools | /property/detailwithschools | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Detail With Schools | /property/detailwithschools | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Detail With Schools | /property/detailwithschools | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Detail With Schools | /property/detailwithschools | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Detail With Schools | /property/detailwithschools | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Detail With Schools | /property/detailwithschools | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Detail With Schools | /property/detailwithschools | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Property Detail With Schools | /property/detailwithschools | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Property Detail With Schools | /property/detailwithschools | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Detail With Schools | /property/detailwithschools | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Detail With Schools | /property/detailwithschools | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Detail With Schools | /property/detailwithschools | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Detail With Schools | /property/detailwithschools | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Property Detail With Schools | /property/detailwithschools | watertype | Water Type | property.utilities.watertype |
Property Detail With Schools | /property/detailwithschools | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Property Detail With Schools | /property/detailwithschools | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Property Detail With Schools | /property/detailwithschools | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Property Detail With Schools | /property/detailwithschools | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Property Detail With Schools | /property/detailwithschools | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Property Detail With Schools | /property/detailwithschools | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Detail With Schools | /property/detailwithschools | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Detail With Schools | /property/detailwithschools | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Property Detail With Schools | /property/detailwithschools | baths1qtr | Number of Quarter Baths - typically sink only | property.building.rooms.baths1qtr |
Property Detail With Schools | /property/detailwithschools | baths3qtr | Number of Three-Quarter Baths - typically sink, toilet, and shower (Very similar to full bath) | property.building.rooms.baths3qtr |
Property Detail With Schools | /property/detailwithschools | bathscalc | The sum of the values of the bathrooms | property.building.rooms.bathscalc |
Property Detail With Schools | /property/detailwithschools | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Property Detail With Schools | /property/detailwithschools | bathshalf | Number of Half Baths - typically sink and toilet | property.building.rooms.bathshalf |
Property Detail With Schools | /property/detailwithschools | bathspartial | The 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/detailwithschools | bathstotal | The 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/detailwithschools | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Detail With Schools | /property/detailwithschools | roomsTotal | The 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/detailwithschools | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Property Detail With Schools | /property/detailwithschools | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Detail With Schools | /property/detailwithschools | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Detail With Schools | /property/detailwithschools | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Property Detail With Schools | /property/detailwithschools | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Detail With Schools | /property/detailwithschools | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Property Detail With Schools | /property/detailwithschools | condition | Indicates the Building Condition | property.building.construction.condition |
Property Detail With Schools | /property/detailwithschools | constructiontype | Construction Type | property.building.construction.constructiontype |
Property Detail With Schools | /property/detailwithschools | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Property Detail With Schools | /property/detailwithschools | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Detail With Schools | /property/detailwithschools | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Property Detail With Schools | /property/detailwithschools | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Detail With Schools | /property/detailwithschools | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Detail With Schools | /property/detailwithschools | garagetype | Indicates 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/detailwithschools | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Detail With Schools | /property/detailwithschools | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Detail With Schools | /property/detailwithschools | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Detail With Schools | /property/detailwithschools | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.parking.archStyle |
Property Detail With Schools | /property/detailwithschools | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Property Detail With Schools | /property/detailwithschools | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Property Detail With Schools | /property/detailwithschools | imprType | Indicates the Building Type | property.building.summary.imprType |
Property Detail With Schools | /property/detailwithschools | levels | The 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/detailwithschools | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Property Detail With Schools | /property/detailwithschools | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Property Detail With Schools | /property/detailwithschools | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Detail With Schools | /property/detailwithschools | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Detail With Schools | /property/detailwithschools | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Property Detail With Schools | /property/detailwithschools | Obdistrictnumber | District number | property.schoolDistrict.Obdistrictnumber |
Property Detail With Schools | /property/detailwithschools | districttype | District type | property.schoolDistrict.districttype |
Property Detail With Schools | /property/detailwithschools | districtname | District name | property.schoolDistrict.districtname |
Property Detail With Schools | /property/detailwithschools | districtlatitude | District latitude | property.schoolDistrict.districtlatitude |
Property Detail With Schools | /property/detailwithschools | districtlongitude | District longitude | property.schoolDistrict.districtlongitude |
Property Detail With Schools | /property/detailwithschools | OBInstID | Institution ID | property.school.OBInstID |
Property Detail With Schools | /property/detailwithschools | InstitutionName | Institution Name | property.school.InstitutionName |
Property Detail With Schools | /property/detailwithschools | GSTestRating | Great School Rating | property.school.GSTestRating |
Property Detail With Schools | /property/detailwithschools | gradelevel1lotext | Low Grade Level | property.school.gradelevel1lotext |
Property Detail With Schools | /property/detailwithschools | gradelevel1hitext | High Grade Level | property.school.gradelevel1hitext |
Property Detail With Schools | /property/detailwithschools | Filetypetext | File Type Text | property.school.Filetypetext |
Property Detail With Schools | /property/detailwithschools | geocodinglatitude | Geocoding Latitude | property.school.geocodinglatitude |
Property Detail With Schools | /property/detailwithschools | geocodinglongitude | Geocoding Longtitude | property.school.geocodinglongitude |
Property Detail With Schools | /property/detailwithschools | distance | School Distance | property.school.distance |
Property Detail With Schools | /property/detailwithschools | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Detail With Schools | /property/detailwithschools | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Detail Mortgage | /property/detailmortgage | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Detail Mortgage | /property/detailmortgage | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Detail Mortgage | /property/detailmortgage | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Detail Mortgage | /property/detailmortgage | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Detail Mortgage | /property/detailmortgage | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Detail Mortgage | /property/detailmortgage | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Detail Mortgage | /property/detailmortgage | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Detail Mortgage | /property/detailmortgage | lotnum | Lot number | property.lot.lotnum |
Property Detail Mortgage | /property/detailmortgage | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Detail Mortgage | /property/detailmortgage | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Property Detail Mortgage | /property/detailmortgage | lottype | Lot type | property.lot.lottype |
Property Detail Mortgage | /property/detailmortgage | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Property Detail Mortgage | /property/detailmortgage | pooltype | Indicates the type of pool | property.lot.pooltype |
Property Detail Mortgage | /property/detailmortgage | blockNum | Block number | property.area.blockNum |
Property Detail Mortgage | /property/detailmortgage | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
Property Detail Mortgage | /property/detailmortgage | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Property Detail Mortgage | /property/detailmortgage | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Property Detail Mortgage | /property/detailmortgage | muncode | Municipality / Township Code | property.area.muncode |
Property Detail Mortgage | /property/detailmortgage | munname | Municipality / Township Name | property.area.munname |
Property Detail Mortgage | /property/detailmortgage | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Detail Mortgage | /property/detailmortgage | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Detail Mortgage | /property/detailmortgage | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Detail Mortgage | /property/detailmortgage | subdname | Subdivision name | property.area.subdname |
Property Detail Mortgage | /property/detailmortgage | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Property Detail Mortgage | /property/detailmortgage | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Property Detail Mortgage | /property/detailmortgage | bldgName | Building Name | property.area.bldgName |
Property Detail Mortgage | /property/detailmortgage | country | The ISO-3166-2 country code | property.address.country |
Property Detail Mortgage | /property/detailmortgage | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Detail Mortgage | /property/detailmortgage | line1 | First line of the property address | property.address.line1 |
Property Detail Mortgage | /property/detailmortgage | line2 | Second line of the property address | property.address.line2 |
Property Detail Mortgage | /property/detailmortgage | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Detail Mortgage | /property/detailmortgage | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Detail Mortgage | /property/detailmortgage | oneLine | Full property address on a single line | property.address.oneLine |
Property Detail Mortgage | /property/detailmortgage | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Detail Mortgage | /property/detailmortgage | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Detail Mortgage | /property/detailmortgage | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Detail Mortgage | /property/detailmortgage | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Detail Mortgage | /property/detailmortgage | elevation | The elevation of the property if available | property.location.elevation |
Property Detail Mortgage | /property/detailmortgage | latitude | The latitude of the property in degrees | property.location.latitude |
Property Detail Mortgage | /property/detailmortgage | longitude | The longitude of the property in degrees | property.location.longitude |
Property Detail Mortgage | /property/detailmortgage | distance | Distance | property.location.distance |
Property Detail Mortgage | /property/detailmortgage | geoid | GeoID | property.location.geoid |
Property Detail Mortgage | /property/detailmortgage | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Detail Mortgage | /property/detailmortgage | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Detail Mortgage | /property/detailmortgage | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Detail Mortgage | /property/detailmortgage | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Detail Mortgage | /property/detailmortgage | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Detail Mortgage | /property/detailmortgage | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Detail Mortgage | /property/detailmortgage | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Detail Mortgage | /property/detailmortgage | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Detail Mortgage | /property/detailmortgage | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Detail Mortgage | /property/detailmortgage | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Detail Mortgage | /property/detailmortgage | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Property Detail Mortgage | /property/detailmortgage | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Property Detail Mortgage | /property/detailmortgage | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Detail Mortgage | /property/detailmortgage | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Detail Mortgage | /property/detailmortgage | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Detail Mortgage | /property/detailmortgage | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Detail Mortgage | /property/detailmortgage | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Property Detail Mortgage | /property/detailmortgage | watertype | Water Type | property.utilities.watertype |
Property Detail Mortgage | /property/detailmortgage | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Property Detail Mortgage | /property/detailmortgage | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Property Detail Mortgage | /property/detailmortgage | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Property Detail Mortgage | /property/detailmortgage | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Property Detail Mortgage | /property/detailmortgage | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Property Detail Mortgage | /property/detailmortgage | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Detail Mortgage | /property/detailmortgage | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Detail Mortgage | /property/detailmortgage | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Property Detail Mortgage | /property/detailmortgage | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Property Detail Mortgage | /property/detailmortgage | bathspartial | The 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/detailmortgage | bathstotal | The 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/detailmortgage | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Detail Mortgage | /property/detailmortgage | roomsTotal | The 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/detailmortgage | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Property Detail Mortgage | /property/detailmortgage | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Detail Mortgage | /property/detailmortgage | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Detail Mortgage | /property/detailmortgage | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Property Detail Mortgage | /property/detailmortgage | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Detail Mortgage | /property/detailmortgage | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Property Detail Mortgage | /property/detailmortgage | condition | Indicates the Building Condition | property.building.construction.condition |
Property Detail Mortgage | /property/detailmortgage | constructiontype | Construction Type | property.building.construction.constructiontype |
Property Detail Mortgage | /property/detailmortgage | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Property Detail Mortgage | /property/detailmortgage | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Detail Mortgage | /property/detailmortgage | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Property Detail Mortgage | /property/detailmortgage | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Detail Mortgage | /property/detailmortgage | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Detail Mortgage | /property/detailmortgage | garagetype | Indicates 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/detailmortgage | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Detail Mortgage | /property/detailmortgage | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Detail Mortgage | /property/detailmortgage | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Detail Mortgage | /property/detailmortgage | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.parking.archStyle |
Property Detail Mortgage | /property/detailmortgage | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Property Detail Mortgage | /property/detailmortgage | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Property Detail Mortgage | /property/detailmortgage | imprType | Indicates the Building Type | property.building.summary.imprType |
Property Detail Mortgage | /property/detailmortgage | levels | The 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/detailmortgage | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Property Detail Mortgage | /property/detailmortgage | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Property Detail Mortgage | /property/detailmortgage | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Detail Mortgage | /property/detailmortgage | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Detail Mortgage | /property/detailmortgage | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Property Detail Mortgage | /property/detailmortgage | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Property Detail Mortgage | /property/detailmortgage | lastname | For private individuals, the last name of the first lender | property.mortgage.lender.lastname |
Property Detail Mortgage | /property/detailmortgage | firstname | For private individuals, the first name of the first lender. For companies, the complete name of the first lender | property.mortgage.lender.firstname |
Property Detail Mortgage | /property/detailmortgage | address | Street number and street name segment of the Lender's address | property.mortgage.lender.address |
Property Detail Mortgage | /property/detailmortgage | city | City segment of the Lender's address | property.mortgage.lender.city |
Property Detail Mortgage | /property/detailmortgage | state | State segment of the Lender's address | property.mortgage.lender.state |
Property Detail Mortgage | /property/detailmortgage | zip | ZIP+4 Code segment of the Lender's address | property.mortgage.lender.zip |
Property Detail Mortgage | /property/detailmortgage | companycode | Unique Lender Code assigned to the respective lender's name below | property.mortgage.lender.companycode |
Property Detail Mortgage | /property/detailmortgage | companyname | Mortgage title company name | property.mortgage.title.companyname |
Property Detail Mortgage | /property/detailmortgage | companycode | Mortgage title company code | property.mortgage.title.companycode |
Property Detail Mortgage | /property/detailmortgage | amount | Loan Amount for the mortgage/deed of trust | property.mortgage.amount |
Property Detail Mortgage | /property/detailmortgage | date | Mortgage date | property.mortgage.date |
Property Detail Mortgage | /property/detailmortgage | interestrate | Interest rate for the loan | property.mortgage.interestrate |
Property Detail Mortgage | /property/detailmortgage | loantypecode | Mortgage loan type code | property.mortgage.loantypecode |
Property Detail Mortgage | /property/detailmortgage | deedtype | Mortgage deed type | property.mortgage.deedtype |
Property Detail Mortgage | /property/detailmortgage | term | Loan Term in Months | property.mortgage.term |
Property Detail Mortgage | /property/detailmortgage | duedate | Mortgage due date | property.mortgage.duedate |
Property Detail Mortgage | /property/detailmortgage | interestratetype | Indicates the type of interest rate | property.mortgage.interestratetype |
Property Detail Mortgage | /property/detailmortgage | equityflag | Indicates that the Loan is an Equity Type Loan | property.mortgage.equityflag |
Property Detail Mortgage | /property/detailmortgage | refiflag | Refinance Flag | property.mortgage.refiflag |
Property Detail Mortgage | /property/detailmortgage | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Detail Mortgage | /property/detailmortgage | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Detail Owner | /property/detailowner | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Detail Owner | /property/detailowner | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Detail Owner | /property/detailowner | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Detail Owner | /property/detailowner | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Detail Owner | /property/detailowner | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Detail Owner | /property/detailowner | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Detail Owner | /property/detailowner | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Detail Owner | /property/detailowner | lotnum | Lot number | property.lot.lotnum |
Property Detail Owner | /property/detailowner | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Detail Owner | /property/detailowner | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Property Detail Owner | /property/detailowner | lottype | Lot type | property.lot.lottype |
Property Detail Owner | /property/detailowner | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Property Detail Owner | /property/detailowner | pooltype | Indicates the type of pool | property.lot.pooltype |
Property Detail Owner | /property/detailowner | blockNum | Block number | property.area.blockNum |
Property Detail Owner | /property/detailowner | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
Property Detail Owner | /property/detailowner | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Property Detail Owner | /property/detailowner | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Property Detail Owner | /property/detailowner | muncode | Municipality / Township Code | property.area.muncode |
Property Detail Owner | /property/detailowner | munname | Municipality / Township Name | property.area.munname |
Property Detail Owner | /property/detailowner | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Detail Owner | /property/detailowner | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Detail Owner | /property/detailowner | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Detail Owner | /property/detailowner | subdname | Subdivision name | property.area.subdname |
Property Detail Owner | /property/detailowner | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Property Detail Owner | /property/detailowner | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Property Detail Owner | /property/detailowner | bldgName | Building Name | property.area.bldgName |
Property Detail Owner | /property/detailowner | country | The ISO-3166-2 country code | property.address.country |
Property Detail Owner | /property/detailowner | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Detail Owner | /property/detailowner | line1 | First line of the property address | property.address.line1 |
Property Detail Owner | /property/detailowner | line2 | Second line of the property address | property.address.line2 |
Property Detail Owner | /property/detailowner | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Detail Owner | /property/detailowner | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Detail Owner | /property/detailowner | oneLine | Full property address on a single line | property.address.oneLine |
Property Detail Owner | /property/detailowner | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Detail Owner | /property/detailowner | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Detail Owner | /property/detailowner | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Detail Owner | /property/detailowner | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Detail Owner | /property/detailowner | elevation | The elevation of the property if available | property.location.elevation |
Property Detail Owner | /property/detailowner | latitude | The latitude of the property in degrees | property.location.latitude |
Property Detail Owner | /property/detailowner | longitude | The longitude of the property in degrees | property.location.longitude |
Property Detail Owner | /property/detailowner | distance | Distance | property.location.distance |
Property Detail Owner | /property/detailowner | geoid | GeoID | property.location.geoid |
Property Detail Owner | /property/detailowner | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Detail Owner | /property/detailowner | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Detail Owner | /property/detailowner | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Detail Owner | /property/detailowner | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Detail Owner | /property/detailowner | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Detail Owner | /property/detailowner | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Detail Owner | /property/detailowner | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Detail Owner | /property/detailowner | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Detail Owner | /property/detailowner | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Detail Owner | /property/detailowner | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Detail Owner | /property/detailowner | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Property Detail Owner | /property/detailowner | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Property Detail Owner | /property/detailowner | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Detail Owner | /property/detailowner | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Detail Owner | /property/detailowner | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Detail Owner | /property/detailowner | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Detail Owner | /property/detailowner | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Property Detail Owner | /property/detailowner | watertype | Water Type | property.utilities.watertype |
Property Detail Owner | /property/detailowner | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Property Detail Owner | /property/detailowner | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Property Detail Owner | /property/detailowner | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Property Detail Owner | /property/detailowner | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Property Detail Owner | /property/detailowner | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Property Detail Owner | /property/detailowner | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Detail Owner | /property/detailowner | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Detail Owner | /property/detailowner | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Property Detail Owner | /property/detailowner | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Property Detail Mortgage Owner | /property/detailmortgageowner | bathspartial | The 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/detailowner | bathstotal | The 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/detailowner | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Detail Owner | /property/detailowner | roomsTotal | The 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/detailowner | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Property Detail Owner | /property/detailowner | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Detail Owner | /property/detailowner | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Detail Owner | /property/detailowner | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Property Detail Owner | /property/detailowner | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Detail Owner | /property/detailowner | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Property Detail Owner | /property/detailowner | condition | Indicates the Building Condition | property.building.construction.condition |
Property Detail Owner | /property/detailowner | constructiontype | Construction Type | property.building.construction.constructiontype |
Property Detail Owner | /property/detailowner | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Property Detail Owner | /property/detailowner | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Detail Owner | /property/detailowner | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Property Detail Owner | /property/detailowner | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Detail Owner | /property/detailowner | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Detail Owner | /property/detailowner | garagetype | Indicates 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/detailowner | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Detail Owner | /property/detailowner | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Detail Owner | /property/detailowner | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Detail Owner | /property/detailowner | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.parking.archStyle |
Property Detail Owner | /property/detailowner | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Property Detail Owner | /property/detailowner | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Property Detail Owner | /property/detailowner | imprType | Indicates the Building Type | property.building.summary.imprType |
Property Detail Owner | /property/detailowner | levels | The 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/detailowner | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Property Detail Owner | /property/detailowner | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Property Detail Owner | /property/detailowner | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Detail Owner | /property/detailowner | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Detail Owner | /property/detailowner | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Property Detail Owner | /property/detailowner | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Property Detail Owner | /property/detailowner | corporateindicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Property Detail Owner | /property/detailowner | lastname | Last Name of First Owner | property.owner.owner1.lastname |
Property Detail Owner | /property/detailowner | firstnameandmi | First Name and Middle Initial of First Owner | property.owner.owner1.firstnameandmi |
Property Detail Owner | /property/detailowner | lastname | Last Name of Second Owner | property.owner.owner2.lastname |
Property Detail Owner | /property/detailowner | firstnameandmi | First Name and Middle Initial of Second Owner | property.owner.owner2.firstnameandmi |
Property Detail Owner | /property/detailowner | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Property Detail Owner | /property/detailowner | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Property Detail Owner | /property/detailowner | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Property Detail Owner | /property/detailowner | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Property Detail Owner | /property/detailowner | owneretalindicator | Indicates if there are additional owners on title - Et Al = Latin for 'and others' | property.owner.owneretalindicator |
Property Detail Owner | /property/detailowner | careofname | "Care Of" name, if any | property.owner.careofname |
Property Detail Owner | /property/detailowner | ownerrelationshiprightscode | Derived 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/detailowner | ownerrelationshiptype | Owner relationship type, i.e. married man, beneficiary, etc... | property.owner.ownerrelationshiptype |
Property Detail Owner | /property/detailowner | partialinterestindicator | Indicates if a percentage of the legal ownership was transferred - If a singular percentage can be discerned, see percentage field | property.owner.partialinterestindicator |
Property Detail Owner | /property/detailowner | absenteeownerstatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeownerstatus |
Property Detail Owner | /property/detailowner | mailingaddressoneline | One line mailing address | property.owner.mailingaddressoneline |
Property Detail Owner | /property/detailowner | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Detail Owner | /property/detailowner | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Detail Mortgage Owner | /property/detailmortgageowner | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Detail Mortgage Owner | /property/detailmortgageowner | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Detail Mortgage Owner | /property/detailmortgageowner | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Detail Mortgage Owner | /property/detailmortgageowner | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Detail Mortgage Owner | /property/detailmortgageowner | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Detail Mortgage Owner | /property/detailmortgageowner | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Detail Mortgage Owner | /property/detailmortgageowner | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Detail Mortgage Owner | /property/detailmortgageowner | lotnum | Lot number | property.lot.lotnum |
Property Detail Mortgage Owner | /property/detailmortgageowner | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Detail Mortgage Owner | /property/detailmortgageowner | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Property Detail Mortgage Owner | /property/detailmortgageowner | lottype | Lot type | property.lot.lottype |
Property Detail Mortgage Owner | /property/detailmortgageowner | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Property Detail Mortgage Owner | /property/detailmortgageowner | pooltype | Indicates the type of pool | property.lot.pooltype |
Property Detail Mortgage Owner | /property/detailmortgageowner | blockNum | Block number | property.area.blockNum |
Property Detail Mortgage Owner | /property/detailmortgageowner | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
Property Detail Mortgage Owner | /property/detailmortgageowner | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Property Detail Mortgage Owner | /property/detailmortgageowner | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Property Detail Mortgage Owner | /property/detailmortgageowner | muncode | Municipality / Township Code | property.area.muncode |
Property Detail Mortgage Owner | /property/detailmortgageowner | munname | Municipality / Township Name | property.area.munname |
Property Detail Mortgage Owner | /property/detailmortgageowner | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Detail Mortgage Owner | /property/detailmortgageowner | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Detail Mortgage Owner | /property/detailmortgageowner | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Detail Mortgage Owner | /property/detailmortgageowner | subdname | Subdivision name | property.area.subdname |
Property Detail Mortgage Owner | /property/detailmortgageowner | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Property Detail Mortgage Owner | /property/detailmortgageowner | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Property Detail Mortgage Owner | /property/detailmortgageowner | bldgName | Building Name | property.area.bldgName |
Property Detail Mortgage Owner | /property/detailmortgageowner | country | The ISO-3166-2 country code | property.address.country |
Property Detail Mortgage Owner | /property/detailmortgageowner | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Detail Mortgage Owner | /property/detailmortgageowner | line1 | First line of the property address | property.address.line1 |
Property Detail Mortgage Owner | /property/detailmortgageowner | line2 | Second line of the property address | property.address.line2 |
Property Detail Mortgage Owner | /property/detailmortgageowner | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Detail Mortgage Owner | /property/detailmortgageowner | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Detail Mortgage Owner | /property/detailmortgageowner | oneLine | Full property address on a single line | property.address.oneLine |
Property Detail Mortgage Owner | /property/detailmortgageowner | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Detail Mortgage Owner | /property/detailmortgageowner | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Detail Mortgage Owner | /property/detailmortgageowner | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Detail Mortgage Owner | /property/detailmortgageowner | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Detail Mortgage Owner | /property/detailmortgageowner | elevation | The elevation of the property if available | property.location.elevation |
Property Detail Mortgage Owner | /property/detailmortgageowner | latitude | The latitude of the property in degrees | property.location.latitude |
Property Detail Mortgage Owner | /property/detailmortgageowner | longitude | The longitude of the property in degrees | property.location.longitude |
Property Detail Mortgage Owner | /property/detailmortgageowner | distance | Distance | property.location.distance |
Property Detail Mortgage Owner | /property/detailmortgageowner | geoid | GeoID | property.location.geoid |
Property Detail Mortgage Owner | /property/detailmortgageowner | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Detail Mortgage Owner | /property/detailmortgageowner | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Detail Mortgage Owner | /property/detailmortgageowner | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Detail Mortgage Owner | /property/detailmortgageowner | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Detail Mortgage Owner | /property/detailmortgageowner | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Detail Mortgage Owner | /property/detailmortgageowner | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Detail Mortgage Owner | /property/detailmortgageowner | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Detail Mortgage Owner | /property/detailmortgageowner | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Detail Mortgage Owner | /property/detailmortgageowner | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Detail Mortgage Owner | /property/detailmortgageowner | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Detail Mortgage Owner | /property/detailmortgageowner | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Property Detail Mortgage Owner | /property/detailmortgageowner | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Property Detail Mortgage Owner | /property/detailmortgageowner | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Detail Mortgage Owner | /property/detailmortgageowner | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Detail Mortgage Owner | /property/detailmortgageowner | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Detail Mortgage Owner | /property/detailmortgageowner | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Detail Mortgage Owner | /property/detailmortgageowner | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Property Detail Mortgage Owner | /property/detailmortgageowner | watertype | Water Type | property.utilities.watertype |
Property Detail Mortgage Owner | /property/detailmortgageowner | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Property Detail Mortgage Owner | /property/detailmortgageowner | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Property Detail Mortgage Owner | /property/detailmortgageowner | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Property Detail Mortgage Owner | /property/detailmortgageowner | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Property Detail Mortgage Owner | /property/detailmortgageowner | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Property Detail Mortgage Owner | /property/detailmortgageowner | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Detail Mortgage Owner | /property/detailmortgageowner | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Detail Mortgage Owner | /property/detailmortgageowner | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Property Detail Mortgage Owner | /property/detailmortgageowner | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Property Detail Owner | /property/detailowner | bathspartial | The 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/detailmortgageowner | bathstotal | The 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/detailmortgageowner | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Detail Mortgage Owner | /property/detailmortgageowner | roomsTotal | The 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/detailmortgageowner | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Detail Mortgage Owner | /property/detailmortgageowner | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Detail Mortgage Owner | /property/detailmortgageowner | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Property Detail Mortgage Owner | /property/detailmortgageowner | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Property Detail Mortgage Owner | /property/detailmortgageowner | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Detail Mortgage Owner | /property/detailmortgageowner | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Property Detail Mortgage Owner | /property/detailmortgageowner | condition | Indicates the Building Condition | property.building.construction.condition |
Property Detail Mortgage Owner | /property/detailmortgageowner | constructiontype | Construction Type | property.building.construction.constructiontype |
Property Detail Mortgage Owner | /property/detailmortgageowner | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Property Detail Mortgage Owner | /property/detailmortgageowner | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Detail Mortgage Owner | /property/detailmortgageowner | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Property Detail Mortgage Owner | /property/detailmortgageowner | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Detail Mortgage Owner | /property/detailmortgageowner | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Detail Mortgage Owner | /property/detailmortgageowner | garagetype | Indicates 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/detailmortgageowner | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Detail Mortgage Owner | /property/detailmortgageowner | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Detail Mortgage Owner | /property/detailmortgageowner | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Detail Mortgage Owner | /property/detailmortgageowner | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.parking.archStyle |
Property Detail Mortgage Owner | /property/detailmortgageowner | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Property Detail Mortgage Owner | /property/detailmortgageowner | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Property Detail Mortgage Owner | /property/detailmortgageowner | imprType | Indicates the Building Type | property.building.summary.imprType |
Property Detail Mortgage Owner | /property/detailmortgageowner | levels | The 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/detailmortgageowner | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Property Detail Mortgage Owner | /property/detailmortgageowner | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Property Detail Mortgage Owner | /property/detailmortgageowner | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Detail Mortgage Owner | /property/detailmortgageowner | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Detail Mortgage Owner | /property/detailmortgageowner | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Property Detail Mortgage Owner | /property/detailmortgageowner | view | Indicates 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/detailmortgageowner | lastname | For private individuals, the last name of the first lender | property.mortgage.lender.lastname |
Property Detail Mortgage Owner | /property/detailmortgageowner | firstname | For private individuals, the first name of the first lender. For companies, the complete name of the first lender | property.mortgage.lender.firstname |
Property Detail Mortgage Owner | /property/detailmortgageowner | address | Street number and street name segment of the Lender's address | property.mortgage.lender.address |
Property Detail Mortgage Owner | /property/detailmortgageowner | city | City segment of the Lender's address | property.mortgage.lender.city |
Property Detail Mortgage Owner | /property/detailmortgageowner | state | State segment of the Lender's address | property.mortgage.lender.state |
Property Detail Mortgage Owner | /property/detailmortgageowner | zip | ZIP+4 Code segment of the Lender's address | property.mortgage.lender.zip |
Property Detail Mortgage Owner | /property/detailmortgageowner | companycode | Unique Lender Code assigned to the respective lender's name below | property.mortgage.lender.companycode |
Property Detail Mortgage Owner | /property/detailmortgageowner | companyname | Mortgage title company name | property.mortgage.title.companyname |
Property Detail Mortgage Owner | /property/detailmortgageowner | companycode | Mortgage title company code | property.mortgage.title.companycode |
Property Detail Mortgage Owner | /property/detailmortgageowner | amount | Loan Amount for the mortgage/deed of trust | property.mortgage.amount |
Property Detail Mortgage Owner | /property/detailmortgageowner | date | Mortgage date | property.mortgage.date |
Property Detail Mortgage Owner | /property/detailmortgageowner | interestrate | Interest rate for the loan | property.mortgage.interestrate |
Property Detail Mortgage Owner | /property/detailmortgageowner | loantypecode | Mortgage loan type code | property.mortgage.loantypecode |
Property Detail Mortgage Owner | /property/detailmortgageowner | deedtype | Mortgage deed type | property.mortgage.deedtype |
Property Detail Mortgage Owner | /property/detailmortgageowner | term | Loan Term in Months | property.mortgage.term |
Property Detail Mortgage Owner | /property/detailmortgageowner | duedate | Mortgage due date | property.mortgage.duedate |
Property Detail Mortgage Owner | /property/detailmortgageowner | interestratetype | Indicates the type of interest rate | property.mortgage.interestratetype |
Property Detail Mortgage Owner | /property/detailmortgageowner | equityflag | Indicates that the Loan is an Equity Type Loan | property.mortgage.equityflag |
Property Detail Mortgage Owner | /property/detailmortgageowner | refiflag | Refinance Flag | property.mortgage.refiflag |
Property Detail Mortgage Owner | /property/detailmortgageowner | corporateindicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Property Detail Mortgage Owner | /property/detailmortgageowner | lastname | Last Name of First Owner | property.owner.owner1.lastname |
Property Detail Mortgage Owner | /property/detailmortgageowner | firstnameandmi | First Name and Middle Initial of First Owner | property.owner.owner1.firstnameandmi |
Property Detail Mortgage Owner | /property/detailmortgageowner | lastname | Last Name of Second Owner | property.owner.owner2.lastname |
Property Detail Mortgage Owner | /property/detailmortgageowner | firstnameandmi | First Name and Middle Initial of Second Owner | property.owner.owner2.firstnameandmi |
Property Detail Mortgage Owner | /property/detailmortgageowner | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Property Detail Mortgage Owner | /property/detailmortgageowner | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Property Detail Mortgage Owner | /property/detailmortgageowner | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Property Detail Mortgage Owner | /property/detailmortgageowner | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Property Detail Mortgage Owner | /property/detailmortgageowner | owneretalindicator | Indicates if there are additional owners on title - Et Al = Latin for 'and others' | property.owner.owneretalindicator |
Property Detail Mortgage Owner | /property/detailmortgageowner | careofname | "Care Of" name, if any | property.owner.careofname |
Property Detail Mortgage Owner | /property/detailmortgageowner | ownerrelationshiprightscode | Derived 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/detailmortgageowner | ownerrelationshiptype | Owner relationship type, i.e. married man, beneficiary, etc... | property.owner.ownerrelationshiptype |
Property Detail Mortgage Owner | /property/detailmortgageowner | partialinterestindicator | Indicates if a percentage of the legal ownership was transferred - If a singular percentage can be discerned, see percentage field | property.owner.partialinterestindicator |
Property Detail Mortgage Owner | /property/detailmortgageowner | absenteeownerstatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeownerstatus |
Property Detail Mortgage Owner | /property/detailmortgageowner | mailingaddressoneline | One line mailing address | property.owner.mailingaddressoneline |
Property Detail Mortgage Owner | /property/detailmortgageowner | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Detail Mortgage Owner | /property/detailmortgageowner | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Snapshot | /property/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Snapshot | /property/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Snapshot | /property/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Snapshot | /property/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Snapshot | /property/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Snapshot | /property/snapshot | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Property Snapshot | /property/snapshot | bldgName | Building Name | property.address.bldgName |
Property Snapshot | /property/snapshot | country | The ISO-3166-2 country code | property.address.country |
Property Snapshot | /property/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Snapshot | /property/snapshot | line1 | First line of the property address | property.address.line1 |
Property Snapshot | /property/snapshot | line2 | Second line of the property address | property.address.line2 |
Property Snapshot | /property/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Snapshot | /property/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Snapshot | /property/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
Property Snapshot | /property/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Snapshot | /property/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Snapshot | /property/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Snapshot | /property/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Snapshot | /property/snapshot | elevation | The elevation of the property if available | property.location.elevation |
Property Snapshot | /property/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
Property Snapshot | /property/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
Property Snapshot | /property/snapshot | distance | Distance | property.location.distance |
Property Snapshot | /property/snapshot | geoid | GeoID | property.location.geoid |
Property Snapshot | /property/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Snapshot | /property/snapshot | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Property Snapshot | /property/snapshot | propsubtype | A sub-classification of the property | property.summary.propsubtype |
Property Snapshot | /property/snapshot | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Property Snapshot | /property/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Snapshot | /property/snapshot | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Property Snapshot | /property/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Snapshot | /property/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Snapshot | /property/snapshot | universalsize | Derived living or building square footage | property.building.size.universalsize |
Property Snapshot | /property/snapshot | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathstotal |
Property Snapshot | /property/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Snapshot | /property/snapshot | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Snapshot | /property/snapshot | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Basic Profile | /property/basicprofile | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Basic Profile | /property/basicprofile | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Basic Profile | /property/basicprofile | multiApn | Flag used to indicate a multiple parcel transaction | property.identifier.multiApn |
Property Basic Profile | /property/basicprofile | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Basic Profile | /property/basicprofile | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Basic Profile | /property/basicprofile | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Basic Profile | /property/basicprofile | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Basic Profile | /property/basicprofile | lotNum | Lot number | property.lot.lotNum |
Property Basic Profile | /property/basicprofile | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
Property Basic Profile | /property/basicprofile | lotSize2 | Indicates the lot size, in square feet | property.lot.lotSize2 |
Property Basic Profile | /property/basicprofile | zoningType | The jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction. | property.lot.zoningType |
Property Basic Profile | /property/basicprofile | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
Property Basic Profile | /property/basicprofile | subdName | Subdivision name | property.area.subdName |
Property Basic Profile | /property/basicprofile | subdTractNum | Subdivision tract number | property.area.subdTractNum |
Property Basic Profile | /property/basicprofile | censusTractIdent | US Census assigned Tract Code for subject property. | property.area.censusTractIdent |
Property Basic Profile | /property/basicprofile | censusBlockGroup | US Census assigned Block Group for subject property. | property.area.censusBlockGroup |
Property Basic Profile | /property/basicprofile | bldgName | Building Name | property.address.bldgName |
Property Basic Profile | /property/basicprofile | country | The ISO-3166-2 country code | property.address.country |
Property Basic Profile | /property/basicprofile | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Basic Profile | /property/basicprofile | line1 | First line of the property address | property.address.line1 |
Property Basic Profile | /property/basicprofile | line2 | Second line of the property address | property.address.line2 |
Property Basic Profile | /property/basicprofile | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Basic Profile | /property/basicprofile | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Basic Profile | /property/basicprofile | oneLine | Full property address on a single line | property.address.oneLine |
Property Basic Profile | /property/basicprofile | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Basic Profile | /property/basicprofile | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Basic Profile | /property/basicprofile | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Basic Profile | /property/basicprofile | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Basic Profile | /property/basicprofile | elevation | The elevation of the property if available | property.location.elevation |
Property Basic Profile | /property/basicprofile | latitude | The latitude of the property in degrees | property.location.latitude |
Property Basic Profile | /property/basicprofile | longitude | The longitude of the property in degrees | property.location.longitude |
Property Basic Profile | /property/basicprofile | distance | Distance | property.location.distance |
Property Basic Profile | /property/basicprofile | geoid | GeoID | property.location.geoid |
Property Basic Profile | /property/basicprofile | geoIdV4 | GeoIDV4 | property.location.geoiIdV4 |
Property Basic Profile | /property/basicprofile | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Basic Profile | /property/basicprofile | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Property Basic Profile | /property/basicprofile | propSubType | A sub-classification of the property | property.summary.propSubType |
Property Basic Profile | /property/basicprofile | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Property Basic Profile | /property/basicprofile | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Basic Profile | /property/basicprofile | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Property Basic Profile | /property/basicprofile | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Basic Profile | /property/basicprofile | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Basic Profile | /property/basicprofile | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Basic Profile | /property/basicprofile | dateOfLastQuitClaim | Recording Date of the most recent Quit Claim recording, or similar. i.e. Interspousal/Gift/etc... | property.summary.dateOfLastQuitClaim |
Property Basic Profile | /property/basicprofile | coolingType | Indicates the method or system used to provide cooling | property.utilities.coolingType |
Property Basic Profile | /property/basicprofile | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Basic Profile | /property/basicprofile | heatingFuel | Indicates the primary heating fuel used | property.utilities.heatingFuel |
Property Basic Profile | /property/basicprofile | heatingType | Indicates the method or system used to provide heat | property.utilities.heatingType |
Property Basic Profile | /property/basicprofile | sewerType | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewerType |
Property Basic Profile | /property/basicprofile | wallType | Indicates the primary exterial wall covering material | property.utilities.wallType |
Property Basic Profile | /property/basicprofile | sequenceSaleHistory | Sequence of the transaction history | property.sale.sequenceSaleHistory |
Property Basic Profile | /property/basicprofile | saleSearchDate | The standardized date for search purposes | property.sale.saleSearchDate |
Property Basic Profile | /property/basicprofile | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDatze |
Property Basic Profile | /property/basicprofile | saleAmt | Sale Price | property.sale.saleAmountData.saleAmt |
Property Basic Profile | /property/basicprofile | saleCode | Code indicating whether the sale amount is actual or estimated | property.sale.saleAmountData.saleCode |
Property Basic Profile | /property/basicprofile | saleRecDate | The recorded date on the recorded document | property.sale.saleAmountData.saleRecDate |
Property Basic Profile | /property/basicprofile | saleDisclosureType | Indicates 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/basicprofile | saleDocNum | The Recorded Instrument's Document Number | property.sale.saleAmountData.saleDocNum |
Property Basic Profile | /property/basicprofile | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.saleAmountData.saleDocType |
Property Basic Profile | /property/basicprofile | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.sale.saleAmountData.saleTransType |
Property Basic Profile | /property/basicprofile | bldgSize | Total square feet of all structures on the property | property.building.size.bldgSize |
Property Basic Profile | /property/basicprofile | grossSize | Gross square feet of all structures on the property | property.building.size.grossSize |
Property Basic Profile | /property/basicprofile | grossSizeAdjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grossSizeAdjusted |
Property Basic Profile | /property/basicprofile | groundFloorSize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundFloorSize |
Property Basic Profile | /property/basicprofile | livingSize | Living square feet of all structures on the property | property.building.size.livingSize |
Property Basic Profile | /property/basicprofile | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Basic Profile | /property/basicprofile | universalSize | Derived living or building square footage | property.building.size.universalSize |
Property Basic Profile | /property/basicprofile | atticSize | Attic Size | property.building.size.atticSize |
Property Basic Profile | /property/basicprofile | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathFixtures |
Property Basic Profile | /property/basicprofile | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsFull |
Property Basic Profile | /property/basicprofile | bathsPartial | The 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/basicprofile | bathstotal | The 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/basicprofile | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Basic Profile | /property/basicprofile | roomsTotal | The 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/basicprofile | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
Property Basic Profile | /property/basicprofile | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Basic Profile | /property/basicprofile | bsmtFinishedPercent | Percentage of the finished basement footage against the total basement footage | property.building.interior.bsmtFinishedPercent |
Property Basic Profile | /property/basicprofile | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Basic Profile | /property/basicprofile | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
Property Basic Profile | /property/basicprofile | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Basic Profile | /property/basicprofile | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
Property Basic Profile | /property/basicprofile | condition | Indicates the Building Condition | property.building.construction.condition |
Property Basic Profile | /property/basicprofile | constructionType | Construction Type | property.building.construction.constructionType |
Property Basic Profile | /property/basicprofile | foundationType | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationType |
Property Basic Profile | /property/basicprofile | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Basic Profile | /property/basicprofile | buildingShapeType | Building Shape Type | property.building.construction.buildingShapeType |
Property Basic Profile | /property/basicprofile | buildingShapeDescription | Building Shape Description | property.building.construction.buildingShapeDescription |
Property Basic Profile | /property/basicprofile | garageType | Indicates 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/basicprofile | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Basic Profile | /property/basicprofile | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Basic Profile | /property/basicprofile | levels | The 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/basicprofile | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Basic Profile | /property/basicprofile | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Basic Profile | /property/basicprofile | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Property Basic Profile | /property/basicprofile | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
Property Basic Profile | /property/basicprofile | assdImprValue | Assessed Value of the improvement(s) | property.assessment.assessed.assdImprValue |
Property Basic Profile | /property/basicprofile | assdLandValue | Assessed Value of the land | property.assessment.assessed.assdLandValue |
Property Basic Profile | /property/basicprofile | assdTtlValue | Total Assessed Value | property.assessment.assessed.assdTtlValue |
Property Basic Profile | /property/basicprofile | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
Property Basic Profile | /property/basicprofile | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Property Basic Profile | /property/basicprofile | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
Property Basic Profile | /property/basicprofile | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
Property Basic Profile | /property/basicprofile | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
Property Basic Profile | /property/basicprofile | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
Property Basic Profile | /property/basicprofile | ExemptionAmount1 | Homeowner exemption amount | property.assessment.tax.exemption.ExemptionAmount1 |
Property Basic Profile | /property/basicprofile | ExemptionAmount2 | Disabled person exemption amount | property.assessment.tax.exemption.ExemptionAmount2 |
Property Basic Profile | /property/basicprofile | ExemptionAmount3 | Senior person exemption amount | property.assessment.tax.exemption.ExemptionAmount3 |
Property Basic Profile | /property/basicprofile | ExemptionAmount4 | Veteran exemption amount | property.assessment.tax.exemption.ExemptionAmount4 |
Property Basic Profile | /property/basicprofile | ExemptionAmount5 | Widow exemption amount | property.assessment.tax.exemption.ExemptionAmount5 |
Property Basic Profile | /property/basicprofile | Additional | Flag used to indicate additional tax exemptions | property.assessment.tax.exemptiontype.additional |
Property Basic Profile | /property/basicprofile | Disabled | The disabled tax exemption indicator for disabled homeowner | property.assessment.tax.exemptiontype.disabled |
Property Basic Profile | /property/basicprofile | Homeowner | The homeowner tax indicator observed by the assessor | property.assessment.tax.exemptiontype.homeowner |
Property Basic Profile | /property/basicprofile | Senior | The senior tax exemption indicator for a senior homeowner | property.assessment.tax.exemptiontype.senior |
Property Basic Profile | /property/basicprofile | Veteran | The veteran tax exemption indicator for a veteran homeowner | property.assessment.tax.exemptiontype.veteran |
Property Basic Profile | /property/basicprofile | Widow | The widow tax exemption indicator for a widow homeowner | property.assessment.tax.exemptiontype.widow |
Property Basic Profile | /property/basicprofile | delinquentyear | The tax year for which property taxes have not been paid by the owner or impound account | property.assessment.delinquentyear |
Property Basic Profile | /property/basicprofile | improvementPercent | Percentage of the improvement value against the total value | property.assessment.improvementPercent |
Property Basic Profile | /property/basicprofile | corporateindicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Property Basic Profile | /property/basicprofile | lastname | Last Name of First Owner | property.assessment.owner.owner1.lastname |
Property Basic Profile | /property/basicprofile | firstnameandmi | First Name and Middle Initial of First Owner | property.assessment.owner.owner1.firstnameandmi |
Property Basic Profile | /property/basicprofile | lastname | Last Name of Second Owner | property.assessment.owner.owner2.lastname |
Property Basic Profile | /property/basicprofile | firstnameandmi | First Name and Middle Initial of Second Owner | property.assessment.owner.owner2.firstnameandmi |
Property Basic Profile | /property/basicprofile | lastname | Last Name of Third Owner | property.assessment.owner.owner3.lastname |
Property Basic Profile | /property/basicprofile | firstnameandmi | First Name and Middle Initial of Third Owner | property.assessment.owner.owner3.firstnameandmi |
Property Basic Profile | /property/basicprofile | lastname | Last Name of Fourth Owner | property.assessment.owner.owner4.lastname |
Property Basic Profile | /property/basicprofile | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.assessment.owner.owner4.firstnameandmi |
Property Basic Profile | /property/basicprofile | absenteeOwnerStatus | Owner status code - "A" or "O" - Logic based | property.assessment.owner.absenteeOwnerStatus |
Property Basic Profile | /property/basicprofile | mailingAddressOneLine | One line mailing address | property.assessment.owner.mailingAddressOneLine |
Property Basic Profile | /property/basicprofile | trustDeedDocumentNumber | Loan Document Number | property.assessment.mortgage.FirstConcurrent.trustDeedDocumentNumber |
Property Basic Profile | /property/basicprofile | amount | Loan Amount for the mortgage/deed of trust | property.assessment.mortgage.FirstConcurrent.amount |
Property Basic Profile | /property/basicprofile | LenderFirstName | For 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/basicprofile | lenderLastName | For private individuals, the last name of the first lender | property.assessment.mortgage.FirstConcurrent.lenderLastName |
Property Basic Profile | /property/basicprofile | trustDeedDocumentNumber | Loan Document Number | property.assessment.mortgage.SecondConcurrent.trustDeedDocumentNumber |
Property Basic Profile | /property/basicprofile | amount | Loan Amount for the mortgage/deed of trust | property.assessment.mortgage.SecondConcurrent.amount |
Property Basic Profile | /property/basicprofile | LenderFirstName | For private individuals, the first name of the second lender. For companies, the complete name of the second lender | property.assessment.mortgage.SecondConcurrent.LenderFirstName |
Property Basic Profile | /property/basicprofile | lenderLastName | For private individuals, the last name of the second lender | property.assessment.mortgage.SecondConcurrent.LenderLastName |
Property Basic Profile | /property/basicprofile | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Basic Profile | /property/basicprofile | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Expanded Profile | /property/expandedprofile | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Expanded Profile | /property/expandedprofile | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Expanded Profile | /property/expandedprofile | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Expanded Profile | /property/expandedprofile | multiApn | Flag used to indicate a multiple parcel transaction | property.identifier.multiApn |
Property Expanded Profile | /property/expandedprofile | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Expanded Profile | /property/expandedprofile | depth | Indicates the lot depth, in feet | property.lot.depth |
Property Expanded Profile | /property/expandedprofile | frontage | Indicates the lot width, in feet | property.lot.frontage |
Property Expanded Profile | /property/expandedprofile | lotNum | Lot number | property.lot.lotNum |
Property Expanded Profile | /property/expandedprofile | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
Property Expanded Profile | /property/expandedprofile | lotSize2 | Indicates the lot size, in square feet | property.lot.lotSize2 |
Property Expanded Profile | /property/expandedprofile | zoningType | The jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction. | property.lot.zoningType |
Property Expanded Profile | /property/expandedprofile | siteZoningIdent | The jurisdiction-specific zoned use value. Typically codified by the controlling jurisdiction. | property.lot.siteZoningIdent |
Property Expanded Profile | /property/expandedprofile | poolType | Indicates the type of pool. | property.lot.poolType |
Property Expanded Profile | /property/expandedprofile | blockNum | Block number | property.area.blockNum |
Property Expanded Profile | /property/expandedprofile | locType | The type of location such as waterfront, beach, airport, etc... | property.area.locType |
Property Expanded Profile | /property/expandedprofile | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
Property Expanded Profile | /property/expandedprofile | countyUse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyUse1 |
Property Expanded Profile | /property/expandedprofile | munCode | Municipality / Township Code | property.area.munCode |
Property Expanded Profile | /property/expandedprofile | munName | Municipality / Township Name | property.area.munName |
Property Expanded Profile | /property/expandedprofile | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Property Expanded Profile | /property/expandedprofile | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Property Expanded Profile | /property/expandedprofile | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Property Expanded Profile | /property/expandedprofile | subdName | Subdivision name | property.area.subdName |
Property Expanded Profile | /property/expandedprofile | subdTractNum | Subdivision tract number | property.area.subdTractNum |
Property Expanded Profile | /property/expandedprofile | taxCodeArea | Indicates the taxing district code as provided by the assessor | property.area.taxCodeArea |
Property Expanded Profile | /property/expandedprofile | censusTractIdent | US Census assigned Tract Code for subject property. | property.area.censusTractIdent |
Property Expanded Profile | /property/expandedprofile | censusBlockGroup | US Census assigned Block Group for subject property. | property.area.censusBlockGroup |
Property Expanded Profile | /property/expandedprofile | bldgName | Building Name | property.address.bldgName |
Property Expanded Profile | /property/expandedprofile | country | The ISO-3166-2 country code | property.address.country |
Property Expanded Profile | /property/expandedprofile | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Expanded Profile | /property/expandedprofile | line1 | First line of the property address | property.address.line1 |
Property Expanded Profile | /property/expandedprofile | line2 | Second line of the property address | property.address.line2 |
Property Expanded Profile | /property/expandedprofile | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Expanded Profile | /property/expandedprofile | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Expanded Profile | /property/expandedprofile | oneLine | Full property address on a single line | property.address.oneLine |
Property Expanded Profile | /property/expandedprofile | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Expanded Profile | /property/expandedprofile | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Expanded Profile | /property/expandedprofile | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Expanded Profile | /property/expandedprofile | stateFips | State FIPS code | property.address.stateFips |
Property Expanded Profile | /property/expandedprofile | unitNumberIdent | Legal unit name or number. Multiple unit numbers may exist in the same field. | property.address.unitNumberIdent |
Property Expanded Profile | /property/expandedprofile | situsHouseNumber | The site address house number and fraction. | property.address.situsHouseNumber |
Property Expanded Profile | /property/expandedprofile | situsDirection | The pre directional of the site address. | property.address.situsDirection |
Property Expanded Profile | /property/expandedprofile | situsStreetName | The site address street name. | property.address.situsStreetName |
Property Expanded Profile | /property/expandedprofile | situsAddressSuffix | The site address street name suffix. | property.address.situsAddressSuffix |
Property Expanded Profile | /property/expandedprofile | situsPostDirection | The post-directional of the site address. | property.address.situsPostDirection |
Property Expanded Profile | /property/expandedprofile | situsUnitPrefix | The site address unit number Prefix. | property.address.situsUnitPrefix |
Property Expanded Profile | /property/expandedprofile | situsUnitValue | The site address unit number. | property.address.situsUnitValue |
Property Expanded Profile | /property/expandedprofile | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Expanded Profile | /property/expandedprofile | elevation | The elevation of the property if available | property.location.elevation |
Property Expanded Profile | /property/expandedprofile | latitude | The latitude of the property in degrees | property.location.latitude |
Property Expanded Profile | /property/expandedprofile | longitude | The longitude of the property in degrees | property.location.longitude |
Property Expanded Profile | /property/expandedprofile | distance | Distance | property.location.distance |
Property Expanded Profile | /property/expandedprofile | geoid | GeoID | property.location.geoid |
Property Expanded Profile | /property/expandedprofile | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Expanded Profile | /property/expandedprofile | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.summary.archStyle |
Property Expanded Profile | /property/expandedprofile | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Property Expanded Profile | /property/expandedprofile | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Property Expanded Profile | /property/expandedprofile | propSubType | A sub-classification of the property | property.summary.propSubType |
Property Expanded Profile | /property/expandedprofile | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Property Expanded Profile | /property/expandedprofile | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Expanded Profile | /property/expandedprofile | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Property Expanded Profile | /property/expandedprofile | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Expanded Profile | /property/expandedprofile | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Expanded Profile | /property/expandedprofile | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Property Expanded Profile | /property/expandedprofile | quitClaimFlag | Indicates that the transaction is a Quit Claim. | property.summary.quitClaimFlag |
Property Expanded Profile | /property/expandedprofile | REOflag | Transaction represents a repossession by the mortgage beneficary | property.summary.REOflag |
Property Expanded Profile | /property/expandedprofile | dateOfLastQuitClaim | Recording Date of the most recent Quit Claim recording, or similar. i.e. Interspousal/Gift/etc... | property.summary.dateOfLastQuitClaim |
Property Expanded Profile | /property/expandedprofile | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Property Expanded Profile | /property/expandedprofile | energyType | Indicates the available electrical source | property.utilities.energyType |
Property Expanded Profile | /property/expandedprofile | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Property Expanded Profile | /property/expandedprofile | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Property Expanded Profile | /property/expandedprofile | sewerType | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewerType |
Property Expanded Profile | /property/expandedprofile | bldgSize | Total square feet of all structures on the property | property.building.size.bldgSize |
Property Expanded Profile | /property/expandedprofile | grossSize | Gross square feet of all structures on the property | property.building.size.grossSize |
Property Expanded Profile | /property/expandedprofile | grossSizeAdjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grossSizeAdjusted |
Property Expanded Profile | /property/expandedprofile | groundFloorSize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundFloorSize |
Property Expanded Profile | /property/expandedprofile | livingSize | Living square feet of all structures on the property | property.building.size.livingSize |
Property Expanded Profile | /property/expandedprofile | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Property Expanded Profile | /property/expandedprofile | universalSize | Derived living or building square footage | property.building.size.universalSize |
Property Expanded Profile | /property/expandedprofile | atticSize | Attic Size | property.building.size.atticSize |
Property Expanded Profile | /property/expandedprofile | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathFixtures |
Property Expanded Profile | /property/expandedprofile | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsFull |
Property Expanded Profile | /property/expandedprofile | bathsPartial | The 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/expandedprofile | bathstotal | The 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/expandedprofile | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Expanded Profile | /property/expandedprofile | roomsTotal | The 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/expandedprofile | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
Property Expanded Profile | /property/expandedprofile | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Property Expanded Profile | /property/expandedprofile | bsmtFinishedPercent | Percentage of the finished basement footage against the total basement footage | property.building.interior.bsmtFinishedPercent |
Property Expanded Profile | /property/expandedprofile | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Property Expanded Profile | /property/expandedprofile | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
Property Expanded Profile | /property/expandedprofile | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Property Expanded Profile | /property/expandedprofile | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
Property Expanded Profile | /property/expandedprofile | condition | Indicates the Building Condition | property.building.construction.condition |
Property Expanded Profile | /property/expandedprofile | constructionType | Construction Type | property.building.construction.constructionType |
Property Expanded Profile | /property/expandedprofile | foundationType | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationType |
Property Expanded Profile | /property/expandedprofile | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Property Expanded Profile | /property/expandedprofile | roofCover | Indicates the primary finish material of which the roof is made | property.building.construction.roofCover |
Property Expanded Profile | /property/expandedprofile | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Property Expanded Profile | /property/expandedprofile | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Property Expanded Profile | /property/expandedprofile | propertyStructureMajorImprovementsYear | Year in which "permitted" major improvements were made to the property | property.building.construction.propertyStructureMajorImprovementsYear |
Property Expanded Profile | /property/expandedprofile | buildingShapeType | Building Shape Type | property.building.construction.buildingShapeType |
Property Expanded Profile | /property/expandedprofile | buildingShapeDescription | Building Shape Description | property.building.construction.buildingShapeDescription |
Property Expanded Profile | /property/expandedprofile | garageType | Indicates 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/expandedprofile | prkgSize | Garage square footage | property.building.parking.prkgSize |
Property Expanded Profile | /property/expandedprofile | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Property Expanded Profile | /property/expandedprofile | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Property Expanded Profile | /property/expandedprofile | levels | The 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/expandedprofile | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Property Expanded Profile | /property/expandedprofile | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Property Expanded Profile | /property/expandedprofile | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Property Expanded Profile | /property/expandedprofile | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
Property Expanded Profile | /property/expandedprofile | sellerName | Name of seller(s) on the recorded document | property.sale.sellerName |
Property Expanded Profile | /property/expandedprofile | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
Property Expanded Profile | /property/expandedprofile | saleSearchDate | The standardized date for search purposes | property.sale.saleSearchDate |
Property Expanded Profile | /property/expandedprofile | armsLengthIdent | Deed representing a transfer between two otherwise unrelated or affiliated parties. | property.sale.armsLengthIdent |
Property Expanded Profile | /property/expandedprofile | saleAmt | Sale Price | property.sale.amount.saleAmt |
Property Expanded Profile | /property/expandedprofile | saleCode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.saleCode |
Property Expanded Profile | /property/expandedprofile | saleRecDate | The recorded date on the recorded document | property.sale.amount.saleRecDate |
Property Expanded Profile | /property/expandedprofile | saleDisclosureType | Indicates 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/expandedprofile | saleDocNum | The Recorded Instrument's Document Number | property.sale.amount.saleDocNum |
Property Expanded Profile | /property/expandedprofile | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saleDocType |
Property Expanded Profile | /property/expandedprofile | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saleTransType |
Property Expanded Profile | /property/expandedprofile | pricePerBed | The sale amount per bedroom for the property | property.sale.calculation.pricePerBed |
Property Expanded Profile | /property/expandedprofile | pricePerSizeUnit | The sale price per square foot of the property | property.sale.calculation.pricePerSizeUnit |
Property Expanded Profile | /property/expandedprofile | assdImprValue | Assessed Value of the improvement(s) | property.assessment.assessed.assdImprValue |
Property Expanded Profile | /property/expandedprofile | assdLandValue | Assessed Value of the land | property.assessment.assessed.assdLandValue |
Property Expanded Profile | /property/expandedprofile | assdTtlValue | Total Assessed Value | property.assessment.assessed.assdTtlValue |
Property Expanded Profile | /property/expandedprofile | mktImprValue | Market Value of the improvement(s) | property.assessment.market.mktImprValue |
Property Expanded Profile | /property/expandedprofile | mktLandValue | Market Value of the land | property.assessment.market.mktLandValue |
Property Expanded Profile | /property/expandedprofile | mktTtlValue | Total Market Value | property.assessment.market.mktTtlValue |
Property Expanded Profile | /property/expandedprofile | taxAmt | Tax Amount billed for the respective Tax Year | property.assessment.tax.taxAmt |
Property Expanded Profile | /property/expandedprofile | taxPerSizeUnit | The total taxes per square foot for the property | property.assessment.tax.taxPerSizeUnit |
Property Expanded Profile | /property/expandedprofile | taxYear | The respective year of the property taxes being provided | property.assessment.tax.taxYear |
Property Expanded Profile | /property/expandedprofile | ExemptionAmount1 | Homeowner exemption amount | property.assessment.tax.exemption.ExemptionAmount1 |
Property Expanded Profile | /property/expandedprofile | ExemptionAmount2 | Disabled person exemption amount | property.assessment.tax.exemption.ExemptionAmount2 |
Property Expanded Profile | /property/expandedprofile | ExemptionAmount3 | Senior person exemption amount | property.assessment.tax.exemption.ExemptionAmount3 |
Property Expanded Profile | /property/expandedprofile | ExemptionAmount4 | Veteran exemption amount | property.assessment.tax.exemption.ExemptionAmount4 |
Property Expanded Profile | /property/expandedprofile | ExemptionAmount5 | Widow exemption amount | property.assessment.tax.exemption.ExemptionAmount5 |
Property Expanded Profile | /property/expandedprofile | Additional | Flag used to indicate additional tax exemptions | property.assessment.tax.exemptiontype.additional |
Property Expanded Profile | /property/expandedprofile | Disabled | The disabled tax exemption indicator for disabled homeowner | property.assessment.tax.exemptiontype.disabled |
Property Expanded Profile | /property/expandedprofile | Homeowner | The homeowner tax indicator observed by the assessor | property.assessment.tax.exemptiontype.homeowner |
Property Expanded Profile | /property/expandedprofile | Senior | The senior tax exemption indicator for a senior homeowner | property.assessment.tax.exemptiontype.senior |
Property Expanded Profile | /property/expandedprofile | Veteran | The veteran tax exemption indicator for a veteran homeowner | property.assessment.tax.exemptiontype.veteran |
Property Expanded Profile | /property/expandedprofile | Widow | The widow tax exemption indicator for a widow homeowner | property.assessment.tax.exemptiontype.widow |
Property Expanded Profile | /property/expandedprofile | delinquentyear | The tax year for which property taxes have not been paid by the owner or impound account | property.assessment.delinquentyear |
Property Expanded Profile | /property/expandedprofile | improvementPercent | Percentage of the improvement value against the total value | property.assessment.improvementPercent |
Property Expanded Profile | /property/expandedprofile | fullCashValue | Full Cash Value | property.assessment.fullCashValue |
Property Expanded Profile | /property/expandedprofile | type | Owner Type | property.assessment.owner.type |
Property Expanded Profile | /property/expandedprofile | corporateIndicator | Indicates if owner is a Corporation | property.assessment.owner.corporateIndicator |
Property Expanded Profile | /property/expandedprofile | description | Owner description | property.assessment.owner.description |
Property Expanded Profile | /property/expandedprofile | ownerAfterSpouse | Additional Owners after the Spouse's Name - i.e.: First Owner - JEREZ,ELIAS, Second Owner - JEREZ,AMBIOSIX, Addtl Owner - EVELISA,CRUZ D | property.assessment.owner.ownerAfterSpouse |
Property Expanded Profile | /property/expandedprofile | lastName | Last Name of First Owner | property.assessment.owner.owner1.lastName |
Property Expanded Profile | /property/expandedprofile | firstNameAndMi | First Name and Middle Initial of First Owner | property.assessment.owner.owner1.firstNameAndMi |
Property Expanded Profile | /property/expandedprofile | lastname | Last Name of Second Owner | property.assessment.owner.owner2.lastname |
Property Expanded Profile | /property/expandedprofile | firstnameandmi | First Name and Middle Initial of Second Owner | property.assessment.owner.owner2.firstnameandmi |
Property Expanded Profile | /property/expandedprofile | lastname | Last Name of Third Owner | property.assessment.owner.owner3.lastname |
Property Expanded Profile | /property/expandedprofile | firstnameandmi | First Name and Middle Initial of Third Owner | property.assessment.owner.owner3.firstnameandmi |
Property Expanded Profile | /property/expandedprofile | lastname | Last Name of Fourth Owner | property.assessment.owner.owner4.lastname |
Property Expanded Profile | /property/expandedprofile | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.assessment.owner.owner4.firstnameandmi |
Property Expanded Profile | /property/expandedprofile | trustIndicator | Flag that indicates if the owner is a trust. | property.assessment.owner.owner1.trustIndicator |
Property Expanded Profile | /property/expandedprofile | absenteeOwnerStatus | Owner status code - "A" or "O" - Logic based | property.assessment.owner.absenteeOwnerStatus |
Property Expanded Profile | /property/expandedprofile | mailingAddressOneline | One line mailing address | property.assessment.owner.mailingAddressOneline |
Property Expanded Profile | /property/expandedprofile | trustDeedDocumentNumber | Loan Document Number | property.assessment.mortgage.FirstConcurrent.trustDeedDocumentNumber |
Property Expanded Profile | /property/expandedprofile | ident | Loan's Document number created from document book/page or instrument number. | property.assessment.mortgage.FirstConcurrent.ident |
Property Expanded Profile | /property/expandedprofile | amount | Loan Amount for the mortgage/deed of trust | property.assessment.mortgage.FirstConcurrent.amount |
Property Expanded Profile | /property/expandedprofile | LenderFirstName | For private individuals, the first name of the first lender. For companies, the complete name of the first lender | property.assessment.mortgage.FirstConcurrent.LenderFirstName |
Property Expanded Profile | /property/expandedprofile | LenderLastName | For private individuals, the last name of the first lender | property.assessment.mortgage.FirstConcurrent.LenderLastName |
Property Expanded Profile | /property/expandedprofile | companyCode | Company Code | property.assessment.mortgage.FirstConcurrent.companyCode |
Property Expanded Profile | /property/expandedprofile | date | Mortgage Date | property.assessment.mortgage.FirstConcurrent.date |
Property Expanded Profile | /property/expandedprofile | interestRate | Interest rate for the loan | property.assessment.mortgage.FirstConcurrent.interestRate |
Property Expanded Profile | /property/expandedprofile | loanTypeCode | Loan type | property.assessment.mortgage.FirstConcurrent.loanTypeCode |
Property Expanded Profile | /property/expandedprofile | deedType | Deed Type | property.assessment.mortgage.FirstConcurrent.deedType |
Property Expanded Profile | /property/expandedprofile | term | Loan Term in Months | property.assessment.mortgage.FirstConcurrent.term |
Property Expanded Profile | /property/expandedprofile | dueDate | Mortgage Due Date | property.assessment.mortgage.FirstConcurrent.dueDate |
Property Expanded Profile | /property/expandedprofile | interestRateType | Indicates the type of interest rate | property.assessment.mortgage.FirstConcurrent.interestRateType |
Property Expanded Profile | /property/expandedprofile | equityFlag | Indicates that the Loan is an Equity Type Loan | property.assessment.mortgage.FirstConcurrent.equityFlag |
Property Expanded Profile | /property/expandedprofile | refiFlag | Refinance Flag | property.assessment.mortgage.FirstConcurrent.refiFlag |
Property Expanded Profile | /property/expandedprofile | trustDeedDocumentNumber | Loan Document Number | property.assessment.mortgage.SecondConcurrent.trustDeedDocumentNumber_2 |
Property Expanded Profile | /property/expandedprofile | ident | Loan's Document number created from document book/page or instrument number. | property.assessment.mortgage.SecondConcurrent.ident |
Property Expanded Profile | /property/expandedprofile | amount | Loan Amount for the mortgage/deed of trust | property.assessment.mortgage.SecondConcurrent.amount |
Property Expanded Profile | /property/expandedprofile | LenderFirstName | For private individuals, the first name of the second lender. For companies, the complete name of the second lender | property.assessment.mortgage.SecondConcurrent.LenderFirstName |
Property Expanded Profile | /property/expandedprofile | LenderLastName | For private individuals, the last name of the second lender | property.assessment.mortgage.SecondConcurrent.LenderLastName |
Property Expanded Profile | /property/expandedprofile | companyCode | Company Code | property.assessment.mortgage.SecondConcurrent.companyCode |
Property Expanded Profile | /property/expandedprofile | date | Mortgage Date | property.assessment.mortgage.SecondConcurrent.date |
Property Expanded Profile | /property/expandedprofile | interestRate | Interest rate for the loan | property.assessment.mortgage.SecondConcurrent.interestRate |
Property Expanded Profile | /property/expandedprofile | loanTypeCode | Loan type | property.assessment.mortgage.SecondConcurrent.loanTypeCode |
Property Expanded Profile | /property/expandedprofile | term | Loan Term in Months | property.assessment.mortgage.SecondConcurrent.term |
Property Expanded Profile | /property/expandedprofile | dueDate | Mortgage Due Date | property.assessment.mortgage.SecondConcurrent.dueDate |
Property Expanded Profile | /property/expandedprofile | interestRateType | Indicates the type of interest rate | property.assessment.mortgage.SecondConcurrent.interestRateType |
Property Expanded Profile | /property/expandedprofile | equityFlag | Indicates that the Loan is an Equity Type Loan | property.assessment.mortgage.SecondConcurrent.equityFlag |
Property Expanded Profile | /property/expandedprofile | refiFlag | Refinance Flag | property.assessment.mortgage.SecondConcurrent.refiFlag |
Property Expanded Profile | /property/expandedprofile | companyName | Company Name | property.assessment.mortgage.title.companyName |
Property Expanded Profile | /property/expandedprofile | companyCode | Company Code | property.assessment.mortgage.title.companyCode |
Property Expanded Profile | /property/expandedprofile | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Expanded Profile | /property/expandedprofile | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Property Building Permits | /property/buildingpermits | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Property Building Permits | /property/buildingpermits | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Property Building Permits | /property/buildingpermits | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Property Building Permits | /property/buildingpermits | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Property Building Permits | /property/buildingpermits | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Property Building Permits | /property/buildingpermits | lotSize1 | Indicates the lot size, in acres | property.lot.lotSize1 |
Property Building Permits | /property/buildingpermits | bldgName | Building Name | property.address.bldgName |
Property Building Permits | /property/buildingpermits | country | The ISO-3166-2 country code | property.address.country |
Property Building Permits | /property/buildingpermits | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Property Building Permits | /property/buildingpermits | line1 | First line of the property address | property.address.line1 |
Property Building Permits | /property/buildingpermits | line2 | Second line of the property address | property.address.line2 |
Property Building Permits | /property/buildingpermits | locality | The local city, town or hamlet of the postal address | property.address.locality |
Property Building Permits | /property/buildingpermits | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Property Building Permits | /property/buildingpermits | oneLine | Full property address on a single line | property.address.oneLine |
Property Building Permits | /property/buildingpermits | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Property Building Permits | /property/buildingpermits | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Property Building Permits | /property/buildingpermits | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Property Building Permits | /property/buildingpermits | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Property Building Permits | /property/buildingpermits | elevation | The elevation of the property if available | property.location.elevation |
Property Building Permits | /property/buildingpermits | latitude | The latitude of the property in degrees | property.location.latitude |
Property Building Permits | /property/buildingpermits | longitude | The longitude of the property in degrees | property.location.longitude |
Property Building Permits | /property/buildingpermits | geoId | GeoID | property.location.geoId |
Property Building Permits | /property/buildingpermits | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Property Building Permits | /property/buildingpermits | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Property Building Permits | /property/buildingpermits | propSubType | A sub-classification of the property | property.summary.propSubType |
Property Building Permits | /property/buildingpermits | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Property Building Permits | /property/buildingpermits | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Property Building Permits | /property/buildingpermits | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Property Building Permits | /property/buildingpermits | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Property Building Permits | /property/buildingpermits | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Property Building Permits | /property/buildingpermits | universalSize | Derived living or building square footage | property.building.size.universalSize |
Property Building Permits | /property/buildingpermits | bathsTotal | The 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/buildingpermits | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Property Building Permits | /property/buildingpermits | effectiveDate | The 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/buildingpermits | permitNumber | The official permit number as given by the issuing body. | property.buildingPermits.permitNumber |
Property Building Permits | /property/buildingpermits | status | The permit's last known stage in the building and approval process. These stages vary by jurisdiction. | property.buildingPermits.status |
Property Building Permits | /property/buildingpermits | description | The description of work requiring the permit, as specified by the project owner on the permit. | property.buildingPermits.description |
Property Building Permits | /property/buildingpermits | type | The 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/buildingpermits | subType | The subtype of work the permit is for, as specified by the permit. Values vary by jurisdiction. | property.buildingPermits.subType |
Property Building Permits | /property/buildingpermits | projectName | The project title for the permit, as specified by the project owner on the permit. | property.buildingPermits.projectName |
Property Building Permits | /property/buildingpermits | jobValue | The 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/buildingpermits | fees | The 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/buildingpermits | businessName | The name of the construction company that submitted the building permit. | property.buildingPermits.businessName |
Property Building Permits | /property/buildingpermits | homeOwnerName | The name of the home owner or the person the work is for, as specified on the permit. | property.buildingPermits.homeOwnerName |
Property Building Permits | /property/buildingpermits | lastModified | The date the record was last modified | property.vintage.lastModified |
Property Building Permits | /property/buildingpermits | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sale Detail | /sale/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sale Detail | /sale/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sale Detail | /sale/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sale Detail | /sale/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Sale Detail | /sale/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sale Detail | /sale/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Sale Detail | /sale/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Sale Detail | /sale/detail | lotnum | Lot number | property.lot.lotnum |
Sale Detail | /sale/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Sale Detail | /sale/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Sale Detail | /sale/detail | lottype | Lot type | property.lot.lottype |
Sale Detail | /sale/detail | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Sale Detail | /sale/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
Sale Detail | /sale/detail | blockNum | Block number | property.area.blockNum |
Sale Detail | /sale/detail | locType | The type of location such as waterfront, beach, airport, etc... | property.area.locType |
Sale Detail | /sale/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Sale Detail | /sale/detail | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Sale Detail | /sale/detail | muncode | Municipality / Township Code | property.area.muncode |
Sale Detail | /sale/detail | munname | Municipality / Township Name | property.area.munname |
Sale Detail | /sale/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Sale Detail | /sale/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Sale Detail | /sale/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Sale Detail | /sale/detail | subdname | Subdivision name | property.area.subdname |
Sale Detail | /sale/detail | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Sale Detail | /sale/detail | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Sale Detail | /sale/detail | bldgName | Building Name | property.address.bldgName |
Sale Detail | /sale/detail | country | The ISO-3166-2 country code | property.address.country |
Sale Detail | /sale/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sale Detail | /sale/detail | line1 | First line of the property address | property.address.line1 |
Sale Detail | /sale/detail | line2 | Second line of the property address | property.address.line2 |
Sale Detail | /sale/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sale Detail | /sale/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sale Detail | /sale/detail | oneLine | Full property address on a single line | property.address.oneLine |
Sale Detail | /sale/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sale Detail | /sale/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sale Detail | /sale/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sale Detail | /sale/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sale Detail | /sale/detail | elevation | The elevation of the property if available | property.location.elevation |
Sale Detail | /sale/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Sale Detail | /sale/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Sale Detail | /sale/detail | distance | Distance | property.location.distance |
Sale Detail | /sale/detail | geoid | GeoID | property.location.geoid |
Sale Detail | /sale/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sale Detail | /sale/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Sale Detail | /sale/detail | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Sale Detail | /sale/detail | propsubType | A sub-classification of the property | property.summary.propsubType |
Sale Detail | /sale/detail | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Sale Detail | /sale/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Sale Detail | /sale/detail | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Sale Detail | /sale/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Sale Detail | /sale/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Sale Detail | /sale/detail | legal1 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal1 |
Sale Detail | /sale/detail | legal2 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal2 |
Sale Detail | /sale/detail | legal3 | Legal description as provided in the tax roll and / or recorded instruments | property.summary.legal3 |
Sale Detail | /sale/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Sale Detail | /sale/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
Sale Detail | /sale/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Sale Detail | /sale/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Sale Detail | /sale/detail | sewertype | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewertype |
Sale Detail | /sale/detail | watertype | Water Type | property.utilities.watertype |
Sale Detail | /sale/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Sale Detail | /sale/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Sale Detail | /sale/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Sale Detail | /sale/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Sale Detail | /sale/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Sale Detail | /sale/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Sale Detail | /sale/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
Sale Detail | /sale/detail | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathFixtures |
Sale Detail | /sale/detail | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsFull |
Sale Detail | /sale/detail | bathspartial | The 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/detail | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathsTotal |
Sale Detail | /sale/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Sale Detail | /sale/detail | roomsTotal | The 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/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtSize |
Sale Detail | /sale/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Sale Detail | /sale/detail | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Sale Detail | /sale/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplcCount |
Sale Detail | /sale/detail | fplcInd | Indicates the presence/absence of a fireplace | property.building.interior.fplcInd |
Sale Detail | /sale/detail | fplcType | Indicates the type of fireplace the property contains | property.building.interior.fplcType |
Sale Detail | /sale/detail | condition | Indicates the Building Condition | property.building.construction.condition |
Sale Detail | /sale/detail | constructiontype | Construction Type | property.building.construction.constructionType |
Sale Detail | /sale/detail | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationType |
Sale Detail | /sale/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Sale Detail | /sale/detail | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofCover |
Sale Detail | /sale/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Sale Detail | /sale/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Sale Detail | /sale/detail | garageType | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Sale Detail | /sale/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Sale Detail | /sale/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Sale Detail | /sale/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.summary.archStyle |
Sale Detail | /sale/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Sale Detail | /sale/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Sale Detail | /sale/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
Sale Detail | /sale/detail | levels | The number of stories for the buildings on the property (If multiple buildings exist, the values are aggregated) | property.building.summary.levels |
Sale Detail | /sale/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Sale Detail | /sale/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Sale Detail | /sale/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Sale Detail | /sale/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Sale Detail | /sale/detail | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Sale Detail | /sale/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Sale Detail | /sale/detail | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
Sale Detail | /sale/detail | salesearchdate | The standardized date for search purposes | property.sale.salesearchdate |
Sale Detail | /sale/detail | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
Sale Detail | /sale/detail | saleamt | Sale Price | property.sale.amount.saleamt |
Sale Detail | /sale/detail | salecode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.salecode |
Sale Detail | /sale/detail | salerecdate | The recorded date on the recorded document | property.sale.amount.salerecdate |
Sale Detail | /sale/detail | saledocnum | The Recorded Instrument's Document Number | property.sale.amount.saledocnum |
Sale Detail | /sale/detail | saledoctype | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saledoctype |
Sale Detail | /sale/detail | saledisclosuretype | Indicates 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/detail | saletranstype | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saletranstype |
Sale Detail | /sale/detail | priceperbed | The sale amount per bedroom for the property | property.sale.calculation.priceperbed |
Sale Detail | /sale/detail | pricepersizeunit | The sale price per square foot of the property | property.sale.calculation.pricepersizeunit |
Sale Detail | /sale/detail | interfamily | Indicates that the latest transfer was between related/family members | property.sale.interfamily |
Sale Detail | /sale/detail | resaleornewconstruction | Indicates if the sale was that of a new home or existing home | property.sale.resaleornewconstruction |
Sale Detail | /sale/detail | cashormortgagepurchase | Indicates if the transaction sale is a cash or mortgaged purchase | property.sale.cashormortgagepurchase |
Sale Detail | /sale/detail | ownershiptransferpercentage | Ownership transfer percentage | property.sale.ownershiptransferpercentage |
Sale Detail | /sale/detail | sellercarryback | Indicator that the note is carried by the seller | property.sale.sellercarryback |
Sale Detail | /sale/detail | privatepartylender | Indicator that lender is a private party | property.sale.privatepartylender |
Sale Detail | /sale/detail | constructionloan | Indicates if the loan is a contruction loan | property.sale.constructionloan |
Sale Detail | /sale/detail | foreclosure | Indicates if the transaction is a foreclosure/adverse possession instrument | property.sale.foreclosure |
Sale Detail | /sale/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Sale Detail | /sale/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sale Detail | /sale/detail | lastModified | Last modified date for the transaction | property.sale.vintage.lastModified |
Sale Snapshot | /sale/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sale Snapshot | /sale/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sale Snapshot | /sale/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sale Snapshot | /sale/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Sale Snapshot | /sale/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sale Snapshot | /sale/snapshot | bldgName | Building Name | property.address.bldgName |
Sale Snapshot | /sale/snapshot | country | The ISO-3166-2 country code | property.address.country |
Sale Snapshot | /sale/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sale Snapshot | /sale/snapshot | line1 | First line of the property address | property.address.line1 |
Sale Snapshot | /sale/snapshot | line2 | Second line of the property address | property.address.line2 |
Sale Snapshot | /sale/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sale Snapshot | /sale/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sale Snapshot | /sale/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
Sale Snapshot | /sale/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sale Snapshot | /sale/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sale Snapshot | /sale/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sale Snapshot | /sale/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sale Snapshot | /sale/snapshot | elevation | The elevation of the property if available | property.location.elevation |
Sale Snapshot | /sale/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
Sale Snapshot | /sale/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
Sale Snapshot | /sale/snapshot | distance | Distance | property.location.distance |
Sale Snapshot | /sale/snapshot | geoid | GeoID | property.location.geoid |
Sale Snapshot | /sale/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sale Snapshot | /sale/snapshot | propclass | A general classification of the type of property such as "Residential" | property.summary.propclass |
Sale Snapshot | /sale/snapshot | propsubType | A sub-classification of the property | property.summary.propsubType |
Sale Snapshot | /sale/snapshot | proptype | A specific property classification such as "Detached Single Family" | property.summary.proptype |
Sale Snapshot | /sale/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Sale Snapshot | /sale/snapshot | yearbuilt | Year built of the primary structure | property.summary.yearbuilt |
Sale Snapshot | /sale/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Sale Snapshot | /sale/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Sale Snapshot | /sale/snapshot | universalsize | Derived living or building square footage | property.building.size.universalsize |
Sale Snapshot | /sale/snapshot | bathstotal | The total number of rooms that are utilized as bathrooms (Includes partial bathrooms and value may be interpreted) | property.building.rooms.bathsTotal |
Sale Snapshot | /sale/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Sale Snapshot | /sale/snapshot | salesearchdate | The standardized date for search purposes | property.sale.salesearchdate |
Sale Snapshot | /sale/snapshot | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.sale.saleTransDate |
Sale Snapshot | /sale/snapshot | saleamt | Sale Price | property.sale.amount.saleamt |
Sale Snapshot | /sale/snapshot | salecode | Code indicating whether the sale amount is actual or estimated | property.sale.amount.salecode |
Sale Snapshot | /sale/snapshot | salerecdate | The recorded date on the recorded document | property.sale.amount.salerecdate |
Sale Snapshot | /sale/snapshot | saledisclosuretype | Indicates 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/snapshot | saledocnum | The Recorded Instrument's Document Number | property.sale.amount.saledocnum |
Sale Snapshot | /sale/snapshot | saledoctype | Code identifying the type of document; grant deed, quit claim, etc... | property.sale.amount.saledoctype |
Sale Snapshot | /sale/snapshot | saletranstype | Code identifying the type of transaction; transfer, loan, etc... | property.sale.amount.saletranstype |
Sale Snapshot | /sale/snapshot | priceperbed | The sale amount per bedroom for the property | property.sale.calculation.priceperbed |
Sale Snapshot | /sale/snapshot | pricepersizeunit | The sale price per square foot of the property | property.sale.calculation.pricepersizeunit |
Sale Snapshot | /sale/snapshot | lastModified | The date the record was last modified | property.vintage.lastModified |
Sale Snapshot | /sale/snapshot | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sale Snapshot | /sale/snapshot | lastModified | Last modified date for the transaction | property.sale.vintage.lastModified |
Sales History Detail | /saleshistory/detail | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sales History Detail | /saleshistory/detail | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sales History Detail | /saleshistory/detail | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sales History Detail | /saleshistory/detail | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Sales History Detail | /saleshistory/detail | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sales History Detail | /saleshistory/detail | depth | Indicates the lot depth, in feet | property.lot.depth |
Sales History Detail | /saleshistory/detail | frontage | Indicates the lot width, in feet | property.lot.frontage |
Sales History Detail | /saleshistory/detail | lotnum | Lot number | property.lot.lotnum |
Sales History Detail | /saleshistory/detail | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Sales History Detail | /saleshistory/detail | lotsize2 | Indicates the lot size, in square feet | property.lot.lotsize2 |
Sales History Detail | /saleshistory/detail | lottype | Lot type | property.lot.lottype |
Sales History Detail | /saleshistory/detail | poolind | Indicates if a pool exists on the property | property.lot.poolind |
Sales History Detail | /saleshistory/detail | pooltype | Indicates the type of pool | property.lot.pooltype |
Sales History Detail | /saleshistory/detail | blockNum | Block number | property.area.blockNum |
Sales History Detail | /saleshistory/detail | loctype | The type of location such as waterfront, beach, airport, etc... | property.area.loctype |
Sales History Detail | /saleshistory/detail | countrysecsubd | The "county" name in the U.S. | property.area.countrysecsubd |
Sales History Detail | /saleshistory/detail | countyuse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyuse1 |
Sales History Detail | /saleshistory/detail | muncode | Municipality / Township Code | property.area.muncode |
Sales History Detail | /saleshistory/detail | munname | Municipality / Township Name | property.area.munname |
Sales History Detail | /saleshistory/detail | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Sales History Detail | /saleshistory/detail | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Sales History Detail | /saleshistory/detail | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Sales History Detail | /saleshistory/detail | subdname | Subdivision name | property.area.subdname |
Sales History Detail | /saleshistory/detail | subdtractnum | Subdivision tract number | property.area.subdtractnum |
Sales History Detail | /saleshistory/detail | taxcodearea | Indicates the taxing district code as provided by the assessor | property.area.taxcodearea |
Sales History Detail | /saleshistory/detail | bldgName | Building Name | property.address.bldgName |
Sales History Detail | /saleshistory/detail | country | The ISO-3166-2 country code | property.address.country |
Sales History Detail | /saleshistory/detail | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sales History Detail | /saleshistory/detail | line1 | First line of the property address | property.address.line1 |
Sales History Detail | /saleshistory/detail | line2 | Second line of the property address | property.address.line2 |
Sales History Detail | /saleshistory/detail | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sales History Detail | /saleshistory/detail | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sales History Detail | /saleshistory/detail | oneLine | Full property address on a single line | property.address.oneLine |
Sales History Detail | /saleshistory/detail | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sales History Detail | /saleshistory/detail | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sales History Detail | /saleshistory/detail | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sales History Detail | /saleshistory/detail | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sales History Detail | /saleshistory/detail | elevation | The elevation of the property if available | property.location.elevation |
Sales History Detail | /saleshistory/detail | latitude | The latitude of the property in degrees | property.location.latitude |
Sales History Detail | /saleshistory/detail | longitude | The longitude of the property in degrees | property.location.longitude |
Sales History Detail | /saleshistory/detail | distance | Distance | property.location.distance |
Sales History Detail | /saleshistory/detail | geoid | GeoID | property.location.geoid |
Sales History Detail | /saleshistory/detail | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sales History Detail | /saleshistory/detail | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Sales History Detail | /saleshistory/detail | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Sales History Detail | /saleshistory/detail | propSubType | A sub-classification of the property | property.summary.propSubType |
Sales History Detail | /saleshistory/detail | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Sales History Detail | /saleshistory/detail | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Sales History Detail | /saleshistory/detail | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Sales History Detail | /saleshistory/detail | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Sales History Detail | /saleshistory/detail | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Sales History Detail | /saleshistory/detail | coolingtype | Indicates the method or system used to provide cooling | property.utilities.coolingtype |
Sales History Detail | /saleshistory/detail | energyType | Indicates the available electrical source | property.utilities.energyType |
Sales History Detail | /saleshistory/detail | heatingfuel | Indicates the primary heating fuel used | property.utilities.heatingfuel |
Sales History Detail | /saleshistory/detail | heatingtype | Indicates the method or system used to provide heat | property.utilities.heatingtype |
Sales History Detail | /saleshistory/detail | sewerType | Indicates if the sewer is used and, if known, the type of sewer used on the property | property.utilities.sewerType |
Sales History Detail | /saleshistory/detail | waterType | Water Type | property.utilities.waterType |
Sales History Detail | /saleshistory/detail | bldgsize | Total square feet of all structures on the property | property.building.size.bldgsize |
Sales History Detail | /saleshistory/detail | grosssize | Gross square feet of all structures on the property | property.building.size.grosssize |
Sales History Detail | /saleshistory/detail | grosssizeadjusted | Adjusted Gross Square Footage where applicable, otherwise populated with Building Square Footage | property.building.size.grosssizeadjusted |
Sales History Detail | /saleshistory/detail | groundfloorsize | The sum of ground floor living square footage (May include unfinished square footage) | property.building.size.groundfloorsize |
Sales History Detail | /saleshistory/detail | livingsize | Living square feet of all structures on the property | property.building.size.livingsize |
Sales History Detail | /saleshistory/detail | sizeInd | Indicates if the Universal Building Square Footage is that of the living or building type. | property.building.size.sizeInd |
Sales History Detail | /saleshistory/detail | universalsize | Derived living or building square footage | property.building.size.universalsize |
Sales History Detail | /saleshistory/detail | bathfixtures | Number of bathroom fixtures in the entire parcel (sink, toilet, bath, shower) and could be used to calculate the number of bathrooms | property.building.rooms.bathfixtures |
Sales History Detail | /saleshistory/detail | bathsfull | Number of Full Baths - tyically sink, toilet, shower and/or bath tub | property.building.rooms.bathsfull |
Sales History Detail | /saleshistory/detail | bathspartial | The 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/detail | bathstotal | The 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/detail | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Sales History Detail | /saleshistory/detail | roomsTotal | The 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/detail | bsmtsize | The total area of the basement, in square feet | property.building.interior.bsmtsize |
Sales History Detail | /saleshistory/detail | bsmttype | Indicates if the basement is finished or unfinished | property.building.interior.bsmttype |
Sales History Detail | /saleshistory/detail | floors | This field indicates the primary type of flooring in the structure | property.building.interior.floors |
Sales History Detail | /saleshistory/detail | fplccount | Indicates the number of fireplaces on a property | property.building.interior.fplccount |
Sales History Detail | /saleshistory/detail | fplcind | Indicates the presence/absence of a fireplace | property.building.interior.fplcind |
Sales History Detail | /saleshistory/detail | fplctype | Indicates the type of fireplace the property contains | property.building.interior.fplctype |
Sales History Detail | /saleshistory/detail | condition | Indicates the Building Condition | property.building.construction.condition |
Sales History Detail | /saleshistory/detail | constructiontype | Construction Type | property.building.construction.constructiontype |
Sales History Detail | /saleshistory/detail | foundationtype | Indicates the type of foundation for the primary structure on the property | property.building.construction.foundationtype |
Sales History Detail | /saleshistory/detail | frameType | Construction materials used for the interior walls | property.building.construction.frameType |
Sales History Detail | /saleshistory/detail | roofcover | Indicates the primary finish material of which the roof is made | property.building.construction.roofcover |
Sales History Detail | /saleshistory/detail | roofShape | Indicates the primary roof framing structure (A-Frame, Gable, Mansard, etc.) | property.building.construction.roofShape |
Sales History Detail | /saleshistory/detail | wallType | Indicates the primary exterial wall covering material | property.building.construction.wallType |
Sales History Detail | /saleshistory/detail | garagetype | Indicates 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/detail | prkgSize | Garage square footage | property.building.parking.prkgSize |
Sales History Detail | /saleshistory/detail | prkgSpaces | The total number of parking spaces exclusive to the property | property.building.parking.prkgSpaces |
Sales History Detail | /saleshistory/detail | prkgType | Indicates if parking type is garage or carport | property.building.parking.prkgType |
Sales History Detail | /saleshistory/detail | archStyle | Indicates the structural style or the presence of specific style elements in the structure | property.building.summary.archStyle |
Sales History Detail | /saleshistory/detail | bldgsNum | The number of buildings on the property | property.building.summary.bldgsNum |
Sales History Detail | /saleshistory/detail | bldgType | Indicates the Building Style | property.building.summary.bldgType |
Sales History Detail | /saleshistory/detail | imprType | Indicates the Building Type | property.building.summary.imprType |
Sales History Detail | /saleshistory/detail | levels | The 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/detail | mobileHomeInd | Indicates if there is a mobile home on the parcel (logic based) | property.building.summary.mobileHomeInd |
Sales History Detail | /saleshistory/detail | quality | Indicates the quality of the home/structure | property.building.summary.quality |
Sales History Detail | /saleshistory/detail | storyDesc | Indicates stories type | property.building.summary.storyDesc |
Sales History Detail | /saleshistory/detail | unitsCount | The number of units encompassed by the property | property.building.summary.unitsCount |
Sales History Detail | /saleshistory/detail | yearbuilteffective | Adjusted year built based on condition and / or major structural changes of the structure | property.building.summary.yearbuilteffective |
Sales History Detail | /saleshistory/detail | view | Indicates whether there is an ocean or mountain or other pleasant or unpleasant View from the property. | property.building.summary.view |
Sales History Detail | /saleshistory/detail | viewCode | Indicates the presence and type of view from the property. | property.building.summary.viewCode |
Sales History Detail | /saleshistory/detail | saleSearchDate | The standardized date for search purposes | property.saleHistory.saleSearchDate |
Sales History Detail | /saleshistory/detail | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.saleHistory.saleTransDate |
Sales History Detail | /saleshistory/detail | saleAmt | Sale Price | property.saleHistory.amount.saleAmt |
Sales History Detail | /saleshistory/detail | saleCode | Code indicating whether the sale amount is actual or estimated | property.saleHistory.amount.saleCode |
Sales History Detail | /saleshistory/detail | saleRecDate | The recorded date on the recorded document | property.saleHistory.amount.saleRecDate |
Sales History Detail | /saleshistory/detail | saleDisclosureType | Indicates 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/detail | saleDocNum | The Recorded Instrument's Document Number | property.saleHistory.amount.saleDocNum |
Sales History Detail | /saleshistory/detail | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.saleHistory.amount.saleDocType |
Sales History Detail | /saleshistory/detail | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.saleHistory.amount.saleTransType |
Sales History Detail | /saleshistory/detail | pricePerBed | The sale amount per bedroom for the property | property.saleHistory.calculation.priceperbed |
Sales History Detail | /saleshistory/detail | pricePerSizeUnit | The sale price per square foot of the property | property.saleHistory.calculation.pricepersizeunit |
Sales History Detail | /saleshistory/detail | lastModified | The date the record was last modified | property.vintage.lastModified |
Sales History Detail | /saleshistory/detail | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sales History Detail | /saleshistory/detail | lastModified | Last modified date for the transaction | property.saleHistory.vintage.lastModified |
Sales History Snasphot | /saleshistory/snapshot | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sales History Snasphot | /saleshistory/snapshot | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sales History Snasphot | /saleshistory/snapshot | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sales History Snasphot | /saleshistory/snapshot | apnOrig | This is populated if a property has previously been split or came from another property ID | property.identifier.apnOrig |
Sales History Snasphot | /saleshistory/snapshot | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sales History Snasphot | /saleshistory/snapshot | lotsize1 | Indicates the lot size, in acres | property.lot.lotsize1 |
Sales History Snasphot | /saleshistory/snapshot | bldgName | Building Name | property.address.bldgName |
Sales History Snasphot | /saleshistory/snapshot | country | The ISO-3166-2 country code | property.address.country |
Sales History Snasphot | /saleshistory/snapshot | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sales History Snasphot | /saleshistory/snapshot | line1 | First line of the property address | property.address.line1 |
Sales History Snasphot | /saleshistory/snapshot | line2 | Second line of the property address | property.address.line2 |
Sales History Snasphot | /saleshistory/snapshot | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sales History Snasphot | /saleshistory/snapshot | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sales History Snasphot | /saleshistory/snapshot | oneLine | Full property address on a single line | property.address.oneLine |
Sales History Snasphot | /saleshistory/snapshot | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sales History Snasphot | /saleshistory/snapshot | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sales History Snasphot | /saleshistory/snapshot | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sales History Snasphot | /saleshistory/snapshot | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sales History Snasphot | /saleshistory/snapshot | elevation | The elevation of the property if available | property.location.elevation |
Sales History Snasphot | /saleshistory/snapshot | latitude | The latitude of the property in degrees | property.location.latitude |
Sales History Snasphot | /saleshistory/snapshot | longitude | The longitude of the property in degrees | property.location.longitude |
Sales History Snasphot | /saleshistory/snapshot | distance | Distance | property.location.distance |
Sales History Snasphot | /saleshistory/snapshot | geoid | GeoID | property.location.geoid |
Sales History Snasphot | /saleshistory/snapshot | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sales History Snasphot | /saleshistory/snapshot | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Sales History Snasphot | /saleshistory/snapshot | propSubType | A sub-classification of the property | property.summary.propSubType |
Sales History Snasphot | /saleshistory/snapshot | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Sales History Snasphot | /saleshistory/snapshot | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Sales History Snasphot | /saleshistory/snapshot | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Sales History Snasphot | /saleshistory/snapshot | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Sales History Snasphot | /saleshistory/snapshot | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Sales History Snasphot | /saleshistory/snapshot | bathstotal | The 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/snapshot | beds | The total number of rooms that can be qualified as bedrooms | property.building.rooms.beds |
Sales History Snasphot | /saleshistory/snapshot | saleSearchDate | The standardized date for search purposes | property.saleHistory.saleSearchDate |
Sales History Snasphot | /saleshistory/snapshot | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.saleHistory.saleTransDate |
Sales History Snasphot | /saleshistory/snapshot | saleAmt | Sale Price | property.saleHistory.amount.saleAmt |
Sales History Snasphot | /saleshistory/snapshot | saleCode | Code indicating whether the sale amount is actual or estimated | property.saleHistory.amount.saleCode |
Sales History Snasphot | /saleshistory/snapshot | saleRecDate | The recorded date on the recorded document | property.saleHistory.amount.saleRecDate |
Sales History Snasphot | /saleshistory/snapshot | saleDisclosureType | Indicates 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/snapshot | saleDocNum | The Recorded Instrument's Document Number | property.saleHistory.amount.saleDocNum |
Sales History Snasphot | /saleshistory/snapshot | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.saleHistory.amount.saleDocType |
Sales History Snasphot | /saleshistory/snapshot | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.saleHistory.amount.saleTransType |
Sales History Snasphot | /saleshistory/snapshot | pricePerBed | The sale amount per bedroom for the property | property.saleHistory.calculation.priceperbed |
Sales History Snasphot | /saleshistory/snapshot | pricePerSizeUnit | The sale price per square foot of the property | property.saleHistory.calculation.pricepersizeunit |
Sales History Snasphot | /saleshistory/snapshot | lastModified | The date the record was last modified | property.vintage.lastModified |
Sales History Snasphot | /saleshistory/snapshot | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sales History Snasphot | /saleshistory/snapshot | lastModified | Last modified date for the transaction | property.saleHistory.vintage.lastModified |
Sales History Basic History | /saleshistory/basichistory | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sales History Basic History | /saleshistory/basichistory | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sales History Basic History | /saleshistory/basichistory | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sales History Basic History | /saleshistory/basichistory | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sales History Basic History | /saleshistory/basichistory | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
Sales History Basic History | /saleshistory/basichistory | bldgName | Building Name | property.address.bldgName |
Sales History Basic History | /saleshistory/basichistory | country | The ISO-3166-2 country code | property.address.country |
Sales History Basic History | /saleshistory/basichistory | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sales History Basic History | /saleshistory/basichistory | line1 | First line of the property address | property.address.line1 |
Sales History Basic History | /saleshistory/basichistory | line2 | Second line of the property address | property.address.line2 |
Sales History Basic History | /saleshistory/basichistory | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sales History Basic History | /saleshistory/basichistory | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sales History Basic History | /saleshistory/basichistory | oneLine | Full property address on a single line | property.address.oneLine |
Sales History Basic History | /saleshistory/basichistory | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sales History Basic History | /saleshistory/basichistory | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sales History Basic History | /saleshistory/basichistory | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sales History Basic History | /saleshistory/basichistory | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sales History Basic History | /saleshistory/basichistory | elevation | The elevation of the property if available | property.location.elevation |
Sales History Basic History | /saleshistory/basichistory | latitude | The latitude of the property in degrees | property.location.latitude |
Sales History Basic History | /saleshistory/basichistory | longitude | The longitude of the property in degrees | property.location.longitude |
Sales History Basic History | /saleshistory/basichistory | distance | Distance | property.location.distance |
Sales History Basic History | /saleshistory/basichistory | geoid | GeoID | property.location.geoid |
Sales History Basic History | /saleshistory/basichistory | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sales History Basic History | /saleshistory/basichistory | saleSearchDate | The standardized date for search purposes | property.saleHistory.saleSearchDate |
Sales History Basic History | /saleshistory/basichistory | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.saleHistory.saleTransDate |
Sales History Basic History | /saleshistory/basichistory | transactionIdent | Unique ID associated with a transaction and loan record | property.saleHistory.transactionIdent |
Sales History Basic History | /saleshistory/basichistory | buyerName | Name of Buyer(s) on the recorded document | property.saleHistory.buyerName |
Sales History Basic History | /saleshistory/basichistory | sellerName | Name of seller(s) on the recorded document | property.saleHistory.sellerName |
Sales History Basic History | /saleshistory/basichistory | saleAmt | Sale Price | property.saleHistory.amount.saleAmt |
Sales History Basic History | /saleshistory/basichistory | saleCode | Code indicating whether the sale amount is actual or estimated | property.saleHistory.amount.saleCode |
Sales History Basic History | /saleshistory/basichistory | saleRecDate | The recorded date on the recorded document | property.saleHistory.amount.saleRecDate |
Sales History Basic History | /saleshistory/basichistory | saleDisclosureType | Indicates 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/basichistory | saleDocNum | The Recorded Instrument's Document Number | property.saleHistory.amount.saleDocNum |
Sales History Basic History | /saleshistory/basichistory | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.saleHistory.amount.saleDocType |
Sales History Basic History | /saleshistory/basichistory | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.saleHistory.amount.saleTransType |
Sales History Basic History | /saleshistory/basichistory | trustDeedDocumentNumber | Loan Document Number | property.saleHistory.mortgage.FirstConcurrent.trustDeedDocumentNumber |
Sales History Basic History | /saleshistory/basichistory | amount | Loan Amount for the mortgage/deed of trust | property.saleHistory.mortgage.FirstConcurrent.amount |
Sales History Basic History | /saleshistory/basichistory | lenderLastName | For private individuals, the last name of the first lender | property.saleHistory.mortgage.FirstConcurrent.lenderLastName |
Sales History Basic History | /saleshistory/basichistory | LenderFirstName | For private individuals, the first name of the first lender. For companies, the complete name of the first lender | property.saleHistory.mortgage.FirstConcurrent.LenderFirstName |
Sales History Basic History | /saleshistory/basichistory | trustDeedDocumentNumber | Loan Document Number | property.saleHistory.mortgage.SecondConcurrent.trustDeedDocumentNumber |
Sales History Basic History | /saleshistory/basichistory | amount | Loan Amount for the mortgage/deed of trust | property.saleHistory.mortgage.SecondConcurrent.amount |
Sales History Basic History | /saleshistory/basichistory | LenderFirstName | For private individuals, the first name of the second lender. For companies, the complete name of the second lender | property.saleHistory.mortgage.SecondConcurrent.LenderFirstName |
Sales History Basic History | /saleshistory/basichistory | LenderLastName | For private individuals, the last name of the second lender | property.saleHistory.mortgage.SecondConcurrent.LenderLastName |
Sales History Basic History | /saleshistory/basichistory | corporateIndicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Sales History Basic History | /saleshistory/basichistory | type | Owner Type | property.owner.type |
Sales History Basic History | /saleshistory/basichistory | description | Owner description | property.owner.description |
Sales History Basic History | /saleshistory/basichistory | lastName | Last Name of First Owner | property.owner.owner1.lastName |
Sales History Basic History | /saleshistory/basichistory | firstNameAndMi | First Name and Middle Initial of First Owner | property.owner.owner1.firstNameAndMi |
Sales History Basic History | /saleshistory/basichistory | lastName | Last Name of Second Owner | property.owner.owner2.lastName |
Sales History Basic History | /saleshistory/basichistory | FirstNameAndMi | First Name and Middle Initial of Second Owner | property.owner..owner2.FirstNameAndMi |
Sales History Basic History | /saleshistory/basichistory | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Sales History Basic History | /saleshistory/basichistory | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Sales History Basic History | /saleshistory/basichistory | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Sales History Basic History | /saleshistory/basichistory | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Sales History Basic History | /saleshistory/basichistory | absenteeOwnerStatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeOwnerStatus |
Sales History Basic History | /saleshistory/basichistory | mailingAddressOneLine | One line mailing address | property.owner.mailingAddressOneLine |
Sales History Basic History | /saleshistory/basichistory | lastModified | The date the record was last modified | property.vintage.lastModified |
Sales History Basic History | /saleshistory/basichistory | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sales History Basic History | /saleshistory/basichistory | lastModified | Last modified date for the transaction | property.saleHistory.vintage.lastModified |
Sales History Expanded History | /saleshistory/expandedhistory | Id | ATTOM's legacy property property identifier (will be deprecated) | property.identifier.Id |
Sales History Expanded History | /saleshistory/expandedhistory | fips | 5 digit numeric Federal Information Processing Standard (FIPS) code combining state and county codes where the property is located | property.identifier.fips |
Sales History Expanded History | /saleshistory/expandedhistory | apn | Primary Parcel Number and unique identifier within the county/jurisdiction | property.identifier.apn |
Sales History Expanded History | /saleshistory/expandedhistory | attomId | ATTOM Data's Unique parcel identifier. | property.identifier.attomId |
Sales History Expanded History | /saleshistory/expandedhistory | multiApnDescription | Multiple APN Description | property.identifier.multiApnDescription |
Sales History Expanded History | /saleshistory/expandedhistory | multiApn | Flag used to indicate a multiple parcel transaction | property.identifier.multiApn |
Sales History Expanded History | /saleshistory/expandedhistory | blockNum | Block number | property.area.blockNum |
Sales History Expanded History | /saleshistory/expandedhistory | locType | The type of location such as waterfront, beach, airport, etc... | property.area.locType |
Sales History Expanded History | /saleshistory/expandedhistory | countrySecSubd | The "county" name in the U.S. | property.area.countrySecSubd |
Sales History Expanded History | /saleshistory/expandedhistory | countyUse1 | County-specific use code which is used to map the Universal Land Use Code field | property.area.countyUse1 |
Sales History Expanded History | /saleshistory/expandedhistory | munCode | Municipality / Township Code | property.area.munCode |
Sales History Expanded History | /saleshistory/expandedhistory | munName | Municipality / Township Name | property.area.munName |
Sales History Expanded History | /saleshistory/expandedhistory | srvyRange | Range portion using the Township Range Survey System | property.area.srvyRange |
Sales History Expanded History | /saleshistory/expandedhistory | srvySection | Quarter portion using the Township Range Survey System | property.area.srvySection |
Sales History Expanded History | /saleshistory/expandedhistory | srvyTownship | Township portion using the Township Range Survey System | property.area.srvyTownship |
Sales History Expanded History | /saleshistory/expandedhistory | subdName | Subdivision name | property.area.subdName |
Sales History Expanded History | /saleshistory/expandedhistory | subdTractNum | Subdivision tract number | property.area.subdTractNum |
Sales History Expanded History | /saleshistory/expandedhistory | taxCodeArea | Indicates the taxing district code as provided by the assessor | property.area.taxCodeArea |
Sales History Expanded History | /saleshistory/expandedhistory | bldgName | Building Name | property.address.bldgName |
Sales History Expanded History | /saleshistory/expandedhistory | country | The ISO-3166-2 country code | property.address.country |
Sales History Expanded History | /saleshistory/expandedhistory | countrySubd | For the U.S. this is a state abbreviation | property.address.countrySubd |
Sales History Expanded History | /saleshistory/expandedhistory | line1 | First line of the property address | property.address.line1 |
Sales History Expanded History | /saleshistory/expandedhistory | line2 | Second line of the property address | property.address.line2 |
Sales History Expanded History | /saleshistory/expandedhistory | locality | The local city, town or hamlet of the postal address | property.address.locality |
Sales History Expanded History | /saleshistory/expandedhistory | matchCode | The indication of how well the address was matched against postal data | property.address.matchCode |
Sales History Expanded History | /saleshistory/expandedhistory | oneLine | Full property address on a single line | property.address.oneLine |
Sales History Expanded History | /saleshistory/expandedhistory | postal1 | For the U.S. this is the 5-digit ZIP Code | property.address.postal1 |
Sales History Expanded History | /saleshistory/expandedhistory | postal2 | For the U.S. this is the ZIP+4 | property.address.postal2 |
Sales History Expanded History | /saleshistory/expandedhistory | postal3 | For the U.S. this is the Carrier Route | property.address.postal3 |
Sales History Expanded History | /saleshistory/expandedhistory | stateFips | State FIPS code | property.address.stateFips |
Sales History Expanded History | /saleshistory/expandedhistory | accuracy | The precision, or positional accuracy of the point coordinates | property.location.accuracy |
Sales History Expanded History | /saleshistory/expandedhistory | elevation | The elevation of the property if available | property.location.elevation |
Sales History Expanded History | /saleshistory/expandedhistory | latitude | The latitude of the property in degrees | property.location.latitude |
Sales History Expanded History | /saleshistory/expandedhistory | longitude | The longitude of the property in degrees | property.location.longitude |
Sales History Expanded History | /saleshistory/expandedhistory | distance | Distance | property.location.distance |
Sales History Expanded History | /saleshistory/expandedhistory | geoid | GeoID | property.location.geoid |
Sales History Expanded History | /saleshistory/expandedhistory | geoIdV4 | GeoIDV4 | property.location.geoIdV4 |
Sales History Expanded History | /saleshistory/expandedhistory | absenteeInd | Owner status description - "Absentee Owner" or "Owner Occupied" - Logic based | property.summary.absenteeInd |
Sales History Expanded History | /saleshistory/expandedhistory | propClass | A general classification of the type of property such as "Residential" | property.summary.propClass |
Sales History Expanded History | /saleshistory/expandedhistory | propSubType | A sub-classification of the property | property.summary.propSubType |
Sales History Expanded History | /saleshistory/expandedhistory | propType | A specific property classification such as "Detached Single Family" | property.summary.propType |
Sales History Expanded History | /saleshistory/expandedhistory | propertyType | General property type description; residential, commercial, other, etc. | property.summary.propertyType |
Sales History Expanded History | /saleshistory/expandedhistory | yearBuilt | Year built of the primary structure | property.summary.yearBuilt |
Sales History Expanded History | /saleshistory/expandedhistory | propLandUse | Universal use code identifying the property type | property.summary.propLandUse |
Sales History Expanded History | /saleshistory/expandedhistory | propIndicator | Generalized property type grouping | property.summary.propIndicator |
Sales History Expanded History | /saleshistory/expandedhistory | quitClaimFlag | Indicates that the transaction is a Quit Claim. | property.summary.quitClaimFlag |
Sales History Expanded History | /saleshistory/expandedhistory | sequence | Sequence of the transaction history | property.foreclosure.sequence |
Sales History Expanded History | /saleshistory/expandedhistory | recordingDate | Date on which the instrument was officially recorded at the county. Format YYYY-MM-DD. | property.foreclosure.recordingDate |
Sales History Expanded History | /saleshistory/expandedhistory | trustorLastName | Mortgagee's Last name of borrower in default. | property.foreclosure.trustorLastName |
Sales History Expanded History | /saleshistory/expandedhistory | trustorFirstName | Mortgagee's First name of borrower in default. | property.foreclosure.trustorFirstName |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeFirstName | First Name of Trustee or attorney handling the foreclosure event. | property.foreclosure.trusteeFirstName |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeLastName | Last Name of Trustee or attorney handling the foreclosure event. | property.foreclosure.trusteeLastName |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeSaleNumber | Unique number assigned by the trustee to track status of foreclosure and auction proceedings. | property.foreclosure.trusteeSaleNumber |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeHouseNumber | 123 1/2 N Main St - Trustee's address house number and fraction. | property.foreclosure.trusteeHouseNumber |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeStreetName | 123 1/2 N Main St - Trustee's address street name. | property.foreclosure.trusteeStreetName |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeCity | Anytown CA 90001-0001 - Trustee's address city name. | property.foreclosure.trusteeCity |
Sales History Expanded History | /saleshistory/expandedhistory | trusteeState | Anytown CA 90001-0001 - Trustee's address state. | property.foreclosure.trusteeState |
Sales History Expanded History | /saleshistory/expandedhistory | trusteePostalCode | Anytown CA 90001-0001 - Trustee's address Zip Code. | property.foreclosure.trusteePostalCode |
Sales History Expanded History | /saleshistory/expandedhistory | originalLoanAmount | Original amount of loan in default. | property.foreclosure.originalLoanAmount |
Sales History Expanded History | /saleshistory/expandedhistory | documentNumber | Document number on the recorded instrument | property.foreclosure.documentNumber |
Sales History Expanded History | /saleshistory/expandedhistory | originalLoanDate | Contains 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/expandedhistory | delinquentAmount | For Preforeclosure recordings, the amount that is in delinquent | property.foreclosure.delinquentAmount |
Sales History Expanded History | /saleshistory/expandedhistory | auctionDateTime | Date of the foreclosure auction in YYYY-MM-DD format. | property.foreclosure.auctionDateTime |
Sales History Expanded History | /saleshistory/expandedhistory | auctionLocation | The start time of the foreclosure auction. | property.foreclosure.auctionLocation |
Sales History Expanded History | /saleshistory/expandedhistory | bidAmount | Anticipated Opening Bid at the scheduled auction | property.foreclosure.bidAmount |
Sales History Expanded History | /saleshistory/expandedhistory | beneficiaryState | State of Beneficiary | property.foreclosure.beneficiaryState |
Sales History Expanded History | /saleshistory/expandedhistory | defaultedLoanDocumentLoanNumber | Recorder's Instrument Number of the original loan document. | property.foreclosure.defaultedLoanDocumentLoanNumber |
Sales History Expanded History | /saleshistory/expandedhistory | distressType | ATTOM Data derived distress scenario. | property.foreclosure.distressType |
Sales History Expanded History | /saleshistory/expandedhistory | beneficiaryName | Name of Beneficiary | property.foreclosure.beneficiaryName |
Sales History Expanded History | /saleshistory/expandedhistory | beneficiaryAddress | Address of Beneficiary | property.foreclosure.beneficiaryAddress |
Sales History Expanded History | /saleshistory/expandedhistory | beneficiaryCity | City of Beneficiary | property.foreclosure.beneficiaryCity |
Sales History Expanded History | /saleshistory/expandedhistory | sequence | Sequence of the transaction history | property.saleHistory.sequence |
Sales History Expanded History | /saleshistory/expandedhistory | saleSearchDate | The standardized date for search purposes | property.saleHistory.saleSearchDate |
Sales History Expanded History | /saleshistory/expandedhistory | saleTransDate | The signature date on the recorded document (May be the same or pre-date the recording date) | property.saleHistory.saleTransDate |
Sales History Expanded History | /saleshistory/expandedhistory | transactionIdent | Unique ID associated with a transaction and loan record | property.saleHistory.transactionIdent |
Sales History Expanded History | /saleshistory/expandedhistory | armsLengthIdent | Deed representing a transfer between two otherwise unrelated or affiliated parties. | property.saleHistory.armsLengthIdent |
Sales History Expanded History | /saleshistory/expandedhistory | buyerName | Name of Buyer(s) on the recorded document | property.saleHistory.buyerName |
Sales History Expanded History | /saleshistory/expandedhistory | sellerName | Name of seller(s) on the recorded document | property.saleHistory.sellerName |
Sales History Expanded History | /saleshistory/expandedhistory | sellerCarryBack | Indicator that the note is carried by the seller | property.saleHistory.sellerCarryBack |
Sales History Expanded History | /saleshistory/expandedhistory | deedInLieuOfIndicator | Flag that indicates that the sale was a Deed_In_Lieu event | property.saleHistory.deedInLieuOfIndicator |
Sales History Expanded History | /saleshistory/expandedhistory | saleAmt | Sale Price | property.saleHistory.amount.saleAmt |
Sales History Expanded History | /saleshistory/expandedhistory | saleCode | Code indicating whether the sale amount is actual or estimated | property.saleHistory.amount.saleCode |
Sales History Expanded History | /saleshistory/expandedhistory | saleRecDate | The recorded date on the recorded document | property.saleHistory.amount.saleRecDate |
Sales History Expanded History | /saleshistory/expandedhistory | saleDisclosureType | Indicates 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/expandedhistory | saleDocNum | The Recorded Instrument's Document Number | property.saleHistory.amount.saleDocNum |
Sales History Expanded History | /saleshistory/expandedhistory | saleDocType | Code identifying the type of document; grant deed, quit claim, etc... | property.saleHistory.amount.saleDocType |
Sales History Expanded History | /saleshistory/expandedhistory | saleTransType | Code identifying the type of transaction; transfer, loan, etc... | property.saleHistory.amount.saleTransType |
Sales History Expanded History | /saleshistory/expandedhistory | propIndicator | Generalized property type grouping | property.saleHistory.amount.propIndicator |
Sales History Expanded History | /saleshistory/expandedhistory | deedType | Deed Type | property.saleHistory.amount.deedType |
Sales History Expanded History | /saleshistory/expandedhistory | pricePerBed | The sale amount per bedroom for the property | property.saleHistory.calculation.priceperbed |
Sales History Expanded History | /saleshistory/expandedhistory | pricePerSizeUnit | The sale price per square foot of the property | property.saleHistory.calculation.pricepersizeunit |
Sales History Expanded History | /saleshistory/expandedhistory | companyName | Company Name | property.saleHistory.title.companyName |
Sales History Expanded History | /saleshistory/expandedhistory | companyCode | Company Code | property.saleHistory.title.companyCode |
Sales History Expanded History | /saleshistory/expandedhistory | trustDeedDocumentNumber | Loan Document Number | property.saleHistory.mortgage.FirstConcurrent.trustDeedDocumentNumber |
Sales History Expanded History | /saleshistory/expandedhistory | amount | Loan Amount for the mortgage/deed of trust | property.saleHistory.mortgage.FirstConcurrent.amount |
Sales History Expanded History | /saleshistory/expandedhistory | LenderLastName | For private individuals, the last name of the first lender | property.saleHistory.mortgage.FirstConcurrent.lenderLastName |
Sales History Expanded History | /saleshistory/expandedhistory | LenderFirstName | For private individuals, the first name of the first lender. For companies, the complete name of the first lender | property.saleHistory.mortgage.FirstConcurrent.LenderFirstName |
Sales History Expanded History | /saleshistory/expandedhistory | ident | Loan's Document number created from document book/page or instrument number. | property.saleHistory.mortgage.FirstConcurrent.ident |
Sales History Expanded History | /saleshistory/expandedhistory | companyCode | Company Code | property.saleHistory.mortgage.FirstConcurrent.companyCode |
Sales History Expanded History | /saleshistory/expandedhistory | date | Mortgage Date | property.saleHistory.mortgage.FirstConcurrent.date |
Sales History Expanded History | /saleshistory/expandedhistory | interestRate | Interest rate for the loan | property.saleHistory.mortgage.FirstConcurrent.interestRate |
Sales History Expanded History | /saleshistory/expandedhistory | loanTypeCode | Loan type | property.saleHistory.mortgage.FirstConcurrent.loanTypeCode |
Sales History Expanded History | /saleshistory/expandedhistory | term | Loan Term in Months | property.saleHistory.mortgage.FirstConcurrent.term |
Sales History Expanded History | /saleshistory/expandedhistory | dueDate | Mortgage Due Date | property.saleHistory.mortgage.FirstConcurrent.dueDate |
Sales History Expanded History | /saleshistory/expandedhistory | interestRateType | Indicates the type of interest rate | property.saleHistory.mortgage.FirstConcurrent.interestRateType |
Sales History Expanded History | /saleshistory/expandedhistory | equityFlag | Indicates that the Loan is an Equity Type Loan | property.saleHistory.mortgage.FirstConcurrent.equityFlag |
Sales History Expanded History | /saleshistory/expandedhistory | refiFlag | Refinance Flag | property.saleHistory.mortgage.FirstConcurrent.refiFlag |
Sales History Expanded History | /saleshistory/expandedhistory | interestMargin | A 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 loan | property.saleHistory.mortgage.FirstConcurrent.interestMargin |
Sales History Expanded History | /saleshistory/expandedhistory | mortgageInterestIndex | First Loan Interest Index | property.saleHistory.mortgage.FirstConcurrent.mortgageInterestIndex |
Sales History Expanded History | /saleshistory/expandedhistory | mortgageInterestRateMax | First Loan Interest Rate Max | property.saleHistory.mortgage.FirstConcurrent.mortgageInterestRateMax |
Sales History Expanded History | /saleshistory/expandedhistory | trustDeedDocumentNumber | Loan Document Number | property.saleHistory.mortgage.SecondConcurrent.trustDeedDocumentNumber |
Sales History Expanded History | /saleshistory/expandedhistory | ident | Loan's Document number created from document book/page or instrument number. | property.saleHistory.mortgage.SecondConcurrent.ident |
Sales History Expanded History | /saleshistory/expandedhistory | amount | Loan Amount for the mortgage/deed of trust | property.saleHistory.mortgage.SecondConcurrent.amount |
Sales History Expanded History | /saleshistory/expandedhistory | LenderFirstName | For private individuals, the first name of the second lender. For companies, the complete name of the second lender | property.saleHistory.mortgage.SecondConcurrent.LenderFirstName |
Sales History Expanded History | /saleshistory/expandedhistory | LenderLastName | For private individuals, the last name of the second lender | property.saleHistory.mortgage.SecondConcurrent.LenderLastName |
Sales History Expanded History | /saleshistory/expandedhistory | companyCode | Company Code | property.saleHistory.mortgage.SecondConcurrent.companyCode |
Sales History Expanded History | /saleshistory/expandedhistory | date | Mortgage Date | property.saleHistory.mortgage.SecondConcurrent.date |
Sales History Expanded History | /saleshistory/expandedhistory | interestRate | Interest rate for the loan | property.saleHistory.mortgage.SecondConcurrent.interestRate |
Sales History Expanded History | /saleshistory/expandedhistory | loanTypeCode | Loan type | property.saleHistory.mortgage.SecondConcurrent.loanTypeCode |
Sales History Expanded History | /saleshistory/expandedhistory | term | Loan Term in Months | property.saleHistory.mortgage.SecondConcurrent.term |
Sales History Expanded History | /saleshistory/expandedhistory | dueDate | Mortgage Due Date | property.saleHistory.mortgage.SecondConcurrent.dueDate |
Sales History Expanded History | /saleshistory/expandedhistory | interestRateType | Indicates the type of interest rate | property.saleHistory.mortgage.SecondConcurrent.interestRateType |
Sales History Expanded History | /saleshistory/expandedhistory | equityFlag | Indicates that the Loan is an Equity Type Loan | property.saleHistory.mortgage.SecondConcurrent.equityFlag |
Sales History Expanded History | /saleshistory/expandedhistory | refiFlag | Refinance Flag | property.saleHistory.mortgage.SecondConcurrent.refiFlag |
Sales History Expanded History | /saleshistory/expandedhistory | interestMargin | A 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 loan | property.saleHistory.mortgage.SecondConcurrent.interestMargin |
Sales History Expanded History | /saleshistory/expandedhistory | mortgageInterestIndex | Second Concurrent Loan Interest Index | property.saleHistory.mortgage.SecondConcurrent.mortgageInterestIndex |
Sales History Expanded History | /saleshistory/expandedhistory | mortgageInterestRateMax | Second Concurrent Loan Interest Rate Max | property.saleHistory.mortgage.SecondConcurrent.mortgageInterestRateMax |
Sales History Expanded History | /saleshistory/expandedhistory | corporateIndicator | Indicates if owner is a Corporation | property.owner.corporateindicator |
Sales History Expanded History | /saleshistory/expandedhistory | type | Owner Type | property.owner.type |
Sales History Expanded History | /saleshistory/expandedhistory | description | Owner description | property.owner.description |
Sales History Expanded History | /saleshistory/expandedhistory | lastName | Last Name of First Owner | property.owner.owner1.lastName |
Sales History Expanded History | /saleshistory/expandedhistory | firstNameAndMi | First Name and Middle Initial of First Owner | property.owner.owner1.firstNameAndMi |
Sales History Expanded History | /saleshistory/expandedhistory | lastName | Last Name of Second Owner | property.owner.owner2.lastName |
Sales History Expanded History | /saleshistory/expandedhistory | FirstNameAndMi | First Name and Middle Initial of Second Owner | property.owner..owner2.FirstNameAndMi |
Sales History Expanded History | /saleshistory/expandedhistory | lastname | Last Name of Third Owner | property.owner.owner3.lastname |
Sales History Expanded History | /saleshistory/expandedhistory | firstnameandmi | First Name and Middle Initial of Third Owner | property.owner.owner3.firstnameandmi |
Sales History Expanded History | /saleshistory/expandedhistory | firstnameandmi | First Name and Middle Initial of Fourth Owner | property.owner.owner4.firstnameandmi |
Sales History Expanded History | /saleshistory/expandedhistory | lastname | Last Name of Fourth Owner | property.owner.owner4.lastname |
Sales History Expanded History | /saleshistory/expandedhistory | absenteeOwnerStatus | Owner status code - "A" or "O" - Logic based | property.owner.absenteeOwnerStatus |
Sales History Expanded History | /saleshistory/expandedhistory | mailingAddressOneLine | One line mailing address | property.owner.mailingAddressOneLine |
Sales History Expanded History | /saleshistory/expandedhistory | lastModified | The date the record was last modified | property.vintage.lastModified |
Sales History Expanded History | /saleshistory/expandedhistory | pubDate | The publish date of the source data this record belongs to | property.vintage.pubDate |
Sales History Expanded History | /saleshistory/expandedhistory | lastModified | Last modified date for the transaction | property.saleHistory.vintage.lastModified |
Sales Trend Snapshot | /salestrend/snapshot | geoID | GeoID | salestrends.location.geoID |
Sales Trend Snapshot | /salestrend/snapshot | start | Date Range Start | salestrends.daterange.start |
Sales Trend Snapshot | /salestrend/snapshot | end | Date Rang End | salestrends.daterange.end |
Sales Trend Snapshot | /salestrend/snapshot | interval | Date Range Interval | salestrends.daterange.interval |
Sales Trend Snapshot | /salestrend/snapshot | homesalecount | Home sale count | salestrends.SalesTrend.homesalecount |
Sales Trend Snapshot | /salestrend/snapshot | AVERAGE_PRICE | Average sale price | salestrends.SalesTrend.avgsaleprice |
Sales Trend Snapshot | /salestrend/snapshot | MEDIAN_PRICE | Median sale price | salestrends.SalesTrend.medsaleprice |
Sales Trend Snapshot | /salestrend/snapshot | pubDate | The publish date of the source data this record belongs to | salestrends.vintage.pubDate |
School District | /school/district | geoIdV4 | ATTOM’s new geographic identifier | district.location.geoIdV4 |
School District | /school/district | latitude | School district latitude | district.location.latitude |
School District | /school/district | longitude | School district longitude | district.location.longitude |
School District | /school/district | addressLine1 | Address | district.location.addressLine1 |
School District | /school/district | city | City name | district.location.city |
School District | /school/district | stateCode | State Code | district.location.stateCode |
School District | /school/district | zipCode | District zipcode | district.location.zipCode |
School District | /school/district | stateFIPs | State FIPS Code | district.location.stateFIPs |
School District | /school/district | countyFIPs | School location county name | district.location.countyFIPs |
School District | /school/district | countyName | District county name | district.location.countyName |
School District | /school/district | ncesSchoolDistrictId | National Center for Education Statistics School District Identifier | district.detail.ncesSchoolDistrictId |
School District | /school/district | stateSchoolDistrictId | State School District Identifier | district.detail.stateSchoolDistrictId |
School District | /school/district | schoolDistrictName | School District Name | district.detail.schoolDistrictName |
School District | /school/district | phone | School contact phone | district.detail.phone |
School District | /school/district | schoolDistrictUrl | School District Website URL | district.detail.schoolDistrictUrl |
School District | /school/district | mailAddressLine1 | Mailing Address | district.detail.mailAddressLine1 |
School District | /school/district | mailCity | Mailing City name | district.detail.mailCity |
School District | /school/district | mailStateCode | Mailing State Code | district.detail.mailStateCode |
School District | /school/district | mailZipCode | Mailing Zip Code | district.detail.mailZipCode |
School District | /school/district | status | Status | district.detail.status |
School District | /school/district | sourceType | Source Type | district.detail.sourceType |
School District | /school/district | supervisoryType | Supervisory Type | district.detail.supervisoryType |
School District | /school/district | functionalStatus | Functional Status | district.detail.functionalStatus |
School District | /school/district | level | Level | district.detail.level |
School District | /school/district | gradeSpanLow | Grade Span Low value | district.detail.gradeSpanLow |
School District | /school/district | gradeSpanHigh | Grade Span High value | district.detail.gradeSpanHigh |
School District | /school/district | charterDesc | Charter Desc | district.detail.charterDesc |
School District | /school/district | schoolCnt | School Count | district.detail.schoolCnt |
School District | /school/district | teacherCntFte | Teacher Count Full Time Employment | district.detail.teacherCntFte |
School District | /school/district | studentCnt | Student Count | district.detail.studentCnt |
School District | /school/district | gradedStudentCnt | Graded Student Count | district.detail.gradedStudentCnt |
School District | /school/district | ungradedStudentCnt | Ungraded Student Count | district.detail.ungradedStudentCnt |
School District | /school/district | urbanCentricLocaleType | Urban Centric Locale Type | district.detail.urbanCentricLocaleType |
School District | /school/district | urbanCentricCommunityType | Urban Centric Community Type | district.detail.urbanCentricCommunityType |
School District | /school/district | pkTeacherCntFte | Pre-kindergarten Teacher Count Full Time Employment | district.detail.pkTeacherCntFte |
School District | /school/district | kgTeacherCntFte | Kindergarten Teacher Count Full Time Employment | district.detail.kgTeacherCntFte |
School District | /school/district | elementaryTeacherCntFte | Elementary Teacher Count Full Time Employment | district.detail.elementaryTeacherCntFte |
School District | /school/district | secondaryTeacherCntFte | Secondary Teacher Count Full Time Employment | district.detail.secondaryTeacherCntFte |
School District | /school/district | ungradedTeacherCntFte | Ungraded Teacher Count Full Time Employment | district.detail.ungradedTeacherCntFte |
School District | /school/district | teachersAideCntFte | Teachers Aide Count Full Time Employment | district.detail.teachersAideCntFte |
School District | /school/district | coordinatorSupervisorCntFte | Coordinator Supervisor Count Full Time Employment | district.detail.coordinatorSupervisorCntFte |
School District | /school/district | elementaryCounselorCntFte | Elementary Counselor Count Full Time Employment | district.detail.elementaryCounselorCntFte |
School District | /school/district | secondaryCounselorCntFte | Secondary Counselor Count Full Time Employment | district.detail.secondaryCounselorCntFte |
School District | /school/district | otherCounselorCntFte | Other Counselor Count Full Time Employment | district.detail.otherCounselorCntFte |
School District | /school/district | totalCounselorCntFte | Total Counselor Count Full Time Employment | district.detail.totalCounselorCntFte |
School District | /school/district | librarianMediaSpecCntFte | Librarian Media Spec Count Full Time Employment | district.detail.librarianMediaSpecCntFte |
School District | /school/district | libraryMediaSupportCntFte | Library Media Support Count Full Time Employment | district.detail.libraryMediaSupportCntFte |
School District | /school/district | districtAdminCntFte | District Admin Count Full Time Employment | district.detail.districtAdminCntFte |
School District | /school/district | districtAdminSupportCntFte | District Admin Support Count Full Time Employment | district.detail.districtAdminSupportCntFte |
School District | /school/district | schoolAdminCntFte | School Admin Count Full Time Employment | district.detail.schoolAdminCntFte |
School District | /school/district | schoolAdminSupportCntFte | School Admin Support Count Full Time Employment | district.detail.schoolAdminSupportCntFte |
School District | /school/district | studentSupportCntFte | Student Support Count Full Time Employment | district.detail.studentSupportCntFte |
School District | /school/district | otherSupportCntFte | Other Support Count Full Time Employment | district.detail.otherSupportCntFte |
School District | /school/district | totalPerPupilExpenditureAmt | Total Resource Per Pupil Expenditure Amount | district.detail.totalPerPupilExpenditureAmt |
School District | /school/district | perPupilExpInstrPct | Per Pupil Expenditure (Instruction) Percentage | district.detail.perPupilExpInstrPct |
School District | /school/district | perPupilExpSuptSvcsPct | Per Pupil Expenditure (Substance Use Prevention and Treatment Services) Percentage | district.detail.perPupilExpSuptSvcsPct |
School District | /school/district | perPupilExpAdminPct | Per Pupil Expenditure (Administrative) Percentage | district.detail.perPupilExpAdminPct |
School District | /school/district | perPupilExpOtherPct | Per Pupil Expenditure (Other) Percentage | district.detail.perPupilExpOtherPct |
School District | /school/district | totalRevenueAmt | Total Revenue Amount | district.detail.totalRevenueAmt |
School District | /school/district | totalFederalRevenueAmt | Total Federal Revenue Amount | district.detail.totalFederalRevenueAmt |
School District | /school/district | fedRevStTitleIAmt | Federal Revenue - State - Title I Amount | district.detail.fedRevStTitleIAmt |
School District | /school/district | fedRevStCwdiAmt | Federal Revenue - State - Center for Workplace Diversity and Inclusion Amount | district.detail.fedRevStCwdiAmt |
School District | /school/district | fedRevStMathSciTchQltyAmt | Federal Revenue - State - Math Science Technoloy Quality Amount | district.detail.fedRevStMathSciTchQltyAmt |
School District | /school/district | fedRevStDrugFreeSchoolsAmt | Federal Revenue - State - Drug Free Schools Amount | district.detail.fedRevStDrugFreeSchoolsAmt |
School District | /school/district | fedRevStVocTechEdAmt | Federal Revenue - State - Vocational Tech Education Amount | district.detail.fedRevStVocTechEdAmt |
School District | /school/district | fedRevStBilingualEdAmt | Federal Revenue - State - Bilingual Education Amount | district.detail.fedRevStBilingualEdAmt |
School District | /school/district | fedRevStOtherAmt | Federal Revenue - State - Other Amount | district.detail.fedRevStOtherAmt |
School District | /school/district | fedRevStChildNutrActAmt | Federal Revenue - State - Child Nutrition Act Amount | district.detail.fedRevStChildNutrActAmt |
School District | /school/district | fedRevNonspecAmt | Federal Revenue - Nonspecific Amount | district.detail.fedRevNonspecAmt |
School District | /school/district | fedRevDirectImpactAidAmt | Federal Revenue - Direct Impact Aid Amount | district.detail.fedRevDirectImpactAidAmt |
School District | /school/district | fedRevDirectIndianEdAmt | Federal Revenue - Direct Indian Education Amount | district.detail.fedRevDirectIndianEdAmt |
School District | /school/district | fedRevDirectOtherAmt | Federal Revenue - Direct Other Amount | district.detail.fedRevDirectOtherAmt |
School District | /school/district | totalStateRevenueAmt | Total State Revenue Amount | district.detail.totalStateRevenueAmt |
School District | /school/district | stRevGeneralFormulaAssistAmt | State Revenue - General Formula Assist Amount | district.detail.stRevGeneralFormulaAssistAmt |
School District | /school/district | stRevStaffImprovementProgAmt | State Revenue - Staff Improvement Program Amount | district.detail.stRevStaffImprovementProgAmt |
School District | /school/district | stRevSpecialEdProgAmt | State Revenue - Special Education Program Amount | district.detail.stRevSpecialEdProgAmt |
School District | /school/district | stRevBasicSkillsProgAmt | State Revenue - Basic Skills Program Amount | district.detail.stRevBasicSkillsProgAmt |
School District | /school/district | stRevBilingualEdProgAmt | State Revenue - Bilingual Education Program Amount | district.detail.stRevBilingualEdProgAmt |
School District | /school/district | stRevGiftedTalentedProgAmt | State Revenue - Gifted Talented Program Amount | district.detail.stRevGiftedTalentedProgAmt |
School District | /school/district | stRevVocEdProgAmt | State Revenue - Vocational Education Program Amount | district.detail.stRevVocEdProgAmt |
School District | /school/district | stRevSchoolLunchProgAmt | State Revenue - School Lunch Program Amount | district.detail.stRevSchoolLunchProgAmt |
School District | /school/district | stRevCapOutDebtSvcsProgAmt | State Revenue - Capital Outlay Debt Services Program Amount | district.detail.stRevCapOutDebtSvcsProgAmt |
School District | /school/district | stRevTransProgAmt | State Revenue - Trans Program Amount | district.detail.stRevTransProgAmt |
School District | /school/district | stRevOtherProgAmt | State Revenue - Other Program Amount | district.detail.stRevOtherProgAmt |
School District | /school/district | stRevNonspecAmt | State Revenue - Nonspecific Amount | district.detail.stRevNonspecAmt |
School District | /school/district | stRevObEmpBenefitsAmt | State Revenue - Obligatory Employee Benefits Amount | district.detail.stRevObEmpBenefitsAmt |
School District | /school/district | stRevObNotEmpBenefitsAmt | State Revenue - Obligatory Not Employee Benefits Amount | district.detail.stRevObNotEmpBenefitsAmt |
School District | /school/district | totalLocalRevenueAmt | Total Local Revenue Amount | district.detail.totalLocalRevenueAmt |
School District | /school/district | locRevPropertyTaxAmt | Local Revenue - Property Tax Amount | district.detail.locRevPropertyTaxAmt |
School District | /school/district | locRevGeneralSalesTaxAmt | Local Revenue - General Sales Tax Amount | district.detail.locRevGeneralSalesTaxAmt |
School District | /school/district | locRevPublicUtilityTaxAmt | Local Revenue - Public Utility Tax Amount | district.detail.locRevPublicUtilityTaxAmt |
School District | /school/district | locRevIndivCorpIncomeTaxAmt | Local Revenue - Indivual Corporate Income Tax Amount | district.detail.locRevIndivCorpIncomeTaxAmt |
School District | /school/district | locRevOtherTaxAmt | Local Revenue - Other Tax Amount | district.detail.locRevOtherTaxAmt |
School District | /school/district | locRevOtherSchSystemsAmt | Local Revenue - Other School Systems Amount | district.detail.locRevOtherSchSystemsAmt |
School District | /school/district | locRevFromCitiesCountiesAmt | Local Revenue - From Cities Counties Amount | district.detail.locRevFromCitiesCountiesAmt |
School District | /school/district | locRevTuitionFeeAmt | Local Revenue - Tuition Fee Amount | district.detail.locRevTuitionFeeAmt |
School District | /school/district | locRevTransportationFeeAmt | Local Revenue - Transportation Fee Amount | district.detail.locRevTransportationFeeAmt |
School District | /school/district | locRevSchoolLunchAmt | Local Revenue - School Lunch Amount | district.detail.locRevSchoolLunchAmt |
School District | /school/district | locRevTextbookSalesRentalsAmt | Local Revenue - Textbook Sales Rentals Amount | district.detail.locRevTextbookSalesRentalsAmt |
School District | /school/district | locRevDistActivityReceiptsAmt | Local Revenue - District Activity Receipts Amount | district.detail.locRevDistActivityReceiptsAmt |
School District | /school/district | locRevStudentFeesNonspecAmt | Local Revenue - Student Fees Nonspec Amount | district.detail.locRevStudentFeesNonspecAmt |
School District | /school/district | locRevOtherSalesSvcsAmt | Local Revenue - Other Sales Services Amount | district.detail.locRevOtherSalesSvcsAmt |
School District | /school/district | locRevRentsRoyaltiesAmt | Local Revenue - Rents Royalties Amount | district.detail.locRevRentsRoyaltiesAmt |
School District | /school/district | locRevPropertySaleAmt | Local Revenue - Property Sale Amount | district.detail.locRevPropertySaleAmt |
School District | /school/district | locRevInterestEarningsAmt | Local Revenue - Interest Earnings Amount | district.detail.locRevInterestEarningsAmt |
School District | /school/district | locRevFineForfeitAmt | Local Revenue - Fine Forfeit Amount | district.detail.locRevFineForfeitAmt |
School District | /school/district | locRevPrivContribAmt | Local Revenue - Private Contribution Amount | district.detail.locRevPrivContribAmt |
School District | /school/district | locRevMiscAmt | Local Revenue - Miscellaneous Amount | district.detail.locRevMiscAmt |
School District | /school/district | totalExpenditureAmt | Total Expenditure Amount | district.detail.totalExpenditureAmt |
School District | /school/district | totalCurExpElemScdyEdAmt | Total Current Expenditure Elementary and Secondary Education Amount | district.detail.totalCurExpElemScdyEdAmt |
School District | /school/district | totalCurExpInstrAmt | Total Current Expenditure Substance Use Prevention and Treatment Services Amount | district.detail.totalCurExpInstrAmt |
School District | /school/district | curExpInstrAmt | Current Expenditure - Food Services Amount | district.detail.curExpInstrAmt |
School District | /school/district | paymentsToPrivateSchoolsAmt | Payments To Private Schools Amount | district.detail.paymentsToPrivateSchoolsAmt |
School District | /school/district | paymentsToPublicSchoolsAmt | Payments To Public Schools Amount | district.detail.paymentsToPublicSchoolsAmt |
School District | /school/district | totalCurExpSuptSvcsAmt | Total Current Expenditure Substance Use Prevention and Treatment Services Amount | district.detail.totalCurExpSuptSvcsAmt |
School District | /school/district | curExpSuptSvcsPupilsAmt | Current Expenditure - Substance Use Prevention and Treatment Services Pupils Amount | district.detail.curExpSuptSvcsPupilsAmt |
School District | /school/district | curExpSuptSvcsInstrStaffAmt | Current Expenditure - Substance Use Prevention and Treatment Services Instructional Staff Amount | district.detail.curExpSuptSvcsInstrStaffAmt |
School District | /school/district | curExpSuptSvcsGenAdminAmt | Current Expenditure - Substance Use Prevention and Treatment Services Gen Admin Amount | district.detail.curExpSuptSvcsGenAdminAmt |
School District | /school/district | curExpSuptSvcsSchAdminAmt | Current Expenditure - Substance Use Prevention and Treatment Services School Admin Amount | district.detail.curExpSuptSvcsSchAdminAmt |
School District | /school/district | curExpSuptSvcsPlantOpsAmt | Current Expenditure - Substance Use Prevention and Treatment Services Plant Ops Amount | district.detail.curExpSuptSvcsPlantOpsAmt |
School District | /school/district | curExpStudentTransAmt | Current Expenditure - Student Trans Amount | district.detail.curExpStudentTransAmt |
School District | /school/district | curExpBusCentralOtherAmt | Current Expenditure - Bus Central Other Amount | district.detail.curExpBusCentralOtherAmt |
School District | /school/district | curExpSuptSvcsNonspecAmt | Current Expenditure - Substance Use Prevention and Treatment Services Nonspec Amount | district.detail.curExpSuptSvcsNonspecAmt |
School District | /school/district | totalCurExpOtherElemScdyAmt | Total Current Expenditure on Other Elementary and Secondary Amount | district.detail.totalCurExpOtherElemScdyAmt |
School District | /school/district | curExpFoodSvcsAmt | Current Expenditure - Food Services Amount | district.detail.curExpFoodSvcsAmt |
School District | /school/district | curExpEnterpriseOpsAmt | Current Expenditure - Enterprise Ops Amount | district.detail.curExpEnterpriseOpsAmt |
School District | /school/district | curExpOtherElemScdyAmt | Current Expenditure - Other Elementary and Secondary Amount | district.detail.curExpOtherElemScdyAmt |
School District | /school/district | totalNonElemScdyExpAmt | Total Nonfiscal Elementary and Secondary Expenditure Amount | district.detail.totalNonElemScdyExpAmt |
School District | /school/district | nonElemScdyExpCommSvcsAmt | Nonfiscal Elementary and Secondary Expenditure - Comm Services Amount | district.detail.nonElemScdyExpCommSvcsAmt |
School District | /school/district | nonElemScdyExpAdultEdAmt | Nonfiscal Elementary and Secondary Expenditure - Adult Education Amount | district.detail.nonElemScdyExpAdultEdAmt |
School District | /school/district | nonElemScdyExpOtherAmt | Nonfiscal Elementary and Secondary Expenditure - Other Amount | district.detail.nonElemScdyExpOtherAmt |
School District | /school/district | totalCapOutlayExpAmt | Total Capital Outlay Expenditure Amount | district.detail.totalCapOutlayExpAmt |
School District | /school/district | capOutConstructionAmt | Capital Outlay - Construction Amount | district.detail.capOutConstructionAmt |
School District | /school/district | capOutLandExistingStructsAmt | Capital Outlay - Land Existing Structs Amount | district.detail.capOutLandExistingStructsAmt |
School District | /school/district | capOutInstrEquipAmt | Capital Outlay - Instructional Equipment Amount | district.detail.capOutInstrEquipAmt |
School District | /school/district | capOutOtherEquipAmt | Capital Outlay - Other Equipment Amount | district.detail.capOutOtherEquipAmt |
School District | /school/district | capOutNonspecEquipAmt | Capital Outlay - Nonspecific Equip Amount | district.detail.capOutNonspecEquipAmt |
School District | /school/district | paymentsToStGovtAmt | Payments To State Government Amount | district.detail.paymentsToStGovtAmt |
School District | /school/district | paymentsToLocGovtAmt | Payments To Local Government Amount | district.detail.paymentsToLocGovtAmt |
School District | /school/district | paymentsToOtherSchSystemsAmt | Payments To Other School Systems Amount | district.detail.paymentsToOtherSchSystemsAmt |
School District | /school/district | interestOnDebtAmt | Interest On Debt Amount | district.detail.interestOnDebtAmt |
School District | /school/district | totalSalariesAmt | Total Salaries Amount | district.detail.totalSalariesAmt |
School District | /school/district | salariesInstructionAmt | Salaries Instruction Amount | district.detail.salariesInstructionAmt |
School District | /school/district | teacherSalRegEdAmt | Teacher Salaries - Regular Education Amount | district.detail.teacherSalRegEdAmt |
School District | /school/district | teacherSalSpecEdAmt | Teacher Salaries - Special Education Amount | district.detail.teacherSalSpecEdAmt |
School District | /school/district | teacherSalVocEdAmt | Teacher Salaries - Vocational Education Amount | district.detail.teacherSalVocEdAmt |
School District | /school/district | teacherSalOtherEdAmt | Teacher Salaries - Other Education Amount | district.detail.teacherSalOtherEdAmt |
School District | /school/district | salSuptSvcsPupilsAmt | Salary - Substance Use Prevention and Treatment Services - Pupils Amount | district.detail.salSuptSvcsPupilsAmt |
School District | /school/district | salSuptSvcsInstrStaffAmt | Salary - Substance Use Prevention and Treatment Services - Instructional Staff Amount | district.detail.salSuptSvcsInstrStaffAmt |
School District | /school/district | salSuptSvcsGenAdminAmt | Salary - Substance Use Prevention and Treatment Services - General Administration Amount | district.detail.salSuptSvcsGenAdminAmt |
School District | /school/district | salSuptSvcsSchAdminAmt | Salary - Substance Use Prevention and Treatment Services - School Administration Amount | district.detail.salSuptSvcsSchAdminAmt |
School District | /school/district | salSuptSvcsPlantOpsAmt | Salary - Substance Use Prevention and Treatment Services - Plant Operations Amount | district.detail.salSuptSvcsPlantOpsAmt |
School District | /school/district | salSuptSvcsStudTransAmt | Salary - Substance Use Prevention and Treatment Services - Student Trans Amount | district.detail.salSuptSvcsStudTransAmt |
School District | /school/district | salSuptSvcsBusOtherAmt | Salary - Substance Use Prevention and Treatment Services - Bus Other Amount | district.detail.salSuptSvcsBusOtherAmt |
School District | /school/district | salFoodSvcsAmt | Salary - Food Services Amount | district.detail.salFoodSvcsAmt |
School District | /school/district | totalEmpBenefitsAmt | Total Employee Benefits Amount | district.detail.totalEmpBenefitsAmt |
School District | /school/district | empBenInstructionAmt | Employee Benefits - Instruction Amount | district.detail.empBenInstructionAmt |
School District | /school/district | empBenSuptSvcsPupilsAmt | Employee Benefits - Substance Use Prevention and Treatment Services - Pupils Amount | district.detail.empBenSuptSvcsPupilsAmt |
School District | /school/district | empBenSuptSvcsInstrStaffAmt | Employee Benefits - Substance Use Prevention and Treatment Services - Instructional Staff Amount | district.detail.empBenSuptSvcsInstrStaffAmt |
School District | /school/district | empBenSuptSvcsGenAdminAmt | Employee Benefits - Substance Use Prevention and Treatment Services - General Administration Amount | district.detail.empBenSuptSvcsGenAdminAmt |
School District | /school/district | empBenSuptSvcsSchAdminAmt | Employee Benefits - Substance Use Prevention and Treatment Services - School Administration Amount | district.detail.empBenSuptSvcsSchAdminAmt |
School District | /school/district | empBenSuptSvcsPlantOpsAmt | Employee Benefits - Substance Use Prevention and Treatment Services - Plant Operations Amount | district.detail.empBenSuptSvcsPlantOpsAmt |
School District | /school/district | empBenSuptSvcsStudTransAmt | Employee Benefits - Substance Use Prevention and Treatment Services - Student Trans Amount | district.detail.empBenSuptSvcsStudTransAmt |
School District | /school/district | empBenSuptSvcsBusOtherAmt | Employee Benefits - Substance Use Prevention and Treatment Services - Bus Other Amount | district.detail.empBenSuptSvcsBusOtherAmt |
School District | /school/district | empBenFoodSvcsAmt | Employee Benefits - Food Services Amount | district.detail.empBenFoodSvcsAmt |
School District | /school/district | empBenEnterpriseOpsAmt | Employee Benefits - Enterprise Ops Amount | district.detail.empBenEnterpriseOpsAmt |
School District | /school/district | textbooksAmt | Textbooks Amount | district.detail.textbooksAmt |
School District | /school/district | longTermDebtFyStartAmt | Long Term Debt - Fiscal Year Start Amount | district.detail.longTermDebtFyStartAmt |
School District | /school/district | longTermDebtIssuedFyAmt | Long Term Debt - Issued Fiscal Year Amount | district.detail.longTermDebtIssuedFyAmt |
School District | /school/district | longTermDebtRetiredFyAmt | Long Term Debt - Retired Fiscal Year Amount | district.detail.longTermDebtRetiredFyAmt |
School District | /school/district | longTermDebtFyEndAmt | Long Term Debt - Fiscal Year End Amount | district.detail.longTermDebtFyEndAmt |
School District | /school/district | shortTermDebtFyStartAmt | Short Term Debt - Fiscal Year Start Amount | district.detail.shortTermDebtFyStartAmt |
School District | /school/district | shortTermDebtFyEndAmt | Short Term Debt - Fiscal Year End Amount | district.detail.shortTermDebtFyEndAmt |
School District | /school/district | assetsSinkingFundAmt | Assets Sinking Fund Amount | district.detail.assetsSinkingFundAmt |
School District | /school/district | assetsBondFundAmt | Assets Bond Fund Amount | district.detail.assetsBondFundAmt |
School District | /school/district | assetsOtherFundsAmt | Assets Other Funds Amount | district.detail.assetsOtherFundsAmt |
School District | /school/district | blueRibbon2003CurrentCnt | Year 2003 Blue Ribbon Count | district.detail.blueRibbon2003CurrentCnt |
School District | /school/district | charterSchoolCnt | Charter School Count | district.detail.charterSchoolCnt |
School District | /school/district | magnetSchoolCnt | Magnet School Count | district.detail.magnetSchoolCnt |
School District | /school/district | vocationalEducationSchoolCnt | Vocational Education School Count | district.detail.vocationalEducationSchoolCnt |
School District | /school/district | enrollPk | School enrollment by grade pre school | district.detail.enrollPk |
School District | /school/district | enrollKg | School enrollment by grade kinder garden | district.detail.enrollKg |
School District | /school/district | enrollG01 | School enrollment by grade One | district.detail.enrollG01 |
School District | /school/district | enrollG02 | School enrollment by grade Two | district.detail.enrollG02 |
School District | /school/district | enrollG03 | School enrollment by grade Three | district.detail.enrollG03 |
School District | /school/district | enrollG04 | School enrollment by grade Four | district.detail.enrollG04 |
School District | /school/district | enrollG05 | School enrollment by grade Five | district.detail.enrollG05 |
School District | /school/district | enrollG06 | School enrollment by grade Six | district.detail.enrollG06 |
School District | /school/district | enrollG07 | School enrollment by grade Seven | district.detail.enrollG07 |
School District | /school/district | enrollG08 | School enrollment by grade Eight | district.detail.enrollG08 |
School District | /school/district | enrollG09 | School enrollment by grade Nine | district.detail.enrollG09 |
School District | /school/district | enrollG10 | School enrollment by grade Ten | district.detail.enrollG10 |
School District | /school/district | enrollG11 | School enrollment by grade Eleven | district.detail.enrollG11 |
School District | /school/district | enrollG12 | School enrollment by grade Twelve | district.detail.enrollG12 |
School District | /school/district | enrollUngraded | Ungraded enrollment number | district.detail.enrollUngraded |
School District | /school/district | priorYearStudentCnt | Prior Year Student Count | district.detail.priorYearStudentCnt |
School District | /school/district | studentYearlyChangeCnt | Student Yearly Change Count | district.detail.studentYearlyChangeCnt |
School District | /school/district | studentYearlyChangePct | Student Yearly Change Percentage | district.detail.studentYearlyChangePct |
School District | /school/district | vocationalEducationInd | Vocational Education Indicator (Y/N) | district.detail.vocationalEducationInd |
School District | /school/district | specialEducationInd | Special Education Indicator (Y/N) | district.detail.specialEducationInd |
School District | /school/district | adultEducationInd | Adult Education Indicator (Y/N) | district.detail.adultEducationInd |
School District | /school/district | bilingualEducationInd | Bilingual Education Indicator (Y/N) | district.detail.bilingualEducationInd |
School District | /school/district | popAge5_17BelowPovertyLevelPct | Population Age 5 to Below 17 Poverty Level Percentage | district.detail.popAge5_17BelowPovertyLevelPct |
School District | /school/district | schoolDistrictRating | School District Rating | district.detail.schoolDistrictRating |
School District | /school/district | updatedate | Record Last Update Date | district.detail.updatedate |
School District | /school/district | year | School District measurement results year | district.testScores.year |
School District | /school/district | subject | School District measurement results subject name | district.testScores.subject |
School District | /school/district | grade | School District measurement results grade | district.testScores.grade |
School District | /school/district | score | School District measurement score | district.testScores.score |
School District | /school/district | institutionType | InstitutionType | district.testScores.intitutionType |
School Profile | /school/profile | geoIdV4 | Unique Identifier for all Geography Types | school.location.geoIdV4 |
School Profile | /school/profile | latitude | Latitude | school.location.latitude |
School Profile | /school/profile | longitude | Longitude | school.location.longitude |
School Profile | /school/profile | addressLine1 | Address | school.location.addressLine1 |
School Profile | /school/profile | city | City Name | school.location.city |
School Profile | /school/profile | stateCode | State Code | school.location.stateCode |
School Profile | /school/profile | zipCode | Zip Code | school.location.zipCode |
School Profile | /school/profile | stateFIPs | State FIPS Code | school.location.stateFIPs |
School Profile | /school/profile | countyFIPs | County FIPS Code | school.location.countyFIPs |
School Profile | /school/profile | countyName | County Name | school.location.countyName |
School Profile | /school/profile | ncesSchoolId | National Center for Education Statistics School Identifier | school.detail.ncesSchoolId |
School Profile | /school/profile | stateSchoolId | State School Identifier | school.detail.stateSchoolId |
School Profile | /school/profile | schoolName | School Name | school.detail.schoolName |
School Profile | /school/profile | phone | Phone | school.detail.phone |
School Profile | /school/profile | schoolUrl | School Website URL | school.detail.schoolUrl |
School Profile | /school/profile | mailAddressLine1 | Mailing Address | school.detail.mailAddressLine1 |
School Profile | /school/profile | mailCity | Mailing City name | school.detail.mailCity |
School Profile | /school/profile | mailStateCode | Mailing State Code | school.detail.mailStateCode |
School Profile | /school/profile | mailZipCode | Mailing Zip Code | school.detail.mailZipCode |
School Profile | /school/profile | mailStateFIPs | Mailing State FIPS | school.detail.mailStateFIPs |
School Profile | /school/profile | mailCountyFIPs | Mailing County FIPS | school.detail.mailCountyFIPs |
School Profile | /school/profile | mailCountyName | Mailing County Name | school.detail.mailCountyName |
School Profile | /school/profile | institutionType | Institution Type | school.detail.institutionType |
School Profile | /school/profile | schoolType | School Type | school.detail.schoolType |
School Profile | /school/profile | status | Status | school.detail.status |
School Profile | /school/profile | instructionalLevel | Institutional Level | school.detail.instructionalLevel |
School Profile | /school/profile | gradeSpanLow | Grade Span Low value | school.detail.gradeSpanLow |
School Profile | /school/profile | gradeSpanHigh | Grade Span High value | school.detail.gradeSpanHigh |
School Profile | /school/profile | elementarySchoolInd | Elementary School Indicator | school.detail.elementarySchoolInd |
School Profile | /school/profile | middleSchoolInd | Middle School Indicator | school.detail.middleSchoolInd |
School Profile | /school/profile | highSchoolInd | High School Indicator | school.detail.highSchoolInd |
School Profile | /school/profile | eeInd | Environmental Education availability indicator (Y/N) | school.detail.eeInd |
School Profile | /school/profile | pkInd | Pre-kindergarten availability Indicator (Y/N) | school.detail.pkInd |
School Profile | /school/profile | kgInd | Kindergarten availability Indicator (Y/N) | school.detail.kgInd |
School Profile | /school/profile | transitionalKgInd | Transitional Kindergarten availability Indicator (Y/N) | school.detail.transitionalKgInd |
School Profile | /school/profile | transitionalGrade01Ind | Transitional First Grade availability Indicator (Y/N) | school.detail.transitionalGrade01Ind |
School Profile | /school/profile | grade01Ind | First Grade availability Indicator (Y/N) | school.detail.grade01Ind |
School Profile | /school/profile | grade02Ind | Second Grade availability Indicator (Y/N) | school.detail.grade02Ind |
School Profile | /school/profile | grade03Ind | Third Grade availability Indicator (Y/N) | school.detail.grade03Ind |
School Profile | /school/profile | grade04Ind | Fourth Grade availability Indicator (Y/N) | school.detail.grade04Ind |
School Profile | /school/profile | grade05Ind | Fifth Grade availability Indicator (Y/N) | school.detail.grade05Ind |
School Profile | /school/profile | grade06Ind | Sixth Grade availability Indicator (Y/N) | school.detail.grade06Ind |
School Profile | /school/profile | grade07Ind | Seventh Grade availability Indicator (Y/N) | school.detail.grade07Ind |
School Profile | /school/profile | grade08Ind | Eighth Grade availability Indicator (Y/N) | school.detail.grade08Ind |
School Profile | /school/profile | grade09Ind | Ninth Grade availability Indicator (Y/N) | school.detail.grade09Ind |
School Profile | /school/profile | grade10Ind | Tenth Grade availability Indicator (Y/N) | school.detail.grade10Ind |
School Profile | /school/profile | grade11Ind | Eleventh Grade availability Indicator (Y/N) | school.detail.grade11Ind |
School Profile | /school/profile | grade12Ind | Twelfth Grade availability Indicator (Y/N) | school.detail.grade12Ind |
School Profile | /school/profile | ungradedInd | Ungraded Grade availability Indicator (Y/N) | school.detail.ungradedInd |
School Profile | /school/profile | studentCnt | Total Student Count | school.detail.studentCnt |
School Profile | /school/profile | studentCntRange | Student RANGE Code | school.detail.studentCntRange |
School Profile | /school/profile | teachersFte | Teachers FTE Code | school.detail.teachersFte |
School Profile | /school/profile | studentTeacherRatio | Student RATIO Code | school.detail.studentTeacherRatio |
School Profile | /school/profile | titleIEligibleInd | Title I Eligibility Indicator (Y/N) | school.detail.titleIEligibleInd |
School Profile | /school/profile | titleISchoolwideProgramEligibleInd | Title I Schoolwide Program Eligibility Indicator (Y/N) | school.detail.titleISchoolwideProgramEligibleInd |
School Profile | /school/profile | titleITargetedAssistanceProgramInd | Title I Targeted Assistancce Program Indicator (Y/N) | school.detail.titleITargetedAssistanceProgramInd |
School Profile | /school/profile | titleISchoolwideProgramInd | Title I Schoolwide Program Indicator (Y/N) | school.detail.titleISchoolwideProgramInd |
School Profile | /school/profile | virtualSchoolInd | Virtual School Indicator (Y/N) | school.detail.virtualSchoolInd |
School Profile | /school/profile | magnetInd | Magnet School Indicator (Y/N) | school.detail.magnetInd |
School Profile | /school/profile | charterInd | Charter School Indicator (Y/N) | school.detail.charterInd |
School Profile | /school/profile | sharedInd | Shared Indicator | school.detail.sharedInd |
School Profile | /school/profile | acceleratedChristianEducationInd | Accelerated Christian Education Indicator (Y/N) | school.detail.acceleratedChristianEducationInd |
School Profile | /school/profile | americanAssocOfChristianSchoolsInd | American Assoc Of Christian Schools Indicator (Y/N) | school.detail.americanAssocOfChristianSchoolsInd |
School Profile | /school/profile | assocOfChristianSchoolsIntlInd | Association Of Christian Schools Intl Indicator (Y/N) | school.detail.assocOfChristianSchoolsIntlInd |
School Profile | /school/profile | assocOfChristianTeachersAndSchoolsInd | Association Of Christian Teachers And Schools Indicator (Y/N) | school.detail.assocOfChristianTeachersAndSchoolsInd |
School Profile | /school/profile | assocOfClassicalAndChristianSchoolsInd | Association Of Classical And Christian Schools Indicator (Y/N) | school.detail.assocOfClassicalAndChristianSchoolsInd |
School Profile | /school/profile | christianSchoolsIntlInd | Christian Schools International Indicator (Y/N) | school.detail.christianSchoolsIntlInd |
School Profile | /school/profile | councilOfIslamicSchoolsInNorthAmericaInd | Council Of Islamic Schools In North America Indicator (Y/N) | school.detail.councilOfIslamicSchoolsInNorthAmericaInd |
School Profile | /school/profile | evangelicalLutheranEducationAssocInd | Evangelical Lutheran Education Association Indicator (Y/N) | school.detail.evangelicalLutheranEducationAssocInd |
School Profile | /school/profile | friendsCouncilOnEducationInd | Friends Council On Education Indicator (Y/N) | school.detail.friendsCouncilOnEducationInd |
School Profile | /school/profile | generalConferenceOfSeventhDayAdventistChurchInd | General Conference Of Seventh Day Adventist Church Indicator (Y/N) | school.detail.generalConferenceOfSeventhDayAdventistChurchInd |
School Profile | /school/profile | islamicSchoolLeagueOfAmericaInd | Islamic School League Of America Indicator (Y/N) | school.detail.islamicSchoolLeagueOfAmericaInd |
School Profile | /school/profile | jesuitSecondaryEducationAssocInd | Jesuit Secondary Education Association Indicator (Y/N) | school.detail.jesuitSecondaryEducationAssocInd |
School Profile | /school/profile | nationalAssocOfEpiscopalSchoolsInd | National Association Of Episcopal Schools Indicator (Y/N) | school.detail.nationalAssocOfEpiscopalSchoolsInd |
School Profile | /school/profile | nationalCatholicEducationAssocInd | National Catholic Education Association Indicator (Y/N) | school.detail.nationalCatholicEducationAssocInd |
School Profile | /school/profile | nationalChristianSchoolAssocInd | National Christian School Association Indicator (Y/N) | school.detail.nationalChristianSchoolAssocInd |
School Profile | /school/profile | nationalSocietyOfHebrewDaySchoolsInd | National Society Of Hebrew Day Schools Indicator (Y/N) | school.detail.nationalSocietyOfHebrewDaySchoolsInd |
School Profile | /school/profile | oralRobertsUniversityEducationFellowshipInd | Oral Roberts University Education Fellowship Indicator (Y/N) | school.detail.oralRobertsUniversityEducationFellowshipInd |
School Profile | /school/profile | prizmahCenterForJewishDaySchoolsInd | Prizmah Center For Jewish Day Schools Indicator (Y/N) | school.detail.prizmahCenterForJewishDaySchoolsInd |
School Profile | /school/profile | southernBaptistAssocOfChristianSchoolsInd | Southern Baptist Association Of Christian Schools Indicator (Y/N) | school.detail.southernBaptistAssocOfChristianSchoolsInd |
School Profile | /school/profile | otherReligiousSchoolAssocsInd | Other Religious School Associations Indicator (Y/N) | school.detail.otherReligiousSchoolAssocsInd |
School Profile | /school/profile | americanMontessoriSocietyInd | American Montessori Society Indicator (Y/N) | school.detail.americanMontessoriSocietyInd |
School Profile | /school/profile | assocMontessoriIntlInd | Association Montessori Intl Indicator (Y/N) | school.detail.assocMontessoriIntlInd |
School Profile | /school/profile | otherMontessoriAssocsInd | Other Montessori Associations Indicator (Y/N) | school.detail.otherMontessoriAssocsInd |
School Profile | /school/profile | assocMilitaryCollegesAndSchoolsInd | Association Military Colleges And Schools Indicator (Y/N) | school.detail.assocMilitaryCollegesAndSchoolsInd |
School Profile | /school/profile | assocWaldorfSchoolsOfNorthAmericaInd | Association Waldorf Schools Of North America Indicator (Y/N) | school.detail.assocWaldorfSchoolsOfNorthAmericaInd |
School Profile | /school/profile | nationalAssocOfPrivateSpecialEducationCentersInd | National Association Of Private Special Education Centers Indicator (Y/N) | school.detail.nationalAssocOfPrivateSpecialEducationCentersInd |
School Profile | /school/profile | otherAssocsForExceptionalChildrenInd | Other Associations For Exceptional Children Indicator (Y/N) | school.detail.otherAssocsForExceptionalChildrenInd |
School Profile | /school/profile | europeanCouncilForInternationalSchoolsInd | European Council For International Schools Indicator (Y/N) | school.detail.europeanCouncilForInternationalSchoolsInd |
School Profile | /school/profile | nationalAssocForTheEducationOfYoungChildrenInd | National Association For The Education Of Young Children Indicator (Y/N) | school.detail.nationalAssocForTheEducationOfYoungChildrenInd |
School Profile | /school/profile | nationalAssocOfLaboratorySchoolsInd | National Association Of Laboratory Schools Indicator (Y/N) | school.detail.nationalAssocOfLaboratorySchoolsInd |
School Profile | /school/profile | nationalCoalitionOfGirlsSchoolsInd | National Coalition Of Girls Schools Indicator (Y/N) | school.detail.nationalCoalitionOfGirlsSchoolsInd |
School Profile | /school/profile | otherSpecialEmphasisAssocsInd | Other Special Emphasis Associations Indicator (Y/N) | school.detail.otherSpecialEmphasisAssocsInd |
School Profile | /school/profile | alternativeSchoolNetworkInd | Alternative School Network Indicator (Y/N) | school.detail.alternativeSchoolNetworkInd |
School Profile | /school/profile | nationalAssocatiationOfIndependentSchoolsInd | National Associationatiation Of Independent Schools Indicator (Y/N) | school.detail.nationalAssocatiationOfIndependentSchoolsInd |
School Profile | /school/profile | stateOrRegionalIndependentSchoolAssocInd | State Or Regional Independent School Association Indicator (Y/N) | school.detail.stateOrRegionalIndependentSchoolAssocInd |
School Profile | /school/profile | nationalCoalitionOfAlternativeCommunitySchoolsInd | National Coalition Of Alternative Community Schools Indicator (Y/N) | school.detail.nationalCoalitionOfAlternativeCommunitySchoolsInd |
School Profile | /school/profile | nationalIndependentPrivateSchoolsAssocInd | National Independent Private Schools Assoc Indicator (Y/N) | school.detail.nationalIndependentPrivateSchoolsAssocInd |
School Profile | /school/profile | theAssocOfBoardingSchoolsInd | The Assoc Of Boarding Schools Indicator (Y/N) | school.detail.theAssocOfBoardingSchoolsInd |
School Profile | /school/profile | otherSchoolAssocsInd | Other School Assocs Indicator (Y/N) | school.detail.otherSchoolAssocsInd |
School Profile | /school/profile | enrollPk | Pre-kindergarten student enrollment number | school.detail.enrollPk |
School Profile | /school/profile | enrollKg | Kindergarten student enrollment number | school.detail.enrollKg |
School Profile | /school/profile | enrollG01 | First Grade student enrollment number | school.detail.enrollG01 |
School Profile | /school/profile | enrollG02 | Second Grade student enrollment number | school.detail.enrollG02 |
School Profile | /school/profile | enrollG03 | Third Grade student enrollment number | school.detail.enrollG03 |
School Profile | /school/profile | enrollG04 | Fourth Grade student enrollment number | school.detail.enrollG04 |
School Profile | /school/profile | enrollG05 | Fifth Grade student enrollment number | school.detail.enrollG05 |
School Profile | /school/profile | enrollG06 | Sixth Grade student enrollment number | school.detail.enrollG06 |
School Profile | /school/profile | enrollG07 | Seventh Grade student enrollment number | school.detail.enrollG07 |
School Profile | /school/profile | enrollG08 | Eighth Grade student enrollment number | school.detail.enrollG08 |
School Profile | /school/profile | enrollG09 | Ninth Grade student enrollment number | school.detail.enrollG09 |
School Profile | /school/profile | enrollG10 | Tenth Grade student enrollment number | school.detail.enrollG10 |
School Profile | /school/profile | enrollG11 | Eleventh Grade student enrollment number | school.detail.enrollG11 |
School Profile | /school/profile | enrollG12 | Twelfth Grade student enrollment number | school.detail.enrollG12 |
School Profile | /school/profile | enrollUngraded | Ungraded student enrollment number | school.detail.enrollUngraded |
School Profile | /school/profile | enrollAm | American Indian student enrollment number | school.detail.enrollAm |
School Profile | /school/profile | enrollAsian | Asian student enrollment number | school.detail.enrollAsian |
School Profile | /school/profile | enrollHisp | Hispanic student enrollment number | school.detail.enrollHisp |
School Profile | /school/profile | enrollBlack | Black student enrollment number | school.detail.enrollBlack |
School Profile | /school/profile | enrollWhite | White student enrollment number | school.detail.enrollWhite |
School Profile | /school/profile | enrollPacific | Pacific Islander student enrollment number | school.detail.enrollPacific |
School Profile | /school/profile | enrollMultipleRaces | Multiple Races student enrollment number | school.detail.enrollMultipleRaces |
School Profile | /school/profile | enrollAmPct | American Indian student enrollment percentage | school.detail.enrollAmPct |
School Profile | /school/profile | enrollAsianPct | Asian student enrollment percentage | school.detail.enrollAsianPct |
School Profile | /school/profile | enrollHispPct | Hispanic student enrollment percentage | school.detail.enrollHispPct |
School Profile | /school/profile | enrollBlackPct | Black student enrollment percentage | school.detail.enrollBlackPct |
School Profile | /school/profile | enrollWhitePct | White student enrollment percentage | school.detail.enrollWhitePct |
School Profile | /school/profile | enrollPacificPct | Pacific Islander student enrollment percentage | school.detail.enrollPacificPct |
School Profile | /school/profile | enrollMultipleRacesPct | Multiple Races student enrollment percentage | school.detail.enrollMultipleRacesPct |
School Profile | /school/profile | enrollMale | Male student enrollment number | school.detail.enrollMale |
School Profile | /school/profile | enrollFemale | Female student enrollment number | school.detail.enrollFemale |
School Profile | /school/profile | enrollFreeLunch | Free Lunch student enrollment number | school.detail.enrollFreeLunch |
School Profile | /school/profile | enrollReducedLunch | Reduced Lunch student enrollment number | school.detail.enrollReducedLunch |
School Profile | /school/profile | enrollFreeOrReducedLunch | Free Or Reduced Lunch student enrollment number | school.detail.enrollFreeOrReducedLunch |
School Profile | /school/profile | nationalSchoolLunchProgramInd | National School Lunch Program Indicator | school.detail.nationalSchoolLunchProgramInd |
School Profile | /school/profile | nationalSchoolLunchProgramHhfkaProvision | National School Lunch Program HHFKA Provision | school.detail.nationalSchoolLunchProgramHhfkaProvision |
School Profile | /school/profile | blueRibbonYears | Blue Ribbon Years | school.detail.blueRibbonYears |
School Profile | /school/profile | urbanCentricCommunityType | Urban Centric Community Type | school.detail.urbanCentricCommunityType |
School Profile | /school/profile | urbanCentricLocaleType | Urban Centric Local Type | school.detail.urbanCentricLocaleType |
School Profile | /school/profile | apInd | AP Offering Indicator (Y/N) | school.detail.apInd |
School Profile | /school/profile | apArtHistoryInd | AP Art History Offering Indicator (Y/N) | school.detail.apArtHistoryInd |
School Profile | /school/profile | apArtStudio2DDesignInd | AP Art Studio 2D Design Indicator (Y/N) | school.detail.apArtStudio2DDesignInd |
School Profile | /school/profile | apArtStudio3DDesignInd | AP Art Studio 3D Design Indicator (Y/N) | school.detail.apArtStudio3DDesignInd |
School Profile | /school/profile | apArtStudioDrawingInd | AP Art Studio Drawing Offering Indicator (Y/N) | school.detail.apArtStudioDrawingInd |
School Profile | /school/profile | apBiologyInd | AP Biology Offering Indicator (Y/N) | school.detail.apBiologyInd |
School Profile | /school/profile | apCalculusAbInd | AP Calculus Ab Offering Indicator (Y/N) | school.detail.apCalculusAbInd |
School Profile | /school/profile | apCalculusBcInd | AP Calculus Bc Offering Indicator (Y/N) | school.detail.apCalculusBcInd |
School Profile | /school/profile | apChemistryInd | AP Chemistry Offering Indicator (Y/N) | school.detail.apChemistryInd |
School Profile | /school/profile | apChineseLanguageCultureInd | AP Chinese Language Culture Offering Indicator (Y/N) | school.detail.apChineseLanguageCultureInd |
School Profile | /school/profile | apComputerScienceAInd | AP Computer Science A Offering Indicator (Y/N) | school.detail.apComputerScienceAInd |
School Profile | /school/profile | apComputerScienceAbInd | AP Computer Science Ab Offering Indicator (Y/N) | school.detail.apComputerScienceAbInd |
School Profile | /school/profile | apComputerSciencePrinciplesInd | AP Computer Science Principles Offering Indicator (Y/N) | school.detail.apComputerSciencePrinciplesInd |
School Profile | /school/profile | apEconomicsMacroInd | AP Economics Macro Offering Indicator (Y/N) | school.detail.apEconomicsMacroInd |
School Profile | /school/profile | apEconomicsMicroInd | AP Economics Micro Offering Indicator (Y/N) | school.detail.apEconomicsMicroInd |
School Profile | /school/profile | apEnglishLanguageCompositionInd | AP English Language Composition Offering Indicator (Y/N) | school.detail.apEnglishLanguageCompositionInd |
School Profile | /school/profile | apEnglishLiteratureCompositionInd | AP English Literature Composition Offering Indicator (Y/N) | school.detail.apEnglishLiteratureCompositionInd |
School Profile | /school/profile | apEnvironmentalScienceInd | AP Environmental Science Offering Indicator (Y/N) | school.detail.apEnvironmentalScienceInd |
School Profile | /school/profile | apEuropeanHistoryInd | AP European History Offering Indicator (Y/N) | school.detail.apEuropeanHistoryInd |
School Profile | /school/profile | apFrenchLanguageInd | AP French Language Offering Indicator (Y/N) | school.detail.apFrenchLanguageInd |
School Profile | /school/profile | apFrenchLiteratureInd | AP French Literature Offering Indicator (Y/N) | school.detail.apFrenchLiteratureInd |
School Profile | /school/profile | apGeographyHumanInd | AP Geography Human Offering Indicator (Y/N) | school.detail.apGeographyHumanInd |
School Profile | /school/profile | apGermanLanguageInd | AP German Language Offering Indicator (Y/N) | school.detail.apGermanLanguageInd |
School Profile | /school/profile | apGovernmentPoliticsComparativeInd | AP Government Politics Comparative Offering Indicator (Y/N) | school.detail.apGovernmentPoliticsComparativeInd |
School Profile | /school/profile | apGovernmentPoliticsUsInd | AP Government Politics Us Offering Indicator (Y/N) | school.detail.apGovernmentPoliticsUsInd |
School Profile | /school/profile | apItalianLanguageCultureInd | AP Italian Language Culture Offering Indicator (Y/N) | school.detail.apItalianLanguageCultureInd |
School Profile | /school/profile | apJapaneseLanguageCultureInd | AP Japanese Language Culture Offering Indicator (Y/N) | school.detail.apJapaneseLanguageCultureInd |
School Profile | /school/profile | apLatinCatullusHoraceInd | AP Latin Catullus Horace Offering Indicator (Y/N) | school.detail.apLatinCatullusHoraceInd |
School Profile | /school/profile | apLatinVergilInd | AP Latin Vergil Offering Indicator (Y/N) | school.detail.apLatinVergilInd |
School Profile | /school/profile | apMusicTheoryInd | AP Music Theory Offering Indicator (Y/N) | school.detail.apMusicTheoryInd |
School Profile | /school/profile | apPhysics1Ind | AP Physics1 Offering Indicator (Y/N) | school.detail.apPhysics1Ind |
School Profile | /school/profile | apPhysics2Ind | AP Physics2 Offering Indicator (Y/N) | school.detail.apPhysics2Ind |
School Profile | /school/profile | apPhysicsBInd | AP Physics B Offering Indicator (Y/N) | school.detail.apPhysicsBInd |
School Profile | /school/profile | apPhysicsCElectricyMagnetismInd | AP Physics C Electricy Magnetism Offering Indicator (Y/N) | school.detail.apPhysicsCElectricyMagnetismInd |
School Profile | /school/profile | apPhysicsCMechanicsInd | AP Physics C Mechanics Offering Indicator (Y/N) | school.detail.apPhysicsCMechanicsInd |
School Profile | /school/profile | apPsychologyInd | AP Psychology Offering Indicator (Y/N) | school.detail.apPsychologyInd |
School Profile | /school/profile | apResearchInd | AP Research Offering Indicator (Y/N) | school.detail.apResearchInd |
School Profile | /school/profile | apSeminarInd | AP Seminar Offering Indicator (Y/N) | school.detail.apSeminarInd |
School Profile | /school/profile | apSpanishLanguageInd | AP Spanish Language Offering Indicator (Y/N) | school.detail.apSpanishLanguageInd |
School Profile | /school/profile | apSpanishLiteratureInd | AP Spanish Literature Offering Indicator (Y/N) | school.detail.apSpanishLiteratureInd |
School Profile | /school/profile | apStatisticsInd | AP Statistics Offering Indicator (Y/N) | school.detail.apStatisticsInd |
School Profile | /school/profile | apUsHistoryInd | AP Us History Offering Indicator (Y/N) | school.detail.apUsHistoryInd |
School Profile | /school/profile | apWorldHistoryInd | AP World History Offering Indicator (Y/N) | school.detail.apWorldHistoryInd |
School Profile | /school/profile | priorYearStudentCnt | Prior Year Student Count | school.detail.priorYearStudentCnt |
School Profile | /school/profile | studentYearlyChangeCnt | Student Yearly Change Count | school.detail.studentYearlyChangeCnt |
School Profile | /school/profile | studentYearlyChangePct | Student Yearly Change Count | school.detail.studentYearlyChangePct |
School Profile | /school/profile | schoolRating | School Rating | school.detail.schoolRating |
School Profile | /school/profile | saaInd | Saa IND Code | school.detail.saaInd |
School Profile | /school/profile | updatedate | Updatedate | school.detail.updatedate |
School Profile | /school/profile | schoolDistrictGeoID | Unique Identifier for all Geography Types | school.district.schoolDistrictGeoID |
School Profile | /school/profile | schoolDistrictName | School District Name | school.district.schoolDistrictName |
School Profile | /school/profile | schoolDistrictUrl | School District Website URL | school.district.schoolDistrictUrl |
School Profile | /school/profile | latitude | Latitude | school.district.latitude |
School Profile | /school/profile | longitude | Longitude | school.district.longitude |
School Profile | /school/profile | phone | Phone number | school.district.phone |
School Profile | /school/profile | addressLine1 | Address | school.district.addressLine1 |
School Profile | /school/profile | city | City name | school.district.city |
School Profile | /school/profile | stateCode | State Code | school.district.stateCode |
School Profile | /school/profile | year | School measurement results year | school.testScores.year |
School Profile | /school/profile | subject | School measurement results subject name | school.testScores.subject |
School Profile | /school/profile | grade | School measurement results grade | school.testScores.grade |
School Profile | /school/profile | score | School measurement score | school.testScores.score |
School Profile | /school/profile | institutionType | InstitutionType | school.testScores.intitutionType |
School Search | /school/search | geoIdV4 | ATTOM’s new geographic identifier | schools.location.geoIdV4 |
School Search | /school/search | latitude | School Latitude | schools.location.latitude |
School Search | /school/search | longitude | School Longitude | schools.location.longitude |
School Search | /school/search | addressLine1 | FirstLine of the School Address | schools.location.addressLine1 |
School Search | /school/search | city | School location City | schools.location.city |
School Search | /school/search | stateCode | Subject state as identified by our system | schools.location.stateCode |
School Search | /school/search | zipCode | Zipcode | schools.location.zipCode |
School Search | /school/search | schoolName | School Name | schools.detail.schoolName |
School Search | /school/search | phone | Phone | schools.detail.phone |
School Search | /school/search | schoolUrl | School Url | schools.detail.schoolUrl |
School Search | /school/search | institutionType | Institution Type | schools.detail.institutionType |
School Search | /school/search | schoolType | School Type | schools.detail.schoolType |
School Search | /school/search | status | schools.detail.status | |
School Search | /school/search | instructionalLevel | schools.detail.instructionalLevel | |
School Search | /school/search | gradeSpanLow | Grade Span Low | schools.detail.gradeSpanLow |
School Search | /school/search | gradeSpanHigh | Grade Span High | schools.detail.gradeSpanHigh |
School Search | /school/search | updatedate | The last update date for the record in YYYY-MM-DD format. | schools.detail.updatedate |
School Search | /school/search | distance | Distance | schools.detail.distance |
School Search | /school/search | schoolDistrictName | District SchoolName | schools.detail.district.schoolDistrictName |
Sales Comparables | /salescomparables | _TotalAssessedValueAmount | A tax assessor's determination of the value of the property in order to calculate the tax amount owed. | PROPERTY._TAX.@_TotalAssessedValueAmount |
Sales Comparables | /salescomparables | Other._TextDescription | A 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_ext | Market value as determined by assessor. | PROPERTY._TAX.@_AssessorMarketValue_ext |
Sales Comparables | /salescomparables | SquareFeetCount | Total area, in square feet, of the attic present on the property | PROPERTY.STRUCTURE.ATTIC.@SquareFeetCount |
Sales Comparables | /salescomparables | SquareFeetCount | The total square footage of basement on the property. | PROPERTY.STRUCTURE.BASEMENT.@SquareFeetCount |
Sales Comparables | /salescomparables | BuyerUnparsedName_ext | Contains 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 | /salescomparables | CountyFIPSName_ext | The county name associated with the Federal Information Processing Standards (FIPS) county code. | PROPERTY._IDENTIFICATION.@CountyFIPSName_ext |
Sales Comparables | /salescomparables | _UnitDescription | Code 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 | First.TrustDeedDocumentNumber | Contains 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 | /salescomparables | PropertyStructureBuiltYear | Year in which the primary structure was built on the property | PROPERTY.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureBuiltYear |
Sales Comparables | /salescomparables | LevelOne.SquareFeetCount | The 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 | /salescomparables | LevelTwo.SquareFeetCount | The 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 | /salescomparables | LevelThree.SquareFeetCount | The 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 | /salescomparables | LevelFour.SquareFeetCount | The 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 | /salescomparables | Fireplace._DetailedDescription | Contains 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 | /salescomparables | FullOrPartialTransferValueType_ext | Indicates 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_TAX | PROPERTY.SALES_HISTORY.@FullOrPartialTransferValueType_ext |
Sales Comparables | /salescomparables | SquareFeetCount | Indicates the total square footage of the primary garage on the property. | PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@SquareFeetCount |
Sales Comparables | /salescomparables | _UnitDescription | Indicates the primary heating system or method on a property | PROPERTY.STRUCTURE.HEATING.@_UnitDescription |
Sales Comparables | /salescomparables | GrossLivingAreaSquareFeetCount | The total square footage of the living area of all structures on the property | PROPERTY.STRUCTURE.@GrossLivingAreaSquareFeetCount |
Sales Comparables | /salescomparables | First._Amount | Indicates 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 | /salescomparables | SecondConcurrent._Amount | Indicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_2 field on the transaction | PROPERTY.SALES_HISTORY.LOANS_ext.+{2}LOAN_ext[@_'SecondConcurrent'].@_Amount |
Sales Comparables | /salescomparables | ThirdConcurrent._Amount | Indicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_3 field on the transaction | PROPERTY.SALES_HISTORY.LOANS_ext.+{3}LOAN_ext[@_'ThirdConcurrent'].@_Amount |
Sales Comparables | /salescomparables | DepthFeetCount | Indicates the depth of the lot, in feet. | PROPERTY.SITE.@DepthFeetCount |
Sales Comparables | /salescomparables | LotSquareFeetCount | The lot size expressed in square feet. | PROPERTY.SITE.@LotSquareFeetCount |
Sales Comparables | /salescomparables | WidthFeetCount | The number of feet at the front of the property. | PROPERTY.SITE.@WidthFeetCount |
Sales Comparables | /salescomparables | _StreetAddress | The unparsed mail address as keyed from the document tax mail address. May include City, State, ZIP. | PROPERTY.MAILING_ADDRESS_ext.@_StreetAddress |
Sales Comparables | /salescomparables | _City | The Mailing Address City Name | PROPERTY.MAILING_ADDRESS_ext.@_City |
Sales Comparables | /salescomparables | _State | The Mailing Address State Name. | PROPERTY.MAILING_ADDRESS_ext.@_State |
Sales Comparables | /salescomparables | _PostalCode | The Mailing Address Zip Code. | PROPERTY.MAILING_ADDRESS_ext.@_PostalCode |
Sales Comparables | /salescomparables | MultipleApnIndicator_ext | Flag used to indicate a multiple parcel transaction | PROPERTY.SALES_HISTORY.@MultipleApnIndicator_ext |
Sales Comparables | /salescomparables | TotalBathroomCount | Indicates 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 | /salescomparables | TotalBedroomCount | Indicates the number of bedrooms for all structures on the property. | PROPERTY.STRUCTURE.@TotalBedroomCount |
Sales Comparables | /salescomparables | TotalRoomCount | Indicates the total number of rooms for all structures on the property | PROPERTY.STRUCTURE.@TotalRoomCount |
Sales Comparables | /salescomparables | StoriesCount | Indicates the total number of stories for all structures on the property | PROPERTY.STRUCTURE.@StoriesCount |
Sales Comparables | /salescomparables | LivingUnitCount | Indicates 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 | _Name | The 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_ext | The full unparsed name of secondary property owner. | PROPERTY._OWNER.@_SecondaryOwnerName_ext |
Sales Comparables | /salescomparables | _TypeExt | Indicates if the primary owner is an individual, a company or deceased. | PROPERTY._OWNER.@_TypeExt |
Sales Comparables | /salescomparables | AssessorsParcelIdentifier | The 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 | /salescomparables | AssessorsSecondParcelIdentifier | In 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 | /salescomparables | PrivacyType_ext | Indicates the Do Not Call/Do Not Mail status of the property owner. | PROPERTY.@PrivacyType_ext |
Sales Comparables | /salescomparables | DQPropertyID_ext | Unique DataQuick primary key identifier assigned to a property. | PROPERTY._IDENTIFICATION.@DQPropertyID_ext |
Sales Comparables | /salescomparables | RTPropertyID_ext | Unique RealtyTrac primary key identifier assigned to a property. | PROPERTY._IDENTIFICATION.@RTPropertyID_ext |
Sales Comparables | /salescomparables | SellerCarrybackindicator | Indicates the presence of a seller carryback. Indicates one of the trust deeds in the transaction shows the beneficiary as the seller | PROPERTY.SALES_HISTORY.LOANS_ext.@SellerCarrybackindicator |
Sales Comparables | /salescomparables | SellerUnparsedName | Indicates seller of property | PROPERTY.SALES_HISTORY.@SellerUnparsedName |
Sales Comparables | /salescomparables | _City | The Site Address City Name | PROPERTY.@_City |
Sales Comparables | /salescomparables | SiteMailAddressSameIndicator | Indicates if the site and mail address are the same, Owner Occupied. | PROPERTY.@SiteMailAddressSameIndicator |
Sales Comparables | /salescomparables | _State | The Site State Code | PROPERTY.@_State |
Sales Comparables | /salescomparables | _PostalCode | The Site Address Zip Code. | PROPERTY.@_PostalCode |
Sales Comparables | /salescomparables | _UnitDescription | Code 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 | _Type | Type of garage, mismo value (Garage | Carport | Driveway | Open | OffStreet | Other) | PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_Type |
Sales Comparables | /salescomparables | _TypeOtherDescription | Type of garage, RT value | PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_TypeOtherDescription |
Sales Comparables | /salescomparables | _ParkingSpacesCount | Number of parking spaces | PROPERTY.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_ParkingSpacesCount |
Sales Comparables | /salescomparables | _Description_ext | Indicates if the primary owner is an individual, a company or deceased. | PROPERTY._OWNER.@_Description_ext |
Sales Comparables | /salescomparables | PropertyParcelID | Property Parcel ID | PROPERTY.@PropertyParcelID |
Sales Comparables | /salescomparables | StandardUseDescription_ext | Text description of the coded value in StandardUseCode_ext. Describes the use type. | PROPERTY.@StandardUseDescription_ext |
Sales Comparables | /salescomparables | RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.SALES_HISTORY.@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | _Date | Document date for the most recent arms-length ownership transfer | PROPERTY.SALES_CONTRACT.@_Date |
Sales Comparables | /salescomparables | _StreetAddress | The unparsed site address number and street name as keyed directly from a deed. May include city, state and zip. | PROPERTY.@_StreetAddress |
Sales Comparables | /salescomparables | StandardUseCode_ext | The DataQuick property use type code mapped to the jurisdictional use code. | PROPERTY.@StandardUseCode_ext |
Sales Comparables | /salescomparables | PropertySalesAmount | Sale amount for the most recent ownership transfer. | PROPERTY.SALES_HISTORY.@PropertySalesAmount |
Sales Comparables | /salescomparables | PropertyZoningCategoryType | The 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 | /salescomparables | Other _TypeOtherDescription=RoofMaterial._Description | Indicates the finished material of which the roof is made | PROPERTY.STRUCTURE.+{2}EXTERIOR_FEATURE[@_'Other' @_TypeOtherDescription='RoofMaterial'].@_Description |
Sales Comparables | /salescomparables | LongitudeNumber | BasicLongitude | PROPERTY._IDENTIFICATION.@LongitudeNumber |
Sales Comparables | /salescomparables | LatitudeNumber | BasicLatitude | PROPERTY._IDENTIFICATION.@LatitudeNumber |
Sales Comparables | /salescomparables | PricePerSquareFootAmount | Price Per Square Foot | PROPERTY.SALES_HISTORY.@PricePerSquareFootAmount |
Sales Comparables | /salescomparables | PropertySalesDate | Document date for the most recent arms-length ownership transfer | PROPERTY.SALES_HISTORY.@PropertySalesDate |
Sales Comparables | /salescomparables | TotalBathroomCountDq_ext | Indicates 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 | /salescomparables | TotalBathroomCountDq_ext | Indicates 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 | /salescomparables | First.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@DistressType_ext |
Sales Comparables | /salescomparables | Second.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@DistressType_ext |
Sales Comparables | /salescomparables | Third.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@DistressType_ext |
Sales Comparables | /salescomparables | Fourth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@DistressType_ext |
Sales Comparables | /salescomparables | Fifth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@DistressType_ext |
Sales Comparables | /salescomparables | Sixth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@DistressType_ext |
Sales Comparables | /salescomparables | Seventh.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@DistressType_ext |
Sales Comparables | /salescomparables | Eighth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@DistressType_ext |
Sales Comparables | /salescomparables | Ninth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@DistressType_ext |
Sales Comparables | /salescomparables | Tenth.DistressType_ext | Identifies distressed transaction. | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@DistressType_ext |
Sales Comparables | /salescomparables | TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@TransferDate_ext |
Sales Comparables | /salescomparables | First.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Second.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Third.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Fourth.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Fifth.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Sixth.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Seventh.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Eighth.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | Tenth.RecordedDocumentIdentifier | Document number of the last recorded non-arms-length transfer | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentIdentifier |
Sales Comparables | /salescomparables | _UnitDescription | Code 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 | /salescomparables | StandardUseDescription_ext | The DataQuick property use type code description mapped to the jurisdictional use code. | PROPERTY.COMPARABLE_PROPERTY_ext.@StandardUseDescription_ext |
Sales Comparables | /salescomparables | _TypeOtherDescription | Indicates the primary heating system or method on a property. | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.HEATING.@_TypeOtherDescription |
Sales Comparables | /salescomparables | AssessorsParcelIdentifier | The 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 | _ParkingSpacesCount | Number of parking spaces | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_ParkingSpacesCount |
Sales Comparables | /salescomparables | _Type | Type of garage, mismo value (Garage | Carport | Driveway | Open | OffStreet | Other) | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_Type |
Sales Comparables | /salescomparables | _TypeOtherDescription | Type of garage, RT value | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.CAR_STORAGE.CAR_STORAGE_LOCATION.@_TypeOtherDescription |
Sales Comparables | /salescomparables | _FinishedPercent | The percentage finished of total square footage basement on the property. | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.BASEMENT.@_FinishedPercent |
Sales Comparables | /salescomparables | LatitudeNumber | PROPERTY.COMPARABLE_PROPERTY_ext.@LatitudeNumber | |
Sales Comparables | /salescomparables | LongitudeNumber | PROPERTY.COMPARABLE_PROPERTY_ext.@LongitudeNumber | |
Sales Comparables | /salescomparables | First.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Second.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Third.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Fourth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Fifth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Sixth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Seventh.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Eighth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Ninth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | Tenth.BuyerUnparsedName_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@BuyerUnparsedName_ext | |
Sales Comparables | /salescomparables | First.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Second.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Third.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Fourth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Fifth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Sixth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Seventh.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Eighth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Ninth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | Tenth.PropertySalesAmount | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@PropertySalesAmount | |
Sales Comparables | /salescomparables | First.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Second.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Third.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Fourth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Fifth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Sixth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Seventh.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Eighth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Ninth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | Tenth.PropertySaleRecordingDate_ext | The document date for the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@PropertySaleRecordingDate_ext |
Sales Comparables | /salescomparables | First.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Second.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Third.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Fourth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Fifth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Sixth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Seventh.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Eighth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Ninth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | Tenth.RecordedDocumentIdentifier | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentIdentifier | |
Sales Comparables | /salescomparables | First.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Second.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Third.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Fourth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Fifth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Sixth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Seventh.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Eighth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Ninth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | Tenth.RecordedDocumentType | G-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, | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentType |
Sales Comparables | /salescomparables | First.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Second.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Third.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Fourth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Fifth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Sixth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Seventh.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Eighth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Ninth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | Tenth.RecordedDocumentTypeOtherDescription | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@RecordedDocumentTypeOtherDescription | |
Sales Comparables | /salescomparables | First.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Second.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Third.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Fourth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Fifth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Sixth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Seventh.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Eighth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Ninth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | Tenth.SellerUnparsedName | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@SellerUnparsedName | |
Sales Comparables | /salescomparables | First.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferDate_ext |
Sales Comparables | /salescomparables | Second.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferDate_ext |
Sales Comparables | /salescomparables | Third.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferDate_ext |
Sales Comparables | /salescomparables | Fourth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferDate_ext |
Sales Comparables | /salescomparables | Fifth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferDate_ext |
Sales Comparables | /salescomparables | Sixth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferDate_ext |
Sales Comparables | /salescomparables | Seventh.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferDate_ext |
Sales Comparables | /salescomparables | Eighth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferDate_ext |
Sales Comparables | /salescomparables | Ninth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferDate_ext |
Sales Comparables | /salescomparables | Tenth.TransferDate_ext | Contains the official filing date for the transaction that is normally stamped or printed on the document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferDate_ext |
Sales Comparables | /salescomparables | First.TransferType_ext | Indicates 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 | /salescomparables | Second.TransferType_ext | Indicates 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 | /salescomparables | Third.TransferType_ext | Indicates 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 | /salescomparables | Fourth.TransferType_ext | Indicates 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 | /salescomparables | Fifth.TransferType_ext | Indicates 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 | /salescomparables | Sixth.TransferType_ext | Indicates 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 | /salescomparables | Seventh.TransferType_ext | Indicates 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 | /salescomparables | Eighth.TransferType_ext | Indicates 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 | /salescomparables | Ninth.TransferType_ext | Indicates 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 | /salescomparables | Tenth.TransferType_ext | Indicates 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 | /salescomparables | First.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Second.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Third.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Fourth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Fifth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Sixth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Seventh.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Eighth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Ninth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | Tenth.TransferTypeOtherDescription_ext | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferTypeOtherDescription_ext | |
Sales Comparables | /salescomparables | First.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{1}HISTORY_ext[@'First'].@TransferValue_ext |
Sales Comparables | /salescomparables | Second.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{2}HISTORY_ext[@'Second'].@TransferValue_ext |
Sales Comparables | /salescomparables | Third.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{3}HISTORY_ext[@'Third'].@TransferValue_ext |
Sales Comparables | /salescomparables | Fourth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{4}HISTORY_ext[@'Fourth'].@TransferValue_ext |
Sales Comparables | /salescomparables | Fifth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{5}HISTORY_ext[@'Fifth'].@TransferValue_ext |
Sales Comparables | /salescomparables | Sixth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{6}HISTORY_ext[@'Sixth'].@TransferValue_ext |
Sales Comparables | /salescomparables | Seventh.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{7}HISTORY_ext[@'Seventh'].@TransferValue_ext |
Sales Comparables | /salescomparables | Eighth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{8}HISTORY_ext[@'Eighth'].@TransferValue_ext |
Sales Comparables | /salescomparables | Ninth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{9}HISTORY_ext[@'Ninth'].@TransferValue_ext |
Sales Comparables | /salescomparables | Tenth.TransferValue_ext | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.SHORT_SALES_HISTORY_ext.+{10}HISTORY_ext[@'Tenth'].@TransferValue_ext |
Sales Comparables | /salescomparables | _Sequence | Comparable Sequence | PROPERTY.COMPARABLE_PROPERTY_ext.@_Sequence |
Sales Comparables | /salescomparables | DistanceFromSubjectPropertyMilesCount | Comparable Distance | PROPERTY.COMPARABLE_PROPERTY_ext.@DistanceFromSubjectPropertyMilesCount |
Sales Comparables | /salescomparables | ArmsLengthTransactionIndicatorExt | Indicates 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 | _TotalAssessedValueAmount | A 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 | /salescomparables | Other._TextDescription | A 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_ext | The 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_ext | Market value as determined by assessor. | PROPERTY.COMPARABLE_PROPERTY_ext._TAX.@_AssessorMarketValue_ext |
Sales Comparables | /salescomparables | SquareFeetCount | Total area, in square feet, of the attic present on the property. | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.ATTIC.@SquareFeetCount |
Sales Comparables | /salescomparables | SquareFeetCount | The total square footage of basement on the property. | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.BASEMENT.@SquareFeetCount |
Sales Comparables | /salescomparables | BuyerUnparsedName_ext | Contains 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 | /salescomparables | CountyFIPSName_ext | MM_FIPS_COUNTY_NAME | PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@CountyFIPSName_ext |
Sales Comparables | /salescomparables | First.TrustDeedDocumentNumber | Contains 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 | /salescomparables | PropertyStructureMajorImprovementsYear_ext | Year in which the primary structure was built on the property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureMajorImprovementsYear_ext |
Sales Comparables | /salescomparables | LevelOne.SquareFeetCount | The 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 | /salescomparables | LevelTwo.SquareFeetCount | The 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 | /salescomparables | LevelThree.SquareFeetCount | The 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 | /salescomparables | LevelFour.SquareFeetCount | The 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 | /salescomparables | Fireplace._DetailedDescription | Contains 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 | /salescomparables | FullOrPartialTransferValueType_ext | Indicates 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_TAX | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@FullOrPartialTransferValueType_ext |
Sales Comparables | /salescomparables | SquareFeetCount | Indicates 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 | _UnitDescription | Indicates the primary heating system or method on a property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.HEATING.@_UnitDescription |
Sales Comparables | /salescomparables | GrossLivingAreaSquareFeetCount | The total square footage of the living area of all structures on the property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@GrossLivingAreaSquareFeetCount |
Sales Comparables | /salescomparables | First._Amount | Indicates 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 | /salescomparables | SecondConcurrent._Amount | Indicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_2 field on the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{2}LOAN_ext[@_'SecondConcurrent'].@_Amount |
Sales Comparables | /salescomparables | ThirdConcurrent._Amount | Indicates the loan amount, as present on the deed of trust, for the loan represented by SR_TD_DOC_NBR_3 field on the transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOANS_ext.+{3}LOAN_ext[@_'ThirdConcurrent'].@_Amount |
Sales Comparables | /salescomparables | DepthFeetCount | Indicates the depth of the lot, in feet. | PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@DepthFeetCount |
Sales Comparables | /salescomparables | LotSquareFeetCount | The lot size expressed in square feet. | PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@LotSquareFeetCount |
Sales Comparables | /salescomparables | WidthFeetCount | The number of feet at the front of the property. | PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@WidthFeetCount |
Sales Comparables | /salescomparables | _StreetAddress | The 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 | _City | The Mailing Address City Name | PROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_City |
Sales Comparables | /salescomparables | _State | SA_MAIL_STATE | PROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_State |
Sales Comparables | /salescomparables | _PostalCode | The Mailing Address Zip Code. | PROPERTY.COMPARABLE_PROPERTY_ext.MAILING_ADDRESS_ext.@_PostalCode |
Sales Comparables | /salescomparables | MultipleApnIndicator_ext | Flag used to indicate a multiple parcel transaction | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@MultipleApnIndicator_ext |
Sales Comparables | /salescomparables | TotalBathroomCount | Indicates 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 | /salescomparables | TotalBathroomQuarterCount_ext | Indicates the number of one-quarter baths for all structures on a property. A one-quarter bath is defined as having a toilet only | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomQuarterCount_ext |
Sales Comparables | /salescomparables | TotalBathroomHalfCount_ext | Indicates the number of half baths for all structures on a property. A half bath is defined as having a sink and a toilet only | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBathroomHalfCount_ext |
Sales Comparables | /salescomparables | TotalBathroomThreeQuarterCount_ext | Indicates 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 | /salescomparables | TotalBathroomFullCount_ext | Indicates 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 | /salescomparables | TotalBedroomCount | Indicates the number of bedrooms for all structures on the property. | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalBedroomCount |
Sales Comparables | /salescomparables | TotalRoomCount | Indicates the total number of rooms for all structures on the property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@TotalRoomCount |
Sales Comparables | /salescomparables | StoriesCount | Indicates the total number of stories for all structures on the property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.@StoriesCount |
Sales Comparables | /salescomparables | LivingUnitCount | Indicates 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 | _Name | The 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_ext | The full unparsed name of secondary property owner. | PROPERTY.COMPARABLE_PROPERTY_ext._OWNER.@_SecondaryOwnerName_ext |
Sales Comparables | /salescomparables | AssessorsSecondParcelIdentifier | In 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 | /salescomparables | Pool._ExistsIndicator | Indicates 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 | /salescomparables | PricePerSquareFootAmount | Price Per Square Foot | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@PricePerSquareFootAmount |
Sales Comparables | /salescomparables | DQPropertyID_ext | Unique DataQuick primary key identifier assigned to a property. | PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@DQPropertyID_ext |
Sales Comparables | /salescomparables | RTPropertyID_ext | Unique RealtyTrac primary key identifier assigned to a property. | PROPERTY.COMPARABLE_PROPERTY_ext._IDENTIFICATION.@RTPropertyID_ext |
Sales Comparables | /salescomparables | Other _TypeOtherDescription=RoofMaterial._Description | Indicates the finished material of which the roof is made | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.EXTERIOR_FEATURE[@_'Other' @_TypeOtherDescription='RoofMaterial'].@_Description |
Sales Comparables | /salescomparables | SellerCarrybackindicator | Indicates the presence of a seller carryback. Indicates one of the trust deeds in the transaction shows the beneficiary as the seller | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.LOAN_ext.@SellerCarrybackindicator |
Sales Comparables | /salescomparables | SellerUnparsedName | Indicates seller of property | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@SellerUnparsedName |
Sales Comparables | /salescomparables | _StreetAddress | The 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 | _City | The Site Address City Name | PROPERTY.COMPARABLE_PROPERTY_ext.@_City |
Sales Comparables | /salescomparables | SiteMailAddressSameIndicator_ext | Indicates if the site and mail address are the same, Owner Occupied. | PROPERTY.COMPARABLE_PROPERTY_ext.@SiteMailAddressSameIndicator_ext |
Sales Comparables | /salescomparables | _State | The Site State Code | PROPERTY.COMPARABLE_PROPERTY_ext.@_State |
Sales Comparables | /salescomparables | _PostalCode | The Site Address Zip Code. | PROPERTY.COMPARABLE_PROPERTY_ext.@_PostalCode |
Sales Comparables | /salescomparables | StandardUseCode_ext | The DataQuick property use type code mapped to the jurisdictional use code. | PROPERTY.COMPARABLE_PROPERTY_ext.@StandardUseCode_ext |
Sales Comparables | /salescomparables | PropertySalesAmount | Contains the dollar amount of consideration in an ownership changing transaction.. Transfer amount calculated from transfer tax or as keyed from document | PROPERTY.COMPARABLE_PROPERTY_ext.SALES_HISTORY.@PropertySalesAmount |
Sales Comparables | /salescomparables | PropertyStructureBuiltYear | Year in which the primary structure was built on the property | PROPERTY.COMPARABLE_PROPERTY_ext.STRUCTURE.STRUCTURE_ANALYSIS.@PropertyStructureBuiltYear |
Sales Comparables | /salescomparables | PropertyZoningCategoryType | The 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 governmen | PROPERTY.COMPARABLE_PROPERTY_ext.SITE.@PropertyZoningCategoryType |
Foreclosure Details | /preforeclosuredetails | ATTOMID | Unique identifier for the subject property in our database | PropertyIdentification.ATTOMID |
Foreclosure Details | /preforeclosuredetails | streetAddress | Subject property address as identified by our system | PropertyIdentification.streetAddress |
Foreclosure Details | /preforeclosuredetails | city | Subject city as identified by our system | PropertyIdentification.city |
Foreclosure Details | /preforeclosuredetails | stateCode | Subject state as identified by our system | PropertyIdentification.stateCode |
Foreclosure Details | /preforeclosuredetails | zip5 | 5 Digit Zip Code of subject property as identified by our system | PropertyIdentification.zip5 |
Foreclosure Details | /preforeclosuredetails | foreclosureID | Unique transaction identifier for foreclosure transactions | Auction.foreclosureID |
Foreclosure Details | /preforeclosuredetails | auctionAddress | Full unparsed address where the foreclosure auction is to be held. | Auction.auctionAddress |
Foreclosure Details | /preforeclosuredetails | auctionCity | The city name of the location of the foreclosure auction. | Auction.auctionCity |
Foreclosure Details | /preforeclosuredetails | auctionDate | Date of the foreclosure auction in YYYY-MM-DD format. | Auction.auctionDate |
Foreclosure Details | /preforeclosuredetails | auctionDirection | The pre directional of the location of the foreclosure auction. | Auction.auctionDirection |
Foreclosure Details | /preforeclosuredetails | auctionHouseNumber | The house number and fraction of the location of the foreclosure auction. | Auction.auctionHouseNumber |
Foreclosure Details | /preforeclosuredetails | auctionPostDirection | The post-directional of the location of the foreclosure auction. | Auction.auctionPostDirection |
Foreclosure Details | /preforeclosuredetails | auctionStreetName | The street name of the location of the foreclosure auction. | Auction.auctionStreetName |
Foreclosure Details | /preforeclosuredetails | auctionSuffix | The street name suffix of the location of the foreclosure auction. | Auction.auctionSuffix |
Foreclosure Details | /preforeclosuredetails | auctionTime | The start time of the foreclosure auction. | Auction.auctionTime |
Foreclosure Details | /preforeclosuredetails | auctionUnit | The unit number of the location of the foreclosure auction. | Auction.auctionUnit |
Foreclosure Details | /preforeclosuredetails | courthouse | Name or description of courthouse hosting the public auction. | Auction.courthouse |
Foreclosure Details | /preforeclosuredetails | foreclosureID | Unique transaction identifier for foreclosure transactions | Default.foreclosureID |
Foreclosure Details | /preforeclosuredetails | borrowerNameOwner | Mortgagee, concatenated name(s) of borrower in default. | Default.borrowerNameOwner |
Foreclosure Details | /preforeclosuredetails | caseNumber | Case Number | Default.caseNumber |
Foreclosure Details | /preforeclosuredetails | defaultAmount | Total amount of payments in arrears, or delinquent. | Default.defaultAmount |
Foreclosure Details | /preforeclosuredetails | foreclosureBookPage | Book and page of the foreclosure filing document. | Default.foreclosureBookPage |
Foreclosure Details | /preforeclosuredetails | foreclosureInstrumentDate | The 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 | /preforeclosuredetails | foreclosureInstrumentNumber | Instrument number of the foreclosure filing document. | Default.foreclosureInstrumentNumber |
Foreclosure Details | /preforeclosuredetails | foreclosureRecordingDate | Contains 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 | /preforeclosuredetails | judgmentAmount | Amount of final judgment, including fees and interest. | Default.judgmentAmount |
Foreclosure Details | /preforeclosuredetails | judgmentDate | Date of final judgment if a lis pendens case in YYYY-MM-DD format. | Default.judgmentDate |
Foreclosure Details | /preforeclosuredetails | lenderAddress | Full standardized lender address. Contains all the parsed elements. | Default.lenderAddress |
Foreclosure Details | /preforeclosuredetails | lenderAddressCity | The lender address city name. | Default.lenderAddressCity |
Foreclosure Details | /preforeclosuredetails | lenderAddressHouseNumber | The lender address house number and fraction. | Default.lenderAddressHouseNumber |
Foreclosure Details | /preforeclosuredetails | lenderAddressState | The lender address state. | Default.lenderAddressState |
Foreclosure Details | /preforeclosuredetails | lenderAddressStreetDirection | The pre directional of the lender address. | Default.lenderAddressStreetDirection |
Foreclosure Details | /preforeclosuredetails | lenderAddressStreetName | The lender address street name. | Default.lenderAddressStreetName |
Foreclosure Details | /preforeclosuredetails | lenderAddressStreetPostDirection | The post-directional of the lender address. | Default.lenderAddressStreetPostDirection |
Foreclosure Details | /preforeclosuredetails | lenderAddressStreetSuffix | The lender address street name suffix. | Default.lenderAddressStreetSuffix |
Foreclosure Details | /preforeclosuredetails | lenderAddressUnitValue | The lender address unit number. | Default.lenderAddressUnitValue |
Foreclosure Details | /preforeclosuredetails | lenderAddressZIP | The lender address Zip Code. | Default.lenderAddressZIP |
Foreclosure Details | /preforeclosuredetails | lenderNameFullStandardized | Full 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 | /preforeclosuredetails | lenderPhone | Phone number of the lender. | Default.lenderPhone |
Foreclosure Details | /preforeclosuredetails | loanBalance | Remaining balance on defaulted loan. | Default.loanBalance |
Foreclosure Details | /preforeclosuredetails | loanMaturityDate | Maturity date of loan in default in YYYY-MM-DD format. | Default.loanMaturityDate |
Foreclosure Details | /preforeclosuredetails | originalLoanAmount | Original amount of loan in default. | Default.originalLoanAmount |
Foreclosure Details | /preforeclosuredetails | originalLoanBookPage | Book and page of the original loan document. | Default.originalLoanBookPage |
Foreclosure Details | /preforeclosuredetails | originalLoanInstrumentNumber | Recorder's Instrument Number of the original loan document. | Default.originalLoanInstrumentNumber |
Foreclosure Details | /preforeclosuredetails | originalLoanInterestRate | Interest rate of the original loan in default. | Default.originalLoanInterestRate |
Foreclosure Details | /preforeclosuredetails | originalLoanLoanNumber | Original loan account number of loan in default. | Default.originalLoanLoanNumber |
Foreclosure Details | /preforeclosuredetails | originalLoanRecordingDate | Contains 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 | /preforeclosuredetails | payment | Regular monthly payment from related mortgage document | Default.payment |
Foreclosure Details | /preforeclosuredetails | penaltyInterest | Amount of penalty interest accrued. | Default.penaltyInterest |
Foreclosure Details | /preforeclosuredetails | recordedAuctionOpeningBid | Opening 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 | /preforeclosuredetails | recordLastUpdated | The last update date for the record in YYYY-MM-DD format. | Default.recordLastUpdated |
Foreclosure Details | /preforeclosuredetails | recordType | Type of document: Notice of Default = NOD, LisPendens = LIS, Notice of Trustee Sale = NTS, Notice of foreclosure sale = NOS. | Default.recordType |
Foreclosure Details | /preforeclosuredetails | servicerAddress | Address of the entity providing servicing for the loan. | Default.servicerAddress |
Foreclosure Details | /preforeclosuredetails | servicerCity | City of the entity providing servicing for the loan. | Default.servicerCity |
Foreclosure Details | /preforeclosuredetails | servicerName | Name of the entity providing servicing for the loan. | Default.servicerName |
Foreclosure Details | /preforeclosuredetails | servicerPhone | Phone number of the entity providing servicing for the loan. | Default.servicerPhone |
Foreclosure Details | /preforeclosuredetails | servicerState | State of the entity providing servicing for the loan. | Default.servicerState |
Foreclosure Details | /preforeclosuredetails | servicerZip | Zip code of the entity providing servicing for the loan. | Default.servicerZip |
Foreclosure Details | /preforeclosuredetails | trusteeAddress | Full standardized trustee address. Contains all the parsed elements. | Default.trusteeAddress |
Foreclosure Details | /preforeclosuredetails | trusteeAddressCity | The trustee address city name. | Default.trusteeAddressCity |
Foreclosure Details | /preforeclosuredetails | trusteeAddressHouseNumber | The trustee address house number and fraction. | Default.trusteeAddressHouseNumber |
Foreclosure Details | /preforeclosuredetails | trusteeAddressState | The trustee address state. | Default.trusteeAddressState |
Foreclosure Details | /preforeclosuredetails | trusteeAddressStreetDirection | The pre directional of the trustee address. | Default.trusteeAddressStreetDirection |
Foreclosure Details | /preforeclosuredetails | trusteeAddressStreetName | The trustee address street name. | Default.trusteeAddressStreetName |
Foreclosure Details | /preforeclosuredetails | trusteeAddressStreetPostDirection | The post-directional of the trustee address. | Default.trusteeAddressStreetPostDirection |
Foreclosure Details | /preforeclosuredetails | trusteeAddressStreetSuffix | The trustee address street name suffix. | Default.trusteeAddressStreetSuffix |
Foreclosure Details | /preforeclosuredetails | trusteeAddressUnitValue | The trustee address unit number. | Default.trusteeAddressUnitValue |
Foreclosure Details | /preforeclosuredetails | trusteeAddressZIP | The trustee address Zip Code. | Default.trusteeAddressZIP |
Foreclosure Details | /preforeclosuredetails | trusteeName | Trustee or attorney handling the foreclosure event | Default.trusteeName |
Foreclosure Details | /preforeclosuredetails | trusteePhone | The trustee phone number. | Default.trusteePhone |
Foreclosure Details | /preforeclosuredetails | trusteeReferenceNumber | Unique 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 |
Example:
https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail?address1=210+Hammerking+Rd&address2=Dallas+TX+75232&debug=True
The Area API helps users explore the relationships between various geographic areas, offering access to data such as area boundaries (polygons) and area IDs. This data spans across multiple geographic units, from counties and zip codes to residential subdivisions and school attendance areas.
By leveraging the Area API, users can gain a comprehensive understanding of how different areas are connected, facilitating informed decision-making related to spatial relationships and regional planning.
Data Type | Abbreviation | Definition |
---|---|---|
State | ST | Boundaries for each of the 50 states as well as the District of Columbia and the US territories. |
County | CO | County subdivisons are smaller geographic units of a county mostly comprised of townships and towns. |
County Subdivision | CS | County subdivisons are smaller geographic units of a county mostly comprised of townships and towns. |
Place | PL | Comprised of incorporated places and census designated places. |
Zip Code Tabulation Area | ZI | Boundaries for Zip Code Tabulation Areas (ZCTAs) in the U.S. |
Macro Neighborhood | N1 | Macro-Neighborhoods are the largest neighborhood type by size and usually depict regions, major sections of a city, or large master planned communities. |
Neighborhood | N2 | This level represents the common definition of a city-level neighborhood, typically comprised of a colloquial grouping of streets and commonly referenced by local residents. |
Sub-Neighborhood | N3 | Sub-Neighborhoods typically represent smaller named areas with an existing level 2 neighborhood. These are usually found in the core of the city and are often business, financial, entertainment, arts, cultural, or historic districts. |
Residential Subdivision | N4 | Comprised primarily of boundaries for subdivisions, condominiums, townhome communities, apartment complexes, retirement communities, mobile home parks, and other residential housing tracts. |
School District Boundary | DB | Boundaries for school district in the U.S. |
School Attendance Area Boundary | SB | Boundaries that identify the geographic areas served by each regular public school in the U.S. |
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
There are two required headers:
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. |
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.
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.
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"
}
}
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=PZ | All,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 | geoIdV4 | Multi-value | Geocode requested | geoIdV4=25c781485c834372b7e7b7ef0fc0c2fa | |
Area State Lookup | /areaapi/area/state/lookup | AreaId | Multi-value | known Geo ID | AreaId=ZI98648 | |
Area Boundary Detail | /areaapi/area/boundary/detail | geoIdV4 | Multi-value | Geocode requested | geoIdV4=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 | geoIdV4 | Multi-value | Geocode requested | geoIdV4=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 |
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
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 |
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/lookup | area | Area measurement | response.result.package.item.area | |
Hierarchy Lookup | /hierarchy/lookup | area_unit | Units for area measurement | response.result.package.item.area_unit | |
Hierarchy Lookup | /hierarchy/lookup | geo_Key | Full geographic identifier used for searching. Not recommended to display | response.result.package.item.geo_Key | |
Hierarchy Lookup | /hierarchy/lookup | id | Fully formatted geography ID. | response.result.package.item.id | |
Hierarchy Lookup | /hierarchy/lookup | name | Suggested value to use for text search, drop-downs and other search controls | response.result.package.item.name | |
Hierarchy Lookup | /hierarchy/lookup | type | Standard Attom geography type code | response.result.package.item.type | |
Hierarchy Lookup | /hierarchy/lookup | community_data_available | Indicates if community data is available for the selected region | response.result.package.item.community_data_available | |
CBSA Lookup | /cbsa/lookup | geo_center_latitude | Latitude component of centroid | response.result.package.item.geo_center_latitude | |
CBSA Lookup | /cbsa/lookup | geo_center_longitude | Longitude component of centroid | response.result.package.item.geo_center_longitude | |
CBSA Lookup | /cbsa/lookup | geo_key | Full geographic identifier used for searching. Not recommended to display | response.result.package.item.geo_key | |
CBSA Lookup | /cbsa/lookup | id | Fully formatted geography ID. | response.result.package.item.id | |
CBSA Lookup | /cbsa/lookup | name | Suggested value to use for text search, drop-downs and other search controls | response.result.package.item.name | |
CBSA Lookup | /cbsa/lookup | type | Standard Attom geography type code | response.result.package.item.type | |
Geo ID Lookup | /geoid/lookup | area | Area measurement | response.result.package.item.area | |
Geo ID Lookup | /geoid/lookup | area_unit | Units for area measurement | response.result.package.item.area_unit | |
Geo ID Lookup | /geoid/lookup | geo_Key | Full geographic identifier used for searching. Not recommended to display | response.result.package.item.geo_Key | |
Geo ID Lookup | /geoid/lookup | id | Fully formatted geography ID. | response.result.package.item.id | |
Geo ID Lookup | /geoid/lookup | name | Suggested value to use for text search, drop-downs and other search controls | response.result.package.item.name | |
Geo ID Lookup | /geoid/lookup | type | Standard Attom geography type code | response.result.package.item.type | |
County Lookup | /county/lookup | geo_center_latitude | Latitude component of centroid | response.result.package.item.geo_center_latitude | |
County Lookup | /county/lookup | geo_center_longitude | Longitude component of centroid | response.result.package.item.geo_center_longitude | |
County Lookup | /county/lookup | geo_key | Full geographic identifier used for searching. Not recommended to display | response.result.package.item.geo_key | |
County Lookup | /county/lookup | id | Fully formatted geography ID. | response.result.package.item.id | |
County Lookup | /county/lookup | name | Suggested value to use for text search, drop-downs and other search controls | response.result.package.item.name | |
County Lookup | /county/lookup | type | Standard Attom geography type code | response.result.package.item.type | |
State Lookup | /state/lookup/ | abbreviation | Two letter state abbreviation | response.result.package.item.abbreviation | |
State Lookup | /state/lookup/ | geo_center_latitude | Latitude component of centroid | response.result.package.item.geo_center_latitude | |
State Lookup | /state/lookup/ | geo_center_longitude | Longitude component of centroid | response.result.package.item.geo_center_longitude | |
State Lookup | /state/lookup/ | geo_key | Full geographic identifier used for searching. Not recommended to display | response.result.package.item.geo_key | |
State Lookup | /state/lookup/ | id | Fully formatted geography ID. | response.result.package.item.id | |
State Lookup | /state/lookup/ | name | Suggested value to use for text search, drop-downs and other search controls | response.result.package.item.name | |
State Lookup | /state/lookup/ | type | Standard Attom geography type code | response.result.package.item.type |
The Points of Interest (POI) API enables users to access data on public and private establishments based on specific location parameters, such as address or latitude and longitude. With around 15 million establishments in the database, the API allows users to perform lookups to gather additional information on each location. All points of interest are geocoded, ensuring that they can be easily displayed on a map for visualization.
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
There are two required headers:
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) |
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
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
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
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) |
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) |
These are 14 business categories that exist in the Point of Interest API. They are:
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. |
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.
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"
}
}
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 |
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
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 |
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/poi | pId | The Localeze Persistent Identification Number (PID) for the listing | poi.details.pId |
Neighborhood POI | /neighborhood/poi | addressSensitivityFlag | poi.details.addressSensitivityFlag | |
Neighborhood POI | /neighborhood/poi | aptType | poi.details.aptType | |
Neighborhood POI | /neighborhood/poi | boxNumber | poi.details.boxNumber | |
Neighborhood POI | /neighborhood/poi | chainId | poi.details.chainId | |
Neighborhood POI | /neighborhood/poi | annualSalesAmountCode | poi.details.annualSalesAmountCode | |
Neighborhood POI | /neighborhood/poi | employeeSizeCode | poi.details.employeeSizeCode | |
Neighborhood POI | /neighborhood/poi | executiveContactName | poi.details.executiveContactName | |
Neighborhood POI | /neighborhood/poi | executiveTitleCode | poi.details.industryClassification | |
Neighborhood POI | /neighborhood/poi | industryClassification | poi.details.industryClassification | |
Neighborhood POI | /neighborhood/poi | latLongMatchLevel | poi.details.latLongMatchLevel | |
Neighborhood POI | /neighborhood/poi | mcdCode | poi.details.mcdCode | |
Neighborhood POI | /neighborhood/poi | preDirection | poi.details.preDirection | |
Neighborhood POI | /neighborhood/poi | secondaryValidationCode | poi.details.secondaryValidationCode | |
Neighborhood POI | /neighborhood/poi | singleAddressFlag | poi.details.singleAddressFlag | |
Neighborhood POI | /neighborhood/poi | standardizedHours | poi.details.standardizedHours | |
Neighborhood POI | /neighborhood/poi | sic2 | poi.details.sic2 | |
Neighborhood POI | /neighborhood/poi | sic3 | poi.details.sic3 | |
Neighborhood POI | /neighborhood/poi | sic4 | poi.details.sic4 | |
Neighborhood POI | /neighborhood/poi | yearsInBusiness | poi.details.yearsInBusiness | |
Neighborhood POI | /neighborhood/poi | ypHeading2 | poi.details.ypHeading2 | |
Neighborhood POI | /neighborhood/poi | ypHeading3 | poi.details.ypHeading3 | |
Neighborhood POI | /neighborhood/poi | ypHeading4 | poi.details.ypHeading4 | |
Neighborhood POI | /neighborhood/poi | ypHeading5 | poi.details.ypHeading5 | |
Neighborhood POI | /neighborhood/poi | ypHeading6 | poi.details.ypHeading6 | |
Neighborhood POI | /neighborhood/poi | zip4Type | poi.details.zip4Type | |
Neighborhood POI | /neighborhood/poi | publishDate | The 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/poi | businessShortName | The short 30 character name for the business | poi.details.businessShortName |
Neighborhood POI | /neighborhood/poi | businessDepartmentName | The department information for the listing - Gov, Schools, etc. | poi.details.businessDepartmentName |
Neighborhood POI | /neighborhood/poi | house | The house number for the listing | poi.details.house |
Neighborhood POI | /neighborhood/poi | street | The street name for the listing | poi.details.street |
Neighborhood POI | /neighborhood/poi | strType | The street type for the listing | poi.details.strType |
Neighborhood POI | /neighborhood/poi | postDirection | The post directional street address information for the listing | poi.details.postDirection |
Neighborhood POI | /neighborhood/poi | expPubCity | The published city for the listing as provided in Directory Source | poi.details.expPubCity |
Neighborhood POI | /neighborhood/poi | cityName | The USPS city name for the listing | poi.details.cityName |
Neighborhood POI | /neighborhood/poi | state | The two character state abbreviation for the listing | poi.details.state |
Neighborhood POI | /neighborhood/poi | zip | The zip code for the listing | poi.details.zip |
Neighborhood POI | /neighborhood/poi | zip4 | The zip code + 4 for the listing | poi.details.zip4 |
Neighborhood POI | /neighborhood/poi | dpc | A 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/poi | carrierRoute | A 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/poi | fipsStateCode | The Federal Information Processing Standard state code for the listing. Ex. IL=17 | poi.details.fipsStateCode |
Neighborhood POI | /neighborhood/poi | countyCode | The Federal Information Processing Standard county code for the listing | poi.details.countyCode |
Neighborhood POI | /neighborhood/poi | censusTract | The 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/poi | censusBlockGroup | The 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/poi | censusBlockID | The Census Block ID (CBID) for the listing. | poi.details.censusBlockID |
Neighborhood POI | /neighborhood/poi | cbsa | The 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/poi | sic1_4 | Primary standard industry classification (SIC) 4 digit | poi.details.sic1_4 |
Neighborhood POI | /neighborhood/poi | sic1_8 | Primary standard industry classification (SIC) 8 digit | poi.details.sic1_8 |
Neighborhood POI | /neighborhood/poi | industryClassification | Industry classification (SIC ranges). Code for first 2 positions of the primary SIC | poi.details.industryClassification |
Neighborhood POI | /neighborhood/poi | mlsc | Code 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 Owner | poi.details.mlsc |
Neighborhood POI | /neighborhood/poi | areaCode | The telephone area code for the listing | poi.details.areaCode |
Neighborhood POI | /neighborhood/poi | exchange | The telephone exchange number for the listing | poi.details.exchange |
Neighborhood POI | /neighborhood/poi | phoneNumber | The last four digits of the telephone number for the listing | poi.details.phoneNumber |
Neighborhood POI | /neighborhood/poi | dso | Indicates if the area where the business is located observes daylight savings time. 0=No,1=Yes | poi.details.dso |
Neighborhood POI | /neighborhood/poi | timeZone | The 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 = Newfoundland | poi.details.timeZone |
Neighborhood POI | /neighborhood/poi | validationFlag | C = the phone number for the listing is validated as connected | poi.details.validationFlag |
Neighborhood POI | /neighborhood/poi | validationDate | The most recent date the phone number for the listing was verified as active (YYYYMMDD) | poi.details.validationDate |
Neighborhood POI | /neighborhood/poi | DPVConfirm | Determination 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/poi | executiveTitleCode | Code for standard executive title for the contact for the listing | poi.details.executiveTitleCode |
Neighborhood POI | /neighborhood/poi | latitude | Latitude with floating decimal - Examples: -12.345678 -38.9447 | poi.details.latitude |
Neighborhood POI | /neighborhood/poi | longitude | Longitude with floating decimal xxplicit Negative Sign - Examples: (-123.456789) ( -123.4567) | poi.details.longitude |
Neighborhood POI | /neighborhood/poi | confidenceScore | The 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/poi | ypHeading1 | Top 6 normalized Localeze headings (where available) | poi.details.ypHeading1 |
Neighborhood POI | /neighborhood/poi | maximumYpAdSize | The size of the ad for a listing that was acquired via a Yellow Page advertisement. | poi.details.maximumYpAdSize |
Neighborhood POI | /neighborhood/poi | faxAreaCode | The fax area code for the listing | poi.details.faxAreaCode |
Neighborhood POI | /neighborhood/poi | faxExchange | The fax exchange number for the listing | poi.details.faxExchange |
Neighborhood POI | /neighborhood/poi | faxPhoneNumber | The last four digits of the fax number for the listing | poi.details.faxPhoneNumber |
Neighborhood POI | /neighborhood/poi | altAreaCode | The area code for the alternative phone number for the listing | poi.details.altAreaCode |
Neighborhood POI | /neighborhood/poi | altExchange | The exchange number for the alternative phone number for the listing | poi.details.altExchange |
Neighborhood POI | /neighborhood/poi | altPhoneNumber | The last four digits of the alternative phone number for the listing | poi.details.altPhoneNumber |
Neighborhood POI | /neighborhood/poi | mobileAreaCode | The area code for the mobile phone number for the listing | poi.details.mobileAreaCode |
Neighborhood POI | /neighborhood/poi | mobileExchange | The exchange number for the mobile phone number for the listing | poi.details.mobileExchange |
Neighborhood POI | /neighborhood/poi | mobilePhoneNumber | The last four digits of the mobile phone number for the listing | poi.details.mobilePhoneNumber |
Neighborhood POI | /neighborhood/poi | tollFreeAreaCode | The area code for the toll free phone number for the listing | poi.details.tollFreeAreaCode |
Neighborhood POI | /neighborhood/poi | tollFreeExchange | The exchange number for the toll free phone number for the listing | poi.details.tollFreeExchange |
Neighborhood POI | /neighborhood/poi | tollFreePhoneNumber | The last four digits of the toll free phone number for the listing | poi.details.tollFreePhoneNumber |
Neighborhood POI | /neighborhood/poi | creditCards | Superset code for payment types accepted by the business - see the IYP U.S. Technical Reference Guide for the definition of the values in this field | poi.details.creditCards |
Neighborhood POI | /neighborhood/poi | brands | Superset of unique, comma-separated trademark or brand phrases | poi.details.brands |
Neighborhood POI | /neighborhood/poi | standardizedHours | Structured hours of operation for the listing - see the IYP U.S. Technical Reference Guide for the definition of the values in this field | poi.details.standardizedHours |
Neighborhood POI | /neighborhood/poi | hoursOpen | Unstructured 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/poi | website | The website URL for the listing | poi.details.website |
Neighborhood POI | /neighborhood/poi | yelpUrl | The Yelp URL for the listing | poi.details.yelpUrl |
Neighborhood POI | /neighborhood/poi | The email address for the business or the business owner | poi.details.email | |
Neighborhood POI | /neighborhood/poi | services | poi.details.services | |
Neighborhood POI | /neighborhood/poi | tagline | The tagline for the business | poi.details.tagline |
Neighborhood POI | /neighborhood/poi | linkedInUrl | The LinkedIn URL for the listing | poi.details.linkedInUrl |
Neighborhood POI | /neighborhood/poi | facebookUrl | The Facebook URL for the listing | poi.details.facebookUrl |
Neighborhood POI | /neighborhood/poi | foursquareUrl | The Foursquare URL for the listing | poi.details.foursquareUrl |
Neighborhood POI | /neighborhood/poi | yearEstablished | The year the business was established | poi.details.yearEstablished |
Neighborhood POI | /neighborhood/poi | totalAdSpend | The estimated total YP ad spend for the business location | poi.details.totalAdSpend |
Neighborhood POI | /neighborhood/poi | buildingName | The building name for the listing | poi.details.buildingName |
Neighborhood POI | /neighborhood/poi | twitterUrl | The Twitter URL for the listing | poi.details.twitterUrl |
Neighborhood POI | /neighborhood/poi | googlePlusUrl | The Google+ URL for the listing | poi.details.googlePlusUrl |
Neighborhood POI | /neighborhood/poi | distance | Distance of the POI from the search point | poi.details.distance |
Neighborhood POI | /neighborhood/poi | businessStandardName | Standared Name of business, point of interest, establishment, or location | poi.buisnesslocation.businessStandardName |
Neighborhood POI | /neighborhood/poi | attomId | ATTOM Data's Unique parcel identifier. | poi.buisnesslocation.attomId |
Neighborhood POI | /neighborhood/poi | address | First line of the property address | poi.buisnesslocation.address |
Neighborhood POI | /neighborhood/poi | address2 | Second line of the property address | poi.buisnesslocation.address2 |
Neighborhood POI | /neighborhood/poi | suite | poi.buisnesslocation.suite | |
Neighborhood POI | /neighborhood/poi | tract | poi.buisnesslocation.tract | |
Neighborhood POI | /neighborhood/poi | city | City name for business, point of interest, establishment, or location | poi.buisnesslocation.city |
Neighborhood POI | /neighborhood/poi | addressKey | Address key for business, point of interest, establishment, or location | poi.buisnesslocation.addressKey |
Neighborhood POI | /neighborhood/poi | countyKey | County key for business, point of interest, establishment, or location | poi.buisnesslocation.countyKey |
Neighborhood POI | /neighborhood/poi | geoQualityKey | Degree 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/poi | censusBlock | poi.buisnesslocation.censusBlock | |
Neighborhood POI | /neighborhood/poi | categoryId | ID of the Business Category | poi.category.categoryId |
Neighborhood POI | /neighborhood/poi | condensedHeading | Name of the Business Category | poi.category.condensedHeading |
Neighborhood POI | /neighborhood/poi | category | General business / location category. May be used to help filter for display. | poi.category.category |
Neighborhood POI | /neighborhood/poi | lineOfBusiness | Classification of business / location. | poi.category.lineOfBusiness |
Neighborhood POI | /neighborhood/poi | industry | A more specific classification of business. | poi.category.industry |
POI categorylookup | /neighborhood/poi/categorylookup | categoryId | ID of the Business Category | item.categoryId |
POI categorylookup | /neighborhood/poi/categorylookup | condensedHeading | Name of the Business Category | item.condensedHeading |
POI categorylookup | /neighborhood/poi/categorylookup | category | General business / location category. May be used to help filter for display. | item.category |
POI categorylookup | /neighborhood/poi/categorylookup | lineOfBusiness | Classification of business / location. | item.lineOfBusiness |
POI categorylookup | /neighborhood/poi/categorylookup | industry | A more specific classification of business. | item.industry |
Line Of Business Lookup | /LOB/lookup | id | ID of the Line of Business | response.result.package.item.id |
Line Of Business Lookup | /LOB/lookup | name | Name of the Line of Business | response.result.package.item.name |
Line Of Business Lookup | /LOB/lookup | type | Lookup type | response.result.package.item.type |
Geography | /POI/geography | business_category | Business category of the POI | response.result.package.item.business_category |
Geography | /POI/geography | city | Subject city as identified by our system | response.result.package.item.city |
Geography | /POI/geography | distance | Distance of the POI from the search point | response.result.package.item.distance |
Geography | /POI/geography | franchise | Indicates franchise brand if applicable. | response.result.package.item.franchise |
Geography | /POI/geography | geo_latitude | Latitude coordinates (6 points of precision to the right of the decimal). | response.result.package.item.geo_latitude |
Geography | /POI/geography | geo_longitude | Longitude coordinates (6 points of precision to the right of the decimal). | response.result.package.item.geo_longitude |
Geography | /POI/geography | geo_match | Degree 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/geography | industry | A more specific classification of business. | response.result.package.item.industry |
Geography | /POI/geography | lob | Classification of business / location. | response.result.package.item.lob |
Geography | /POI/geography | name | Name of the POI | response.result.package.item.name |
Geography | /POI/geography | ob_id | Numeric 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/geography | phone | Phone number of the POI | response.result.package.item.phone |
Geography | /POI/geography | primary | Indicates 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/geography | state | Subject state as identified by our system | response.result.package.item.state |
Geography | /POI/geography | street | Subject property address as identified by our system | response.result.package.item.street |
Geography | /POI/geography | type | Geography type | response.result.package.item.type |
Geography | /POI/geography | unit | The Mailing Address Unit Number. | response.result.package.item.unit |
Geography | /POI/geography | zip_code | The Mailing Address Zip Code. | response.result.package.item.zip_code |
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 |
The Community API provides access to extensive demographic, crime, natural disaster, air quality, and weather information across various geographic levels. This API offers rich data that can be integrated with other datasets to create a dynamic, personalized search experience for users. The demographic data is sourced from a wide range of public and private institutions, delivering critical insights into community characteristics.
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
There are two required headers:
This API has one resource available for interacting with demographic information. The resource, Community, returns the values for over 600 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.
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.
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 | GeoIdV4 | Single value | ATTOM’s new geographic identifier | geoIdV4=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 value | This is the Geography type abbreviation | geographyTypeAbbreviation=CD |
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
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 |
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 |
---|---|---|---|---|
neighborhood | neighborhood/community | geoIDv4 | GeoID | community.geography |
neighborhood | neighborhood/community | geographyName | Geography Name | community.geography |
neighborhood | neighborhood/community | geographyTypeName | Geography Type Name | community.geography |
neighborhood | neighborhood/community | area_Square_Mile | Area Square Mile | community.geography |
neighborhood | neighborhood/community | weather_index | Natural Disasters | community.naturaldisasters |
neighborhood | neighborhood/community | earthquake_Index | Hail Index | community.naturaldisasters |
neighborhood | neighborhood/community | hail_Index | Hurricane Index | community.naturaldisasters |
neighborhood | neighborhood/community | hurricane_Index | Tornado Index | community.naturaldisasters |
neighborhood | neighborhood/community | tornado_Index | Wind Index | community.naturaldisasters |
neighborhood | neighborhood/community | wind_Index | Ozone Index | community.naturaldisasters |
neighborhood | neighborhood/community | ozone_index | An invisible gas that irritates and impairs breathing. Index score (100=National Average). | community.airquality |
neighborhood | neighborhood/community | lead_index | A 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 |
neighborhood | neighborhood/community | carbon_monoxide_index | A 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 |
neighborhood | neighborhood/community | nitrogen_dioxide_index | Poisonous brown gases, often found in auto exhaust fumes. It is a primary contributor to smog. Index score (100=National Average) | community.airquality |
neighborhood | neighborhood/community | particulate_matter_index | Fine particles of pollutants which tend to reduce visibility and invade the lungs deeply. Index score (100=National Average) | community.airquality |
neighborhood | neighborhood/community | air_pollution_index | A 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 |
neighborhood | neighborhood/community | mortality_index | Mortality Index | community.crime |
neighborhood | neighborhood/community | murder_index | Intentionally causing the death of another person without extreme provocation or legal justification at the County Level. Index score (100=National Average) | community.crime |
neighborhood | neighborhood/community | forcible_rape_index | Forced sexual intercourse index at the County Level. Index score (100=National Average) | community.crime |
neighborhood | neighborhood/community | forcible_robbery_index | The 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 |
neighborhood | neighborhood/community | aggravated_assault_index | The act of unlawfully threatening or attempting to injure another at the County Level. Index score (100=National Average) | community.crime |
neighborhood | neighborhood/community | burglary_index | The 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 |
neighborhood | neighborhood/community | larceny_index | The 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 |
neighborhood | neighborhood/community | motor_vehicle_theft_index | Theft or attempted theft of a motor vehicle at the County Level. Index score (100=National Average) | community.crime |
neighborhood | neighborhood/community | crime_index | Crime Index | community.crime |
neighborhood | neighborhood/community | annual_avg_temp_min | Annual minimum average temprature | community.climate |
neighborhood | neighborhood/community | annual_avg_temp_max | Annual maximum average temprature | community.climate |
neighborhood | neighborhood/community | annual_avg_temp | Annual average temprature | community.climate |
neighborhood | neighborhood/community | possible_sunshine_pct | Possible Sunshine Pct | community.climate |
neighborhood | neighborhood/community | sky_cover_mean | Sky Cover Mean | community.climate |
neighborhood | neighborhood/community | clear_day_mean | Clear Day Mean | community.climate |
neighborhood | neighborhood/community | rainy_day_mean | Rainy Day Mean | community.climate |
neighborhood | neighborhood/community | snow_day_mean | Snow Day Mean | community.climate |
neighborhood | neighborhood/community | annual_precip_in | Combined average annual rainfall and snowfall in inches. | community.climate |
neighborhood | neighborhood/community | annual_snowfall_in | Annual Snowfall In | community.climate |
neighborhood | neighborhood/community | avg_jan_low_temp | Average low temprature in the month of January | community.climate |
neighborhood | neighborhood/community | avg_feb_low_temp | Average low temprature in the month of February | community.climate |
neighborhood | neighborhood/community | avg_mar_low_temp | Average low temprature in the month of March | community.climate |
neighborhood | neighborhood/community | avg_apr_low_temp | Average low temprature in the month of April | community.climate |
neighborhood | neighborhood/community | avg_may_low_temp | Average low temprature in the month of May | community.climate |
neighborhood | neighborhood/community | avg_jun_low_temp | Average low temprature in the month of June | community.climate |
neighborhood | neighborhood/community | avg_jul_low_temp | Average low temprature in the month of July | community.climate |
neighborhood | neighborhood/community | avg_aug_low_temp | Average low temprature in the month of August | community.climate |
neighborhood | neighborhood/community | avg_sep_low_temp | Average low temprature in the month of September | community.climate |
neighborhood | neighborhood/community | avg_oct_low_temp | Average low temprature in the month of October | community.climate |
neighborhood | neighborhood/community | avg_nov_low_temp | Average low temprature in the month of November | community.climate |
neighborhood | neighborhood/community | avg_dec_low_temp | Average low temprature in the month of December | community.climate |
neighborhood | neighborhood/community | avg_jan_high_temp | Average high temprature in the month of January | community.climate |
neighborhood | neighborhood/community | avg_feb_high_temp | Average high temprature in the month of February | community.climate |
neighborhood | neighborhood/community | avg_mar_high_temp | Average high temprature in the month of March | community.climate |
neighborhood | neighborhood/community | avg_apr_high_temp | Average high temprature in the month of April | community.climate |
neighborhood | neighborhood/community | avg_may_high_temp | Average high temprature in the month of May | community.climate |
neighborhood | neighborhood/community | avg_jun_high_temp | Average high temprature in the month of June | community.climate |
neighborhood | neighborhood/community | avg_jul_high_temp | Average high temprature in the month of July | community.climate |
neighborhood | neighborhood/community | avg_aug_high_temp | Average high temprature in the month of August | community.climate |
neighborhood | neighborhood/community | avg_sep_high_temp | Average high temprature in the month of September | community.climate |
neighborhood | neighborhood/community | avg_oct_high_temp | Average high temprature in the month of October | community.climate |
neighborhood | neighborhood/community | avg_nov_high_temp | Average high temprature in the month of November | community.climate |
neighborhood | neighborhood/community | avg_dec_high_temp | Average high temprature in the month of December | community.climate |
neighborhood | neighborhood/community | avg_jan_precip_in | Avg Jan Precip In | community.climate |
neighborhood | neighborhood/community | avg_feb_precip_in | Avg Feb Precip In | community.climate |
neighborhood | neighborhood/community | avg_mar_precip_in | Avg Mar Precip In | community.climate |
neighborhood | neighborhood/community | avg_apr_precip_in | Avg Apr Precip In | community.climate |
neighborhood | neighborhood/community | avg_may_precip_in | Avg May Precip In | community.climate |
neighborhood | neighborhood/community | avg_jun_precip_in | Avg Jun Precip In | community.climate |
neighborhood | neighborhood/community | avg_jul_precip_in | Avg Jul Precip In | community.climate |
neighborhood | neighborhood/community | avg_aug_precip_in | Avg Aug Precip In | community.climate |
neighborhood | neighborhood/community | avg_sep_precip_in | Avg Sep Precip In | community.climate |
neighborhood | neighborhood/community | avg_oct_precip_in | Avg Oct Precip In | community.climate |
neighborhood | neighborhood/community | avg_nov_precip_in | Avg Nov Precip In | community.climate |
neighborhood | neighborhood/community | avg_dec_precip_in | Avg Dec Precip In | community.climate |
Demographics | neighborhood/community | population_1990 | Number of people living in the area in 1990 | community.demographics |
Demographics | neighborhood/community | population_2000 | Number of people living in the area in 2000. | community.demographics |
Demographics | neighborhood/community | population_2010 | Number of people living in the area in 2010. | community.demographics |
Demographics | neighborhood/community | population | Number of people living within the area. | community.demographics |
Demographics | neighborhood/community | population_5_yr_projection | Projected population,5 year forecast. | community.demographics |
Demographics | neighborhood/community | population_density_sq_mi | Persons per square mile. | community.demographics |
Demographics | neighborhood/community | population_chg_pct_1990 | Change 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 |
Demographics | neighborhood/community | population_chg_pct_2000 | Change 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 |
Demographics | neighborhood/community | population_chg_pct_2010 | Change 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 |
Demographics | neighborhood/community | population_chg_pct_5_yr_projection | Population Chg Pct 5 Yr Projection | community.demographics |
Demographics | neighborhood/community | households_1990 | Number of households in the area in 1990. | community.demographics |
Demographics | neighborhood/community | households_2000 | Number of households in the area in 2000. | community.demographics |
Demographics | neighborhood/community | households_2010 | Number of households in the area in 2010. | community.demographics |
Demographics | neighborhood/community | households | Number of households in the area. A household is a person or group of people who occupy a housing unit. | community.demographics |
Demographics | neighborhood/community | households_5_yr_projection | Projected number of households in the area, 5 year forecast | community.demographics |
Demographics | neighborhood/community | household_chg_pct_1990 | Change in household since 1990 expressed as a percentage. | community.demographics |
Demographics | neighborhood/community | household_chg_pct_2000 | Change in household since 2000 expressed as a percentage. | community.demographics |
Demographics | neighborhood/community | household_chg_pct_2010 | Change in household since 2010 expressed as a percentage. | community.demographics |
Demographics | neighborhood/community | household_chg_pct_5_yr_projection | Household change percent 5 year projection. | community.demographics |
Demographics | neighborhood/community | household_size_avg | Average size of area households in number of people | community.demographics |
Demographics | neighborhood/community | population_family_pct | Population Family Pct | community.demographics |
Demographics | neighborhood/community | population_non_family_pct | Population Non Family Pct | community.demographics |
Demographics | neighborhood/community | households_family | Number 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 |
Demographics | neighborhood/community | households_non_family | A householder who makes provision for his or her own food or other essentials for living without combining with any other person. | community.demographics |
Demographics | neighborhood/community | households_family_pct | Households Family Pct | community.demographics |
Demographics | neighborhood/community | households_non_family_pct | Households Non Family Pct | community.demographics |
Demographics | neighborhood/community | households_family_married_pct | Households Family Married Pct | community.demographics |
Demographics | neighborhood/community | households_family_other_pct | Households Family Other Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_male_householder_no_wife_present_pct | Households Family Other Male Householder No Wife Present Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_female_householder_no_husband_present_pct | Households Family Other Female Householder No Husband Present Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_married_w_children_l18_pct | Households Family Married With Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_married_wo_children_l18_pct | Households Family Married Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_male_hh_no_wife_present_w_children_l18_pct | Households Family Other Male Households No Wife Present With Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_male_hh_no_wife_present_wo_children_l18_pct | Households Family Other Male Households No Wife Present Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_female_hh_no_husband_pres_w_children_l18_pct | Households Family Other Female Households No Husband Pres With Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_fam_other_female_hh_no_husband_pres_wo_children_l18_pct | Households Family Other Female Households No Husband Pres Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_male_householder_pct | Households Non Family Male Householder Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_male_hh_w_children_l18_pct | Households Non Family Male Households With Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_male_hh_wo_children_l18_pct | Households Non Family Male Households Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_female_householder_pct | Households Non Family Female Householder Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_female_hh_w_children_l18_pct | Households Non Family Female Households With Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | hh_non_family_female_hh_wo_children_l18_pct | Households Non Family Female Households Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | households_family_w_children_pct | Number of households with one or more children. | community.demographics |
Demographics | neighborhood/community | households_family_wo_children_pct | Households Family Without Children Under 18 Pct | community.demographics |
Demographics | neighborhood/community | households_non_family_w_children_pct | Households Non Family With Children Pct | community.demographics |
Demographics | neighborhood/community | households_non_family_wo_children_pct | Households Non Family Without Children Pct | community.demographics |
Demographics | neighborhood/community | population_urban_pct | Population Urban Pct | community.demographics |
Demographics | neighborhood/community | population_rural_pct | Population Rural Pct | community.demographics |
Demographics | neighborhood/community | population_male_pct | Number of males living within the area. | community.demographics |
Demographics | neighborhood/community | population_female_pct | Number of females living within the area. | community.demographics |
Demographics | neighborhood/community | population_white_pct | Number of people living within the area whose race is White. | community.demographics |
Demographics | neighborhood/community | population_black_pct | Number of people living within the area whose race is Black. | community.demographics |
Demographics | neighborhood/community | population_asian_pct | Number of people living within the area whose race is Asian. | community.demographics |
Demographics | neighborhood/community | population_american_indian_or_alaskan_native_pct | Number of people living within the area whose race is American Indian, Eskimo, or Aleut. | community.demographics |
Demographics | neighborhood/community | population_multiracial_pct | Number of people living within the area whose race is of multiple types. | community.demographics |
Demographics | neighborhood/community | population_other_race_pct | Population Other Race Pct | community.demographics |
Demographics | neighborhood/community | population_white_hispanic_pct | Number of people living within the area who are of White Hispanic origin. | community.demographics |
Demographics | neighborhood/community | population_white_non_hispanic_pct | Number of people living within the area who are of White Non Hispanic origin. | community.demographics |
Demographics | neighborhood/community | population_non_white_hispanic_pct | Number of people living within the area who are of Non White Hispanic origin. | community.demographics |
Demographics | neighborhood/community | population_non_white_non_hispanic_pct | Number of people living within the area who are of Non White and Non Hispanic origin. | community.demographics |
Demographics | neighborhood/community | population_hispanic_pct | Number of people living within the area who are of Hispanic origin. | community.demographics |
Demographics | neighborhood/community | population_non_hispanic_pct | Number of people living within the area who are of a Non-Hispanic origin. | community.demographics |
Demographics | neighborhood/community | households_white_pct | Number of White speaking households. | community.demographics |
Demographics | neighborhood/community | households_black_pct | Number of Black speaking households. | community.demographics |
Demographics | neighborhood/community | households_asian_pct | Number of Asian and Pacific Island speaking households. | community.demographics |
Demographics | neighborhood/community | households_american_indian_or_alaskan_native_pct | Number of American Indian Or Alaskan Native speaking households. | community.demographics |
Demographics | neighborhood/community | households_multiracial_pct | Households Multiracial Pct | community.demographics |
Demographics | neighborhood/community | households_other_race_pct | Households Other Race Pct | community.demographics |
Demographics | neighborhood/community | households_white_hispanic_pct | Households White Hispanic Pct | community.demographics |
Demographics | neighborhood/community | households_white_non_hispanic_pct | Households White Non Hispanic Pct | community.demographics |
Demographics | neighborhood/community | households_non_white_hispanic_pct | Households Non White Hispanic Pct | community.demographics |
Demographics | neighborhood/community | households_non_white_non_hispanic_pct | Households Non White Non Hispanic Pct | community.demographics |
Demographics | neighborhood/community | households_hispanic_pct | Households Hispanic Pct | community.demographics |
Demographics | neighborhood/community | households_non_hispanic_pct | Households Non Hispanic Pct | community.demographics |
Demographics | neighborhood/community | median_age | Half of the total population is above the listed age, half is below it. | community.demographics |
Demographics | neighborhood/community | population_aged_0_5_pct | Number of people living within the area between 0 and 5 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_6_11_pct | Number of people living within the area between 6 and 11 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_12_17_pct | Number of people living within the area between 12 and 17 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_18_24_pct | Number of people living within the area between 18 and 24 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_25_34_pct | Number of people living within the area between 25 and 34 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_35_44_pct | Number of people living within the area between 35 and 44 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_45_54_pct | Number of people living within the area between 45 and 54 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_55_64_pct | Number of people living within the area between 55 and 64 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_65_74_pct | Number of people living within the area between 65 and 74 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_75_84_pct | Number of people living within the area between 75 and 84 years of age. | community.demographics |
Demographics | neighborhood/community | population_aged_85p_pct | Number of people living within the area between 85 years and above of age. | community.demographics |
Demographics | neighborhood/community | white_median_age | White Median Age | community.demographics |
Demographics | neighborhood/community | black_median_age | Black Median Age | community.demographics |
Demographics | neighborhood/community | asian_median_age | Asian Median Age | community.demographics |
Demographics | neighborhood/community | american_indian_or_alaskan_native_median_age | American Indian Or Alaskan Native Median Age | community.demographics |
Demographics | neighborhood/community | multiracial_median_age | Multiracial Median Age | community.demographics |
Demographics | neighborhood/community | other_race_median_age | Other Race Median Age | community.demographics |
Demographics | neighborhood/community | hispanic_median_age | Hispanic Median Age | community.demographics |
Demographics | neighborhood/community | white_non_hispanic_median_age | White Non Hispanic Median Age | community.demographics |
Demographics | neighborhood/community | male_median_age | Male Median Age | community.demographics |
Demographics | neighborhood/community | female_median_age | Female Median Age | community.demographics |
Demographics | neighborhood/community | population_male_aged_0_5_pct | Population Male Aged 0 5 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_6_11_pct | Population Male Aged 6 11 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_12_17_pct | Population Male Aged 12 17 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_18_24_pct | Population Male Aged 18 24 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_25_34_pct | Population Male Aged 25 34 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_35_44_pct | Population Male Aged 35 44 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_45_54_pct | Population Male Aged 45 54 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_55_64_pct | Population Male Aged 55 64 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_65_74_pct | Population Male Aged 65 74 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_75_84_pct | Population Male Aged 75 84 Pct | community.demographics |
Demographics | neighborhood/community | population_male_aged_85p_pct | Population Male Aged 85P Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_0_5_pct | Population Female Aged 0 5 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_6_11_pct | Population Female Aged 6 11 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_12_17_pct | Population Female Aged 12 17 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_18_24_pct | Population Female Aged 18 24 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_25_34_pct | Population Female Aged 25 34 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_35_44_pct | Population Female Aged 35 44 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_45_54_pct | Population Female Aged 45 54 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_55_64_pct | Population Female Aged 55 64 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_65_74_pct | Population Female Aged 65 74 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_75_84_pct | Population Female Aged 75 84 Pct | community.demographics |
Demographics | neighborhood/community | population_female_aged_85p_pct | Population Female Aged 85P Pct | community.demographics |
Demographics | neighborhood/community | population_males_never_married_pct | Number of males living in the area who have never been married. | community.demographics |
Demographics | neighborhood/community | population_males_widowed_pct | Number of males living in the area who are widower. | community.demographics |
Demographics | neighborhood/community | population_males_divorced_pct | Number of males living in the area who are currently divorced. | community.demographics |
Demographics | neighborhood/community | population_males_married_pct | Number of males living in the area who are currently married. | community.demographics |
Demographics | neighborhood/community | population_males_married_and_together_pct | Number of males living in the area that are married and together. | community.demographics |
Demographics | neighborhood/community | population_males_married_and_separated_pct | Number of males living in the area that are married but separated. | community.demographics |
Demographics | neighborhood/community | population_males_married_and_absent_pct | Number of males living in the area that are married but absent. | community.demographics |
Demographics | neighborhood/community | population_females_never_married_pct | Number of females living in the area who have never been married. | community.demographics |
Demographics | neighborhood/community | population_females_widowed_pct | Number of females living in the area who are widowed. | community.demographics |
Demographics | neighborhood/community | population_females_divorced_pct | Number of females living in the area who are currently divorced. | community.demographics |
Demographics | neighborhood/community | population_females_married_pct | Number of females living in the area who are currently married. | community.demographics |
Demographics | neighborhood/community | population_females_married_and_together_pct | Number of females living in the area that are married and together. | community.demographics |
Demographics | neighborhood/community | population_females_married_and_separated_pct | Number of females living in the area that are married but separated. | community.demographics |
Demographics | neighborhood/community | population_females_married_and_absent_pct | Number of females living in the area that are married but absent. | community.demographics |
Demographics | neighborhood/community | population_primary_language_english_pct | Number of households in the area who speak only English. | community.demographics |
Demographics | neighborhood/community | population_primary_language_spanish_pct | Number of households in the area who speak Spanish. | community.demographics |
Demographics | neighborhood/community | population_primary_language_other_indo_european_pct | Number of households in the area who speak other European languages. | community.demographics |
Demographics | neighborhood/community | population_primary_language_asian_or_other_pacific_island_pct | Number 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 |
Demographics | neighborhood/community | population_primary_language_other_pct | Number of households in the area who speak all other languages. | community.demographics |
Demographics | neighborhood/community | population_citizen_native_pct | Population Citizen Native Pct | community.demographics |
Demographics | neighborhood/community | population_citizen_naturalized_pct | Population Citizen Naturalized Pct | community.demographics |
Demographics | neighborhood/community | population_non_citizen_pct | Population Non Citizen Pct | community.demographics |
Demographics | neighborhood/community | population_group_quarters_pct | Number of people within the area living in group quarters (institutional and non-institutional). | community.demographics |
Demographics | neighborhood/community | population_institutional_group_quarters_pct | Number of people within the area living in institutional group quarters. | community.demographics |
Demographics | neighborhood/community | population_non_institutional_group_quarters_pct | Number of people within the area living in non-institutional group quarters. | community.demographics |
Demographics | neighborhood/community | population_in_poverty_pct | Population In Poverty Pct | community.demographics |
Demographics | neighborhood/community | population_veterans_pct | Population Veterans Pct | community.demographics |
Demographics | neighborhood/community | family_median_size | Family Median Size | community.demographics |
Demographics | neighborhood/community | families_1_person_pct | Families 1 Person Pct | community.demographics |
Demographics | neighborhood/community | families_2_persons_pct | Families 2 Persons Pct | community.demographics |
Demographics | neighborhood/community | families_3_persons_pct | Families 3 Persons Pct | community.demographics |
Demographics | neighborhood/community | families_4_persons_pct | Families 4 Persons Pct | community.demographics |
Demographics | neighborhood/community | families_5_persons_pct | Families 5 Persons Pct | community.demographics |
Demographics | neighborhood/community | families_6_persons_pct | Families 6 Persons Pct | community.demographics |
Demographics | neighborhood/community | families_7_or_more_persons_pct | Families 7 Or More Persons Pct | community.demographics |
Demographics | neighborhood/community | non_family_median_size | Non Family Median Size | community.demographics |
Demographics | neighborhood/community | non_families_1_person_pct | Non Families 1 Person Pct | community.demographics |
Demographics | neighborhood/community | non_families_2_persons_pct | Non Families 2 Persons Pct | community.demographics |
Demographics | neighborhood/community | non_families_3_persons_pct | Non Families 3 Persons Pct | community.demographics |
Demographics | neighborhood/community | non_families_4_persons_pct | Non Families 4 Persons Pct | community.demographics |
Demographics | neighborhood/community | non_families_5_persons_pct | Non Families 5 Persons Pct | community.demographics |
Demographics | neighborhood/community | non_families_6_persons_pct | Non Families 6 Persons Pct | community.demographics |
Demographics | neighborhood/community | non_families_7_or_more_persons_pct | Non Families 7 Or More Persons Pct | community.demographics |
Demographics | neighborhood/community | median_travel_time_to_work_mi | Median Travel Time To Work Minutes | community.demographics |
Demographics | neighborhood/community | travel_time_to_work_0_14_mi_pct | The number of workers in the area with a commute time 0 to 14 minutes. | community.demographics |
Demographics | neighborhood/community | travel_time_to_work_15_29_mi_pct | The number of workers in the area with a commute time 15 to 29 minutes. | community.demographics |
Demographics | neighborhood/community | travel_time_to_work_30_59_mi_pct | The number of workers in the area with a commute time 30 to 59 minutes. | community.demographics |
Demographics | neighborhood/community | travel_time_to_work_60_89_mi_pct | The number of workers in the area with a commute time 60 to 89 minutes. | community.demographics |
Demographics | neighborhood/community | travel_time_to_work_90_or_more_mi_pct | The number of workers in the area with a commute time 90 minutes or more. | community.demographics |
Demographics | neighborhood/community | householder_median_age | Householder Median Age | community.demographics |
Demographics | neighborhood/community | householder_age_0_24_pct | Householder Age 0 24 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_25_34_pct | Householder Age 25 34 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_35_44_pct | Householder Age 35 44 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_45_54_pct | Householder Age 45 54 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_55_64_pct | Householder Age 55 64 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_65_74_pct | Householder Age 65 74 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_75_84_pct | Householder Age 75 84 Pct | community.demographics |
Demographics | neighborhood/community | householder_age_85_and_over_pct | Householder Age 85 And Over Pct | community.demographics |
Demographics | neighborhood/community | median_household_size | Median Household Size | community.demographics |
Demographics | neighborhood/community | households_1_person_pct | Households 1 Person Pct | community.demographics |
Demographics | neighborhood/community | households_2_persons_pct | Households 2 Persons Pct | community.demographics |
Demographics | neighborhood/community | households_3_persons_pct | Households 3 Persons Pct | community.demographics |
Demographics | neighborhood/community | households_4_persons_pct | Households 4 Persons Pct | community.demographics |
Demographics | neighborhood/community | households_5_persons_pct | Households 5 Persons Pct | community.demographics |
Demographics | neighborhood/community | households_6_persons_pct | Households 6 Persons Pct | community.demographics |
Demographics | neighborhood/community | households_7_or_more_persons_pct | Households 7 Or More Persons Pct | community.demographics |
Demographics | neighborhood/community | housing_units | Total dwellings in the area. | community.demographics |
Demographics | neighborhood/community | occupation | Housing Units Occupied | community.demographics |
Demographics | neighborhood/community | housing_units_vacant | Number of vacant dwellings in the area. | community.demographics |
Demographics | neighborhood/community | housing_units_occupied_pct | Housing Units Occupied Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_pct | Housing Units Vacant Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_for_rent_pct | Housing Units Vacant For Rent Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_rented_not_occupied_pct | Housing Units Vacant Rented Not Occupied Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_for_sale_pct | Housing Units Vacant For Sale Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_sold_not_occupied_pct | Housing Units Vacant Sold Not Occupied Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_seasonal_pct | Housing Units Vacant Seasonal Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_for_migrant_workers_pct | Housing Units Vacant For Migrant Workers Pct | community.demographics |
Demographics | neighborhood/community | housing_units_vacant_other_pct | Housing Units Vacant Other Pct | community.demographics |
Demographics | neighborhood/community | housing_units_owner_occupied | Number of owner-occupied dwellings in the area. | community.demographics |
Demographics | neighborhood/community | housing_units_renter_occupied | Number of renter-occupied dwellings in the area. | community.demographics |
Demographics | neighborhood/community | housing_units_owner_occupied_pct | Housing Units Owner Occupied Pct | community.demographics |
Demographics | neighborhood/community | housing_units_renter_occupied_pct | Housing Units Renter Occupied Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_1_unit_detached_pct | Housing Occupied Structure 1 Unit Detached Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_1_unit_attached_pct | Housing Occupied Structure 1 Unit Attached Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_2_units_pct | Housing Occupied Structure 2 Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_3_4_units_pct | Housing Occupied Structure 3 4 Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_5_9_units_pct | Housing Occupied Structure 5 9 Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_10_19_units_pct | Housing Occupied Structure 10 19 Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_20_49_units_pct | Housing Occupied Structure 20 49 Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_50_or_more_units_pct | Housing Occupied Structure 50 Or More Units Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_trailer_pct | Housing Occupied Structure Trailer Pct | community.demographics |
Demographics | neighborhood/community | housing_occupied_structure_other_pct | Housing Occupied Structure Other Pct | community.demographics |
Demographics | neighborhood/community | housing_median_rent | Housing Median Rent | community.demographics |
Demographics | neighborhood/community | housing_rent_less_than_250_pct | Housing Rent Less Than 250 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_250_499_pct | Housing Rent 250 499 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_500_749_pct | Housing Rent 500 749 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_750_999_pct | Housing Rent 750 999 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_1000_1249_pct | Housing Rent 1000 1249 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_1250_1499_pct | Housing Rent 1250 1499 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_1500_1999_pct | Housing Rent 1500 1999 Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_2000_or_more_pct | Housing Rent 2000 Or More Pct | community.demographics |
Demographics | neighborhood/community | housing_rent_no_cash_pct | Housing Rent No Cash Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_with_mortgage_pct | Housing Owner Households With Mortgage Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_without_mortgage_pct | Housing Owner Households Without Mortgage Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_median_value | Housing Owner Households Median Value | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_less_than_10000_pct | Housing Owner Households Valued Less Than 10000 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_10000_14999_pct | Housing Owner Households Valued 10000 14999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_15000_19999_pct | Housing Owner Households Valued 15000 19999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_20000_24999_pct | Housing Owner Households Valued 20000 24999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_25000_29999_pct | Housing Owner Households Valued 25000 29999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_30000_34999_pct | Housing Owner Households Valued 30000 34999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_35000_39999_pct | Housing Owner Households Valued 35000 39999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_40000_49999_pct | Housing Owner Households Valued 40000 49999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_50000_59999_pct | Housing Owner Households Valued 50000 59999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_60000_69999_pct | Housing Owner Households Valued 60000 69999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_70000_79999_pct | Housing Owner Households Valued 70000 79999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_80000_89999_pct | Housing Owner Households Valued 80000 89999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_90000_99999_pct | Housing Owner Households Valued 90000 99999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_100000_124999_pct | Housing Owner Households Valued 100000 124999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_125000_149999_pct | Housing Owner Households Valued 125000 149999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_150000_174999_pct | Housing Owner Households Valued 150000 174999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_175000_199999_pct | Housing Owner Households Valued 175000 199999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_200000_249999_pct | Housing Owner Households Valued 200000 249999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_250000_299999_pct | Housing Owner Households Valued 250000 299999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_300000_399999_pct | Housing Owner Households Valued 300000 399999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_400000_499999_pct | Housing Owner Households Valued 400000 499999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_500000_749999_pct | Housing Owner Households Valued 500000 749999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_750000_999999_pct | Housing Owner Households Valued 750000 999999 Pct | community.demographics |
Demographics | neighborhood/community | housing_owner_households_valued_1000000_or_more_pct | Housing Owner Households Valued 1000000 Or More Pct | community.demographics |
Demographics | neighborhood/community | households_median_vehicles | Households Median Vehicles | community.demographics |
Demographics | neighborhood/community | households_with_no_vehicles_pct | Percent of households with no vehicle available regularly. | community.demographics |
Demographics | neighborhood/community | households_with_1_vehicle_pct | Percent of households with 1 vehicle available regularly. | community.demographics |
Demographics | neighborhood/community | households_with_2_vehicles_pct | Percent of households with 2 vehicle available regularly. | community.demographics |
Demographics | neighborhood/community | households_with_3_vehicles_pct | Percent of households with 3 vehicle available regularly. | community.demographics |
Demographics | neighborhood/community | households_with_4_or_more_vehicles_pct | Percent of households with 4 or more vehicle available regularly. | community.demographics |
Demographics | neighborhood/community | housing_median_built_yr | Housing Median Built Yr | community.demographics |
Demographics | neighborhood/community | housing_built_2005_or_later_pct | Housing Built 2005 Or Later Pct | community.demographics |
Demographics | neighborhood/community | housing_built_2000_2004_pct | Housing Built 2000 2004 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1990_1999_pct | Housing Built 1990 1999 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1980_1989_pct | Housing Built 1980 1989 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1970_1979_pct | Housing Built 1970 1979 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1960_1969_pct | Housing Built 1960 1969 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1950_1959_pct | Housing Built 1950 1959 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1940_1949_pct | Housing Built 1940 1949 Pct | community.demographics |
Demographics | neighborhood/community | housing_built_1939_or_earlier_pct | Housing Built 1939 Or Earlier Pct | community.demographics |
Demographics | neighborhood/community | median_length_of_residence_yr | Median Length Of Residence Yr | community.demographics |
Demographics | neighborhood/community | moved_in_2005_or_later_pct | Moved In 2005 Or Later Pct | community.demographics |
Demographics | neighborhood/community | moved_in_2000_2004_pct | Moved In 2000 2004 Pct | community.demographics |
Demographics | neighborhood/community | moved_in_1990_1999_pct | Moved In 1990 1999 Pct | community.demographics |
Demographics | neighborhood/community | moved_in_1980_1989_pct | Moved In 1980 1989 Pct | community.demographics |
Demographics | neighborhood/community | moved_in_1970_1979_pct | Moved In 1970 1979 Pct | community.demographics |
Demographics | neighborhood/community | moved_in_1969_or_earlier_pct | Moved In 1969 Or Earlier Pct | community.demographics |
Demographics | neighborhood/community | personal_income | Personal Income | community.demographics |
Demographics | neighborhood/community | household_income | Household Income | community.demographics |
Demographics | neighborhood/community | median_household_income | Median Household Income | community.demographics |
Demographics | neighborhood/community | avg_household_income | Average income of households in the area. | community.demographics |
Demographics | neighborhood/community | household_income_per_capita | Household Income Per Capita | community.demographics |
Demographics | neighborhood/community | household_income_high_income_avg | Household Income High Income Avg | community.demographics |
Demographics | neighborhood/community | households_income_less_than_15000_pct | Households Income Less Than 15000 Pct | community.demographics |
Demographics | neighborhood/community | households_income_15000_24999_pct | Number of households in the area with income between $15,000 and $24,999. | community.demographics |
Demographics | neighborhood/community | households_income_25000_34999_pct | Number of households in the area with income between $25,000 and $34,999. | community.demographics |
Demographics | neighborhood/community | households_income_35000_49999_pct | Number of households in the area with income between $35,000 and $49,999. | community.demographics |
Demographics | neighborhood/community | households_income_50000_74999_pct | Number of households in the area with income between $50,000 and $74,999. | community.demographics |
Demographics | neighborhood/community | households_income_75000_99999_pct | Number of households in the area with income between $75,000 and $99,999. | community.demographics |
Demographics | neighborhood/community | households_income_100000_124999_pct | Number of households in the area with income between $100,000 and $124,999. | community.demographics |
Demographics | neighborhood/community | households_income_125000_149999_pct | Number of households in the area with income between $125,000 and $149,999. | community.demographics |
Demographics | neighborhood/community | households_income_150000_199999_pct | Number of households in the area with income between $150,000 and $199,999. | community.demographics |
Demographics | neighborhood/community | households_income_200000_and_over_pct | Number of households in the area with income $200,000 and over. | community.demographics |
Demographics | neighborhood/community | family_income | Family Income | community.demographics |
Demographics | neighborhood/community | family_median_income | Family Median Income | community.demographics |
Demographics | neighborhood/community | family_avg_income | Family Avg Income | community.demographics |
Demographics | neighborhood/community | family_per_capita_income | Family Per Capita Income | community.demographics |
Demographics | neighborhood/community | family_income_high_income_avg | Family Income High Income Avg | community.demographics |
Demographics | neighborhood/community | families_income_less_than_15000_pct | Families Income Less Than 15000 Pct | community.demographics |
Demographics | neighborhood/community | families_income_15000_24999_pct | Families Income 15000 24999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_25000_34999_pct | Families Income 25000 34999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_35000_49999_pct | Families Income 35000 49999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_50000_74999_pct | Families Income 50000 74999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_75000_99999_pct | Families Income 75000 99999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_100000_124999_pct | Families Income 100000 124999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_125000_149999_pct | Families Income 125000 149999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_150000_199999_pct | Families Income 150000 199999 Pct | community.demographics |
Demographics | neighborhood/community | families_income_200000_and_over_pct | Families Income 200000 And Over Pct | community.demographics |
Demographics | neighborhood/community | non_family_income | Non Family Income | community.demographics |
Demographics | neighborhood/community | non_family_median_income | Non Family Median Income | community.demographics |
Demographics | neighborhood/community | non_family_avg_income | Non Family Avg Income | community.demographics |
Demographics | neighborhood/community | non_family_per_capita_income | Non Family Per Capita Income | community.demographics |
Demographics | neighborhood/community | non_family_income_high_income_avg | Non Family Income High Income Avg | community.demographics |
Demographics | neighborhood/community | non_families_income_less_than_15000_pct | Non Families Income Less Than 15000 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_15000_24999_pct | Non Families Income 15000 24999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_25000_34999_pct | Non Families Income 25000 34999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_35000_49999_pct | Non Families Income 35000 49999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_50000_74999_pct | Non Families Income 50000 74999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_75000_99999_pct | Non Families Income 75000 99999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_100000_124999_pct | Non Families Income 100000 124999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_125000_149999_pct | Non Families Income 125000 149999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_150000_199999_pct | Non Families Income 150000 199999 Pct | community.demographics |
Demographics | neighborhood/community | non_families_income_200000_and_over_pct | Non Families Income 200000 And Over Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_preprimary_pct | Enrollment Public Preprimary Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_preprimary_pct | Enrollment Private Preprimary Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_kindergarten_pct | Enrollment Public Kindergarten Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_kindergarten_pct | Enrollment Private Kindergarten Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_grades_1_4_pct | Enrollment Public Grades 1 4 Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_grades_1_4_pct | Enrollment Private Grades 1 4 Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_grades_5_8_pct | Enrollment Public Grades 5 8 Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_grades_5_8_pct | Enrollment Private Grades 5 8 Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_grades_9_12_pct | Number of students enrolled in public schools grades 9-12. | community.demographics |
Demographics | neighborhood/community | enrollment_private_grades_9_12_pct | Number of students enrolled in private schools grades 9-12. | community.demographics |
Demographics | neighborhood/community | enrollment_public_undergraduate_college_pct | Enrollment Public Undergraduate College Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_undergraduate_college_pct | Enrollment Private Undergraduate College Pct | community.demographics |
Demographics | neighborhood/community | enrollment_public_graduate_or_professional_school_pct | Enrollment Public Graduate Or Professional School Pct | community.demographics |
Demographics | neighborhood/community | enrollment_private_graduate_or_professional_school_pct | Enrollment Private Graduate Or Professional School Pct | community.demographics |
Demographics | neighborhood/community | enrollment_not_enrolled_in_school_pct | Enrollment Not Enrolled In School Pct | community.demographics |
Demographics | neighborhood/community | education_some_hs_pct | Number of people who achieved some high school education. | community.demographics |
Demographics | neighborhood/community | education_hs_pct | Number of people who are high school graduates. | community.demographics |
Demographics | neighborhood/community | education_some_college_pct | Number of people who achieved some college education. | community.demographics |
Demographics | neighborhood/community | education_assoc_degree_pct | Number of people who achieved an Associate's Degree. | community.demographics |
Demographics | neighborhood/community | education_bach_degree_pct | Number of people who achieved a Bachelor's Degree. | community.demographics |
Demographics | neighborhood/community | education_mast_degree_pct | Number of people who achieved a Master's Degree. | community.demographics |
Demographics | neighborhood/community | education_prof_degree_pct | Number of people who achieved a PhD degree. | community.demographics |
Demographics | neighborhood/community | education_doct_degree_pct | Number of people who achieved a Doctorate degree. | community.demographics |
Demographics | neighborhood/community | education_grad_degree_pct | Number of people who achieved a Graduate Degree. | community.demographics |
Demographics | neighborhood/community | population_16p_civilian_male_pct | Number 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 |
Demographics | neighborhood/community | population_16p_civilian_female_pct | Number 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 |
Demographics | neighborhood/community | population_16p_armed_forces_male_pct | Number 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 |
Demographics | neighborhood/community | population_16p_armed_forces_female_pct | Number 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 |
Demographics | neighborhood/community | population_16p_unemployed_male_pct | Number of unemployed males. | community.demographics |
Demographics | neighborhood/community | population_16p_unemployed_female_pct | Number of unemployed females. | community.demographics |
Demographics | neighborhood/community | population_16p_not_in_the_labor_force_male_pct | Population 16P Not In The Labor Force Male Pct | community.demographics |
Demographics | neighborhood/community | population_16p_not_in_the_labor_force_female_pct_pct | Population 16P Not In The Labor Force Female Pct Pct | community.demographics |
Demographics | neighborhood/community | emp_agri_pct | Employee Agriculture Pct | community.demographics |
Demographics | neighborhood/community | emp_mine_pct | Full-time equivalent (FTE) employees working in this area employed in mining. | community.demographics |
Demographics | neighborhood/community | emp_const_pct | Full-time equivalent (FTE) employees working in this area employed in construction. | community.demographics |
Demographics | neighborhood/community | emp_manuf_pct | Full-time equivalent (FTE) employees working in this area employed in manufacturing. | community.demographics |
Demographics | neighborhood/community | emp_whole_pct | Employee Wholesaling Pct | community.demographics |
Demographics | neighborhood/community | emp_retail_pct | Employee Retail Pct | community.demographics |
Demographics | neighborhood/community | emp_trans_pct | Full-time equivalent (FTE) employees working in this area employed in transportation and communications. | community.demographics |
Demographics | neighborhood/community | emp_utils_pct | Full-time equivalent (FTE) employees working in this area employed in utilities. | community.demographics |
Demographics | neighborhood/community | emp_info_pct | Employee Information Pct | community.demographics |
Demographics | neighborhood/community | emp_finetc_pct | Employee Finance Pct | community.demographics |
Demographics | neighborhood/community | emp_real_pct | Full-time equivalent (FTE) employees working in this area employed in real estate, rental and leasing. | community.demographics |
Demographics | neighborhood/community | emp_prof_pct | Employee Professional Pct | community.demographics |
Demographics | neighborhood/community | emp_manag_pct | Employee Management Pct | community.demographics |
Demographics | neighborhood/community | emp_admin_pct | Employee Administration Pct | community.demographics |
Demographics | neighborhood/community | emp_educ_pct | Employee Education Pct | community.demographics |
Demographics | neighborhood/community | emp_health_pct | Employee Health Care Pct | community.demographics |
Demographics | neighborhood/community | emp_arts_pct | Employee Arts Pct | community.demographics |
Demographics | neighborhood/community | emp_accom_pct | Employee Accomodation Pct | community.demographics |
Demographics | neighborhood/community | emp_otsrv_pct | Full-time equivalent (FTE) employees working in this area employed in the services industry. | community.demographics |
Demographics | neighborhood/community | emp_pubad_pct | Full-time equivalent (FTE) employees working in this area employed in public administration. | community.demographics |
Demographics | neighborhood/community | occupation_management_business_and_financial_operations_pct | Occupation Management Business And Financial Operations Pct | community.demographics |
Demographics | neighborhood/community | occupation_professional_and_related_pct | Occupation Professional And Related Pct | community.demographics |
Demographics | neighborhood/community | occupation_sales_and_office_pct | Occupation Sales And Office Pct | community.demographics |
Demographics | neighborhood/community | occupation_service_pct | Full-time equivalent (FTE) employees working in this area employed in the services industry. | community.demographics |
Demographics | neighborhood/community | occupation_farming_fishing_and_forestry_pct | Occupation Farming Fishing And Forestry Pct | community.demographics |
Demographics | neighborhood/community | occupation_construction_extraction_and_maintenance_pct | Occupation Construction Extraction And Maintenance Pct | community.demographics |
Demographics | neighborhood/community | occupation_production_transportation_and_material_moving_pct | Occupation Production Transportation And Material Moving Pct | community.demographics |
Demographics | neighborhood/community | occupation_white_collar_pct | White 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 |
Demographics | neighborhood/community | occupation_blue_collar_pct | Blue 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 |
Demographics | neighborhood/community | private_for_profit_employee_pct | Private For Profit Employee Pct | community.demographics |
Demographics | neighborhood/community | private_for_profit_self_employed_pct | Private For Profit Self Employed Pct | community.demographics |
Demographics | neighborhood/community | private_not_for_profit_employee_pct | Private Not For Profit Employee Pct | community.demographics |
Demographics | neighborhood/community | local_government_employee_pct | Local Government Employee Pct | community.demographics |
Demographics | neighborhood/community | state_government_employee_pct | State Government Employee Pct | community.demographics |
Demographics | neighborhood/community | federal_government_employee_pct | Federal Government Employee Pct | community.demographics |
Demographics | neighborhood/community | not_incorporated_self_employed_pct | Not Incorporated Self Employed Pct | community.demographics |
Demographics | neighborhood/community | unpaid_family_worker_pct | Unpaid Family Worker Pct | community.demographics |
Demographics | neighborhood/community | employee_naics_cnt | Employee NAICS Cnt | community.demographics |
Demographics | neighborhood/community | employee_forestry_fishing_hunting_agriculture_naics_pct | Full-time equivalent (FTE) employees working in this area employed in agricultural, forestry, and fishing. | community.demographics |
Demographics | neighborhood/community | employee_mining_naics_pct | Employee Mining NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_utilities_naics_pct | Employee Utilities NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_construction_naics_pct | Employee Construction NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_manufacturing_naics_pct | Employee Manufacturing NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_wholesale_trade_naics_pct | Full-time equivalent (FTE) employees working in this area employed in wholesale trade. | community.demographics |
Demographics | neighborhood/community | employee_retail_trade_naics_pct | Full-time equivalent (FTE) employees working in this area employed in retail trade. | community.demographics |
Demographics | neighborhood/community | employee_transportation_warehousing_naics_pct | Employee Transportation Warehousing NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_information_naics_pct | Full-time equivalent (FTE) employees working in this area employed in information services. | community.demographics |
Demographics | neighborhood/community | employee_finance_insurance_naics_pct | Full-time equivalent (FTE) employees working in this area employed in finance, insurance, and real estate. | community.demographics |
Demographics | neighborhood/community | employee_real_estate_naics_pct | Employee Real Estate NAICS Pct | community.demographics |
Demographics | neighborhood/community | employee_professional_scientific_technical_svcs_naics_pct | Full-time equivalent (FTE) employees working in this area employed in professional, scientific and technical services. | community.demographics |
Demographics | neighborhood/community | employee_management_companies_enterprises_naics_pct | Full-time equivalent (FTE) employees working in this area employed in management of companies and enterprises | community.demographics |
Demographics | neighborhood/community | employee_admin_support_waste_management_naics_pct | Full-time equivalent (FTE) employees working in this area in administrative and support and waste management and remediation services. | community.demographics |
Demographics | neighborhood/community | employee_education_services_naics_pct | Full-time equivalent (FTE) employees working in this area employed in educational services. | community.demographics |
Demographics | neighborhood/community | employee_health_care_social_assistance_naics_pct | Full-time equivalent (FTE) employees working in this area employed in health care and social assistance. | community.demographics |
Demographics | neighborhood/community | employee_arts_entertainment_recreation_naics_pct | Full-time equivalent (FTE) employees working in this area employed in arts, entertainment and recreation. | community.demographics |
Demographics | neighborhood/community | employee_accommodation_food_svcs_naics_pct | Full-time equivalent (FTE) employees working in this area employed in accommodation and food services. | community.demographics |
Demographics | neighborhood/community | employee_other_svcs_excluding_public_admin_naics_pct | Employee Other Svcs Excluding Public Admin NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_naics_cnt | Establishment NAICS Cnt | community.demographics |
Demographics | neighborhood/community | establishment_forestry_fishing_hunting_agriculture_naics_pct | Establishment Forestry Fishing Hunting Agriculture NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_mining_naics_pct | Establishment Mining NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_utilities_naics_pct | Establishment Utilities NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_construction_naics_pct | Establishment Construction NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_manufacturing_naics_pct | Establishment Manufacturing NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_wholesale_trade_naics_pct | Establishment Wholesale Trade NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_retail_trade_naics_pct | Establishment Retail Trade NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_transportation_warehousing_naics_pct | The number of people living in this area employed in transportation occupations. | community.demographics |
Demographics | neighborhood/community | establishment_information_naics_pct | Establishment Information NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_finance_insurance_naics_pct | Establishment Finance Insurance NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_real_estate_naics_pct | Establishment Real Estate NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_professional_scientific_technical_svcs_naics_pct | Establishment Professional Scientific Technical Svcs NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_management_companies_enterprises_naics_pct | Establishment Management Companies Enterprises NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_admin_support_waste_management_naics_pct | Establishment Admin Support Waste Management NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_education_services_naics_pct | Establishment Education Services NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_health_care_social_assistance_naics_pct | Establishment Health Care Social Assistance NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_arts_entertainment_recreation_naics_pct | Establishment Arts Entertainment Recreation NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_accommodation_food_svcs_naics_pct | Establishment Accommodation Food Svcs NAICS Pct | community.demographics |
Demographics | neighborhood/community | establishment_other_svcs_excluding_public_admin_naics_pct | Establishment Other Svcs Excluding Public Admin NAICS Pct | community.demographics |
Demographics | neighborhood/community | occupation_soc_cnt | Total population by occupation. | community.demographics |
Demographics | neighborhood/community | occupation_management_soc_pct | Occupation Management SOC Pct | community.demographics |
Demographics | neighborhood/community | occupation_business_financial_operations_soc_pct | The number of people living in this area employed in business and financial operations. | community.demographics |
Demographics | neighborhood/community | occupation_computer_math_science_soc_pct | The number of people living in this area employed in computer and mathematical occupations. | community.demographics |
Demographics | neighborhood/community | occupation_architecture_engineering_soc_pct | The number of people living in this area employed in architecture and engineering. | community.demographics |
Demographics | neighborhood/community | occupation_life_physical_social_sciences_soc_pct | The number of people living in this area employed in life, physical and social science occupations. | community.demographics |
Demographics | neighborhood/community | occupation_community_social_svcs_soc_pct | The number of people living in this area employed in community and social service occupations. | community.demographics |
Demographics | neighborhood/community | occupation_legal_soc_pct | The number of people living in this area employed in legal occupations. | community.demographics |
Demographics | neighborhood/community | occupation_education_training_library_soc_pct | The number of people living in this area employed in education, training, and library occupations. | community.demographics |
Demographics | neighborhood/community | occupation_art_design_entertainment_sports_media_soc_pct | The number of people living in this area employed in arts, design, entertainment, sports and media. | community.demographics |
Demographics | neighborhood/community | occupation_healthcare_practitioners_tech_ops_soc_pct | The number of people living in this area employed as healthcare practitioners and in technical occupations. | community.demographics |
Demographics | neighborhood/community | occupation_healthcare_support_soc_pct | The number of people living in this area employed in healthcare support occupations. | community.demographics |
Demographics | neighborhood/community | occupation_protective_service_soc_pct | The number of people living in this area employed in protective services. | community.demographics |
Demographics | neighborhood/community | occupation_food_preparation_serving_related_soc_pct | The number of people living in this area employed in food preparation and serving. | community.demographics |
Demographics | neighborhood/community | occupation_building_grounds_cleaning_maintenance_soc_pct | The number of people living in this area employed in building and grounds maintenance. | community.demographics |
Demographics | neighborhood/community | occupation_personal_care_service_soc_pct | The number of people living in this area employed in personal care and service occupations. | community.demographics |
Demographics | neighborhood/community | occupation_sales_soc_pct | The number of people living in this area employed as sales professionals. | community.demographics |
Demographics | neighborhood/community | occupation_administrative_support_soc_pct | The number of people living in this area employed as administrative support. | community.demographics |
Demographics | neighborhood/community | occupation_farming_fishing_forestry_soc_pct | Occupation Farming Fishing Forestry SOC Pct | community.demographics |
Demographics | neighborhood/community | occupation_construction_extraction_soc_pct | The number of people living in this area employed in construction and extraction occupations. | community.demographics |
Demographics | neighborhood/community | occupation_installation_maintenance_repair_soc_pct | The number of people living in this area employed in installation, maintenance and repair occupations. | community.demographics |
Demographics | neighborhood/community | occupation_production_operations_soc_pct | The number of people living in this area employed as production workers. | community.demographics |
Demographics | neighborhood/community | occupation_transportation_material_moving_soc_pct | Occupation Transportation Material Moving SOC Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_utility_gas_pct | Households Heating Fuel Utility Gas Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_bottled_tank_or_lp_gas_pct | Households Heating Fuel Bottled Tank Or Lp Gas Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_electricity_pct | Households Heating Fuel Electricity Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_fuel_oil_kerosene_pct | Households Heating Fuel Fuel Oil Kerosene Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_coal_coke_pct | Households Heating Fuel Coal Coke Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_wood_pct | Households Heating Fuel Wood Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_solar_energy_pct | Households Heating Fuel Solar Energy Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_other_fuel_pct | Households Heating Fuel Other Fuel Pct | community.demographics |
Demographics | neighborhood/community | households_heating_fuel_none_pct | Households Heating Fuel None Pct | community.demographics |
Demographics | neighborhood/community | retail_sales_amt | Retail Sales Amt | community.demographics |
Demographics | neighborhood/community | furniture_and_home_furnishing_sales_amt | Furniture And Home Furnishing Sales Amt | community.demographics |
Demographics | neighborhood/community | electrical_and_appliance_store_sales_amt | Electrical And Appliance Store Sales Amt | community.demographics |
Demographics | neighborhood/community | building_materials_and_garden_store_sales_amt | Building Materials And Garden Store Sales Amt | community.demographics |
Demographics | neighborhood/community | food_and_beverage_store_sales_amt | Food And Beverage Store Sales Amt | community.demographics |
Demographics | neighborhood/community | health_and_personal_care_store_sales_amt | Health And Personal Care Store Sales Amt | community.demographics |
Demographics | neighborhood/community | gas_station_store_sales_amt | Gas Station Store Sales Amt | community.demographics |
Demographics | neighborhood/community | clothing_and_accessories_store_sales_amt | Clothing And Accessories Store Sales Amt | community.demographics |
Demographics | neighborhood/community | sporting_goods_store_sales_amt | Sporting Goods Store Sales Amt | community.demographics |
Demographics | neighborhood/community | general_merchandise_store_sales_amt | General Merchandise Store Sales Amt | community.demographics |
Demographics | neighborhood/community | miscellaneous_store_sales_amt | Miscellaneous Store Sales Amt | community.demographics |
Demographics | neighborhood/community | non_store_purchase_sales_amt | Non Store Purchase Sales Amt | community.demographics |
Demographics | neighborhood/community | food_services_sales_amt | Food Services Sales Amt | community.demographics |
Demographics | neighborhood/community | cpi | Consumer Price Index | community.demographics |
Demographics | neighborhood/community | cpi_apparel | Consumer Price Index - Apparel | community.demographics |
Demographics | neighborhood/community | cpi_education_and_communications | Consumer Price Index - Education And Communications | community.demographics |
Demographics | neighborhood/community | cpi_food_and_beverages | Consumer Price Index - Food And Beverages | community.demographics |
Demographics | neighborhood/community | cpi_other_goods_and_services | Consumer Price Index - Other Goods And Services | community.demographics |
Demographics | neighborhood/community | cpi_housing | Consumer Price Index - Housing | community.demographics |
Demographics | neighborhood/community | cpi_medical_care | Consumer Price Index - Medical Care | community.demographics |
Demographics | neighborhood/community | cpi_recreation | Consumer Price Index - Recreation | community.demographics |
Demographics | neighborhood/community | cpi_transportation | Consumer Price Index - Transportation | community.demographics |
Demographics | neighborhood/community | annual_expenditures | Average 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 |
Demographics | neighborhood/community | food | The 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 |
Demographics | neighborhood/community | food_at_home | Cost Index - Food At Home | community.demographics |
Demographics | neighborhood/community | cereals_and_bakery_products | Cost Index - Cereals And Bakery Products | community.demographics |
Demographics | neighborhood/community | dairy | Cost Index - Dairy | community.demographics |
Demographics | neighborhood/community | fruits_and_vegetables | Cost Index - Fruits And Vegetables | community.demographics |
Demographics | neighborhood/community | non_alcoholic_beverages | Cost Index - Non Alcoholic Beverages | community.demographics |
Demographics | neighborhood/community | food_prepared_by_consumer_unit_on_trips | Cost Index - Food Prepared By Consumer Unit On Trips | community.demographics |
Demographics | neighborhood/community | local_restaurants | Cost Index - Local Restaurants | community.demographics |
Demographics | neighborhood/community | restaurants_on_trips | Cost Index - Restaurants On Trips | community.demographics |
Demographics | neighborhood/community | alcoholic_beverages | Cost Index - Alcoholic Beverages | community.demographics |
Demographics | neighborhood/community | housing | The costs associated with owned dwellings; maintenance, repairs, homeowners insurance, property management and security. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | household_operations | The 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 |
Demographics | neighborhood/community | housekeeping_services | Cost Index - Housekeeping Services | community.demographics |
Demographics | neighborhood/community | household_furnishings_and_equipment | Cost Index - Household Furnishings And Equipment | community.demographics |
Demographics | neighborhood/community | household_textiles | Cost Index - Household Textiles | community.demographics |
Demographics | neighborhood/community | furniture | The costs associated with household textiles, furniture, floor coverings, major appliances, small appliances and housewares. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | floor_coverings | Cost Index - Floor Coverings | community.demographics |
Demographics | neighborhood/community | major_appliances | Cost Index - Major Appliances | community.demographics |
Demographics | neighborhood/community | small_appliances | Cost Index - Small Appliances | community.demographics |
Demographics | neighborhood/community | miscellaneous_household_equipment | Cost Index - Miscellaneous Household Equipment | community.demographics |
Demographics | neighborhood/community | apparel_and_services | Cost Index - Apparel And Services | community.demographics |
Demographics | neighborhood/community | men_and_boys | Cost Index - Apparel - Men And Boys | community.demographics |
Demographics | neighborhood/community | men_16_and_over | Cost Index - Apparel Men 16 And Over | community.demographics |
Demographics | neighborhood/community | boys | Cost Index - Apparel Boys | community.demographics |
Demographics | neighborhood/community | women_and_girls | Cost Index - Apparel Women And Girls | community.demographics |
Demographics | neighborhood/community | women_16_and_over | Cost Index - Apparel Women 16 And Over | community.demographics |
Demographics | neighborhood/community | girls | Cost Index - Apparel Girls | community.demographics |
Demographics | neighborhood/community | children | Cost Index - Apparel Children | community.demographics |
Demographics | neighborhood/community | footwear | Cost Index - Footwear | community.demographics |
Demographics | neighborhood/community | other_apparel_products_and_services | The 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 |
Demographics | neighborhood/community | transportation | The 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 |
Demographics | neighborhood/community | vehicle_purchase_net_outlay | Cost Index - Vehicle Purchase Net Outlay | community.demographics |
Demographics | neighborhood/community | gasoline_and_motor_oil | Cost Index - Gasoline And Motor Oil | community.demographics |
Demographics | neighborhood/community | other_vehicle_expenses | Cost Index - Other Vehicle Expenses | community.demographics |
Demographics | neighborhood/community | public_transportation | Cost Index - Public Transportation | community.demographics |
Demographics | neighborhood/community | healthcare | The 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 |
Demographics | neighborhood/community | health_insurance | The costs associated with health insurance. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | medical_services | The costs associated with medical service. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | drugs | The costs associated with drug prescriptions. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | medical_supplies | The costs associated with medical supplies. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | entertainment | The costs associated with entertainment. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | feeds_and_admissions | The costs associated with admissions. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | audio_and_visual_equipment_and_services | The 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 |
Demographics | neighborhood/community | pets_toys_hobbies_and_playground_equipment | Cost Index - Pets Toys Hobbies And Playground Equipment | community.demographics |
Demographics | neighborhood/community | other_entertainment_supplies_equipment_and_services | Cost Index - Other Entertainment Supplies Equipment And Services | community.demographics |
Demographics | neighborhood/community | personal_care_products_and_services | The costs associated with personal care products and services including; hair care, oral hygiene products and cosmetics. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | reading | The costs associated with magazine and newspaper subscriptions and non-subscriptions and books. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | education | The costs associated with books, supplies, college, high school, elementary school and preschool tuition. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | tobacco | The costs associated with cigarettes, tobacco products and smoking accessories. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | cash_contributions | The costs associated with cash contributions to charities, churches, child support, political organizations and other cash gifts. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | personal_insurance_and_pensions | The costs associated with life, endowment, annuity and other nonhealth insurance. Index score (100=National Average) | community.demographics |
Demographics | neighborhood/community | Home_Maintenance_Repairs_Insurance_And_Other_Expenses | Hoe Maintenance Repairs Insuarance and Other Expenses | community.demographics |
Demographics | neighborhood/community | Utilities_Fuels_And_Public_Services | Utilities Fuels and Public Services | community.demographics |
Demographics | neighborhood/community | Natural_Gas | Natural Gas | community.demographics |
Demographics | neighborhood/community | CostIndex_Electricity | Cost Index - Electricity | community.demographics |
Demographics | neighborhood/community | Phone_Residential | Phone Residential | community.demographics |
Demographics | neighborhood/community | Phone_Cellular | Phone Cellular | community.demographics |
Demographics | neighborhood/community | Population_3P | Pupulation 3P | community.demographics |
Demographics | neighborhood/community | Population_5P | Pupulation 5P | community.demographics |
Demographics | neighborhood/community | Population_Male_15P | Population Male 15P | community.demographics |
Demographics | neighborhood/community | Population_Female_15P | Population Female 15P | community.demographics |
Demographics | neighborhood/community | Population_16P | Population 16P | community.demographics |
Demographics | neighborhood/community | Population_18P | Population 18P | community.demographics |
Demographics | neighborhood/community | Population_Employed_16P | Population Employed 16P | community.demographics |
Demographics | neighborhood/community | Population_25P | Population 25P | community.demographics |
Demographics | neighborhood/community | Population_Civilian_16P | Population Civilian 16P | community.demographics |
Demographics | neighborhood/community | Population_Civilian_White_Collar_Or_Blue_Collar_16P | Population Civilian White Collar or Blue Collar 16P | community.demographics |
Demographics | neighborhood/community | Population_Daytime | Population Daytime | community.demographics |
Demographics | neighborhood/community | transportation_public_pct | Transportation Public Pct | community.demographics |
Demographics | neighborhood/community | transportation_car_pct | Transportation Car Pct | community.demographics |
Demographics | neighborhood/community | transportation_motorcycle_pct | Transportation Motorcycle Pct | community.demographics |
Demographics | neighborhood/community | transportation_bicycle_pct | Transportation Bicycle Pct | community.demographics |
Demographics | neighborhood/community | transportation_walk_pct | Transportation Walk Pct | community.demographics |
Demographics | neighborhood/community | transportation_other_pct | Transportation Other Pct | community.demographics |
Demographics | neighborhood/community | transportation_work_from_home_pct | Transportation Work From Home Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_bus_pct | Transportation Public Bus Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_trolley_pct | Transportation Public Trolley Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_light_rail_pct | Transportation Public Light Rail Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_railroad_pct | Transportation Public Railroad Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_ferry_pct | Transportation Public Ferry Pct | community.demographics |
Demographics | neighborhood/community | transportation_public_taxi_pct | Transportation Public Taxi Pct | community.demographics |
Demographics | neighborhood/community | transportation_car_alone_pct | Transportation Car Alone Pct | community.demographics |
Demographics | neighborhood/community | transportation_car_carpool_pct | Transportation Car Carpool Pct | community.demographics |
Location Lookup | /location/lookup | geoIdV4 | ATTOM’s new geographic identifier | geographies.geoIdV4 |
Location Lookup | /location/lookup | geographyName | Geography Name | geographies.geographyName |
Location Lookup | /location/lookup | geographyTypeName | Geography Type Name | geographies.geographyTypeName |
Location Lookup | /location/lookup | geographyTypeAbbreviation | Geography Type Abbrevation | geographies.geographyTypeAbbreviation |
Location Lookup | /location/lookup | zipCodeTabulationAreaCode | geographies.zipCodeTabulationAreaCode | |
Location Lookup | /location/lookup | fipsClassCode | geographies.fipsClassCode | |
Location Lookup | /location/lookup | fipsClass | geographies.fipsClass | |
Location Lookup | /location/lookup | mafTigerFeatureClassCode | geographies.mafTigerFeatureClassCode | |
Location Lookup | /location/lookup | mafTigerFeatureClass | geographies.mafTigerFeatureClass | |
Location Lookup | /location/lookup | functionalStatusCode | geographies.functionalStatusCode | |
Location Lookup | /location/lookup | functionalStatus | geographies.functionalStatus | |
Location Lookup | /location/lookup | landAreaSquareMiles | geographies.landAreaSquareMiles | |
Location Lookup | /location/lookup | waterAreaSquareMiles | geographies.waterAreaSquareMiles | |
Location Lookup | /location/lookup | areaSquareMiles | geographies.areaSquareMiles | |
Location Lookup | /location/lookup | longitude | geographies.longitude | |
Location Lookup | /location/lookup | latitude | geographies.latitude | |
Location Lookup | /location/lookup | tractCensusCode | geographies.tractCensusCode | |
Location Lookup | /location/lookup | tractCode | geographies.tractCode | |
Location Lookup | /location/lookup | name | geographies.name | |
Location Lookup | /location/lookup | nameAndLegalStatisticalAreaDescription | geographies.nameAndLegalStatisticalAreaDescription | |
Location Lookup | /location/lookup | legalStatisticalAreaDescriptionCode | geographies.legalStatisticalAreaDescriptionCode | |
Location Lookup | /location/lookup | legalStatisticalAreaDescription | geographies.legalStatisticalAreaDescription | |
Location Lookup | /location/lookup | blockGroupCensusCode | geographies.blockGroupCensusCode | |
Location Lookup | /location/lookup | blockGroupCode | geographies.blockGroupCode | |
Location Lookup | /location/lookup | blockCensusCode | geographies.blockCensusCode | |
Location Lookup | /location/lookup | blockCode | geographies.blockCode | |
Location Lookup | /location/lookup | urbanRuralType | geographies.urbanRuralType | |
Location Lookup | /location/lookup | congressionalDistrictFipsCode | geographies.congressionalDistrictFipsCode | |
Location Lookup | /location/lookup | session | geographies.session | |
Location Lookup | /location/lookup | countyCode | geographies.countyCode | |
Location Lookup | /location/lookup | countyFIPs | geographies.countyFIPs | |
Location Lookup | /location/lookup | countyName | geographies.countyName | |
Location Lookup | /location/lookup | stateCode | geographies.stateCode | |
Location Lookup | /location/lookup | stateFIPs | geographies.stateFIPs | |
Location Lookup | /location/lookup | stateName | geographies.stateName | |
Location Lookup | /location/lookup | CBSACode | geographies.CBSACode | |
Location Lookup | /location/lookup | CBSAName | geographies.CBSAName | |
Location Lookup | /location/lookup | divisionCode | geographies.divisionCode | |
Location Lookup | /location/lookup | divisionName | geographies.divisionName | |
Location Lookup | /location/lookup | recorderMarketingRestriction | geographies.recorderMarketingRestriction | |
Location Lookup | /location/lookup | assessorMarketingRestriction | geographies.assessorMarketingRestriction | |
Location Lookup | /location/lookup | nondisclosureFlag | geographies.nondisclosureFlag | |
Location Lookup | /location/lookup | CSACode | geographies.CSACode | |
Location Lookup | /location/lookup | CSAName | geographies.CSAName | |
Location Lookup | /location/lookup | stateGeoID | geographies.stateGeoID | |
Location Lookup | /location/lookup | coreBasedStatisticalAreaGeoID | geographies.coreBasedStatisticalAreaGeoID | |
Location Lookup | /location/lookup | combinedStatisticalAreaGeoID | geographies.combinedStatisticalAreaGeoID | |
Location Lookup | /location/lookup | countySubdivisionFipsCode | geographies.countySubdivisionFipsCode | |
Location Lookup | /location/lookup | functionalTypeLevel1 | geographies.functionalTypeLevel1 | |
Location Lookup | /location/lookup | functionalTypeLevel2 | geographies.functionalTypeLevel2 | |
Location Lookup | /location/lookup | socialUsageLevel1 | geographies.socialUsageLevel1 | |
Location Lookup | /location/lookup | socialUsageLevel2 | geographies.socialUsageLevel2 | |
Location Lookup | /location/lookup | ncsCode | geographies.ncsCode | |
Location Lookup | /location/lookup | nameAlternate1 | geographies.nameAlternate1 | |
Location Lookup | /location/lookup | nameAlternate2 | geographies.nameAlternate2 | |
Location Lookup | /location/lookup | nameAlternate3 | geographies.nameAlternate3 | |
Location Lookup | /location/lookup | placeFipsCode | geographies.placeFipsCode | |
Location Lookup | /location/lookup | countyLegalStatisticalAreaDescription | geographies.countyLegalStatisticalAreaDescription | |
Location Lookup | /location/lookup | gnisCode | geographies.gnisCode | |
Location Lookup | /location/lookup | primaryCityInCbsaIndicator | geographies.primaryCityInCbsaIndicator | |
Location Lookup | /location/lookup | countyRequiredForUniquenessIndicator | geographies.countyRequiredForUniquenessIndicator | |
Location Lookup | /location/lookup | lsadRequiredForUniquenessIndicator | geographies.lsadRequiredForUniquenessIndicator | |
Location Lookup | /location/lookup | downtownLongitude | geographies.downtownLongitude | |
Location Lookup | /location/lookup | downtownLatitude | geographies.downtownLatitude | |
Location Lookup | /location/lookup | totalResidentCount | geographies.totalResidentCount | |
Location Lookup | /location/lookup | zip5Code | geographies.zip5Code | |
Location Lookup | /location/lookup | zipType | geographies.zipType | |
Location Lookup | /location/lookup | zip3Code | geographies.zip3Code | |
Location Lookup | /location/lookup | multiFamilyDeliveryUnitCount | geographies.multiFamilyDeliveryUnitCount | |
Location Lookup | /location/lookup | singleFamilyDeliveryUnitCount | geographies.singleFamilyDeliveryUnitCount | |
Location Lookup | /location/lookup | poBoxCount | geographies.poBoxCount | |
Location Lookup | /location/lookup | businessCount | geographies.businessCount |
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.
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=
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.
To add raster tiles to a Leaflet map:
L.tileLayer(
'https://api.gateway.attomdata.com/parceltiles/{z}/{x}/{y}.png?apiKey=<ApiKey>'
).addTo(map)
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>
ATTOM is upgrading its geocoding system used to identify geographic areas such as states, counties, and school districts. Property endpoints that previously provided geocodes for a property (geoid) now provide the new gecodes as a new field called geoIdV4. See here for more details.
All endpoints that support searching via a geocode parameter have been enhanced to support the new geocode - geoidV4. After June 30, 2023 calls to endpoints using the old geocodes (geoid) may not match to all properties. Customers are encourage to migrate applications to support the new geocodes by June 30, 2023.
A new version (V4) of this endpoint has been released. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
A new version (V4) of this endpoint has been released. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
The new version of Sales Trends will support additional geography types:
Two new search parameters have been added for Property Type and Transaction Type allowing for more specific sales trend data to be returned.
The allowed values for propertytype are:
The allowed values for transactiontype are:
A new version (V4) of this endpoint has been released. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
We are migrating to a new source for our school district data. In total, we are expanding the number of fields available from 95 to 229. Almost all the existing field names are changing, the definitions of the data is changing for some fields, and there are some existing fields that will no longer be available.
A new version (V4) of this endpoint has been released. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
We are migrating to a new source for our school data. In total, we are expanding the number of fields available from 89 to 201. Almost all the existing field names are changing, the definitions of the data is changing for some fields, and there are some existing fields that will no longer be available.
A new version (V4) of this endpoint has been released and is now known as School Search. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
For more information about ATTOM API V4 - look here. For information specific to Property API V4 - look here.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
New Rental-AVM Endpoint
A new Rental AVM endpoint (/valuation/rentalavm) provides estimates of a property’s likely rental value based upon recent rental listings in the area.
Sales Comparables Endpoint:
We are aware of an issue with our Sales Comparables endpoint, where some of the recent sales comps are not being returned. Our technology team is actively working on it. Due to the volume of data that needs to be processed as part of the fix, we are expecting to complete it by March 23rd . Thank you for your patience. If you have any questions, please do not hesitate to reach out to us at datacustomercare@attomdata.com
We have added "lastModified" date field to "property transactions" for the following endpoints.
Endpoint | JSON Path |
---|---|
sale/detail/ | property.sale.vintage.lastModified |
sale/snapshot/ | property.sale.vintage.lastModified |
saleshistory/detail/ | property.saleHistory.vintage.lastModified |
saleshistory/snapshot/ | property.saleHistory.vintage.lastModified |
saleshistory/basichistory/ | property.saleHistory.vintage.lastModified |
saleshistory/expandedhistory/ | property.saleHistory.vintage.lastModified |
New Building Permits Endpoint
We have added a new endpoint (property/buildingpermits), for properties in counties that make building permits publicly available, showing details of all building permits that have been applied for by the property owners.
New AVM History Endpoint
A new AVM endpoint (/avmhistory/detail) providing historical estimates of a property’s value back as far as 2011 for over 94 million properties.
New Home Equity Endpoint
A new endpoint (valuation/homeequity) that utilizes ATTOM’s proprietary loan model that calculates a home's current value (AVM) and project loan balances for all known mortgages to predict the owner’s current home equity.
API Scheduled Maintenance:
Please be aware that our IT Team will be performing a routine maintenance of our API platform. Refer to the below details:
Date & Time: Wednesday, 1st of September from 11 PM to midnight PST
What is being done: We are making a database update to accommodate new datatype for one of the data elements within our API.
What is impacted: Following endpoints will be unavailable during this period:
Host names affected:
https://api.gateway.attomdata.com/propertyapi/v1.0.0/
https://api.gateway.attomdata.com/transportationnoise/
https://api.gateway.attomdata.com/areaapi/
https://api.gateway.attomdata.com/communityapi/
https://api.gateway.attomdata.com/poisearch/
If you have any questions, please contact us via datacustomercare@attomdata.com.
As part of this release, we added a new endpoint - Transportation Noise (/transportationnoise):
We have made updates to our school API calls!
A new parameter GEOID has been added to the following endpoints. So these endpoints can now be queried by both ID (Institution ID) and GEOID parameters.
ATTOM is upgrading its geocoding system used to identify geographic areas such as states, counties, and school districts. The Area API provides information about the geographies defined by these geocodes. The existing endpoints have been modified to support the new geocodes (geoIdV4) as a parameter as well as providing the new geocodes as part of the output for the relevant endpoints. See here for more details.
We are deprecating the existing V2 endpoints and moving to new V4 versions of each endpoint. The existing endpoints will continue to work, but ATTOM encourages all customers to use the new versions when creating new applications using this API. It is recommended, but not required, that customers upgrade existing applications to use the latest version of the Area API endpoints.
A new boundary endpoint is now available, returning a definition of the boundary around various geographies. The definitions can be provided in either WKT or GeoJSON formats.
The boundary endpoint is included as part of Premium Property packages.
To assist with migration to ATTOM API V4, we are providing a new endpoint that searches geographies of a particular type that match specific text. The endpoint returns details about each matching geography, including the gecode used to uniquely identify it.
There is no charge to use this endpoint.
To assist with migration to ATTOM API V4, we are providing a new endpoint that converts the original geocodes (geoid) to the new version (geoIdV4).
There is no charge to use this endpoint.
For more information about ATTOM API V4 - look here. For information specific to Area API V4 - look here.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
We have made updates to our Area API.
The Area API will not include Metro (MT) data. As a replacement, you can use CBSA (CB).
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
We have made updates to our Area API!
The /hierarchy/lookup API call has been updated to make searching easier and more efficient.
The API call now accepts latitude and longitude as inputs, as opposed to only points from a WKT string, which became difficult because the latitude and longitude order was switched.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
ATTOM is upgrading its geocoding system used to identify geographic areas such as states, counties, and school districts. The Community API uses these geocodes to define the community statistics to be returned. See here for more details.
A new version (V4) of the POI endpoints has been released. The previous versions of each endpoint have been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
We are migrating to a new source of our POI data. In total, we are expanding the number of fields available from 18 to 59.
The Category Lookup and LOB Lookup endpoints have been merged into a single endpoint.
For more information about ATTOM API V4 - look here.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
We have made updates to our POI API!
The /poi/point and /poi/street+address API calls have both been updated to make searching easier and more efficient.
The /poi/point API call now accepts latitude and longitude as inputs, as opposed to only points from a WKT string, which became difficult because the latitude and longitude order was switched.
The /poi/street+address call now accepts our standard address1 and address2 fields for searching so you no longer need to add a semi colon in the middle of your address.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
We have added the functionality to allow for filtering by Business Category in the POI API!
This filter is available within the /poi/point call and will allow you to filter results by one-to-many Business Categories, such as eating-drinking, shopping, etc… for all 14 business categories.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
ATTOM is upgrading its geocoding system used to identify geographic areas such as states, counties, and school districts. The Community API uses these geocodes to define the community statistics to be returned. See here for more details.
A new version (v4) of this endpoint has been released. The previous version of the endpoint has been deprecated and customers should migrate to the new version no later than June 30, 2023. See here for details.
We are migrating to a new source for our community data. In total, we are expanding the number of fields available from 378 to 628. Almost all the existing field names are changing, the definitions of the data is changing for some fields, and there are some existing fields that will no longer be available.
The original V1 endpoints will not be supported after June 30, 2023. These endpoints used tokens to authenticate. If you are one of the small number of customers still making calls to these endpoints, a representative from ATTOM should contact you to issue an API Key that is now being used for all ATTOM API endpoints.
For more information about ATTOM API V4 - look here. For information specific to Community API V4 - look here.
ATTOM Data Solutions is no longer licensed to provide Sales Tax Rate (salesTaxRate) or Sales Tax Type (salesTaxType) within our Community data, so we are removing these two fields from the endpoint /communityapi/v2.0.0/area/full.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
Notable changes to the API include the change to the base URL structure and updated security.
URL Structure
V1 URL Structure
http://api.ist_prod.obiwebservices.com/Community/Area/Full/?&AreaId=NH0031106&AccessToken=
V2 URL Structure
https://search.onboard-apis.com/communityapi/v2.0.0/area/full?AreaId=CO44003
Updated Security
Users are no longer required to include their "AccessToken" in the URL request. Instead you'll need to include your APIKey in the request header.
Other Changes
V1 required users to include either mime=xml or mime=json in their URL string to indicate the type of response requested. This is still supported in V2. However, a user can also choose to set "Accept" to either application/json or application/xml in the header to receive the same result.
Test drive the new version of API today! You can try out the calls in the Interactive Docs or sign up for a FREE trial account.
If you have any questions, please contact us! Email our Team: datacustomercare@attomdata.com
ATTOM is proud to announce the addition of Parcel Tiles API to our suite.
This API serves parcel tiles in raster (PNG) format, which can be used with web mapping tools such as Mapbox GL and Leaflet.