Please note that the region requires transcoding Baidu ak application address: http://lbsyun.baidu.com/apiconsole/key
-
-
- $city="Jiaxing";
- $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));
Copy code
- {
- error: 0,
- status: "success",
- date: "2014-04-18",
- results: [
- {
- currentCity: "Jiaxing",
- weather_data: [
- {
- date: "Today (Wednesday)",
- dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/ images/weather/night/duoyun.png",
- weather: "Cloudy",
- wind: "Breeze",
- temperature: "23℃"
- },
- {
- date: "Tomorrow (Thursday)",
- dayPictureUrl : "http://api.map.baidu.com/images/weather/day/leizhenyu.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/zhongyu.png ",
- weather: "Thunderstorm to moderate rain",
- wind: "Breeze",
- temperature: "29~22℃"
- },
- {
- date: "The day after tomorrow (Friday)",
- dayPictureUrl: "http: //api.map.baidu.com/images/weather/day/yin.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- weather : "Chanting to cloudy",
- wind: "Breeze",
- temperature: "31~23℃"
- },
- {
- date: "The day after tomorrow (Saturday)",
- dayPictureUrl: "http://api.map .baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- weather: "Cloudy",
- wind: "Breeze",
- temperature: "31~24℃"
- }
- ]
- },
- {
- currentCity: "Hefei City",
- weather_data: [
- {
- date: "Today (Wednesday)",
- dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun. png",
- weather: "Cloudy",
- wind: "Easterly wind level 3-4",
- temperature: "27℃"
- },
- {
- date: "Tomorrow (Thursday)",
- dayPictureUrl: "http: //api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- weather : "Cloudy",
- wind: "Northeast wind level 3-4",
- temperature: "35~27℃"
- },
- {
- date: "The day after tomorrow (Friday)",
- dayPictureUrl: "http:// api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- weather: " Cloudy",
- wind: "south wind",
- temperature: "35~27℃"
- },
- {
- date: "The day after tomorrow (Saturday)",
- dayPictureUrl: "http://api.map.baidu. com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- weather: "Cloudy",
- wind: "Dongfeng",
- temperature: "34~27℃"
- }
- ]
- }
- ]
- }
Copy code
|