๐Ÿ“Š Get enriched location, weather, and timezone data using free APIs

โšก 89 views ยท ๐Ÿ“Š Market Research & Insights

Description

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. Perfect for location tracking apps, travel platforms, and IoT projects.

What Youโ€™ll Get

A single API endpoint returning 28 enriched data fields:

How It Works

  1. Webhook receives coordinates via GET request (lat and lon parameters)
  2. Parallel API calls to 4 free services (OpenStreetMap, TimezoneDB, Sunrise-Sunset, OpenWeatherMap)
  3. Data merging combines all responses
  4. Format and structure transforms data into 28 clean fields
  5. JSON response returns enriched location data

Response time: 1 to 3 seconds

Set Up Steps

1. Get Free API Keys

2. Configure Credentials

3. Activate and Test

Example Usage

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.

Use Cases

Why This Template?

Perfect for startups, indie developers, students, and budget-conscious projects.

Rate Limits (Free Tiers)

Tip: Implement caching to stay within limits.

Tags: location, geocoding, weather, timezone, free-api, webhook, rest-api, gps

๐Ÿ”— Nodes Used

HTTP Request, OpenWeatherMap, Webhook

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup