GET /api/propiedades/
Retrieve detailed information about a specific property using its unique code. This endpoint is public and does not require authentication.Request
The unique 6-character property identifier (e.g., “ZN1001”)
Response
Returns a single property object.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
Success (200)Status Codes
Property found and returned successfully
Property with the specified ID does not exist