> For the complete documentation index, see [llms.txt](https://api-docs.native-land.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.native-land.ca/embed-a-map.md).

# Embed a map

Instead of getting the coordinates, just get a map directly.

Native Land Digital also offers the ability for you to load a map directly onto your website through our Embed API.

To do this, you should understand the [Names and Positions API detailed here](/by-names-and-or-position.md). You will be sending a URL with this request to the embed API.

To create an iframe with a map displayed on it, just set the source of the iframe to the query you want to send. For instance:

```
<iframe src="https://native-land.ca/api/embed/embed.html?maps=languages&name=witsuwiten&key=your_api_key"></iframe>
```

Will create the following:

<figure><img src="https://3258257285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj1dRhU4IYhRgRcdIsxrU%2Fuploads%2Fgit-blob-1c1d67ce71aa21e841f2308e0bf92dd6fad67e3f%2Fembed-result.png?alt=media" alt=""><figcaption></figcaption></figure>

This is a fairly simple map using Leaflet and Open Street Maps as a base layer, to keep everything open source.
