workflows.fit
Back to n8n workflows
n8n templateFreeBy Srinivasan KB

Get enriched location, weather, and timezone data using free APIs

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 locati...

DevelopmentCore NodesMiscellaneousUtilityMergeOpen Weather MapHttp RequestWebhook
Loading interactive preview...

Template notes

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: - Detailed address with components (suburb, city, state, country, postcode) - Timezone data (name, abbreviation, current local time and date) - Live weather (temperature, humidity, pressure, conditions with icon) - Sun times (sunrise, sunset, day length) - Visual assets (weather icons and country flag URLs)

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