トランスコードが必要な領域に注意してください Baidu ak アプリケーションのアドレス: http://lbsyun.baidu.com/apiconsole/key
-
-
- $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));
コードをコピー
- {
- エラー: 0、
- ステータス: "成功"、
- 日付: "2014-04-18"、
- 結果: [
- {
- 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",
- 天気: "曇り",
- 風:"微風",
- 気温:"23℃"
- },
- {
- 日付: "明日(木)",
- dayPictureUrl : "http://api.map.baidu.com/images/weather/day/leizhenyu.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/zhongyu.png" ,
- 天気:「雷雨~中雨」,
- 風:「微風」,
- 気温:「29~22℃」
- },
- {
- 日付:「明後日(金曜日)」,
- dayPictureUrl:「http」 : //api.map.baidu.com/images/weather/day/yin.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- 天気:「晴れ~曇り」、
- 風:「微風」、
- 気温:「31~23℃」
- }、
- {
- 日付:「明後日(土曜日)」、
- dayPictureUrl:「http:// api.map .baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- 天気: "曇り",
- 風:"微風",
- 気温:"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",
- 天気:"曇り",
- 風:"東の風レベル3~4",
- 気温:"27℃"
- },
- {
- 日付:"明日(木)",
- dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png" ,
- 天気:「曇り」,
- 風:「北東の風レベル3~4」,
- 気温:「35~27℃」
- },
- {
- 日付:「明後日(金曜日)」,
- dayPictureUrl: "http://api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png" ,
- 天気:「曇り」,
- 風:「南風」,
- 気温:「35~27℃」
- },
- {
- 日付:「明後日(土曜日)」,
- dayPictureUrl:「http:/ /api.map.baidu.com/images/weather/day/duoyun.png",
- nightPictureUrl: "http://api.map.baidu.com/images/weather/night/duoyun.png",
- 天気: 「曇り」、
- 風:「東風」、
- 気温:「34~27℃」
- }
- ]
- }
- ]
- }
コードをコピー
|