Files
weather-info/restapi/mock-weather.json
2025-10-24 12:09:57 +02:00

58 lines
1.2 KiB
JSON

{
"location": {
"name": "Grosshansdorf",
"region": "Schleswig-Holstein",
"country": "Germany",
"lat": 53.6667,
"lon": 10.2833,
"tz_id": "Europe/Berlin",
"localtime_epoch": 1761296721,
"localtime": "2025-10-24 11:05"
},
"current": {
"last_updated_epoch": 1761296400,
"last_updated": "2025-10-24 11:00",
"temp_c": 11.3,
"temp_f": 52.3,
"is_day": 1,
"condition": {
"text": "Overcast",
"icon": "//cdn.weatherapi.com/weather/64x64/day/122.png",
"code": 1009
},
"wind_mph": 21.3,
"wind_kph": 34.2,
"wind_degree": 233,
"wind_dir": "SW",
"pressure_mb": 989.0,
"pressure_in": 29.21,
"precip_mm": 0.01,
"precip_in": 0.0,
"humidity": 76,
"cloud": 100,
"feelslike_c": 8.0,
"feelslike_f": 46.4,
"windchill_c": 5.9,
"windchill_f": 42.7,
"heatindex_c": 9.7,
"heatindex_f": 49.5,
"dewpoint_c": 5.0,
"dewpoint_f": 41.0,
"vis_km": 10.0,
"vis_miles": 6.0,
"uv": 0.1,
"gust_mph": 30.5,
"gust_kph": 49.1,
"air_quality": {
"co": 152.678,
"no2": 13.578,
"o3": 40.0,
"so2": 2.678,
"pm2_5": 6.678,
"pm10": 7.078,
"us-epa-index": 1,
"gb-defra-index": 1
}
}
}