shop=<type>) within a radius of a lat/lon centre. Covers common retail categories (supermarket, convenience, clothes, electronics, books, bakery, butcher, bicycle, jewelry, ...). Radius is capped at 5 km. Data is (C) OpenStreetMap contributors (ODbL 1.0) - attribution is required on any surface that renders this data.x-api-key: ********************curl --location '/api/v1/environment/osm/shops?lat=40.7128&lon=-74.006&radius_m=500&shop_type=supermarket&limit=100' \
--header 'x-api-key: <api-key>'{
"data": {
"lat": 0,
"lon": 0,
"radius_m": 0,
"shop_type": "string",
"count": 0,
"elements": [
{
"type": "string",
"id": 0,
"lat": 0,
"lon": 0,
"center": {
"lat": 0,
"lon": 0
},
"nodes": [
0
],
"members": [
{
"type": "string",
"ref": 0,
"role": "string"
}
],
"tags": {
"property1": "string",
"property2": "string"
}
}
],
"timestamp_osm_base": "string",
"attribution": "(C) OpenStreetMap contributors (ODbL 1.0)"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}