# 免费天气预报API接口
[免费天气预报API接口 - 寒爵 - 博客园 (cnblogs.com)](https://www.cnblogs.com/Jimc/p/10250861.html)
一、中国气象局
[http://mobile.weather.com.cn/data/sk/101010100.html](http://mobile.weather.com.cn/data/sk/101010100.html)
[http://www.weather.com.cn/data/sk/101010100.html](http://www.weather.com.cn/data/sk/101010100.html)
[http://www.weather.com.cn/data/cityinfo/101010100.html](http://www.weather.com.cn/data/cityinfo/101010100.html)
其中:**101010100** 是城市代码。
json数据格式:
![](https://images.cnblogs.com/OutliningIndicators/ContractedBlock.gif)View Json
### ***1***|***2*****2.一周天气预报接口**
[http://mobile.weather.com.cn/data/forecast/101010100.html](http://mobile.weather.com.cn/data/forecast/101010100.html)
其中:**101010100** 是城市代码。
json数据格式:
![](https://images.cnblogs.com/OutliningIndicators/ContractedBlock.gif)View Json
### ***1***|***3*****3.获取全国所有城市代码列表**
![](https://images.cnblogs.com/OutliningIndicators/ContractedBlock.gif)城市代码
**获取方式一(XML接口):**
全国省会城市一览: [http://flash.weather.com.cn/wmaps/xml/china.xml](http://flash.weather.com.cn/wmaps/xml/china.xml)
全国县级以上城市一览,比如:
上海:[http://flash.weather.com.cn/wmaps/xml/shanghai.xml](http://flash.weather.com.cn/wmaps/xml/shanghai.xml)
四川:[http://flash.weather.com.cn/wmaps/xml/sichuan.xml
](http://flash.weather.com.cn/wmaps/xml/sichuan.xml%20)
成都:[http://flash.weather.com.cn/wmaps/xml/chengdu.xml](http://flash.weather.com.cn/wmaps/xml/chengdu.xml)
重庆:[http://flash.weather.com.cn/wmaps/xml/chongqing.xml](http://flash.weather.com.cn/wmaps/xml/chongqing.xml)
**获取方式二(XML接口):**
一次性获取全国+国外主要城市,8763个城市列表信息。URL:[http://mobile.weather.com.cn/js/citylist.xml](http://mobile.weather.com.cn/js/citylist.xml)
## ***2***|***0*****二、免费天气API接口(http://www.tianqiapi.com)**
1.接口没有调用次数、频率和IP限制, 永久免费。
2.JSON接口调用文档:[http://doc.tianqiapi.com/603579](http://doc.tianqiapi.com/603579)
3.IFrame调用:[http://www.tianqiapi.com/](http://www.tianqiapi.com/)
## ***3***|***0*****三、和风天气(https://www.heweather.com)**
1.数据主要包含:实时天气,3天内天气预报,生活指数,空气质量。
访问流量:4000次/天。
访问频率:200次/分钟。
2.URL:[https://free-api.heweather.com/v5/forecast?city=yourcity&key=yourkey](https://free-api.heweather.com/v5/forecast?city=yourcity&key=yourkey)
city:城市名称,city可通过城市中英文名称、ID、IP和经纬度进行查询,经纬度查询格式为:经度,纬度。例:city=北京,city=beijing,city=CN101010100,city= 60.194.130.1
key:用户认证key
3.注册页面:[https://console.heweather.com/register](https://console.heweather.com/register)
接口文档:[https://www.heweather.com/documents/](https://www.heweather.com/documents/)
## 和风天气开发:
[开发文档 | 和风天气开发平台 (qweather.com)](https://dev.qweather.com/docs/)
收集的免费key :
* 95cf38cd40b84df9beae340c610e8550
* fbb7fed63979495f88fc1ddc7296f497
* f3488e987bce466d8ae6b523becf278f
* 3cad9669ecba42c39ebfd73cdb566329
* 6ec2f3eef9bc448ba8a72e815dd86f12
* 8570f6b17578432d86eabe3290e5c659
- thinkphp
- thinkphp笔记
- 后台登陆退出
- config配置
- 隐藏后台模块
- 单独调用腾讯云行为验证码
- api接口跨域问题
- api接口创建案例代码
- 使用gateway worker
- 使用swoole代码笔记
- 使用队列 think-queue笔记
- 后台布局
- MySQL
- 1、关于lnmp mysql的一个坑
- 2、mysql实现group by后取各分组的最新一条
- 其他
- 搞笑的注释代码
- 分页类
- nodejs 打包网址为exe
- 免费天气预报API接口
- Ajax
- 简单的ajax分页1
- 通用ajax-post提交
- 引用的类库文件
- Auth.php
- Auth.php权限控制对应的数据库表结构
- Layui.php
- Pinyin.php
- Random.php
- Tree.php
- Tree2.php
- Js-Jq
- Git的使用
- 3、bootstrap-datetimepicker实现两个时间范围输入
- CentOS安装SSR做梯子
- Python爬虫
- 1、安装Gerapy
- 2、安装Scrapy
- 3、Scrapy使用
- 4、Scrapy框架,爬取网站返回json数据(spider源码)
- 0、Python pip更换国内源(一句命令换源)
- 服务器运维
- 1、宝塔使用webhook更新服务器代码
- 2、搭建内网穿透
- 3、数据库主从同步
- 4、数据库复制
- hui-Shop问题
- 1、前端模板的注意事项
- 2、模板标签