-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathJSON_Response.txt
More file actions
41 lines (41 loc) · 1.05 KB
/
JSON_Response.txt
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"request": {
"type": "City",
"query": "Palatine, United States of America",
"language": "en",
"unit": "m"
},
"location": {
"name": "Palatine",
"country": "United States of America",
"region": "Illinois",
"lat": "42.110",
"lon": "-88.034",
"timezone_id": "America/Chicago",
"localtime": "2023-10-18 12:03",
"localtime_epoch": 1697630580,
"utc_offset": "-5.0"
},
"current": {
"observation_time": "05:03 PM",
"temperature": 14,
"weather_code": 113,
"weather_icons": [
"https://cdn.worldweatheronline.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
],
"weather_descriptions": [
"Sunny"
],
"wind_speed": 17,
"wind_degree": 200,
"wind_dir": "SSW",
"pressure": 1014,
"precip": 0,
"humidity": 67,
"cloudcover": 0,
"feelslike": 12,
"uv_index": 5,
"visibility": 16,
"is_day": "yes"
}
}