Filter for tags, select by bounding box, and export as GeoJSON.
All in one curl
command.
# Download parks in the world as GeoJSON
curl --get 'https://osm.buntinglabs.com/v1/osm/extract' \
--data "tags=leisure%3Dpark" \
--data "api_key=yTs86VJsx" \
-o parks.geojson
########################## 52.1%
BACKED BY WORLD-RENOWNED INVESTORS
Lib Osmium | Bunting Labs | Overpass API | |
---|---|---|---|
Cloud Service No AWS headaches |
|||
Planet Read Time Faster than CLI |
8 hours | 6 min | |
No Limits Search entire planet |
We took the best of highly optimized software and hardware (SIMD+SSDs) and packaged it into an easy-to-use API.
Replace an AWS node or Kubernetes cluster with a REST API. Stream downloads instantly without waiting for a new planet file to download or sync.
# Download parks in the world as GeoJSON
curl --get 'https://osm.buntinglabs.com/v1/osm/extract' \
--data "tags=leisure%3Dpark" \
--data "api_key=yTs86VJsx" \
-o parks.geojson
####################################### 100.0%
# Near France, download buildings as GeoJSON
curl --get 'https://osm.buntinglabs.com/v1/osm/extract' \
--data "tags=building%3D*" \
--data "api_key=yTs86VJsx" \
--data "bbox=4.3725,43.0046,6.6027,44.4886"
-o buildings.geojson
################# 39.1%