man_made=pipeline filtered by substance) inside an ISO 3166-1 alpha-2 country. Data is (C) OpenStreetMap contributors (ODbL 1.0) - attribution is required on any surface that renders this data.man_made=pipeline query takes 23-49 seconds at the public Overpass instance when it succeeds at all, and frequently returns a query-timeout or a 5xx under load: 0 of 3 end-to-end attempts on 2026-08-30 returned data. It is marked deprecated so interactive surfaces stop offering a call that cannot reliably finish inside an interactive timeout; the route still works and is still served. For a usable pipeline query, request a bounded region with /environment/osm/bbox (tag_key=man_made, tag_value=pipeline), which is capped at 1.0 square degree per call and answered a 1x1-degree box over the Houston and Permian pipeline corridors in 2.8s and 1.0s. Larger areas are covered by tiling that call, not by asking for a country in one request.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/environment/osm/pipelines?country=US&commodity=gas&limit=1000' \
--header 'x-api-key: <api-key>'{
"data": {
"country": "string",
"commodity": "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",
"data_age_days": 0,
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true,
"period": "string",
"notes": "string"
}
}