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 } } ] }
Obtain city’s live prices per area statistics.
The response is of type object.
object
Was this page helpful?