Download from OpenStreetMap
as GeoJSON.
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
Faster than a dedicated server...
| 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.
- Streams downloads at 2GB/sec
- Download in universal GeoJSON format
- Extracts start instantly without latency
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.
- No downloading 80GB+ planet file
- No compiling new command line tools
- No more forgotten AWS instances
... with the convenience of an API.
# 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%