Added "OWM API" endpoints
This commit is contained in:
47
endpoints/weather.json
Normal file
47
endpoints/weather.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"coord":{
|
||||
"lon":49.6601,
|
||||
"lat":58.5966
|
||||
},
|
||||
"weather":[
|
||||
{
|
||||
"id":501,
|
||||
"main":"Rain",
|
||||
"description":"дождь",
|
||||
"icon":"10d"
|
||||
}
|
||||
],
|
||||
"base":"stations",
|
||||
"main":{
|
||||
"temp":5.69,
|
||||
"feels_like":2.56,
|
||||
"temp_min":5.69,
|
||||
"temp_max":5.69,
|
||||
"pressure":998,
|
||||
"humidity":100,
|
||||
"sea_level":998,
|
||||
"grnd_level":977
|
||||
},
|
||||
"visibility":133,
|
||||
"wind":{
|
||||
"speed":4.27,
|
||||
"deg":171,
|
||||
"gust":11.57
|
||||
},
|
||||
"rain":{
|
||||
"1h":1.15
|
||||
},
|
||||
"clouds":{
|
||||
"all":100
|
||||
},
|
||||
"dt":1679907593,
|
||||
"sys":{
|
||||
"country":"RU",
|
||||
"sunrise":1679883870,
|
||||
"sunset":1679929745
|
||||
},
|
||||
"timezone":10800,
|
||||
"id":548408,
|
||||
"name":"Киров",
|
||||
"cod":200
|
||||
}
|
||||
Reference in New Issue
Block a user