Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. {
  2. "cod": "200",
  3. "message": 0.1828,
  4. "city": {
  5. "id": "4996306",
  6. "name": "Lansing",
  7. "coord": {
  8. "lon": -84.5629,
  9. "lat": 42.6776
  10. },
  11. "country": "United States of America",
  12. "population": 0
  13. },
  14. "cnt": 7,
  15. "list": [{
  16. "dt": 1418835600,
  17. "temp": {
  18. "day": -2.8,
  19. "min": -5.71,
  20. "max": -2.8,
  21. "night": -5.71,
  22. "eve": -2.8,
  23. "morn": -2.8
  24. },
  25. "pressure": 1000.07,
  26. "humidity": 73,
  27. "weather": [{
  28. "id": 803,
  29. "main": "Clouds",
  30. "description": "broken clouds",
  31. "icon": "04n"
  32. }],
  33. "speed": 5.41,
  34. "deg": 282,
  35. "clouds": 76
  36. },
  37. {
  38. "dt": 1418922000,
  39. "temp": {
  40. "day": 1.19,
  41. "min": -4.22,
  42. "max": 1.19,
  43. "night": -4.22,
  44. "eve": -1.19,
  45. "morn": -2.72
  46. },
  47. "pressure": 1001.87,
  48. "humidity": 0,
  49. "weather": [{
  50. "id": 600,
  51. "main": "Snow",
  52. "description": "light snow",
  53. "icon": "13d"
  54. }],
  55. "speed": 4.13,
  56. "deg": 276,
  57. "clouds": 49,
  58. "snow": 0.99
  59. },
  60. {
  61. "dt": 1419008400,
  62. "temp": {
  63. "day": -0.16,
  64. "min": -6.91,
  65. "max": -0.16,
  66. "night": -6.91,
  67. "eve": -3.93,
  68. "morn": -6.29
  69. },
  70. "pressure": 1003.82,
  71. "humidity": 0,
  72. "weather": [{
  73. "id": 800,
  74. "main": "Clear",
  75. "description": "sky is clear",
  76. "icon": "01d"
  77. }],
  78. "speed": 2.03,
  79. "deg": 286,
  80. "clouds": 0,
  81. "snow": 0
  82. },
  83. {
  84. "dt": 1419094800,
  85. "temp": {
  86. "day": -1.44,
  87. "min": -5.91,
  88. "max": -1.44,
  89. "night": -2.96,
  90. "eve": -1.77,
  91. "morn": -5.91
  92. },
  93. "pressure": 1000.02,
  94. "humidity": 0,
  95. "weather": [{
  96. "id": 600,
  97. "main": "Snow",
  98. "description": "light snow",
  99. "icon": "13d"
  100. }],
  101. "speed": 4.32,
  102. "deg": 60,
  103. "clouds": 81,
  104. "snow": 0.73
  105. },
  106. {
  107. "dt": 1419181200,
  108. "temp": {
  109. "day": -0.55,
  110. "min": -7.79,
  111. "max": -0.55,
  112. "night": -7.79,
  113. "eve": -4.2,
  114. "morn": -5.25
  115. },
  116. "pressure": 998.08,
  117. "humidity": 0,
  118. "weather": [{
  119. "id": 600,
  120. "main": "Snow",
  121. "description": "light snow",
  122. "icon": "13d"
  123. }],
  124. "speed": 3.44,
  125. "deg": 310,
  126. "clouds": 0,
  127. "snow": 0.24
  128. },
  129. {
  130. "dt": 1419267600,
  131. "temp": {
  132. "day": 0.27,
  133. "min": -9.57,
  134. "max": 0.27,
  135. "night": -5.65,
  136. "eve": -2.04,
  137. "morn": -9.57
  138. },
  139. "pressure": 994.27,
  140. "humidity": 0,
  141. "weather": [{
  142. "id": 800,
  143. "main": "Clear",
  144. "description": "sky is clear",
  145. "icon": "01d"
  146. }],
  147. "speed": 2.72,
  148. "deg": 253,
  149. "clouds": 31,
  150. "snow": 0
  151. },
  152. {
  153. "dt": 1419354000,
  154. "temp": {
  155. "day": 1.73,
  156. "min": -4.56,
  157. "max": 1.73,
  158. "night": 0.97,
  159. "eve": 1.46,
  160. "morn": -4.56
  161. },
  162. "pressure": 981.73,
  163. "humidity": 0,
  164. "weather": [{
  165. "id": 600,
  166. "main": "Snow",
  167. "description": "light snow",
  168. "icon": "13d"
  169. }],
  170. "speed": 5.29,
  171. "deg": 162,
  172. "clouds": 95,
  173. "snow": 0.4
  174. }]
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement