zoukankan      html  css  js  c++  java
  • 开源天气预报api整理

    高德天气:https://lbs.amap.com/api/webservice/guide/api/weatherinfo/?

    github上对开源api的整理;https://github.com/jokermonn/-Api/blob/master/MXWeather.md

    知乎:https://www.zhihu.com/question/20575288

             https://www.zhihu.com/question/20521716

    看云开源api:https://www.kancloud.cn/ccjin/yingq/603579

    中央气象台api:

    查询省份列表:http://www.nmc.cn/f/rest/province 

    查询城市:http://www.nmc.cn/f/rest/province/+省份id(省份id可以通过查询省份接口查)  例:http://www.nmc.cn/f/rest/province/ASH

    查询实时天气:http://www.nmc.cn/f/rest/real/+城市ID (城市id通过上个接口查)例:http://www.nmc.cn/f/rest/real/58367

    查询空气质量:http://www.nmc.cn/f/rest/aqi/+城市ID

    查询过去一天天气:http://www.nmc.cn/f/rest/passed/+城市ID

    查询前后一周天气:http://www.nmc.cn/f/rest/tempchart/+城市ID

    查询当天天气:http://www.nmc.cn/f/rest/weather/+城市ID

    查询天气图片:

    白天:http://image.nmc.cn/static2/site/nmc/themes/basic/weather/white/day/图片id.png

    夜晚:http://image.nmc.cn/static2/site/nmc/themes/basic/weather/white/night/图片id.png

     (图片id参照查询天气详情时img字段,另外魅族天气或者oppo天气也可以通用)

  • 相关阅读:
    STS 配置tomcat以后,无法访问
    docker
    Java
    STS
    Java
    docker
    sql产生随机时间
    sql产生随机数
    Android 代码自动提示功能
    Activity的跳转与传值
  • 原文地址:https://www.cnblogs.com/popqq520/p/9289331.html
Copyright © 2011-2022 走看看