Distance à un parc
Attribut réservé aux abonnés
API+- keyname
dist_parc - abstract Distance séparant l'adresse sélectionnée du parc le plus proche. La distance est calculée par algorithme du "plus court chemin".
- type number
- unit m
https://api.urbs.fr/dashboard
?key={YOUR_API_KEY}
&id=50bbf7cf72f61334
&attributes=dist_parc
{
"50bbf7cf72f61334": {
"label": "15 A AVENUE PIERRE NUGUES",
"postcode": "71100",
"citycode": "71076",
"city": "Chalon-sur-Saône",
"ban": "71076_5900_00015_a",
"parcel": null,
"lat": 46.789694,
"lon": 4.863281999999999,
"attributes": {
"dist_parc": {
"value": 272,
"unit": "m",
"source": {
"name": "OpenStreetMap France",
"reliability": "+++",
"provider": "OSM",
"model_year": "2024",
"updated_at": "2024-01-14T23:00:00.000Z",
"article_url": "https://forum.urbs.fr/docs?topic=1223"
}
}
}
}
}