트랜스코딩이 필요한 부분은 주의하세요 바이두 ak 애플리케이션 주소: http://lbsyun.baidu.com/apiconsole/key
-
-
- $city="Jiaxing";
- $content = file_get_contents("http://api.map.baidu.com/ telematics/v3/weather?location=Jiaxing&output=json&ak=5slgyqGDENN7Sy7pw29IUvrZ");
- print_r(json_decode($content));
코드 복사
- {
- 오류: 0,
- 상태: "성공",
- 날짜: "2014-04-18",
- 결과: [
- {
- currentCity: "가흥",
- Weather_data: [
- {
- 날짜: "오늘(수요일)",
- 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: [
- {
- 날짜: "오늘(수요일) ",
- 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℃"
- }
- ]
- }
- ]
- }
코드 복사
|