GET /api/propiedades
Retrieve a list of all properties in the database. This endpoint is public and does not require authentication.Request
No parameters required.Response
Returns an array of property objects.Array of property objects
Unique 6-character property identifier (e.g., “ZN1001”)
Country where the property is located (e.g., “Argentina”)
City where the property is located (e.g., “Tigre”)
Street address of the property (e.g., “Av. Cazón 123”)
Number of rooms in the property
Property size in square meters
Property price in local currency
Type of contract. Possible values:
Alquiler (Rent) or Venta (Sale)Current status of the property. Possible values:
Disponible (Available), Reservado (Reserved), Alquilado (Rented), Vendido (Sold)Optional description or additional details about the property
Example Response
Status Codes
Returns an array of all properties in the system