Tarification
Endpoints
Endpoint : /properties/indicators
- Requête
GET https://api.yanport.com/properties/indicators?type=PRICE_M2&newBuild=false&marketingType=SALE&propertyTypes=HOUSE&departments=17
- Réponse
{
"value": 3083.56,
"bounds": {
"min": 2210.93,
"low": 2688.89,
"mid": 3083.56,
"high": 3540.52,
"max": 4331.92
},
"reliability": {
"methods": [
{
"name": "MARKET_INDICATOR",
"score": 49,
"weight": 1.0,
}
],
"score": 49
},
"growth": []
}
- Consommation: 1 SKU
Endpoint : /properties/indicators/evolution
- Requête
GET https://api.yanport.com/properties/indicators/evolution?type=PRICE_M2&newBuild=false&marketingType=SALE&propertyTypes=HOUSE&departments=17&dateMin=2025-02-01&dateMax=2025-03-01
- Réponse
{
"points": [
{
"x": "2025-02-01",
"y": {
"value": 3083.56,
"bounds": {
"min": 2210.93,
"low": 2688.89,
"mid": 3083.56,
"high": 3540.52,
"max": 4331.92
},
"reliability": {
"methods": [
{
"name": "MARKET_INDICATOR",
"score": 49,
"weight": 1.0,
}
],
"score": 49
},
"growth": [
{
"type": "INTERVAL",
"lag": 1,
"value": -10.11,
"percent": -0.33
}
]
}
}
{
"x": "2025-03-01",
"y": {
"value": 3083.56,
"bounds": {
"min": 2210.93,
"low": 2688.89,
"mid": 3083.56,
"high": 3540.52,
"max": 4331.92
},
"reliability": {
"methods": [
{
"name": "MARKET_INDICATOR",
"score": 49,
"weight": 1.0,
}
],
"score": 49
},
"growth": [
{
"type": "INTERVAL",
"lag": 1,
"value": -10.11,
"percent": -0.33
}
]
}
}
]
}
- Consommation: 2 SKU
Le nombre de SKU est égal au nombre de requête HTTP
Commentaires
0 commentaire
Cet article n'accepte pas de commentaires.