Translations:Stat API/25/ru: Difference between revisions
(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
Запрос
Пример запроса в 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
}