All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)=== 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>
 h Russian (ru)=== Запрос ===
<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",
           "include":["sl", "hr", "sh", "bs", "sr"],
           "exclude":[]
         }
     ],
     "period":"today",
     "timezone":-3
   },
   "compare":null
}
</pre>
</div>