Files
weather-info/restapi/mock-weather.json

58 lines
1.3 KiB
JSON

{
"location": {
"name": "Grosshansdorf",
"region": "Schleswig-Holstein",
"country": "Germany",
"lat": 53.6667,
"lon": 10.2833,
"tz_id": "Europe/Berlin",
"localtime_epoch": 1761209139,
"localtime": "2025-10-23 10:45"
},
"current": {
"last_updated_epoch": 1761209100,
"last_updated": "2025-10-23 10:45",
"temp_c": 12.4,
"temp_f": 54.3,
"is_day": 1,
"condition": {
"text": "Light rain shower",
"icon": "//cdn.weatherapi.com/weather/64x64/day/353.png",
"code": 1240
},
"wind_mph": 13.6,
"wind_kph": 22.0,
"wind_degree": 147,
"wind_dir": "SSE",
"pressure_mb": 983.0,
"pressure_in": 29.03,
"precip_mm": 2.34,
"precip_in": 0.09,
"humidity": 100,
"cloud": 75,
"feelslike_c": 10.3,
"feelslike_f": 50.5,
"windchill_c": 10.5,
"windchill_f": 50.9,
"heatindex_c": 12.6,
"heatindex_f": 54.6,
"dewpoint_c": 12.0,
"dewpoint_f": 53.6,
"vis_km": 8.0,
"vis_miles": 4.0,
"uv": 0.0,
"gust_mph": 21.1,
"gust_kph": 33.9,
"air_quality": {
"co": 152.678,
"no2": 8.378,
"o3": 35.0,
"so2": 0.878,
"pm2_5": 7.878,
"pm10": 8.978,
"us-epa-index": 1,
"gb-defra-index": 1
}
}
}