Logo Lanfrica

n8n-code/n8n-nodes-mtaa-api

Domain:

geospatial

Record type:

software
Creator:
n8n
Host:
REST API for Tanzania's location data, from regions to streets. # @n8n-dev/n8n-nodes-mtaa-api --- **Stop writing mtaa-api API integrations by hand.** Every time you connect n8n to mtaa-api, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks. **What if connecting n8n to mtaa-api took 5 minutes, not half a day?** This node gives you **5+ resources** out of the box: **Tanzania Regions**, **Districts In Region**, **Wards In A District**, **Streets In A Ward**, **Neighborhood In A Street**: with full CRUD operations, typed parameters, and zero manual configuration. --- ## What You Get - **Zero boilerplate**: Resources, operations, and fields are pre-configured and ready to use - **Full CRUD**: Create, read, update, and delete support where the API allows it - **Typed parameters**: No more guessing field types - **Built-in auth**: API key authentication, ready to go - **Declarative**: Native n8n performance, no custom execute() overhead --- ## Install ```bash npm install @n8n-dev/n8n-nodes-mtaa-api ``` **Or in n8n:** 1. **Settings → Community Nodes → Install** 2. Search: `@n8n-dev/n8n-nodes-mtaa-api` 3. Click **Install** --- ## Quick Start 1. Install the node (above) 2. Add credentials: **mtaa-api API** → paste your API key 3. Drag the **mtaa-api** node into your workflow 4. Pick a resource → pick an operation → done. That's it. No configuration files. No code. It just works. --- ## Resources Tanzania Regions (1 operations) - Get Returns all regions present in Tanzania Districts In Region (1 operations) - Get Returns all districts in region Wards In A District (1 operations) - Get Returns all wards in a district Streets In A Ward (1 operations) - Get Returns all streets in a ward Neighborhood In A Street (1 operations) - Get Returns all neighborhood in a street --- ## Why This Node? **Without this node:** - Hours of manual API integration - Copy-pasting from mtaa-api docs - Debugging aut …