cURL
curl --request POST \ --url https://api.f6o.co/v2/market/_price \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "studiedData": { "inseeCode": "<string>", "propertyClass": "CLASS_UNKNOWN", "offerType": "OFFER_UNKNOWN" }, "analysisType": "UNKNOWN_ANALYSIS_TYPE" }'
{ "apiVersion": "<string>", "kind": "<string>", "context": "<string>", "internalDelay": 123, "data": { "countValue": 123, "summaryValue": { "count": 123, "min": 123, "max": 123, "avg": 123, "sum": 123 }, "advancedKpiValue": { "count": 123, "min": 123, "max": 123, "avg": 123, "sum": 123, "sumOfSquares": 123, "variance": 123, "variancePopulation": 123, "varianceSampling": 123, "stdDeviation": 123, "stdDeviationSampling": 123, "stdDeviationPopulation": 123, "stdDeviationBounds": { "upper": 123, "lower": 123, "upperPopulation": 123, "lowerPopulation": 123, "upperSampling": 123, "lowerSampling": 123 } }, "boxplotValue": { "min": 123, "max": 123, "q1": 123, "q2": 123, "q3": 123, "lower": 123, "upper": 123 }, "percentilesValues": { "percentiles": {} } } }
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Show child attributes
UNKNOWN_ANALYSIS_TYPE
DISTRIBUTION_ANALYSIS_TYPE
SUMMARY_ANALYSIS_TYPE
ADVANCED_ANALYSIS_TYPE
BOX_PLOT_ANALYSIS_TYPE
PERCENTILES_ANALYSIS_TYPE
A successful response.
Was this page helpful?