---
title: "Maps Browser Key"
method: GET
path: "/v1/maps/browser-key"
tags: ["geo"]
---

# Maps Browser Key

`GET /v1/maps/browser-key`

The key the Maps JavaScript API is loaded with, served at runtime.

NOT baked into the frontend bundle, for two reasons that both cost real
money. A bundled key cannot be rotated without a deploy, so a leaked one
stays leaked for as long as the release does; and it is identical across
every environment, so a key scraped off the marketing site bills the same
project as the product.

The value is USELESS to a scraper if it is restricted correctly: HTTP
referrers we own, and the Maps JavaScript API alone. Configure that in the
Cloud console — this endpoint cannot enforce it and does not pretend to.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stormy/stormy-control-plane/revisions/057ff10926a4/schema)
