OpenWeatherMap.json 834 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "coord": {
  3. "lon": -0.13,
  4. "lat": 51.51
  5. },
  6. "weather": [
  7. {
  8. "id": 301,
  9. "main": "Drizzle",
  10. "description": "drizzle",
  11. "icon": "09n"
  12. },
  13. {
  14. "id": 701,
  15. "main": "Mist",
  16. "description": "mist",
  17. "icon": "50n"
  18. },
  19. {
  20. "id": 741,
  21. "main": "Fog",
  22. "description": "fog",
  23. "icon": "50n"
  24. }
  25. ],
  26. "base": "stations",
  27. "main": {
  28. "temp": 281.87,
  29. "pressure": 1032,
  30. "humidity": 100,
  31. "temp_min": 281.15,
  32. "temp_max": 283.15
  33. },
  34. "visibility": 2900,
  35. "wind": {
  36. "speed": 1.5
  37. },
  38. "clouds": {
  39. "all": 90
  40. },
  41. "dt": 1483820400,
  42. "sys": {
  43. "type": 1,
  44. "id": 5091,
  45. "message": 0.0226,
  46. "country": "GB",
  47. "sunrise": 1483776245,
  48. "sunset": 1483805443
  49. },
  50. "id": 2643743,
  51. "name": "London",
  52. "cod": 200
  53. }