Provides a short-term, high-resolution precipitation nowcast for the next hour, updated at roughly 15-minute intervals. Use it when you need to know whether rain is about to start in the next few minutes or whether you have a dry window to step outside.
You want to know if rain is about to start, or minute-by-minute precipitation in the next hour.
A general "what is today like" outlook (use daily), or conditions right now (use current).
0.1 credits / request
Set these inside the intent when you run it.
Place name (city, landmark) or latitude/longitude coordinates.
Precipitation units. Use metric for mm or imperial for inches.
Minute-by-minute precipitation data for the next hour, showing when and how intensely rain is expected to start or stop.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Weather skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/weather/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"forecast.nowcast","location":"Manchester, UK","units":"metric"}}'Example requests