Native Land Digital API
  • Native Land Digital API
  • Data Sovereignty Treaty
  • Get and use your API key
  • Request Types
  • Full GeoJSONs
  • By Names and/or Position
  • By Intersecting Polygon
  • Embed a map
  • Mapbox Tilesets
  • ArcGIS Online Living Atlas
  • About and Disclaimers
Powered by GitBook
On this page

Full GeoJSONs

Get the full set of coordinates from Native Land Digital.

PreviousRequest TypesNextBy Names and/or Position

Last updated 7 months ago

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 , with all the shapes contained inside an array called features.

FeatureCollection