Category list

Returns a list of all app categories.

Request format

GET https://api.appmetrica.yandex.ru/management/v1/metadata/application/categories
  ? [lang=<locale>]

lang

Response localization.

Possible values:

  • ru — The response is in Russian;
  • en — The response is in English.

Response format

{
  "data": [
    {
      "id": int,
      "name": "string",
      "type": "string"
    },
    ...
  ]
}

data

An object that contains information about categories.

data.id

ID of the category.

data.name

Name of the category.

To get the category name in English, add the parameter lang=en to the request.

data.type

Type of category.

Possible values:

  • game — Games category.
  • common — Common category.

Example

curl -X GET \
  'https://api.appmetrica.yandex.ru/management/v1/metadata/application/categories?lang=en' \
  -H 'Authorization: OAuth <your_token>'

where <your_token> is an OAuth token that can be obtained using instructions.

GET /management/v1/metadata/application/categories?lang=en HTTP/1.1
Host: api.appmetrica.yandex.ru
Authorization: OAuth <your_token>

where <your_token> is an OAuth token that can be obtained using instructions.

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.

Contact support