tag_key=tag_value). Bounding box area is capped at 1 square degree (~110 km x 110 km at the equator) to stay within Overpass resource budgets. The tag_key is restricted to a curated allowlist of top-level OSM keys; tag_value must match [A-Za-z0-9_-]{1,64}. 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/bbox?min_lat=52.45&min_lon=13.3&max_lat=52.6&max_lon=13.55&tag_key=amenity&tag_value=hospital&limit=200' \
--header 'x-api-key: <api-key>'{
"data": {
"min_lat": 0,
"min_lon": 0,
"max_lat": 0,
"max_lon": 0,
"tag_key": "string",
"tag_value": "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
}
}