博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
天气预报接口
阅读量:6936 次
发布时间:2019-06-27

本文共 986 字,大约阅读时间需要 3 分钟。

 

1. 当前天气

API地址:http://mobile.weather.com.cn/data/sk/101010100.html

sd 湿度

sm 未知

temp 温度

tempF 温度,华氏

time 时间

wd 风向

ws 风速

2. 生活方面

API地址:http://mobile.weather.com.cn/data/zsM/101020500.html

3. 七天天气预报

API地址:http://mobile.weather.com.cn/data/forecast/101010100.html

fa 白天图片id http://mobile.weather.com.cn/images/small/day/00.png

fb 夜晚图片id http://mobile.weather.com.cn/images/small/night/00.png

fc 白天温度

fd 夜晚温度

fi 日出和日落时间

4. 过去24小时趋势

API地址:http://mobile.weather.com.cn/data/UsedLive/101010100.html

l1 温度

l2 湿度

l3 风速

l4 风向(1东北,2东,3东南,4南,5西南,6西,7西北,8北)

l6 雨量

l7 时间

5. 3小时天气预报(7天)

API地址:http://mobile.weather.com.cn/data/forecast3h/101010100.html

ja 图片id http://mobile.weather.com.cn/images/day/00.png

jb 最高温度

jc 最低温度

jh 起始时间

ji 结束时间

6. 当前空气质量

API地址:http://mobile.weather.com.cn/data/airnow/101020100.html

p2 当前空气质量(0-50优,50-100良,100-150轻污染,150-200不健康,200-300危险,300-500有毒)(超过300后,一般用?代替)

p9 测量空气质量时间

 

 

作者:Create Chen 

出处:http://technology.cnblogs.com

 

转载于:https://www.cnblogs.com/lanzhi/p/6467523.html

你可能感兴趣的文章
Linux_bash的特性之glob
查看>>
linux 系统时间修改的命令及区别
查看>>
Linux中oracle的安装
查看>>
一、JavaScript简介
查看>>
CIO自下而上为ERP构建商业智能平台
查看>>
IDE_Index
查看>>
简历投递的注意事项及技巧
查看>>
Linux-3.查看计算机名以及修改(hostname 命名规范)
查看>>
espresso学习
查看>>
windows读取linux分区
查看>>
spring boot 运行时内存分配
查看>>
ISA2006实战系列之二:实战ISA三种客户端部署方案(下)
查看>>
国电OA移动办公系统
查看>>
debian wheezy 编译 php5-memcached
查看>>
Android编译可执行程序
查看>>
MySQL创建/删除用户与授权
查看>>
Linux文字接口下的刻录
查看>>
Java SE Development Kit 5/6/7下载地址
查看>>
如何让joomla的不同页面使用不同的背景图片
查看>>
工作总结-MySQL相关
查看>>