-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestApiData.json
More file actions
67 lines (67 loc) · 1.45 KB
/
TestApiData.json
File metadata and controls
67 lines (67 loc) · 1.45 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"latitude": 41.643627,
"longitude": -83.539474,
"generationtime_ms": 0.1266002655029297,
"utc_offset_seconds": -14400,
"timezone": "America/New_York",
"timezone_abbreviation": "GMT-4",
"elevation": 180,
"current_units": {
"time": "iso8601",
"interval": "seconds",
"temperature_2m": "°F",
"weather_code": "wmo code",
"wind_speed_10m": "mp/h",
"wind_direction_10m": "°",
"cloud_cover": "%",
"relative_humidity_2m": "%",
"surface_pressure": "hPa",
"rain": "inch"
},
"current": {
"time": "2025-09-30T21:15",
"interval": 900,
"temperature_2m": 64.9,
"weather_code": 0,
"wind_speed_10m": 4.8,
"wind_direction_10m": 37,
"cloud_cover": 0,
"relative_humidity_2m": 72,
"surface_pressure": 998.5,
"rain": 0
},
"daily_units": {
"time": "iso8601",
"sunrise": "iso8601",
"sunset": "iso8601"
},
"daily": {
"time": [
"2025-09-30",
"2025-10-01",
"2025-10-02",
"2025-10-03",
"2025-10-04",
"2025-10-05",
"2025-10-06"
],
"sunrise": [
"2025-09-30T07:30",
"2025-10-01T07:31",
"2025-10-02T07:32",
"2025-10-03T07:33",
"2025-10-04T07:34",
"2025-10-05T07:35",
"2025-10-06T07:36"
],
"sunset": [
"2025-09-30T19:17",
"2025-10-01T19:15",
"2025-10-02T19:14",
"2025-10-03T19:12",
"2025-10-04T19:10",
"2025-10-05T19:08",
"2025-10-06T19:07"
]
}
}