aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/openweather/weather
blob: 2497313ebfcf39f6d6469ff547600e02377809d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "coord": {
      "lon": 4.5833,
      "lat": 45.75
    },
    "weather": [
      {
        "id": 804,
        "main": "Clouds",
        "description": "overcast clouds",
        "icon": "04d"
      }
    ],
    "base": "stations",
    "main": {
      "temp": 23,
      "feels_like": 22.3,
      "temp_min": 21.75,
      "temp_max": 25.03,
      "pressure": 1019,
      "humidity": 36,
      "sea_level": 1019,
      "grnd_level": 957
    },
    "visibility": 10000,
    "wind": {
      "speed": 2.29,
      "deg": 174,
      "gust": 6.22
    },
    "clouds": {
      "all": 97
    },
    "dt": 1667136939,
    "sys": {
      "type": 2,
      "id": 2005747,
      "country": "FR",
      "sunrise": 1667110705,
      "sunset": 1667147524
    },
    "timezone": 3600,
    "id": 2996943,
    "name": "Lyon",
    "cod": 200
  }