Transsion by Country

GET https://wallpaper.lockscreen.cc/v1/report/by-country

  • =》
{ 
  "start": "xxxx-xx-xx", //选填, 开始日期
  "end": "xxxx-xx-xx", //选填,结束日期
  "country": "xxx" //选填,默认所有
}
  1. 不填写 start 开始日期与 end 结束日期时,将默认为最近 15 天的数据

  2. 不填写 country,将默认为所有国家

  • 《=
{
  "success": "OK",
  "data": {
    "start": "2024-08-29",
    "end": "2024-09-13",
    "country": "xxx",
    "countries": [
      "AE",
      "AR",
      "US",
      "YE",
      "ZZ"
    ],
    "list": [{
      "country": "AE",
      "new_users": 262,
      "active_users": 91239,
      "call_pv": 105005,
      "call_uv": 91233,
      "visible_pv": 1591705,
      "visible_uv": 87055,
      "click_pv": 35036,
      "click_uv": 18084
    }]
  }
}