Canonical property records, an entitlement-safe RESO OData feed, and governed bulk delivery — one platform.
Retrieve canonical property records, query the RESO feed, and understand every field the platform returns.
A standards-compliant OData feed exposing 946 Property fields.
Placekey-based IDs with append-only merge and split history.
Authorization is pushed into every query and re-verified before fields leave the service.
Every winning value retains its source, evidence, and decision lineage.
Manifest-driven CSV, JSONL, or Parquet distribution over push and pull.
Entitlement-safe market reports with suppression built in.
Ask for only the fields you need with $select.
Timestamps plus @odata.nextLink continuation keep feeds current.
Governed media assets and tax, ownership, and deed products.
curl -H "x-api-key: $REALTY_API_KEY" \ "https://api.example.invalid/reso/odata/Property\ ?$select=ListingKey,ListPrice&$filter=StandardStatus eq 'Active'&$top=100"