Method calls

Note. Requests to the Yandex Metrica API are transmitted over the HTTPS protocol.

Requests use the following format:

<method_type> https://api-.yandex.net/<API_section>/<version>/<method_name>.<result_format>?<parameters>

method type: GET, POST, PUT, or DELETE.

API_section: Name of the API section where the action takes place.

version: Number of the current API version.

method_name: URL of the resource that the action applies to.

result_format: Optional part of the request. It sets the result format. By default, data is transmitted in JSON format.

parameters: Required and optional request parameters.