Downloading the Data - osmlab/osm-community-index GitHub Wiki

You can download the files from the index directly from GitHub or use a CDN.

Latest published release (stable forever):

Direct from GitHub (docs):

https://raw.githubusercontent.com/osmlab/osm-community-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/osm-community-index/v5.9.0/dist/completeFeatureCollection.json

Via JSDelivr CDN (docs):

https://cdn.jsdelivr.net/npm/osm-community-index@{semver}/{path to file}
https://cdn.jsdelivr.net/npm/osm-community-index@5/dist/completeFeatureCollection.json
https://cdn.jsdelivr.net/npm/[email protected]/dist/completeFeatureCollection.json

Current development version (breaks sometimes!):

Direct from GitHub (docs):

https://raw.githubusercontent.com/osmlab/osm-community-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/completeFeatureCollection.json

Via JSDelivr CDN (docs):

https://cdn.jsdelivr.net/gh/osm-community-index@{branch or tag}/{path to file}
https://cdn.jsdelivr.net/gh/osmlab/osm-community-index@main/dist/completeFeatureCollection.json
⚠️ **GitHub.com Fallback** ⚠️