For the complete documentation index, see llms.txt. This page is also available as Markdown.

Full GeoJSONs

Get the full set of coordinates from Native Land Digital.

These are GET requests.

To get full coordinate sets from the current live database, use the following endpoint:

https://native-land.ca/api/polygons/geojson/[category]?key=your_api_key

There are 3 categories available: territories, languages, and treaties.

Please include your API key. A request may look as follows:

https://native-land.ca/api/polygons/geojson/languages?key=your_api_key

Please avoid calling this endpoint continually. It's recommended that you use a tighter query in most cases, such as by using a specific slug or position.

This will return as a full FeatureCollection, with all the shapes contained inside an array called features.

Last updated