v7

OpenAPI 3.1.0Proprietary2026-08-051,5453,1595.5 MB
Environment

Generic bounding-box query filtered by a single OSM tag

Return OpenStreetMap nodes, ways, and relations inside a bounding box that match a single tag filter (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.

get/api/v1/environment/osm/bbox

Query parameters

min_latnumber required

South latitude of the bounding box (decimal degrees, WGS84).

South latitude of the bounding box (decimal degrees, WGS84).

min_lonnumber required

West longitude of the bounding box (decimal degrees, WGS84).

West longitude of the bounding box (decimal degrees, WGS84).

max_latnumber required

North latitude of the bounding box (decimal degrees, WGS84).

North latitude of the bounding box (decimal degrees, WGS84).

max_lonnumber required

East longitude of the bounding box (decimal degrees, WGS84).

East longitude of the bounding box (decimal degrees, WGS84).

tag_keystring required

OSM top-level tag key. Accepted values: amenity, boundary, building, craft, highway, historic, landuse, leisure, man_made, natural, office, power, public_transport, railway, shop, tourism, waterway.

OSM top-level tag key. Accepted values: amenity, boundary, building, craft, highway, historic, landuse, leisure, man_made, natural, office, power, public_transport, railway, shop, tourism, waterway.

tag_valuestring required

OSM tag value (1-64 chars, [A-Za-z0-9_-] only).

OSM tag value (1-64 chars, [A-Za-z0-9_-] only).

limitinteger

Maximum number of elements to return (1-2000).

Maximum number of elements to return (1-2000).

Response

Matching OSM elements within the bounding box, (C) OpenStreetMap contributors (ODbL 1.0).

Example response

{
  "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": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}