Street View Static API overview

  • The Street View Static API lets you embed a non-interactive Street View panorama or thumbnail into a webpage using simple HTTP requests.

  • You'll need a Google Cloud project with billing enabled and the Street View Static API activated before you can start using it.

  • Each request to the Street View Static API requires an API key and incurs a charge, and using a digital signature is recommended for security.

  • You can monitor your API usage and manage costs through Google Cloud's monitoring and reporting tools.

  • For publishing your own 360-degree imagery, explore the Street View Publish API.

European Economic Area (EEA) developers

The Street View Static API embeds a static (non-interactive) Street View panorama or thumbnail into a web page without the use of JavaScript. Define the viewport with URL parameters sent through a standard HTTP request. The request returns a static image.

https://maps.googleapis.com/maps/api/streetview?size=400x400&location=47.5763831,-122.4211769
&fov=80&heading=70&pitch=0&key=YOUR_API_KEY&signature=YOUR_SIGNATURE

See the developer guides for all required and optional parameters, and example requests and responses.

All Street View Static API requests require an API key to work, and should have a digital signature for maximum API security. Learn Google's recommendations for static web API best practices and API security best practices.

The Street View Static API is charged for each request to embed a static (non-interactive) Street View panorama. See Usage and Billing for more information.

Control your API usage and spend with monitoring and reporting.

More information

For more information on using the Street View Static API, or other Google Maps API products, be sure to check out the Maps API Support page.

If you're interested in publishing 360-degree street-view images, take a look at the Streetview Publish API.