Nowcast
GET /weather/nowcastParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/weather/nowcast?lat=1.3521&lon=103.8198"Response
{
"success": true,
"timezone": "Asia/Singapore",
"intervalMin": 15,
"total": 8,
"points": [
{ "time": "2025-01-15T10:00", "precipitation": 0 },
{ "time": "2025-01-15T10:15", "precipitation": 0.2 },
{ "time": "2025-01-15T10:30", "precipitation": 1.4 },
{ "time": "2025-01-15T10:45", "precipitation": 0.8 }
]
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
