价格: ¥ 99 积分可抵¥ 1
最后更新: 2019-12-15 20:55:28
演示地址: 无
安装费: 免费
调用地址:http(s)://iweather.market.alicloudapi.com/address
请求方式:GET
返回类型:JSON
API 调用:API 简单身份认证调用方法(APPCODE)展开API 签名认证调用方法(AppKey & AppSecret)
调试工具:去调试
无参数
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
area | STRING | 可选 | 市县;如西湖,海淀 |
city | STRING | 必选 | 城市;如北京,杭州 |
needday | STRING | 必选 | 请求数据;1:实时,7:7天,15:15天,24:24小时 |
prov | STRING | 必选 | 省份;如北京、浙江 |
无参数
curl -i -k --get --include 'https://iweather.market.alicloudapi.com/address?area=%E8%A5%BF%E6%B9%96&city=%E6%9D%AD%E5%B7%9E&needday=1&prov=%E6%B5%99%E6%B1%9F' -H 'Authorization:APPCODE 你自己的AppCode'
{
"ret": 200,
"data": {
"cityinfo": {
"provinces": "浙江", //省份
"city": "杭州",//城市
"area": "西湖",//区县
"id": "101210113",//编码
"prov_py": "zhejiang",//省份拼音
"city_py": "hangzhou",//城市拼音
"qh": "0571",//区号
"jb": "3",//城市级别
"yb": "310000",//邮编
"area_py": "xihu",//区县拼音
"area_short_code": "xh",//区县缩写
"lng": "120.12979",//经度
"lat": "30.25949"//纬度
},
"now": {
"id": "101210113",//地区编码
"area_name": "西湖",//区县
"city": {
"night_air_temperature": "24",//夜晚温度
"day_air_temperature": "31",//白天温度
"wind_direction": "东风",//风向
"wind_power": "4-5级转3-4级",//风力
"weather": "多云"//天气文字标示
"weather_code": "01"//天气图片标示
},
"detail": {
"time": "14:55",//更新时间
"date": "09月12日",//日期
"week": "四",//周几
"temperature": "33",//温度
"wind_direction": "东北风",//风向
"wind_direction_str": "NE",//风向标示
"wind_power": "2级",//风力
"wind_speed": "<12km\/h",//风速
"humidity": "54%",//湿度
"weather": "多云",//天气文字标示
"weather_code": "01"//天气图片标示
"weather_english": "Cloudy",//天气英文
"qy": "1006",//气压
"njd": "10.98km",//能见度
"rain": "0.0",//降雨量
"aqi": "57",//空气质量
"quality": "良",//空气质量文字标示
"aqi_pm25": "",//pm2.5
"so2": "2",// so2
"o3": "16",// o3
"co": "8",// co
"no2": "25",// no2
"pm10": "73",// pm10
"nongli": "八月十四",//农历
"sun_begin": "05:42",//日出时间
"sun_end": "18:09"//日落时间
},
"update_time": 1568273100
}
},
"qt": 0.065
}
{"ret":400,"data":[]}
无数据
0 (0%) 好评 | 0 (0%) 中评 | 0 (0%) 差评 |