Tension
Tension city statistics
Properties Analytics
- Basic
Market Analytics
- Price Per Area
- Tension
Tension
Tension city statistics
Obtain city tension statistics.
POST
/
v2
/
protected
/
analytics
/
market
/
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
}
}
}
]
}
Authorizations
Body
application/json
Array of studied data items
INSEE code of the city
Example:
"75001"
Property class for the listing
Available options:
CLASS_UNKNOWN
, CLASS_HOUSE
, CLASS_FLAT
, CLASS_PROGRAM
, CLASS_SHOP
, CLASS_PREMISES
, CLASS_OFFICE
, CLASS_LAND
, CLASS_BUILDING
, CLASS_PARKING
Type of offer for the property
Available options:
OFFER_UNKNOWN
, OFFER_BUY
, OFFER_RENT
, OFFER_BUSINESS_TAKE_OVER
, OFFER_LEASE_BACK
, OFFER_LIFE_ANNUITY_SALE
, OFFER_HOLIDAYS
Response
200
application/json
Array of live market statistics
Market tension details
Average market tension value
Example:
50.5
Real estate listings statistics
Total number of listings
Example:
100
Was this page helpful?
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
}
}
}
]
}