โ† All API Products

Intelligence Mashups API

35 cross-domain intelligence endpoints combining multiple NordAPI sources. Includes country dossiers, travel cost calculators, salary comparisons, digital nomad scoring, aurora forecasts, energy-weather correlation, currency health, portfolio analysis, travel safety, shopping optimization, stargazing spot finder, aquatic adventure planner, climate risk assessment, commodity-currency correlation, festival finder, culinary tourism, Estonian heritage planner, border queue intelligence, power grid status, and more.

FREE 35 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Country Intelligence

GET /mashup/country/:code
Details โ†’

Get a comprehensive intelligence report for any country, combining data from multiple NordAPI sources into a single response. Includes economic indicators (GDP, inflation, unemployment), current weather in the capital, upcoming public holidays, health statistics, currency information, and geographic data. Saves you from making 6+ separate API calls. Ideal for country profile pages, travel research tools, and market entry analysis dashboards.

Parameters
code required
Country code
curl https://nordapi.ee/api/v1/mashup/country/NO

Travel Cost Calculator

GET /mashup/travel/cost
Details โ†’

Calculate a comprehensive travel cost estimate between two countries, combining currency exchange rates, purchasing power parity (PPP) adjustment, destination weather forecast, and upcoming holidays at the destination. Converts your budget into local currency and adjusts it for local purchasing power so you know what your money is actually worth. Perfect for travel planning apps, budget calculators, and trip comparison tools.

Parameters
from required
Origin country
to required
Destination
budget optional default: 1000
Budget
curl "https://nordapi.ee/api/v1/mashup/travel/cost?from=US&to=JP&budget=5000"

Salary Comparator

GET /mashup/salary/compare
Details โ†’

Compare what a salary is worth across different countries after adjusting for purchasing power parity (PPP). Enter a salary amount and origin country, and get the PPP-equivalent salary in multiple target countries. A $100K US salary might have the purchasing power of $60K in Norway due to higher costs, or $150K in Thailand due to lower costs. Essential for remote work negotiations, relocation planning, and HR tools setting international pay scales.

Parameters
amount required
Salary
from required
Origin country
to required
Target countries (comma-sep)
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=85000&from=US&to=NO,TH,DE"

E-commerce Pricing

GET /mashup/ecommerce/price
Details โ†’

Calculate international product pricing for e-commerce, combining currency conversion, local VAT/tax rates, and purchasing power parity adjustments. Enter a product price and source currency, specify target countries, and get localized prices with tax included. Useful for SaaS companies setting regional pricing, e-commerce platforms with international customers, and market research tools comparing effective prices across borders.

Parameters
price required
Price
from_currency required
Currency
to required
Target countries
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=99&from_currency=USD&to=DE,JP"

Business Expansion

GET /mashup/business/expansion
Details โ†’

Get a comprehensive market analysis report for international business expansion, combining economic indicators (GDP, growth, inflation), currency stability, VAT rates, workforce data, and comparison to your home market. Returns a structured report with key metrics for evaluating whether a country is a viable expansion target. Useful for market entry strategy, international business development, and investment due diligence.

Parameters
country required
Target market
home optional default: US
Home market
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"

Digital Nomad Score

GET /mashup/nomad/score
Details โ†’

Calculate a livability score for any city for digital nomads, combining weather quality, cost of living (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Optionally provide your monthly salary to see purchasing power estimates. Returns a composite score and breakdown by category. Ideal for digital nomad community platforms, remote work destination finders, and relocation planning tools.

Parameters
city required
City name
home optional default: US
Home country
salary optional
Monthly salary
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"

Asset Performance

GET /mashup/performance/compare
Details โ†’

Compare the performance of different asset classes side by side: cryptocurrencies (Bitcoin, Ethereum, etc.), fiat currencies (relative to USD), and gold. Returns current values, recent price changes, and comparative performance metrics. Useful for investment dashboards that span asset classes, portfolio diversification analysis tools, and financial education platforms that demonstrate how different stores of value perform relative to each other.

Parameters
crypto optional
Crypto coins
fiat optional
Fiat currencies
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin,ethereum&fiat=EUR,NOK"

Aurora Viewing Score

GET /mashup/aurora/score
Details โ†’

Get an aurora borealis viewing score for any location, combining real-time space weather data (Kp index, solar wind) with local weather conditions (cloud cover, light pollution) and geographic latitude. Returns a composite score from 0-100 indicating how likely you are to see the Northern Lights tonight. Ideal for aurora alert apps, tourism platforms in Nordic regions, photography planning tools, and travel apps that help visitors time their trips to see the aurora.

Parameters
lat optional
Latitude
lon optional
Longitude
city optional
City name (alternative to lat/lon)
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=tallinn"

Energy-Weather Correlation

GET /mashup/energy/weather
Details โ†’

Analyze the relationship between weather conditions and electricity prices for a specific Nordic bidding zone. Combines real-time electricity spot prices from Nord Pool with current weather data (temperature, wind, cloud cover) to show how weather patterns affect energy costs. Returns price data alongside weather metrics and correlation insights. Essential for energy trading dashboards, smart home optimization, and utility companies analyzing price drivers.

Parameters
zone required
Nordic bidding zone (NO1-NO5, SE1-SE4)
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO1"

Currency Health Check

GET /mashup/currency/health
Details โ†’

Get a comprehensive health assessment for any supported currency, combining exchange rate trends, volatility metrics, economic indicators of the issuing country, and comparative performance against major currencies. Returns a health score with detailed breakdown across stability, strength, and economic fundamentals. Useful for forex traders evaluating currency risk, businesses assessing payment currency options, and financial advisors monitoring client exposure to specific currencies.

Parameters
currency required
Currency code (e.g., NOK, EUR, GBP)
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"

Portfolio Analyzer

GET /mashup/portfolio/analyze
Details โ†’

Analyze a portfolio of mixed assets (cryptocurrencies, fiat currencies, and commodities) in a single request. Provide a comma-separated list of asset identifiers and get back current values, performance metrics, correlation data, and diversification analysis. Supports crypto coin IDs (bitcoin, ethereum), fiat currency codes (EUR, NOK), and gold. Ideal for portfolio tracking dashboards, investment analysis tools, and wealth management platforms that span multiple asset classes.

Parameters
assets required
Comma-separated asset IDs (e.g., bitcoin,ethereum,EUR,gold)
base optional default: USD
Base currency for valuation
curl "https://nordapi.ee/api/v1/mashup/portfolio/analyze?assets=bitcoin,ethereum,EUR,gold"

Travel Safety Report

GET /mashup/travel/safety
Details โ†’

Generate a comprehensive travel safety report for any destination country, combining health indicators, earthquake risk, weather conditions, political stability data, and holiday information. Compares the destination safety profile against your home country. Returns an overall safety score with category breakdowns for health, natural disaster risk, and security. Perfect for travel insurance apps, corporate travel management tools, and trip planning platforms that need to inform travelers about destination risks.

Parameters
destination required
Destination country code
home optional default: US
Home country code for comparison
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"

Shopping Optimizer

GET /mashup/shopping/optimize
Details โ†’

Find the best country to shop in based on your budget, comparing currency exchange rates, local purchasing power, active shopping events, and VAT rates across multiple target countries. Enter your budget, currency, and a list of countries to compare. Returns a ranked list showing where your money goes furthest, factoring in current sales events and tax rates. Ideal for cross-border e-commerce platforms, travel shopping guides, and deal-hunting apps.

Parameters
budget required
Shopping budget amount
currency required
Budget currency code
countries required
Comma-separated country codes to compare
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=1000&currency=USD&countries=DE,JP,GB"

Remote Work Optimizer

GET /mashup/remote/optimize
Details โ†’

Find the best countries for remote work based on your salary, employer timezone, and minimum overlap hours. Combines timezone compatibility, purchasing power parity, cost of living, internet infrastructure, and quality of life metrics to rank potential remote work destinations. Returns a scored list of countries with detailed breakdowns. Essential for remote workers choosing where to live, HR teams building remote work policies, and digital nomad platforms helping users find optimal locations.

Parameters
salary required
Annual salary amount
currency required
Salary currency code
employer_tz required
Employer timezone (e.g., America/New_York)
min_overlap optional default: 4
Minimum overlap hours with employer
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000&currency=USD&employer_tz=America/New_York"

Congress Trading Signals

GET /mashup/congress/signals
Details โ†’

Aggregate and analyze recent stock trades disclosed by US Congress members (both Senate and House), combining trade data with current stock prices and market sentiment. Identifies the most actively traded stocks by lawmakers, unusual trading patterns, and potential signal value. Returns a summary of recent congressional trading activity with buy/sell ratios and top traded tickers. Useful for alternative investment research, political finance analysis tools, and transparency platforms tracking insider-like trading by elected officials.

curl https://nordapi.ee/api/v1/mashup/congress/signals

Cultural Moment

GET /mashup/cultural/moment
Details โ†’

Generate a unique cultural snapshot for any city: combines current weather, a random museum artwork, a random classic poem, elevation data, light pollution levels, and sunrise/sunset times into an atmospheric moment. Perfect for creative apps, daily inspiration features, and cultural tourism tools.

Parameters
city required
City name (e.g. oslo, paris, tokyo)
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"

Global Game Deals

GET /mashup/games/deals
Details โ†’

Find the best digital game deals with automatic currency conversion. Combines CheapShark deal data across Steam, GOG, and Humble Bundle with real-time forex rates to show prices in your local currency. Filter by maximum price in your currency.

Parameters
currency optional default: USD
Target currency code (e.g. EUR, GBP, NOK)
max_price optional
Maximum price in target currency
curl "https://nordapi.ee/api/v1/mashup/games/deals?currency=EUR&max_price=10"

Outdoor Activity Planner

GET /mashup/outdoor/planner
Details โ†’

Comprehensive outdoor activity assessment for any location. Combines real-time weather, air quality, elevation, light pollution, nearby seismic activity, marine conditions, and sunrise/sunset into an overall outdoor score with personalized activity suggestions (hiking, cycling, stargazing, etc.).

Parameters
lat required
Latitude
lon required
Longitude
curl "https://nordapi.ee/api/v1/mashup/outdoor/planner?lat=59.91&lon=10.75"

Poetry Workshop

GET /mashup/poetry/workshop
Details โ†’

Creative writing toolkit for any theme: finds classic poems containing your theme, plus related synonyms, rhyming words, and descriptive adjectives from the Datamuse word engine. Returns a curated word palette for writing inspiration.

Parameters
theme required
Theme word (e.g. love, ocean, night, freedom)
curl "https://nordapi.ee/api/v1/mashup/poetry/workshop?theme=love"

Culture Explorer

GET /mashup/culture/explorer
Details โ†’

Deep cultural profile for any country: combines country demographics, upcoming holidays, related artworks from the Met Museum and Art Institute of Chicago, top universities, and popular free-to-play games into a comprehensive cultural overview.

Parameters
code required
ISO 3166-1 alpha-2 country code (e.g. FR, JP, NO)
curl "https://nordapi.ee/api/v1/mashup/culture/explorer?code=JP"

Border Queue Intelligence

GET /mashup/border/intelligence
Details โ†’

Estonia-Russia border crossing intelligence: current queue times combined with weather at the border, upcoming holidays in both countries that affect traffic, and optimal crossing tips.

curl https://nordapi.ee/api/v1/mashup/border/intelligence

Estonian Heritage Trip Planner

GET /mashup/estonian/heritage
Details โ†’

Plan a cultural heritage trip through Estonia: combines 12,569 monuments, 70 museums, current weather conditions, and daylight hours into a tourism-ready itinerary.

Parameters
region optional
Filter by Estonian county name
curl https://nordapi.ee/api/v1/mashup/estonian/heritage

Stargazing Spot Finder

GET /mashup/stargazing
Details โ†’

Evaluate any location for stargazing: combines Bortle-class light pollution data, cloud cover forecast, elevation, and sunset time into a viewing quality assessment with practical tips.

Parameters
lat required
Latitude
lon required
Longitude
curl "https://nordapi.ee/api/v1/mashup/stargazing?lat=58.5&lon=25.0"

Aquatic Adventure Planner

GET /mashup/aquatic/adventure
Details โ†’

Water sports recommendation engine: combines marine data (wave height, temperature), weather (wind, precipitation), and air quality to recommend surfing, sailing, kayaking, swimming, or windsurfing.

Parameters
lat required
Latitude
lon required
Longitude
curl "https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7"

Inflation-Adjusted Travel Cost

GET /mashup/travel/inflation
Details โ†’

Assess travel destination value: combines exchange rates, inflation data, and purchasing power parity to show whether a destination is getting cheaper or more expensive relative to your home country.

Parameters
destination required
Destination country code
home optional
Home country code (default US)
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"

Real Estate Climate Risk

GET /mashup/climate/risk
Details โ†’

Property climate resilience score: combines seismic history, elevation (flood risk), air quality, and marine conditions into a composite risk assessment with scores for seismic, flood, and air quality factors.

Parameters
lat required
Latitude
lon required
Longitude
curl "https://nordapi.ee/api/v1/mashup/climate/risk?lat=59.4&lon=24.7"

Commodity-Currency Correlation

GET /mashup/commodity/currency
Details โ†’

Analyze how commodity prices relate to currency movements: combines commodity spot prices with forex rates and 30-day volatility for multiple currencies.

Parameters
commodity optional
Commodity name (default gold)
currencies optional
Comma-separated currency codes (default USD,EUR,GBP,NOK)
curl "https://nordapi.ee/api/v1/mashup/commodity/currency?commodity=gold&currencies=USD,EUR,NOK"

Festival & Event Finder

GET /mashup/festival/finder
Details โ†’

Discover upcoming festivals and events: combines public holidays, shopping events, weather forecasts, and country data for any country. Filter by how far ahead to look.

Parameters
country required
Country code
months optional
Months ahead to search (default 3)
curl "https://nordapi.ee/api/v1/mashup/festival/finder?country=EE&months=6"

Culinary Tourism Route

GET /mashup/culinary/route
Details โ†’

Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events for any city worldwide.

Parameters
city required
City name
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"

Estonian Power Grid Status

GET /mashup/estonian/power
Details โ†’

Combined power grid intelligence: real-time Elektrilevi outages with current electricity price, weather station wind speeds, and storm warnings. Correlates high winds with outage risk.

curl https://nordapi.ee/api/v1/mashup/estonian/power

Study Abroad Advisor

GET /mashup/study/abroad
Details โ†’

Compare study abroad destinations: combines university data, cost of living, weather, holidays, and country profiles for multiple destinations.

Parameters
home required
Home country code
destinations required
Comma-separated destination codes
curl "https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE"

Song + Lyrics Combo

GET /mashup/song/lyrics
Details โ†’

Search for a song and get both the track info and full lyrics in one response.

Parameters
q required
Song search query
curl "https://nordapi.ee/api/v1/mashup/song/lyrics?q=bohemian+rhapsody"

Green Energy Score

GET /mashup/green/energy
Details โ†’

Nordic green energy assessment: combines current electricity price, generation mix, carbon intensity, weather, and grid demand for any Nord Pool zone.

Parameters
zone optional
Nord Pool zone (default NO1)
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"

Location Intelligence

GET /mashup/location
Details โ†’

Comprehensive location profile: combines weather, air quality, elevation, light pollution, nearby earthquakes, and timezone into a single location report.

Parameters
lat required
Latitude
lon required
Longitude
curl "https://nordapi.ee/api/v1/mashup/location?lat=59.4&lon=24.7"

Brewery Trip Planner

GET /mashup/brewery/trip
Details โ†’

Plan a craft brewery tour: combines local breweries, weather forecast, and location data for any city.

Parameters
city required
City name
curl "https://nordapi.ee/api/v1/mashup/brewery/trip?city=Oslo"