Translations:Stat API/25/ru: Difference between revisions

From Wiki Kaminari Click
(Created page with "=== Запрос === <div class="mw-collapsible mw-collapsed" style="width:80%; overflow:auto;"> Пример запроса в JSON <pre class="mw-collapsible-content"> { "id":null, "name":null, "perPage":50, "groups":[ "time_day", "geo_country" ], "metrics":[ "summary_totalVisits", "bots_total", "bots_totalPc" ], "filters":{ "filters":[ { "id":"geo_language", "type":"list",...")
 
(No difference)

Latest revision as of 17:25, 10 April 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Stat API)
=== Request ===
<div class="mw-collapsible mw-collapsed" style="width:80%; overflow:auto;">
Request example
<pre class="mw-collapsible-content">
{
   "id":null,
   "name":null,
   "perPage":50,
   "groups":[
     "time_day",
     "geo_country"
   ],
   "metrics":[
     "summary_totalVisits",
     "bots_total",
     "bots_totalPc"
   ],
   "filters":{
     "filters":[
         {
           "id":"geo_language",
           "type":"list",
           "include":["sl", "hr", "sh", "bs", "sr"],
           "exclude":[]
         }
     ],
     "period":"today",
     "timezone":-3
   },
   "compare":null
}
</pre>
</div>

Запрос

Пример запроса в JSON

{
   "id":null,
   "name":null,
   "perPage":50,
   "groups":[
      "time_day",
      "geo_country"
   ],
   "metrics":[
      "summary_totalVisits",
      "bots_total",
      "bots_totalPc"
   ],
   "filters":{
      "filters":[
         {
            "id":"geo_language",
            "type":"list",
            "include":["sl", "hr", "sh", "bs", "sr"],
            "exclude":[]
         }
      ],
      "period":"today",
      "timezone":-3
   },
   "compare":null
}