https://api.i-as.dev/api/weather
{
"weatherData": [
{
"city": "string",
"time": "string",
"weatherIcon": "string",
"temperature": "string"
},
// More data
]
}
https://api.i-as.dev/api/weather?city={city}
{
"weatherData": [
{
"city": "string",
"time": "string",
"weatherIcon": "string",
"temperature": "string"
}
]
}