REALTY-DATA.
Property API
Property API

From one Property record to a complete feed

Use one RESO OData contract for direct key retrieval, Placekey grouping, flexible listing queries, synchronization, and field-level projection.

Choose an access pattern

One RESO contract, two integration workflows

Direct key retrieval and collection queries share the same metadata, field catalog, authorization boundary, and response semantics.

Data catalogs

One property platform, organized by product

Browse stable product catalogs instead of navigating a flat list of vendor endpoints. Availability is explicit on every catalog.

A practical first query

Ask for only the fields you need

Filter to an originating system and active status, project a compact response, then follow the continuation URL until the feed is exhausted.

GET /reso/odata/Property  ?$select=ListingKey,ListingId,ListPrice  &$filter=StandardStatus eq 'Active'  &$orderby=ModificationTimestamp asc  &$top=100&$ignorenulls=true
Reference