EmlakIQ Data API

Turn fragmented property records into production-ready JSON.

The Data API normalizes local address text, coordinates, parcel IDs, zoning records, building data, market activity and macro credit indicators through a single data gateway. Your product receives clean, versioned, sourced and confidence-annotated payloads.

GET /v1/property/resolve
200 OK
{
  "emlakiq_id": "tr_34_...",
  "resolved_scope": "building",
  "identity_confidence": "bounded",
  "zoning": {
    "status": "known",
    "source_freshness": "2026-06-..."
  },
  "risk_context": {
    "seismic_hazard": "available",
    "confidence": "derived"
  },
  "market_context": {
    "grain": "district_month",
    "period": "2026-04"
  },
  "missing_fields": ["energy_class"],
  "provenance_refs": ["source_manifest:..."],
  "snapshot_id": "dos_..."
}