May 19th, 2025

Documentation

OpenAPI 3.0 Migration

We have updated our API documentation and configuration (Swagger) from OpenAPI 2.0 to OpenAPI 3.0, improving our API documentation and making it more maintainable.

To view our Swagger docs, please visit:

https://api.realestateapi.com/swagger

Impact

This update is backward compatible and requires no changes from API consumers. The changes are solely documentation-related and improve discoverability and usability.

Key Changes

Documentation Structure

  • Migrated from the Swagger 2.0 to the OpenAPI 3.0 format

  • Created standardized response schemas for 200, 400, 401, 403, 404, 500 responses

API Endpoint Improvements

  • Enhanced endpoint descriptions across all v2 and v3 APIs

  • Updated version numbers in the API documentation

Response Standardization

  • Implemented a consistent response structure across all endpoints

  • Added standardized HTTP status codes (200, 400, 401, 403, 404, 500)

  • Enhanced error response descriptions for better error handling