Build a full REST-API with n8n webhooks
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Overview
What is it?
A clean, extensible REST-style API routing template for n8n webhooks with up to 3 path levels.
How does it work?
Serves API routes via Webhooks with path variables
Normalizes incoming requests into "global" _REQUEST and _CFG nodes
Flexible routing with Switch-nodes based on path segments & request method
Key features
- No setup required
- Supports multiple HTTP methods
- Global config via code node
- Separation of concern between config/request and implementation data flow
- Easy to extend
Use cases
- Prototyping backend APIs via JSON-responses
- Serving interactive websites via HTML-nodes + TEXT responses