cURL
curl --request POST \ --url https://api.fluximmo.io/v2/protected/analytics/market/price_per_area/statistics \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "studiedData": [ { "inseeCode": "75001", "propertyClass": "CLASS_HOUSE", "offerType": "OFFER_BUY" } ] } '
{ "data": [ { "average": 250000, "median": 240000, "limits": { "upperBound": 500000, "lowerBound": 100000, "count": 50 }, "confidence": { "upperBound": 550000, "lowerBound": 90000, "count": 40 } } ] }
Statistiques prix moyens / au m² par zone géographique.
Documentation IndexFetch the complete documentation index at: https://doc.fluximmo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.fluximmo.io/llms.txt
Use this file to discover all available pages before exploring further.
Array of studied data items
Show child attributes
Array of data items in the response
Was this page helpful?