Advertisement
BoredOOMM

KCAPORTE1 ics

Oct 29th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 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. "conditions": 1
  8. }
  9. }
  10. , "current_observation": {
  11. "image": {
  12. "url":"http://icons-ak.wxug.com/graphics/wu2/logo_130x80.png",
  13. "title":"Weather Underground",
  14. "link":"http://www.wunderground.com"
  15. },
  16. "display_location": {
  17. "full":"Porterville, CA",
  18. "city":"Porterville",
  19. "state":"CA",
  20. "state_name":"California",
  21. "country":"US",
  22. "country_iso3166":"US",
  23. "zip":"93257",
  24. "latitude":"36.089161",
  25. "longitude":"-119.057533",
  26. "elevation":"143.00000000"
  27. },
  28. "observation_location": {
  29. "full":"Orchard Ridge, Porterville, California",
  30. "city":"Orchard Ridge, Porterville",
  31. "state":"California",
  32. "country":"US",
  33. "country_iso3166":"US",
  34. "latitude":"36.089161",
  35. "longitude":"-119.057533",
  36. "elevation":"423 ft"
  37. },
  38. "estimated": {
  39. },
  40. "station_id":"KCAPORTE1",
  41. "observation_time":"Last Updated on October 29, 9:25 PM PDT",
  42. "observation_time_rfc822":"Sat, 29 Oct 2011 21:25:51 -0700",
  43. "observation_epoch":"1319948751",
  44. "local_time_rfc822":"Sat, 29 Oct 2011 21:25:53 -0700",
  45. "local_epoch":"1319948753",
  46. "local_tz_short":"PDT",
  47. "local_tz_long":"America/Los_Angeles",
  48. "weather":"Clear",
  49. "temperature_string":"55.4 F (13.0 C)",
  50. "temp_f":55.4,
  51. "temp_c":13.0,
  52. "relative_humidity":"76%",
  53. "wind_string":"Calm",
  54. "wind_dir":"WNW",
  55. "wind_degrees":296,
  56. "wind_mph":0.0,
  57. "wind_gust_mph":0,
  58. "pressure_mb":"1017.5",
  59. "pressure_in":"30.05",
  60. "pressure_trend":"0",
  61. "dewpoint_string":"48 F (9 C)",
  62. "dewpoint_f":48,
  63. "dewpoint_c":9,
  64. "heat_index_string":"NA",
  65. "heat_index_f":"NA",
  66. "heat_index_c":"NA",
  67. "windchill_string":"NA",
  68. "windchill_f":"NA",
  69. "windchill_c":"NA",
  70. "visibility_mi":"10.0",
  71. "visibility_km":"16.1",
  72. "precip_1hr_string":"0.00 in ( 0 mm)",
  73. "precip_1hr_in":"0.00",
  74. "precip_1hr_metric":" 0",
  75. "precip_today_string":"0.00 in (0 mm)",
  76. "precip_today_in":"0.00",
  77. "precip_today_metric":"0",
  78. "icon":"clear",
  79. "icon_url":"http://icons-ak.wxug.com/i/c/k/nt_clear.gif",
  80. "forecast_url":"http://www.wunderground.com/US/CA/Porterville.html",
  81. "history_url":"http://www.wunderground.com/history/airport/KCAPORTE1/2011/10/29/DailyHistory.html",
  82. "ob_url":"http://www.wunderground.com/cgi-bin/findweather/getForecast?query=36.089161,-119.057533"
  83. }
  84. }
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement