Properties Analytics
- Basic
Market Analytics
- Price Per Area
- Tension
GetMarketPrice - Obtain city's market prices.
POST
/
v2
/
market
/
_price
Copy
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"
}'
Copy
{
"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": {}
}
}
}
Authorizations
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
Body
application/json
Response
200
application/json
A successful response.
The response is of type object
.
Was this page helpful?
Copy
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"
}'
Copy
{
"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": {}
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.