Properties

This JSON object represents an API response containing an array of property listings. Each listing provides detailed information about a property, including its features, location, and pricing.

fetch

fetch('https://api.v2.rohitgadekar.dev/props')
.then(res => res.json())
.then(console.log);

sample response

 {
      "id": 19,
      "title": "Urban Loft in the Heart of the City",
      "image": "https://res.cloudinary.com/eaglestudiosindia/image/upload/v1692066658/project/cropped/daniel-barnes-RKdLlTyjm5g-unsplash_bsfgoq_j3ockq.jpg",
      "ratings": 4.6,
      "city": "City Center",
      "price": 3197
}
Table of Contents