Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.2
Get location insights using free APIs Transform GPS coordinates into rich location data using 100% free APIs. This webhook aggregates address, timezone, weather, and sun data into a single response...
n8n-nodes-base.merge, n8n-nodes-base.openweathermap, n8n-nodes-base.httprequest, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Srinivasan KB.
Original n8n.io sourceTransform GPS coordinates into rich location data using 100% free APIs. This webhook aggregates address, timezone, weather, and sun data into a single response. Perfect for location tracking apps, travel platforms, and IoT projects.
A single API endpoint returning 28 enriched data fields:
Response time: 1 to 3 seconds
Request:
curl "https://your-n8n.com/webhook/geo-details?lat=27.1751495&lon=78.0395673"
Response: JSON array with 28 fields including address, timezone, weather, and sun data.
Perfect for startups, indie developers, students, and budget-conscious projects.
Tip: Implement caching to stay within limits.
Tags: location, geocoding, weather, timezone, free-api, webhook, rest-api, gps
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get enriched location, weather, and timezone data using free APIs |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Market Research |
| Author | Srinivasan KB |
| Published | 15 Feb 2026 |
Use the JSON export at /data/workflows/13411/13411.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Get location insights using free APIs Transform GPS coordinates into rich location data using 100% free APIs. This webhook aggregates address, timezone, weather, and sun data into a single response...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.