Tarification
Endpoints
Endpoint : /maps
- Requête
GET https://api.yanport.com/maps?field=PRICE_M2&zoomLevel=15&zoneType=DEPARTMENT&bbox=47.251715703032914,-3.5564871650680607,44.30167207927539,3.510861246823832
- Réponse
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
]
},
"properties": {
"id": "41",
"name": "Loir-et-Cher",
"zoneType": "DEPARTMENT",
"percentiles": {
"count": 152,
"values": {
"50.0": 196.04
}
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
]
},
"properties": {
"id": "82",
"name": "Tarn-et-Garonne",
"zoneType": "DEPARTMENT",
"percentiles": {
"count": 197,
"values": {
"50.0": 16.67
}
}
}
}
]
}
- Consommation: 1 SKU
- Offre Essentiel : 0,01550 €
Offre Avancée : 0,01473 €
Offre Business : 0,01395 €
Le nombre de SKU est égal au nombre de requête HTTP.
Endpoint : /maps/stock
- Requête
GET https://api.yanport.com/maps/stock?zoomLevel=15&zoneType=DEPARTMENT&bbox=47.251715703032914,-3.5564871650680607,44.30167207927539,3.510861246823832
- Réponse
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
]
},
"properties": {
"id": "41",
"name": "Loir-et-Cher",
"zoneType": "DEPARTMENT",
"count": {
"count": 152
}
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
]
},
"properties": {
"id": "82",
"name": "Tarn-et-Garonne",
"zoneType": "DEPARTMENT",
"count": {
"count": 197
}
}
}
]
}
- Consommation: 1 SKU
- Offre Essentiel : 0,01550 €
Offre Avancée : 0,01473 €
Offre Business : 0,01395 €
Le nombre de SKU est égal au nombre de requête HTTP.
Commentaires
0 commentaire
Vous devez vous connecter pour laisser un commentaire.