Translations:Stat API/25/ru

From Wiki Kaminari Click
Revision as of 17:25, 10 April 2024 by Admin (talk | contribs) (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",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Запрос

Пример запроса в 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
}