天气预报

第三方服务商
价格:免费(根据会员等级不同,每日可调用次数不同)  
服务商: 聚合数据
  • 产品介绍
  • 接口文档
  • 服务商
  • 官方客服

查询天气情况:温度、湿度、AQI、天气、风向等

根据城市查询天气


接口地址:http://apis.juhe.cn/simpleWeather/query
支持格式:json
请求方法:http get/post

请求参数说明:

 名称必填类型说明
 citystring要查询的城市名称/id,城市名称如:温州、上海、北京,需要utf8 urlencode
 keystring在个人中心->我的数据,接口名称上方查看
请求示例:http://apis.juhe.cn/simpleWeather/query?city=%E8%8B%8F%E5%B7%9E&key=

返回参数说明:

 名称类型说明
 error_codeint返回码,0为查询成功
 reasonstring返回说明
 resultstring返回结果集
 ---
 realtime-当前天气详情情况
 infostring天气情况,如:晴、多云
 widstring天气标识id,可参考小接口2
 temperaturestring温度,可能为空
 humiditystring湿度,可能为空
 directstring风向,可能为空
 powerstring风力,可能为空
 aqistring空气质量指数,可能为空
 ---
 future-近5天天气情况
 datestring日期
 temperaturestring温度,最低温/最高温
 weatherstring天气情况
 directstring风向
返回示例:

JSON返回示例:

{
    "reason": "查询成功",
    "result": {
        "city": "苏州",
        "realtime": {
            "temperature": "4",
            "humidity": "82",
            "info": "阴",
            "wid": "02",
            "direct": "西北风",
            "power": "3级",
            "aqi": "80"
        },
        "future": [
            {
                "date": "2019-02-22",
                "temperature": "1/7℃",
                "weather": "小雨转多云",
                "wid": {
                    "day": "07",
                    "night": "01"
                },
                "direct": "北风转西北风"
            },
            {
                "date": "2019-02-23",
                "temperature": "2/11℃",
                "weather": "多云转阴",
                "wid": {
                    "day": "01",
                    "night": "02"
                },
                "direct": "北风转东北风"
            },
            {
                "date": "2019-02-24",
                "temperature": "6/12℃",
                "weather": "多云",
                "wid": {
                    "day": "01",
                    "night": "01"
                },
                "direct": "东北风转北风"
            },
            {
                "date": "2019-02-25",
                "temperature": "5/12℃",
                "weather": "小雨转多云",
                "wid": {
                    "day": "07",
                    "night": "01"
                },
                "direct": "东北风"
            },
            {
                "date": "2019-02-26",
                "temperature": "5/11℃",
                "weather": "多云转小雨",
                "wid": {
                    "day": "01",
                    "night": "07"
                },
                "direct": "东北风"
            }
        ]
    },
    "error_code": 0
}

天气种类列表


接口地址:http://apis.juhe.cn/simpleWeather/wids
支持格式:json
请求方法:http get/post

请求参数说明:

名称 必填 类型 说明
  key string 在个人中心->我的数据,接口名称上方查看
请求示例:http://apis.juhe.cn/simpleWeather/wids?key=

返回参数说明:

名称 类型 说明
  error_code int 返回码,0为查询成功
  reason string 返回说明
  result string 返回结果集
  wid string 天气标识ID
  weather string 天气名称
返回示例:

JSON返回示例:

{
    "reason": "查询成功",
    "result": [
        {
            "wid": "00",
            "weather": "晴"
        },
        {
            "wid": "01",
            "weather": "多云"
        },
        {
            "wid": "02",
            "weather": "阴"
        },
        {
            "wid": "03",
            "weather": "阵雨"
        },
        {
            "wid": "04",
            "weather": "雷阵雨"
        },
        {
            "wid": "05",
            "weather": "雷阵雨伴有冰雹"
        },
        {
            "wid": "06",
            "weather": "雨夹雪"
        },
        {
            "wid": "07",
            "weather": "小雨"
        },
        {
            "wid": "08",
            "weather": "中雨"
        },
        {
            "wid": "09",
            "weather": "大雨"
        },
        {
            "wid": "10",
            "weather": "暴雨"
        },
        {
            "wid": "11",
            "weather": "大暴雨"
        },
        {
            "wid": "12",
            "weather": "特大暴雨"
        },
        {
            "wid": "13",
            "weather": "阵雪"
        },
        {
            "wid": "14",
            "weather": "小雪"
        },
        {
            "wid": "15",
            "weather": "中雪"
        },
        {
            "wid": "16",
            "weather": "大雪"
        },
        {
            "wid": "17",
            "weather": "暴雪"
        },
        {
            "wid": "18",
            "weather": "雾"
        },
        {
            "wid": "19",
            "weather": "冻雨"
        },
        {
            "wid": "20",
            "weather": "沙尘暴"
        },
        {
            "wid": "21",
            "weather": "小到中雨"
        },
        {
            "wid": "22",
            "weather": "中到大雨"
        },
        {
            "wid": "23",
            "weather": "大到暴雨"
        },
        {
            "wid": "24",
            "weather": "暴雨到大暴雨"
        },
        {
            "wid": "25",
            "weather": "大暴雨到特大暴雨"
        },
        {
            "wid": "26",
            "weather": "小到中雪"
        },
        {
            "wid": "27",
            "weather": "中到大雪"
        },
        {
            "wid": "28",
            "weather": "大到暴雪"
        },
        {
            "wid": "29",
            "weather": "浮尘"
        },
        {
            "wid": "30",
            "weather": "扬沙"
        },
        {
            "wid": "31",
            "weather": "强沙尘暴"
        },
        {
            "wid": "53",
            "weather": "霾"
        }
    ],
    "error_code": 0
}

支持城市列表


接口地址:http://apis.juhe.cn/simpleWeather/cityList
支持格式:json
请求方法:http get/post

请求参数说明:

名称 必填 类型 说明
  key string 在个人中心->我的数据,接口名称上方查看
请求示例:http://apis.juhe.cn/simpleWeather/cityList?key=

返回参数说明:

名称 类型 说明
  error_code int 返回码,0为查询成功
  reason string 返回说明
  result string 返回结果集
返回示例:

JSON返回示例:

{
    "reason": "查询成功",
    "result": [
        {
            "id": "1",
            "province": "北京",
            "city": "北京",
            "district": "北京"
        },
        {
            "id": "2",
            "province": "北京",
            "city": "北京",
            "district": "海淀"
        },
        {
            "id": "3",
            "province": "北京",
            "city": "北京",
            "district": "朝阳"
        },
        {
            "id": "4",
            "province": "北京",
            "city": "北京",
            "district": "顺义"
        },
        {
            "id": "5",
            "province": "北京",
            "city": "北京",
            "district": "怀柔"
        },
        {
            "id": "6",
            "province": "北京",
            "city": "北京",
            "district": "通州"
        }
    ],
    "error_code":0
}

聚合数据简介:

聚合数据是互联网专业数据科技服务商,致力于用数据科技赋能行业升级,驱动产业发展。主要向不同行业的企业客户提供大数据服务和系统的解决方案。经营范围是数据技术服务。

聚合数据作为天聚地合(苏州)数据股份有限公司旗下的互联网专业数据科技服务商,于2018年上线,总部位于苏州,在北京、杭州均设有数据处理中心。聚合数据主要提供两种核心服务:第一、数据技术服务。依托聚合云数据平台,以API数据接口的形式,向下游客户提供数据查询、信息验证和充值接口等服务;第二、数据应用。以大数据清洗、分析、挖掘等技术为主要技术手段,为企业客户提供数据应用系统或定制化的数据分析成果,帮助企业进行经营决策。目前可以为金融科技、汽车后市场、智慧城市等领域提供大数据解决方案。

进制数据介绍:

企业和程序员可以通过进制数据封装的API或SDK极速接入其他数据资源,同时进制数据提供数据交易等服务。通过进制数据,不仅开发成本极大降低,而且可以获得其他丰富的数据服务:数据交易,数据分析,区块链Token管理等服务。

 

 

联系我们:

电话:173-6457-5198

QQ① 群:792473404

客服 QQ:1643296538

微信客服:binstds

                                      扫描二维码添加客服微信

 

 

工作时间

 周一至周五 9:00 - 21:00(其中周三为 9:00 - 18:00) 

周六 9:00 - 12:00(节假日除外) 

 

 

进制数据团队

 

 

2020.01.01

 

 

 

 

 


其他服务商
热门API推荐
相关API推荐