Translations:Stat API/39/en

From Wiki Kaminari Click

Type range. Search for slices, where total amount of bot visits is between 1 000 and 10 000 hits.

{
   ...
   "filters":{
      "filters":[
         {
            "id":"bots_total",
            "type":"range",
            "range":{
               "from":1000,
               "to":10000
            }
         }
      ],
      "period":"today",
      "timezone":-3
   }
}