Skip to main content

Static Images API Playground

The Mapbox Static Images API can generate an image of a map zoomed in on a specific location.

For example, a real estate app could use static images generated by this API to show users the immediate area around real estate listings. Since no interactivity is required, a static map is ideal as it loads faster and consumes fewer client and network resources.

These images are displayed as either a PNG or JPEG, allowing for more efficiency on web and mobile apps versus loading an interactive map.

In the playground below, you can experiment with the map center, zoom level, image size, etc. The resulting API call is an image URL which can be used the same way as any hosted image in a web or mobile app.

Loading...
Was this playground helpful?