---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com/docs/en/mobile-api/intro/method-call.md
  - https://appmetrica.yandex.com/docs/ru/mobile-api/intro/method-call.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com/docs/en/llms.txt

# Method calls

{% note info %}

Requests are sent to the AppMetrica API over the HTTPS protocol.

{% endnote %}

Requests use the following format:

```no-highlight translate=no
method_type https://api.appmetrica.yandex.com/API_section/version/method_name.result_format?parameters
```

- `method type` ― GET, POST, PUT or DELETE.
- `API_section` — The name of the API section that the action applies to.
- `version` — The number of the current version of the API.
- `method_name` — The 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.

<!-- source: en/_includes/feedback-button-2.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button-2.md -->
