Logo
Openapi.it Public API Documentation

{{baseUrl}}/tempistica

POST {{baseUrl}}/tempistica

Method that allows you to see the time spent on the market for real estate properties in the area

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "0": [ { "label": "0 50 Mq", "media_giorni": 210 }, { "label": "50 85 Mq", "media_giorni": 159 }, { "label": "85 115 Mq", "media_giorni": 177 }, { "label": "115 145 Mq", "media_giorni": 184 }, { "label": "Oltre 145 Mq", "media_giorni": 192 } ], "timestamp": 1639148062, "owner": "info@altravia.com", "id": "61b36a1e7c658f6dcc18eaeb", "univoco": "20211210152415_61b3630f90877_20_1898" }, "message": "default quote for testing", "success": true, "error": null }



Curl
curl -X POST 'baseUrl/tempistica' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"univoco":"\u003cstring\u003e"}'

ENDPOINTS