商务服务
html百度天气查询api,百度提供天气预报查询接口API
2024-11-19 03:10

接口说明

html百度天气查询api,百度提供天气预报查询接口API

根据经纬度/城市名查询天气的结果

接口示例

接口参数说明

参数类型

参数名称

是否必须

具体描述

String

ak

true

开发者密钥

String

sn

false

若用户所用ak的校验方式为sn校验时该参数必须。(sn生成算法)

String

location

true

输入城市名或经纬度,城市名称如:北京,经纬度格式为lng,lat坐标如: location=116.305145,39.982368;城市天气预报中间"|"分隔,location=116.305145,39.982368| 122.305145,36.982368|….

String

output

false

输出的数据格式,默认为xml格式,当output设置为’json’时,输出的为json格式的数据;

String

coord_type

false

请求参数坐标类型,默认为gcj02经纬度坐标。允许的值为bd09ll、bd09mc、gcj02、wgs84。bd09ll表示百度经纬度坐标,bd09mc表示百度墨卡托坐标,gcj02表示经过国测局加密的坐标。wgs84表示gps获取的坐标。

返回结果

参数名称

含义

说明

currentCity

当前城市

返回城市名

status

返回结果状态信息

date

当前时间

年-月-日

results

天气预报信息

白天可返回近期3天的天气情况(今天、明天、后天)、晚上可返回近期4天的天气情况(今天、明天、后天、大后天)

results.currentCity

当前城市

results.weather_data

weather_data.date

天气预报时间

weather_data.dayPictureUrl

白天的天气预报图片url

weather_data.nightPictureUrl

晚上的天气预报图片url

weather_data.weather

天气状况

所有天气情况(”|”分隔符):晴|多云|阴|阵雨|雷阵雨|雷阵雨伴有冰雹|雨夹雪|小雨|中雨|大雨|暴雨|大暴雨|特大暴雨|阵雪|小雪|中雪|大雪|暴雪|雾|冻雨|沙尘暴|小雨转中雨|中雨转大雨|大雨转暴雨|暴雨转大暴雨|大暴雨转特大暴雨|小雪转中雪|中雪转大雪|大雪转暴雪|浮尘|扬沙|强沙尘暴|霾

weather_data.wind

风力

weather_data.temperature

温度

返回xml格式的数据

success

2013-07-18

北京市

周三(今天, 实时:24℃)

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

微风

23℃~ 15℃

周四

http://api.map.baidu.com/images/weather/day/leizhenyu.png

http://api.map.baidu.com/images/weather/night/zhongyu.png

雷阵雨转中雨

微风

29~22℃

周五

http://api.map.baidu.com/images/weather/day/yin.png

http://api.map.baidu.com/images/weather/night/duoyun.png

阴转多云

微风

31~23℃

周六

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

微风

31~24℃

合肥市

周三

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

东风3-4级

27℃

周四

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

东北风3-4级

35~27℃

周五

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

南风

35~27℃

周六

http://api.map.baidu.com/images/weather/day/duoyun.png

http://api.map.baidu.com/images/weather/night/duoyun.png

多云

东风

34~27℃

阵雨

东北风3-4级

18℃

返回json格式的数据

{

error: 0,

status: "success",

date: "2013-07-17",

results:

[

{

currentCity: "北京市",

weather_data:

[

{

date: "周三(今天, 实时:24℃)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "微风",

temperature: "23℃~ 15℃"

},

{

date: "明天(周四)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/leizhenyu.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/zhongyu.png",

weather: "雷阵雨转中雨",

wind: "微风",

temperature: "29~22℃"

},

{

date: "后天(周五)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/yin.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "阴转多云",

wind: "微风",

temperature: "31~23℃"

},

{

date: "大后天(周六)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "微风",

temperature: "31~24℃"

}

]

},

{

currentCity: "合肥市",

weather_data:

[

{

date: "今天(周三)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "东风3-4级",

temperature: "27℃"

},

{

date: "明天(周四)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "东北风3-4级",

temperature: "35~27℃"

},

{

date: "后天(周五)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "南风",

temperature: "35~27℃"

},

{

date: "大后天(周六)",

dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",

nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",

weather: "多云",

wind: "东风",

temperature: "34~27℃"

}

]

}

]

    以上就是本篇文章【html百度天气查询api,百度提供天气预报查询接口API】的全部内容了,欢迎阅览 ! 文章地址:http://sicmodule.glev.cn/news/10145.html 
     资讯      企业新闻      行情      企业黄页      同类资讯      首页      网站地图      返回首页 歌乐夫资讯移动站 http://sicmodule.glev.cn/mobile/ , 查看更多   
最新新闻
华为手机锁屏图片自动更换(华为手机锁屏图片自动更换怎么关闭)
  华为手机锁屏图片自动更换:便捷与个性化的完美结合  随着科技的快速发展,智能手机已经成为我们日常生活中不可或缺的一部
手机装系统(手机装系统软件)
  手机装系统:从基础到进阶的详细指南  随着科技的发展,智能手机已成为我们日常生活中不可或缺的一部分。有时候,我们的手
手机黄色视频网站(手机黄色视频网站搜索)
  关于《手机黄色视频网站》的文章  随着互联网的普及,手机成为了我们日常生活中必不可少的工具。然而,随着科技的发展,一
手机储存位置怎么设置(手机储存位置怎么设置权限)
  关于《手机储存位置怎么设置》的文章  随着智能手机的普及,手机储存空间成为我们日常生活中关注的重点之一。合理地设置手
oppo手机怎样刷机(OPPO手机怎样刷机清除密码)
  OPPO手机怎样刷机  随着科技的不断发展,智能手机已经成为我们日常生活中不可或缺的一部分。而OPPO手机因其出色的性能和精
手机分辨率怎么看(手机分辨率怎么看vivo)
  《手机分辨率怎么看》  随着智能手机的普及,我们越来越关注手机的各项参数,其中手机分辨率是一个重要的指标。那么,如何
qq邮箱在哪里找手机(怎么设置手机邮箱)
  《QQ邮箱在哪里找手机》  随着移动互联网的发展,手机已经成为我们日常生活中不可或缺的一部分。而QQ邮箱作为我们常用的邮
屏蔽手机广告(屏蔽手机广告弹窗)
  屏蔽手机广告:迈向清爽的数字生活  随着智能手机的普及,我们的生活越来越离不开这些小巧便捷的电子设备。然而,随之而来
qq斗地主手机版(qq斗地主手机版官方下载单机)
  《QQ斗地主手机版》:一款深受喜爱的手机棋牌游戏  在当今数字化时代,手机游戏已成为人们休闲娱乐的重要方式之一。在众多
安全中心手机版下载(安全中心最新版下载安装)
  关于《安全中心手机版下载》的文章  随着移动互联网的飞速发展,我们的生活越来越离不开手机。为了保障我们的手机安全和隐