Skip to content

Instantly share code, notes, and snippets.

@windix
Created May 17, 2021 09:47
Show Gist options
  • Save windix/622e0346362028536efa7724654c224f to your computer and use it in GitHub Desktop.
Save windix/622e0346362028536efa7724654c224f to your computer and use it in GitHub Desktop.
open weather map
{
"cod": "200",
"message": 0,
"cnt": 4,
"list": [
{
"dt": 1621252800,
"main": {
"temp": 10.7,
"feels_like": 9.81,
"temp_min": 10.09,
"temp_max": 10.7,
"pressure": 1027,
"sea_level": 1027,
"grnd_level": 1021,
"humidity": 76,
"temp_kf": 0.61
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"clouds": {
"all": 92
},
"wind": {
"speed": 0.47,
"deg": 301,
"gust": 0.83
},
"visibility": 10000,
"pop": 0,
"sys": {
"pod": "n"
},
"dt_txt": "2021-05-17 12:00:00"
},
{
"dt": 1621263600,
"main": {
"temp": 10.74,
"feels_like": 9.8,
"temp_min": 10.61,
"temp_max": 10.74,
"pressure": 1028,
"sea_level": 1028,
"grnd_level": 1020,
"humidity": 74,
"temp_kf": 0.13
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"clouds": {
"all": 97
},
"wind": {
"speed": 0.8,
"deg": 290,
"gust": 1.57
},
"visibility": 10000,
"pop": 0,
"sys": {
"pod": "n"
},
"dt_txt": "2021-05-17 15:00:00"
},
{
"dt": 1621274400,
"main": {
"temp": 9.8,
"feels_like": 9.8,
"temp_min": 9.8,
"temp_max": 9.8,
"pressure": 1028,
"sea_level": 1028,
"grnd_level": 1020,
"humidity": 77,
"temp_kf": 0
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"clouds": {
"all": 86
},
"wind": {
"speed": 0.94,
"deg": 301,
"gust": 1.1
},
"visibility": 10000,
"pop": 0,
"sys": {
"pod": "n"
},
"dt_txt": "2021-05-17 18:00:00"
},
{
"dt": 1621285200,
"main": {
"temp": 8.01,
"feels_like": 8.01,
"temp_min": 8.01,
"temp_max": 8.01,
"pressure": 1028,
"sea_level": 1028,
"grnd_level": 1021,
"humidity": 85,
"temp_kf": 0
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01n"
}
],
"clouds": {
"all": 1
},
"wind": {
"speed": 1.09,
"deg": 351,
"gust": 1.28
},
"visibility": 10000,
"pop": 0,
"sys": {
"pod": "n"
},
"dt_txt": "2021-05-17 21:00:00"
}
],
"city": {
"id": 7932629,
"name": "Balwyn North",
"coord": {
"lat": -37.7909,
"lon": 145.0939
},
"country": "AU",
"population": 19968,
"timezone": 36000,
"sunrise": 1621199668,
"sunset": 1621235866
}
}
{
"coord": {
"lon": 145.0939,
"lat": -37.7909
},
"weather": [
{
"id": 804,
"main": "Clouds",
"description": "overcast clouds",
"icon": "04n"
}
],
"base": "stations",
"main": {
"temp": 11.11,
"feels_like": 10.26,
"temp_min": 8.89,
"temp_max": 13.33,
"pressure": 1027,
"humidity": 76
},
"visibility": 10000,
"wind": {
"speed": 1.03,
"deg": 190
},
"clouds": {
"all": 92
},
"dt": 1621244299,
"sys": {
"type": 1,
"id": 9548,
"country": "AU",
"sunrise": 1621199668,
"sunset": 1621235866
},
"timezone": 36000,
"id": 7932629,
"name": "Balwyn North",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment