Advertisement
Guest User

Weather Json

a guest
Aug 2nd, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1.  
  2. {
  3. "response": {
  4. "version": "0.1"
  5. ,"termsofService": "http://www.wunderground.com/weather/api/d/terms.html"
  6. ,"features": {
  7. "forecast": 1
  8. }
  9. }
  10. ,
  11. "forecast":{
  12. "txt_forecast": {
  13. "date":"5:30 AM IST",
  14. "forecastday": [
  15. {
  16. "period":0,
  17. "icon":"tstorms",
  18. "icon_url":"http://icons-ak.wxug.com/i/c/k/tstorms.gif",
  19. "title":"Friday",
  20. "fcttext":"Partly cloudy with a chance of a thunderstorm and rain, then thunderstorms in the afternoon. High of 90F with a heat index of 102F. Winds from the SSE at 5 to 10 mph. Chance of rain 80%.",
  21. "fcttext_metric":"Partly cloudy with a chance of a thunderstorm and rain, then thunderstorms in the afternoon. High of 32C with a heat index of 39C. Winds from the SSE at 10 to 15 km/h. Chance of rain 80%.",
  22. "pop":"80"
  23. }
  24. ,
  25. {
  26. "period":1,
  27. "icon":"partlycloudy",
  28. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  29. "title":"Friday Night",
  30. "fcttext":"Partly cloudy. Low of 79F. Winds from the South at 5 to 10 mph.",
  31. "fcttext_metric":"Partly cloudy. Low of 26C. Winds from the South at 5 to 15 km/h.",
  32. "pop":"0"
  33. }
  34. ,
  35. {
  36. "period":2,
  37. "icon":"chancetstorms",
  38. "icon_url":"http://icons-ak.wxug.com/i/c/k/chancetstorms.gif",
  39. "title":"Saturday",
  40. "fcttext":"Partly cloudy with a chance of a thunderstorm and rain in the morning, then clear with a chance of a thunderstorm and rain. High of 91F with a heat index of 99F. Winds from the SSE at 5 to 10 mph. Chance of rain 50%.",
  41. "fcttext_metric":"Partly cloudy with a chance of a thunderstorm and rain in the morning, then clear with a chance of a thunderstorm and rain. High of 33C with a heat index of 37C. Winds from the SSE at 5 to 15 km/h. Chance of rain 50%.",
  42. "pop":"50"
  43. }
  44. ,
  45. {
  46. "period":3,
  47. "icon":"partlycloudy",
  48. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  49. "title":"Saturday Night",
  50. "fcttext":"Partly cloudy. Low of 81F with a heat index of 93F. Winds from the SSW at 5 to 10 mph.",
  51. "fcttext_metric":"Partly cloudy. Low of 27C. Winds from the SSW at 5 to 15 km/h.",
  52. "pop":"0"
  53. }
  54. ,
  55. {
  56. "period":4,
  57. "icon":"partlycloudy",
  58. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  59. "title":"Sunday",
  60. "fcttext":"Mostly cloudy. High of 93F. Winds from the SSE at 5 to 10 mph.",
  61. "fcttext_metric":"Mostly cloudy. High of 34C. Winds from the SSE at 5 to 20 km/h.",
  62. "pop":"0"
  63. }
  64. ,
  65. {
  66. "period":5,
  67. "icon":"partlycloudy",
  68. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  69. "title":"Sunday Night",
  70. "fcttext":"Partly cloudy. Low of 79F. Winds from the SSE at 5 to 15 mph.",
  71. "fcttext_metric":"Partly cloudy. Low of 26C. Breezy. Winds from the SSE at 10 to 20 km/h.",
  72. "pop":"0"
  73. }
  74. ,
  75. {
  76. "period":6,
  77. "icon":"chancetstorms",
  78. "icon_url":"http://icons-ak.wxug.com/i/c/k/chancetstorms.gif",
  79. "title":"Monday",
  80. "fcttext":"Partly cloudy with a chance of a thunderstorm and rain. High of 93F with a heat index of 99F. Winds from the SSE at 5 to 15 mph. Chance of rain 50%.",
  81. "fcttext_metric":"Partly cloudy with a chance of a thunderstorm and rain. High of 34C with a heat index of 37C. Breezy. Winds from the SSE at 10 to 20 km/h. Chance of rain 50%.",
  82. "pop":"50"
  83. }
  84. ,
  85. {
  86. "period":7,
  87. "icon":"partlycloudy",
  88. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  89. "title":"Monday Night",
  90. "fcttext":"Partly cloudy with a chance of a thunderstorm and rain. Low of 79F. Winds from the SSE at 5 to 10 mph. Chance of rain 20%.",
  91. "fcttext_metric":"Partly cloudy with a chance of a thunderstorm and rain. Low of 26C. Winds from the SSE at 10 to 15 km/h.",
  92. "pop":"20"
  93. }
  94. ]
  95. },
  96. "simpleforecast": {
  97. "forecastday": [
  98. {"date":{
  99. "epoch":"1375466400",
  100. "pretty":"11:30 PM IST on August 02, 2013",
  101. "day":2,
  102. "month":8,
  103. "year":2013,
  104. "yday":213,
  105. "hour":23,
  106. "min":"30",
  107. "sec":0,
  108. "isdst":"0",
  109. "monthname":"August",
  110. "weekday_short":"Fri",
  111. "weekday":"Friday",
  112. "ampm":"PM",
  113. "tz_short":"IST",
  114. "tz_long":"Asia/Kolkata"
  115. },
  116. "period":1,
  117. "high": {
  118. "fahrenheit":"90",
  119. "celsius":"32"
  120. },
  121. "low": {
  122. "fahrenheit":"79",
  123. "celsius":"26"
  124. },
  125. "conditions":"Thunderstorm",
  126. "icon":"tstorms",
  127. "icon_url":"http://icons-ak.wxug.com/i/c/k/tstorms.gif",
  128. "skyicon":"partlycloudy",
  129. "pop":80,
  130. "qpf_allday": {
  131. "in": 0.17,
  132. "mm": 4.3
  133. },
  134. "qpf_day": {
  135. "in": 0.17,
  136. "mm": 4.3
  137. },
  138. "qpf_night": {
  139. "in": 0.00,
  140. "mm": 0.0
  141. },
  142. "snow_allday": {
  143. "in": 0,
  144. "cm": 0
  145. },
  146. "snow_day": {
  147. "in": 0,
  148. "cm": 0
  149. },
  150. "snow_night": {
  151. "in": 0,
  152. "cm": 0
  153. },
  154. "maxwind": {
  155. "mph": 9,
  156. "kph": 14,
  157. "dir": "South",
  158. "degrees": 173
  159. },
  160. "avewind": {
  161. "mph": 8,
  162. "kph": 13,
  163. "dir": "South",
  164. "degrees": 174
  165. },
  166. "avehumidity": 80,
  167. "maxhumidity": 90,
  168. "minhumidity": 66
  169. }
  170. ,
  171. {"date":{
  172. "epoch":"1375552800",
  173. "pretty":"11:30 PM IST on August 03, 2013",
  174. "day":3,
  175. "month":8,
  176. "year":2013,
  177. "yday":214,
  178. "hour":23,
  179. "min":"30",
  180. "sec":0,
  181. "isdst":"0",
  182. "monthname":"August",
  183. "weekday_short":"Sat",
  184. "weekday":"Saturday",
  185. "ampm":"PM",
  186. "tz_short":"IST",
  187. "tz_long":"Asia/Kolkata"
  188. },
  189. "period":2,
  190. "high": {
  191. "fahrenheit":"91",
  192. "celsius":"33"
  193. },
  194. "low": {
  195. "fahrenheit":"81",
  196. "celsius":"27"
  197. },
  198. "conditions":"Chance of a Thunderstorm",
  199. "icon":"chancetstorms",
  200. "icon_url":"http://icons-ak.wxug.com/i/c/k/chancetstorms.gif",
  201. "skyicon":"mostlysunny",
  202. "pop":50,
  203. "qpf_allday": {
  204. "in": 0.03,
  205. "mm": 0.8
  206. },
  207. "qpf_day": {
  208. "in": 0.03,
  209. "mm": 0.8
  210. },
  211. "qpf_night": {
  212. "in": 0.00,
  213. "mm": 0.0
  214. },
  215. "snow_allday": {
  216. "in": 0,
  217. "cm": 0
  218. },
  219. "snow_day": {
  220. "in": 0,
  221. "cm": 0
  222. },
  223. "snow_night": {
  224. "in": 0,
  225. "cm": 0
  226. },
  227. "maxwind": {
  228. "mph": 7,
  229. "kph": 11,
  230. "dir": "South",
  231. "degrees": 173
  232. },
  233. "avewind": {
  234. "mph": 5,
  235. "kph": 8,
  236. "dir": "SSE",
  237. "degrees": 162
  238. },
  239. "avehumidity": 78,
  240. "maxhumidity": 90,
  241. "minhumidity": 66
  242. }
  243. ,
  244. {"date":{
  245. "epoch":"1375639200",
  246. "pretty":"11:30 PM IST on August 04, 2013",
  247. "day":4,
  248. "month":8,
  249. "year":2013,
  250. "yday":215,
  251. "hour":23,
  252. "min":"30",
  253. "sec":0,
  254. "isdst":"0",
  255. "monthname":"August",
  256. "weekday_short":"Sun",
  257. "weekday":"Sunday",
  258. "ampm":"PM",
  259. "tz_short":"IST",
  260. "tz_long":"Asia/Kolkata"
  261. },
  262. "period":3,
  263. "high": {
  264. "fahrenheit":"93",
  265. "celsius":"34"
  266. },
  267. "low": {
  268. "fahrenheit":"79",
  269. "celsius":"26"
  270. },
  271. "conditions":"Partly Cloudy",
  272. "icon":"partlycloudy",
  273. "icon_url":"http://icons-ak.wxug.com/i/c/k/partlycloudy.gif",
  274. "skyicon":"partlycloudy",
  275. "pop":0,
  276. "qpf_allday": {
  277. "in": 0.00,
  278. "mm": 0.0
  279. },
  280. "qpf_day": {
  281. "in": 0.00,
  282. "mm": 0.0
  283. },
  284. "qpf_night": {
  285. "in": 0.00,
  286. "mm": 0.0
  287. },
  288. "snow_allday": {
  289. "in": 0,
  290. "cm": 0
  291. },
  292. "snow_day": {
  293. "in": 0,
  294. "cm": 0
  295. },
  296. "snow_night": {
  297. "in": 0,
  298. "cm": 0
  299. },
  300. "maxwind": {
  301. "mph": 10,
  302. "kph": 16,
  303. "dir": "South",
  304. "degrees": 170
  305. },
  306. "avewind": {
  307. "mph": 8,
  308. "kph": 13,
  309. "dir": "SSE",
  310. "degrees": 168
  311. },
  312. "avehumidity": 77,
  313. "maxhumidity": 89,
  314. "minhumidity": 65
  315. }
  316. ,
  317. {"date":{
  318. "epoch":"1375725600",
  319. "pretty":"11:30 PM IST on August 05, 2013",
  320. "day":5,
  321. "month":8,
  322. "year":2013,
  323. "yday":216,
  324. "hour":23,
  325. "min":"30",
  326. "sec":0,
  327. "isdst":"0",
  328. "monthname":"August",
  329. "weekday_short":"Mon",
  330. "weekday":"Monday",
  331. "ampm":"PM",
  332. "tz_short":"IST",
  333. "tz_long":"Asia/Kolkata"
  334. },
  335. "period":4,
  336. "high": {
  337. "fahrenheit":"93",
  338. "celsius":"34"
  339. },
  340. "low": {
  341. "fahrenheit":"79",
  342. "celsius":"26"
  343. },
  344. "conditions":"Chance of a Thunderstorm",
  345. "icon":"chancetstorms",
  346. "icon_url":"http://icons-ak.wxug.com/i/c/k/chancetstorms.gif",
  347. "skyicon":"partlycloudy",
  348. "pop":50,
  349. "qpf_allday": {
  350. "in": 0.13,
  351. "mm": 3.3
  352. },
  353. "qpf_day": {
  354. "in": 0.12,
  355. "mm": 3.0
  356. },
  357. "qpf_night": {
  358. "in": 0.01,
  359. "mm": 0.3
  360. },
  361. "snow_allday": {
  362. "in": 0,
  363. "cm": 0
  364. },
  365. "snow_day": {
  366. "in": 0,
  367. "cm": 0
  368. },
  369. "snow_night": {
  370. "in": 0,
  371. "cm": 0
  372. },
  373. "maxwind": {
  374. "mph": 11,
  375. "kph": 18,
  376. "dir": "SSE",
  377. "degrees": 162
  378. },
  379. "avewind": {
  380. "mph": 9,
  381. "kph": 14,
  382. "dir": "SSE",
  383. "degrees": 159
  384. },
  385. "avehumidity": 80,
  386. "maxhumidity": 93,
  387. "minhumidity": 64
  388. }
  389. ]
  390. }
  391. }
  392. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement