Fetch weather data from an API
Real APIs rarely hand you a tidy row — wttr.in returns nested arrays and objects, while the next step in your stack usually just wants a few trustworthy fields for dashboards or handoffs.
From a Manual Trigger, use HTTP Request to pull Stockholm weather, then an Edit Fields node to flatten the nested JSON into a handful of clear top-level fields.
This exercise is part of the course
Intermediate Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise