Happy Endpoint

Get property insights

Get community insights and market analysis for a specific location.

GET
/property-insight

Query Parameters

location_id*string
  • Location ID (Community ID)
  • Example: 51
Length1 <= length

Header Parameters

X-RapidAPI-Host*string
Default"propertyfinder-uae-data.p.rapidapi.com"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/property-insight?location_id=51" \  -H "X-RapidAPI-Host: propertyfinder-uae-data.p.rapidapi.com"
{
  "success": true,
  "data": {
    "attributes": {
      "id": 50,
      "name": "Dubai Marina",
      "location_type": "community",
      "average_price": 2000000
    }
  }
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}
{
  "success": true,
  "error": "string",
  "code": 0
}