
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
n8n-nodes-apogeoapi
Advanced tools
n8n community node for ApogeoAPI — IP geolocation, countries, cities, and exchange rates
n8n community node for ApogeoAPI — geographic data, live exchange rates, and IP geolocation in your n8n workflows.
250+ countries · 5,000+ states · 150,000+ cities · 161+ live currency rates · IP geolocation
n8n-nodes-apogeoapi.The ApogeoAPI node will appear in the node palette.
npm install n8n-nodes-apogeoapi
Restart n8n and reload the editor.
The free tier includes 1,000 requests/month (countries + states). Paid plans unlock cities, IP geolocation, and live FX rates.
| Operation | Description | Requires paid plan |
|---|---|---|
| Get Country | Full country data by ISO-2 or ISO-3 code (name, capital, region, population, currency, flag, coordinates, live USD exchange rate) | No |
| List Countries | All 250+ countries with filtering by region | No |
| Search Countries | Find countries by name, region, currency, language | No |
| Get States | States/provinces for a country | No |
| Get Cities | 150,000+ cities with coordinates, population, state | Yes (Basic+) |
| Get Exchange Rate | Live USD rate for 161 currencies (refreshed every 4h) | Yes (Basic+) |
| Geolocate IP | Country, region, city, timezone, ISP from any IP | Yes (Basic+) |
| Global Search | Fuzzy search across countries, cities, and currencies | No |
All operations return typed JSON — no mapping required.
Detect the country of a webhook visitor and post a formatted message to Slack.
Webhook ─▶ ApogeoAPI (Geolocate IP) ─▶ Set (format message) ─▶ Slack
Use the ip field from the webhook request. ApogeoAPI returns country, city, timezone, and flag URL that you can include in the Slack message.
Every time a new deal is added to your CRM, fetch the live USD rate for its local currency and update the deal value in USD.
HubSpot (New Deal) ─▶ ApogeoAPI (Get Exchange Rate, currency={{$json.currency}}) ─▶ HubSpot (Update Deal, valueUSD={{$json.amount / $json.rate}})
When a user signs up, detect their country from IP, and send them a welcome email in the correct language.
Typeform ─▶ ApogeoAPI (Geolocate IP) ─▶ Switch (by country) ─▶ SendGrid (template per region)
More templates coming soon at n8n.io/workflows.
MIT © ApogeoAPI
FAQs
n8n community node for ApogeoAPI — IP geolocation, countries, cities, and exchange rates
We found that n8n-nodes-apogeoapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.