Foreclosure history union; assignmentsReleases recordType populated
Foreclosure history union. Foreclosure records from the pre-v3 pipeline —
events the current source feed does not carry, largely pre-2020 — are restored
into the
foreclosures[] array, deduplicated against the existing entries (a
legacy record is skipped when a record within ±30 days of its recording date is
already present). What this changes:- Restored entries carry
recordingDate,caseNumber,auctionDate, and a new memberforeclosures[].fileDate— the court filing date, when distinct from the recording date; the legacy pipeline recorded both. - Restored entries carry
recordTypeFR0001(lis pendens class) orFR0008(notice-of-sale class). Legacy event classes with no equivalent code in the published vocabulary (late-stage/REO and unknown classes) carry norecordType— the member may now be absent on restored records. - The flat field
forecloseFileDateis restored, served from the latest foreclosure record’sfileDate. See the migration guide for the updated field lists.
assignmentsReleases[].recordType now populated.
mortgages[].assignmentsReleases[].recordType (assignment / release) —
documented but never populated until now — carries a value from this snapshot
onward (99.8%+ of entries; null when the source record is ambiguous or
unmatched).The API now serves the v3 data generation
As of August 20, 2026, every Property Data API response is served from the v3
data generation, for all states. What this means per response shape:
- Flat (default) shape — the response structure is unchanged; values now come from the v3 record through the compatibility projection. Coded fields carry only letters whose meanings are published in the v2 legacy code tables; per-jurisdiction vendor code values that had no published meaning are no longer reproduced (see the migration guide for the field-level list).
- Nested (v3) shape — opt-in from the Usage page — carries the full v3 record,
including the Realie code system announced below, and
salesHistory[].priceDerivation(PD####), previously bulk-only. The flat shape does not carrypriceDerivation.
The Realie code system — every coded field, one national codebook
Every normalized coded field of the v3 parcel record now stores a value from the
Realie code system, replacing the mix of inherited source vocabularies (the
deliberate exception is the jurisdiction-issued fields —
taxDistrictCode,
county/state land-use codes, and zoningInfo.zoningCode — which carry each
jurisdiction’s own value verbatim). This is the migration
announced at the v3 launch, now complete: one national codebook, applied identically
in API responses and bulk full-record exports, documented in full in the
Property Feature Field Key.How coded values are represented. Coded facts appear in one of three
representation classes:- Realie codes (
XX####) — a two-letter family prefix plus a four-digit number (e.g.RM0001, COMPOSITION SHINGLE). The digits identify, they do not rank — never compare or compute on them; decode with the published tables. The 4-digit property-use vocabulary keeps its familiar form and unchanged code identities. - Integer ordinal and band scales — genuinely ordered values:
building.qualityandbuilding.conditionare integers on a 1–20 scale (two separate facts sharing only the scale form), and the legacy length-of-residence, LTV-range, and equity-range members are integer band indexes. - Numeric quantities — real measurements stored as numbers, such as
mortgages[].rateChangeFrequency(an interval in years).
salesHistory[].qualificationnow carries theTQ####qualification code (previously a Q/U flag), and a new booleansalesHistory[].armsLengthcarries the derived arm’s-length verdict.salesHistory[].salePriceCodeis removed — its content lives inqualification. The flat shape’stransfers[].saleCodenow corresponds toqualification.- Building systems are documented as structured objects: per-building
characteristics(buildingType, architecturalStyle, exteriorWall, roofMaterial, quality, condition, parking, driveway, pool, amenities, and more),heating(five facets: equipment, distribution, energySource, configuration, coverage), andcooling— with top-levelbuilding,heating, andcoolingsummaries for the primary building. They replace the former per-building*Codemembers (heatCode,airConditioningCode,qualityCode,conditionCode,styleCode,wallType,roofType,floorType,basementType,constructionType,garageType,poolCode,drivewayType, and related label fields). - Buyer information on sale events is now four facets —
buyerEntityType,buyerRelationship,buyerRole,buyerVesting— replacingbuyerIDCodeandbuyerVestingCode. mortgages[].riders[]andbuildingInformation.buildings[].buildingAreas[].areaTypenow carry codes (RD####/BA####) instead of ad-hoc labels;mortgages[].amortizationType(LA####) is new;mortgages[].rateChangeFrequencyis now a numeric interval in years.utilitiesnow carrieswaterSource,sewer,gasService, andelectricServiceas coded members;landInformationgainsroadAccess,waterfrontType, andviewQuality;taxInformationgainstaxClass. Several of these ship their vocabulary ahead of their data and populate in later releases.- Renamed:
landInformation.topographyTypeis nowlandInformation.topography, carrying aTP####code. Nested-shape clients reading the old key should switch; the field has no equivalent in the flat shape, so flat-shape integrations are unaffected. - Zoning has one surface: the
zoningInfoobject. ItsmatchMethoddistinguishes the two provenance tiers —assessor_recorded(baseline, from the county assessor’s own record) andgis_point_in_polygon(curated, from the zoning jurisdiction’s GIS layer). The duplicate raw memberpropertyClassification.zoningis removed. - Removed members no longer reproduced by the record:
propertyClassification.propertyCategory,.propertyUse,.propertyClassCode(replaced bypropertyClassas aPC####code),landInformation.landUseCode,generalInformation.utilities,taxInformation.assessmentClassification,salesHistory[].deedType,.instrumentType,.instrumentCode, andlegacyOwnershipSummary.ownerOriginCode.
taxInformation.taxDistrictCode — exposed in the
flat shape as taxRateCodeArea — now carries the assessor’s tax-district
code wherever the source provides one, carried verbatim as a jurisdiction-issued
value. Stored values change in Maryland, Delaware, and the District of Columbia as
part of this correction; if you keyed logic to previous values in those areas
(under either field name), re-sync from this release.Disclosure — values shipped empty pending documentation. Across the national
dataset, 20,439 coded value-instances could not be confirmed against any published
source documentation at release time. Rather than guess, these ship empty — the
member is omitted from the record, as for any field with no value, not returned
as null — and are being backfilled in place as county documentation is
confirmed. Backfills add values under existing append-only vocabularies and never
change a published code’s meaning. No action is needed; affected records simply
gain values in subsequent data cycles.Legacy (v2-compatible) flat shape. The flat shape carries the same underlying
values, so its coded fields change with this release too; the decode tables on the
legacy tab update at the same time. The
v3 Feature Field Key includes the flat-shape
field-name mapping.The v3 response shape — one dataset, two shapes
The v3 API’s standard response is now documented as the full nested parcel
record — matching bulk exports apart from delivery-specific fields such as the per-load
_id — in the
v3 Property Data Schema. The shape is an
account-level setting, and every API key on an account inherits it: new accounts
start on the nested shape; existing accounts continue to receive the
v2-compatible flat shape (the same v3 data through a compatibility layer), now
documented in the legacy tab, until they
enable the v3 shape from the dashboard’s Usage page. Enabling it is one-way.
Field values and codes are identical between shapes.Feature Field Key covers bulk record fields
The Property Feature Field Key now documents the
coded members carried by bulk full-record exports alongside the API response
fields — 37 decode tables in total, covering building systems (
heatCode,
qualityCode, conditionCode, styleCode, …), mortgage codes (loanType,
interestRateType, …), lien and foreclosure record types, and the sale
qualification flag. Every published table is verified against the live national
data domain (1.19 billion additional coded values, 100% decode on 20 of 21 new
tables).v3 data generation launch
The API now serves the v3 data generation — a rebuilt national dataset on the same
endpoints and response shape.Data improvements
- Sales history extends through mid-May 2026 in most states (previously ~4 months older), including ownership updates from recent sales.
- Per-unit parcel identity: every response carries a stable
realieParcelId; condo and multi-unit parcels resolve to their own records. - Corrected building characteristics nationally (notably bathroom counts, which are
now decimal —
2.5instead of a truncated2).
- A small set of v2 fields are renamed, restored under new names, or no longer reproduced; several derived-description fields replace raw code fields. Full list in the migration guide.
- Some coded fields use different code vocabularies than v2. Decode every value with the Property Feature Field Key.
- Sale-qualification codes ship in the Realie code system:
transfers[].saleCodecarriesTQ####qualification codes wherever the source recorded a reviewed qualification signal, and bulk exports include the newpriceDerivation(PD####) field recording how each price figure was obtained.
Assessor code values will migrate to Realie’s own code system— Shipped. The migration is complete and live in API responses as of August 20, 2026; see the code-system entry above and the Property Feature Field Key for every table.— Shipped August 20, 2026 on the nested shape aspriceDerivationexposure in API responsessalesHistory[].priceDerivation; the flat shape does not carry it. (Bulk exports had it from launch.)- Derived
qualifiedbooleans on post-March 2026 sale events arrive with the next data cycle;transfers[].saleCodealready carries the qualification codes.