curl --request POST \
--url https://api.fluximmo.io/v2/protected/analytics/market/tension/statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"studiedData": [
{
"inseeCode": "75001",
"propertyClass": "CLASS_HOUSE",
"offerType": "OFFER_BUY"
}
]
}
'{
"data": [
{
"tension": {
"average": 50.5
},
"listings": {
"total": 100,
"lessThan30Days": {
"count": 20,
"rate": 40.5
},
"from30To60Days": {
"count": 20,
"rate": 40.5
},
"moreThan60Days": {
"count": 20,
"rate": 40.5
}
}
}
]
}Obtain city tension statistics.
curl --request POST \
--url https://api.fluximmo.io/v2/protected/analytics/market/tension/statistics \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"studiedData": [
{
"inseeCode": "75001",
"propertyClass": "CLASS_HOUSE",
"offerType": "OFFER_BUY"
}
]
}
'{
"data": [
{
"tension": {
"average": 50.5
},
"listings": {
"total": 100,
"lessThan30Days": {
"count": 20,
"rate": 40.5
},
"from30To60Days": {
"count": 20,
"rate": 40.5
},
"moreThan60Days": {
"count": 20,
"rate": 40.5
}
}
}
]
}Array of studied data items
Show child attributes
INSEE code of the city
"75001"
Property class for the listing
CLASS_UNKNOWN, CLASS_HOUSE, CLASS_FLAT, CLASS_PROGRAM, CLASS_SHOP, CLASS_PREMISES, CLASS_OFFICE, CLASS_LAND, CLASS_BUILDING, CLASS_PARKING "CLASS_HOUSE"
Type of offer for the property
OFFER_UNKNOWN, OFFER_BUY, OFFER_RENT, OFFER_BUSINESS_TAKE_OVER, OFFER_LEASE_BACK, OFFER_LIFE_ANNUITY_SALE, OFFER_HOLIDAYS "OFFER_BUY"
Array of live market statistics
Show child attributes
Real estate listings statistics
Show child attributes
Total number of listings
100
Was this page helpful?