---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.6
alternate:
  - https://yandex.ru/dev/commercial/doc/en/concepts/staticapi.md
  - https://yandex.ru/dev/commercial/doc/ru/concepts/staticapi.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/commercial/doc/en/llms.txt

# Static API

[Pricing](#tariffs)

[Limitations of the commercial version](#restricts)

[How to get started with the API](#how-to-start)

![](../_images/hr.png)

[Static API](https://tech.yandex.ru/maps/doc/staticapi/1.x/dg/concepts/About-docpage) is the HTTP API that returns a static map image on request.

## Paid version limitations {#restricts}

In the commercial version of the Static API, only the “scheme” layer is available. This is because the license restrictions of data providers do not allow using satellite layers in the third-party commercial projects.

{% cut "What does the "scheme" layer look like" %}

![](../_images/schema.png)

{% endcut %}

## Pricing {#tariffs}

The pricing plan determines the limit of requests to the service.

{% include [jsapi-geocoder-payment-condition](../_includes/concepts/jsapi-geocoder/id-jsapi-geocoder/payment-condition-b3967974250b.md) %}


Available pricing plans are listed below:

Table 1. Plans with yearly payment and daily overages

#|
||**Request limit per day** | **Base cost/Advanced license (data is preserved)** | **Base cost/Basic license** | **Price per 10,000 requests over the request limit for the base cost**||
||10,000 | 208,800 rubles | 180,000 rubles | 360 rubles||
||100,000 | 626,400 rubles | 540,000 rubles | 180 rubles||
||250,000 | 1,183,200 rubles | 1,020,000 rubles | 150 rubles||
||500,000 | 2,040,000 rubles | 1,680,000 rubles | 150 rubles||
||1,000,000 | 2,448,000 rubles | 2,016,000 rubles | 150 rubles||
||2,000,000 | 3,468,000 rubles | 2,856,000 rubles | 108 rubles||
||3,000,000 | 4,824,000 rubles | 3,996,000 rubles | 108 rubles||
|#

Table 2. Plans with monthly payment and daily overages

#|
||**Request limit per day** | **Base cost/Basic license** | **Price per 10,000 requests over the request limit for the base cost**||
||10,000 | 19,200 rubles | 360 rubles||
||100,000 | 54,000 rubles | 180 rubles||
|#


{% note info %}

The published terms and conditions are not an offer.

{% endnote %}


## How to get started with the API {#how-to-start}

To use the Static API  commercial version:

1. Purchase a license. [Learn more](https://yandex.ru/dev/commercial/doc/en/concepts/how-to-buy.md)
1. Read the [documentation](https://tech.yandex.ru/maps/doc/staticapi/1.x/dg/concepts/About-docpage).
1. To access the API, use the link:
    
    ```
    https://enterprise.static-maps.yandex.ru/1.x/?key=<API key>&<additional parameters>
    ```
    

