zoukankan      html  css  js  c++  java
  • 获取开源天气信息的API

    免费_当日或未来几日

    k780:http://www.k780.com/api/weather.history

    接口地址:http://api.k780.com:88/?app=weather.history&weaid=1&date=2015-07-20&appkey=10003&sign=b59bc3ef6191eb9f747dd4e83c99f2a4&format=json

    中华万年历:

    http://wthrcdn.etouch.cn/weather_mini?city=北京

    通过城市名字获得天气数据,json数据

    http://wthrcdn.etouch.cn/weather_mini?citykey=101010100

    通过城市id获得天气数据,json数据

    http://wthrcdn.etouch.cn/WeatherApi?citykey=101010100

    通过城市id获得天气数据,xml文件数据,

    http://wthrcdn.etouch.cn/WeatherApi?city=北京

    通过城市名字获得天气数据,xml文件数据

    小米:

    http://weatherapi.market.xiaomi.com/wtr-v2/weather?cityId=101121301

    中央天气预报:

    http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101040100&weatherType=0

    http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101040100&weatherType=1

    其他来源:

    新浪天气预报API:http://php.weather.sina.com.cn/xml.php?city=%B1%B1%BE%A9&password=DJOYnieT8234jlsK&day=0

    免费_历史天气

    天气网:http://lishi.tianqi.com/acheng/index.html

    收费_聚合数据

    天气预报:https://www.juhe.cn/docs/api/id/73

    全国天气预报:https://www.juhe.cn/docs/api/id/39

    友情链接

    (别人已经整理好的,有效性未验证)

    天气API接口大全(nohacks.cn 收集整理):http://www.nohacks.cn/post-35.html

    网上的天气 API 哪一个更加可靠?:https://www.zhihu.com/question/20575288

    免费的天气接口(满足你的大部分需求):http://blog.csdn.net/wanghao940101/article/details/72123184

    真正的中国天气api接口xml,json(求加精) ...:http://blog.csdn.net/fancylovejava/article/details/26102635

    免费的天气接口(满足你的大部分需求):http://blog.csdn.net/wanghao940101/article/details/72123184
    ————————————————
    版权声明:本文为CSDN博主「csdn_yuan88」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/u011331731/article/details/72765410

    比如,获取天气的API

     http://wthrcdn.etouch.cn/weather_mini?city=杭州

     

    积累小的知识,才能成就大的智慧,希望网上少一些复制多一些原创有用的答案
  • 相关阅读:
    nefu17
    杭电1051
    杭电1050
    有关异或符号'^'在c++编程中的应用的讲解!!!
    杭电2095
    杭电2094
    关于set容器的简单讲解!!!
    拍拍开发
    收藏框架
    js form.submit() 无效
  • 原文地址:https://www.cnblogs.com/llcdbk/p/15403348.html
Copyright © 2011-2022 走看看