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:
There are 3 categories available: territories
, languages
, and treaties
.
Please include your API key. A request may look as follows:
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