Estimation
Lite Property Estimation
Estimation
Lite Property Estimation
Estimate the price of a property based on market data
POST
/
v2
/
protected
/
estimate
/
property
/
lite
curl --request POST \
--url https://api.fluximmo.io/v2/protected/estimate/property/lite \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"habitation": {
"propertyCondition": {
"constructionYear": 123,
"generalConditions": []
},
"roomCount": 2,
"bedroomCount": 1,
"surface": {
"total": 100
},
"characteristics": {
"hasBalcony": true,
"hasCellar": true,
"hasGarage": true,
"hasLift": true,
"hasParking": true,
"hasPool": true,
"hasTerrace": true
},
"climate": {
"epcClimate": "GREENHOUSE_CLASSIFICATION_C",
"epcEnergy": "ENERGY_CLASSIFICATION_C"
},
"features": {
"furniture": null,
"propertyFloor": 1,
"propertyTotalFloor": 1
}
},
"land": {
"surface": 123
},
"location": {
"locationCoordinate": {
"location": [
6.374338,
43.474648
]
}
},
"type": "CLASS_HOUSE",
"offer": {
"type": "OFFER_BUY"
}
}'
{
"error": {
"message": "<string>",
"code": 123
}
}
Authorizations
Body
application/json
Habitation characteristics of the property
Example:
2
Example:
1
The total habitable surface of the property in m²
Example:
100
Available options:
GENERAL_CONDITION_UNKNOWN
, GENERAL_CONDITION_TO_BE_RENOVATED
, GENERAL_CONDITION_BRAND_NEW
, GENERAL_CONDITION_RENOVATED
, GENERAL_CONDITION_TO_BE_REFRESHED
, GENERAL_CONDITION_GOOD
, GENERAL_CONDITION_EXCELLENT
, GENERAL_CONDITION_DECREPIT
, GENERAL_CONDITION_TO_BE_BUILT
Example:
[]
The energetic classes of the property (DPE/GES)
The classification value of the greenhouse gas emission classification - GES
Available options:
GREENHOUSE_CLASSIFICATION_UNKNOWN
, GREENHOUSE_CLASSIFICATION_G
, GREENHOUSE_CLASSIFICATION_F
, GREENHOUSE_CLASSIFICATION_E
, GREENHOUSE_CLASSIFICATION_D
, GREENHOUSE_CLASSIFICATION_C
, GREENHOUSE_CLASSIFICATION_B
, GREENHOUSE_CLASSIFICATION_A
, GREENHOUSE_CLASSIFICATION_NC
The classification value of the energy classification - DPE
Available options:
ENERGY_CLASSIFICATION_UNKNOWN
, ENERGY_CLASSIFICATION_G
, ENERGY_CLASSIFICATION_F
, ENERGY_CLASSIFICATION_E
, ENERGY_CLASSIFICATION_D
, ENERGY_CLASSIFICATION_C
, ENERGY_CLASSIFICATION_B
, ENERGY_CLASSIFICATION_A
, ENERGY_CLASSIFICATION_NC
Location details of the property
Type of the property
Available options:
CLASS_HOUSE
, CLASS_FLAT
Offer information of the property
Available options:
OFFER_BUY
Was this page helpful?
curl --request POST \
--url https://api.fluximmo.io/v2/protected/estimate/property/lite \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"habitation": {
"propertyCondition": {
"constructionYear": 123,
"generalConditions": []
},
"roomCount": 2,
"bedroomCount": 1,
"surface": {
"total": 100
},
"characteristics": {
"hasBalcony": true,
"hasCellar": true,
"hasGarage": true,
"hasLift": true,
"hasParking": true,
"hasPool": true,
"hasTerrace": true
},
"climate": {
"epcClimate": "GREENHOUSE_CLASSIFICATION_C",
"epcEnergy": "ENERGY_CLASSIFICATION_C"
},
"features": {
"furniture": null,
"propertyFloor": 1,
"propertyTotalFloor": 1
}
},
"land": {
"surface": 123
},
"location": {
"locationCoordinate": {
"location": [
6.374338,
43.474648
]
}
},
"type": "CLASS_HOUSE",
"offer": {
"type": "OFFER_BUY"
}
}'
{
"error": {
"message": "<string>",
"code": 123
}
}