Below are the Parcel Boundary Fields for Data Graph API:
| Fields | Type | Description |
|---|---|---|
| parcelID | String | Unique feature ID for boundary record. Also primary key for this table. Use this field to join to the Parcel Addresses table. |
| fips | String | FIPS code of the state and county in which the parcel is located |
| geographyID | String | Geography ID; 15-digit ID from TIGER Block (state FIPS, county FIPS, census tract, block group, and block) |
| apn | String | Unique parcel APN derived from parcel geometry. May differ from TAX_APN obtained from tax assessor. |
| parcelArea | Float | Parcel area in square feet, rounded to nearest square foot. Max area is 967,730,769,493 square feet. |
| longitude | BigDecimal | Parcel location longitude (WGS84). Calculated from parcel geometry so that resulting coordinate is inside parcel. |
| latitude | BigDecimal | Parcel location latitude (WGS84). Calculated from parcel geometry so that resulting coordinate is inside parcel. |
| elevation | Float | Address ID; primary key for this table |
| geometry | GeoJson | GeoJSON Polygon geometry |
Note: For more information, see the Parcel Boundaries product guides.