php 百度天气接口api接口,php百度天气接口实例代码

本文提供了一个PHP示例,演示如何通过百度API获取嘉兴和合肥市的实时及未来几天的天气信息。代码中展示了如何利用file_get_contents函数发送请求,并解析返回的JSON数据,展示包括日期、天气状况、温度和风力等信息。
摘要由CSDN通过智能技术生成

注意地区要转码的

百度ak申请地址:http://lbsyun.baidu.com/apiconsole/key

例子,php百度天气接口实例。

复制代码 代码示例:

$city="嘉兴";

$content = file_get_contents("http://api.map.baidu.com/telematics/v3/weather?location=%E5%98%89%E5%85%B4&output=json&ak=5slgyqGDENN7Sy7pw29IUvrZ");

print_r(json_decode($content));

{

error: 0,

status: "success",

date: "2014-04-18",

results: [

{

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: "微风",

temperature: "23℃"

},

{

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℃"

}

]

}

]

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值