Fetch Data from an API
You are a headhunter working with an elite network where only the best candidates come through. A promising new CV has arrived from a highly trusted source.
Your first task is to fetch this CV from the API and inspect what you're working with.
What you'll practice:
- HTTP Request node basics
- Fetching data from an API endpoint
- Inspecting JSON response structures
Your Task
- 1Copy the exercise below
- 2Paste into your n8n editor (Ctrl+V)
- 3Solve it — use hints if you get stuck
- 4Check the solution when done
A new candidate CV has arrived from your elite headhunter network. Fetch it from the API to see what you're working with.
- Add a Manual Trigger to start the workflow
- Add an HTTP Request node to fetch the CV from:
https://www.node-bench.com/api/challenges/wookiee/cv - Execute the workflow and inspect the response
Expected output: A JSON object containing the candidate's information (name, species, homeworld, experience, languages, and references).
Get the exercise workflow
Create a free account to copy exercises into your n8n editor.