---
title: Displaying place information using the Maps Embed API
framework: mapkitjs
role: article
role_heading: Article
path: mapkitjs/displaying-place-information-using-the-maps-embed-api
---

# Displaying place information using the Maps Embed API

Show place information on a map using a URL.

## Overview

Overview You can use the Maps Embed API to show information about a place within the context of a map by copying an HTML snippet onto your website. This is a minimal code approach to showcasing place information. All you need is the following: The ID for your place. See Identifying unique locations with Place IDs for more information about Place IDs, or find one with Place ID Lookup. Your API token. See Creating a Maps token for more information on how to request a token. Once you have these items, create the HTML snippet using Create a Map, then copy the resulting HTML snippet and paste it onto your website. Alternatively, you can construct the snippet yourself by manually adjusting the URL parameters in the snippet’s src attribute. note: For greater control over the presentation style of the Place Card and map, use PlaceDetail.

## See Also

### Essentials

- [Creating a Maps token](mapkitjs/creating-a-maps-token.md)
- [Loading the latest version of MapKit JS](mapkitjs/loading-the-latest-version-of-mapkit-js.md)
- [Understanding Browser Support](mapkitjs/browser-support.md)
- [mapkit](mapkitjs/mapkit.md)
