# Full GeoJSONs

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](https://geojson.org/), with all the shapes contained inside an array called `features`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.native-land.ca/full-geojsons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
