Skip to content
English
  • There are no suggestions because the search field is empty.

Valocity API release notes

Latest enhancements and updates to our APIs

January 2026 - v1.5.0

New Disclaimers API Update

We now provide a dynamic Disclaimers API that ensures your applications always display current Property Insights disclaimer requirements without requiring code changes. For more information, see the Disclaimers API guide.

September 2025

New Suburb Time Series API - v1.4.0

Introducing a new POST endpoint that enables flexible queries for suburb time series data. The API supports custom date ranges with monthly, quarterly, or yearly intervals, multiple measure types, and improved data mapped to current suburb boundaries.

For implementation details and examples, refer to the Postman API documentation.

August 2025 - v1.3.0

New API for suburb boundaries

We've added a new endpoint for suburb boundary polygons. Retrieve GeoJSON-formatted boundaries by propertyId or suburbId, ready for use in mapping tools like Leaflet or OpenStreetMap. Below is an example implementation, see it in action here

June 2025 - v1.2.0

New Enhanced Comparables API

We have introduced a new POST Comparables API, with new filtering capabilities:

  • 🆕 Comparable type: SLS (settled/unsettled sales), SLA (for sale), RLR (rented/leased), RLA (for rent)
  • 🆕 Same suburb only
  • Bedroom range (min/max)
  • Property type
  • Radius in meters (previously kilometers)
  • Price tolerance

For more information, visit our Postman collection.

Note: The existing GET Comparables API remains supported but is scheduled for deprecation. We recommend migrating to the new POST endpoint to access the enhanced filtering capabilities.