开发指南

新用户可测试2000次

空气污染指数最差的国家排名


该接口45分钟内更新一次, 展示污染最严重的国家排名。

请求方式及url:

  • 请求方式:GET

  • 接口地址:http://v0.yiketianqi.com/

请求示例

http://v0.yiketianqi.com/aqi/rankings?appid=&appsecret=

请求参数说明:

参数名 必选 类型 说明 备注(示例)
appid string 用户appid 注册开发账号
appsecret string 用户appsecret
callback String jsonp参数 如: jQuery.Callbacks
vue Int 跨域参数 如果您使用的是react、vue、angular请填写值: 1

备注

国家旗帜图标素材下载地址:https://gitee.com/wangjins/countryface

响应JSON

{
    "update_time":"2020-04-19 23:10:01",
    "list":[
        {
            "no":1,
            "country":"MX",
            "aqi":"867"
        },
        {
            "no":2,
            "country":"IN",
            "aqi":"834"
        },
        {
            "no":3,
            "country":"IR",
            "aqi":"500"
        },
        {
            "no":4,
            "country":"ML",
            "aqi":"348"
        },
        {
            "no":5,
            "country":"TH",
            "aqi":"331"
        },
        {
            "no":6,
            "country":"CN",
            "aqi":"305"
        }
        .....数据太多省略了.....
    ]
}

响应参数说明

参数名 类型 说明 备注
errcode String 错误代码 0 表示正常
update_time String 更新时间
list String 数据列表
 ┗ no Int 排名
 ┗ country String 国家简称 例如:CN
 ┗ aqi Int 污染指数 例如:305