POST
/
v2
/
protected
/
analytics
/
property
/
search
curl --request POST \
  --url https://api.fluximmo.io/v2/protected/analytics/property/search \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": {
    "filterProperty": {
      "land": {
        "surface": {
          "max": 123,
          "min": 123
        }
      },
      "location": [],
      "meta": {
        "firstSeenAt": {
          "max": "2022-10-21T11:31:33.593Z",
          "min": "2022-10-21T11:31:33.593Z"
        },
        "isTotallyOffline": true,
        "lastPublishedAt": {
          "max": "2022-10-21T11:31:33.593Z",
          "min": "2022-10-21T11:31:33.593Z"
        },
        "lastSeenAt": {
          "max": "2022-10-21T11:31:33.593Z",
          "min": "2022-10-21T11:31:33.593Z"
        },
        "lastUpdatedAt": {
          "max": "2022-10-21T11:31:33.593Z",
          "min": "2022-10-21T11:31:33.593Z"
        }
      },
      "price": {
        "latest": {
          "value": {
            "max": 123,
            "min": 123
          },
          "valuePerArea": {
            "max": 123,
            "min": 123
          }
        }
      },
      "type": [
        "CLASS_HOUSE"
      ],
      "offer": [],
      "habitation": {
        "bedroomCount": {
          "max": 123,
          "min": 123
        },
        "roomCount": {
          "max": 123,
          "min": 123
        },
        "characteristics": {
          "hasBalcony": true,
          "hasCellar": true,
          "hasGarage": true,
          "hasLift": true,
          "hasParking": true,
          "hasPool": true,
          "hasTerrace": true
        },
        "climate": {
          "epcClimate": [],
          "epcEnergy": []
        },
        "surface": {
          "total": {
            "max": 123,
            "min": 123
          }
        },
        "features": {
          "furniture": [],
          "propertyFloor": {
            "max": 123,
            "min": 123
          },
          "propertyTotalFloor": {
            "max": 123,
            "min": 123
          }
        },
        "propertyCondition": [
          {
            "constructionYear": 123,
            "generalConditions": []
          }
        ]
      }
    },
    "fullTexts": [
      "<string>"
    ],
    "keywords": [
      "<string>"
    ]
  },
  "studiedData": "PRICE_PER_AREA_ANALYZED_TYPE",
  "type": "SUMMARY_ANALYSIS_TYPE"
}'
{
  "data": {
    "percentilesValues": {
      "percentiles": {
        "1.0": 199.01825941147465,
        "25.0": 873.0233360295258,
        "5.0": 320.3792919192797,
        "50.0": 1749.9910946795994,
        "75.0": 3184.9963201136397,
        "95.0": 11208.899561561651,
        "99.0": 48335.94583529406
      }
    },
    "boxplotValue": {
      "lower": 123,
      "max": 123,
      "min": 123,
      "q1": 123,
      "q2": 123,
      "q3": 123,
      "upper": 123
    },
    "advancedKpiValue": {
      "avg": 123,
      "count": 123,
      "max": 123,
      "min": 123,
      "stdDeviation": 123,
      "stdDeviationBounds": {
        "lower": 123,
        "lowerPopulation": 123,
        "lowerSampling": 123,
        "upper": 123,
        "upperPopulation": 123,
        "upperSampling": 123
      },
      "stdDeviationPopulation": 123,
      "stdDeviationSampling": 123,
      "sum": 123,
      "sumOfSquares": 123,
      "variance": 123,
      "variancePopulation": 123,
      "varianceSampling": 123
    },
    "summaryValue": {
      "avg": 123,
      "count": 123,
      "max": 123,
      "min": 123,
      "sum": 123
    },
    "countValue": 123
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json
query
object
required
studiedData
enum<string>
required
Available options:
PRICE_ANALYZED_TYPE,
HABITATION_SURFACE_ANALYZED_TYPE,
LAND_SURFACE_ANALYZED_TYPE,
PRICE_PER_AREA_ANALYZED_TYPE
type
enum<string>
required
Available options:
SUMMARY_ANALYSIS_TYPE,
ADVANCED_ANALYSIS_TYPE,
BOX_PLOT_ANALYSIS_TYPE,
PERCENTILES_ANALYSIS_TYPE

Response

200
application/json
data
object

Analytics data for the given context