35 cross-domain intelligence lõpp-punkti combining multiple NordAPI sources. Sisaldab 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, elektrivõrk status, ja muud.
Baas-URL: https://nordapi.ee/api/v1
GET /mashup/country/:code
Saage a comprehensive intelligence report for any country, combining data from multiple NordAPI sources into a single response. Sisaldab majandusnäitajad (GDP, inflation, unemployment), current weather in the capital, upcoming riigipühad, health statistics, currency information, and geographic data. Saves you from making 6+ separate API calls. Ideaalne country profile pages, travel research tools, and market entry analysis dashboards.
code
kohustuslik
curl https://nordapi.ee/api/v1/mashup/country/NO
GET /mashup/travel/cost
Arvutage a comprehensive travel cost estimate between two countries, combining currency vahetuskursid, ostujõu pariteet (PPP) adjustment, destination weather forecast, and upcoming holidays at the destination. Converts your budget into local currency and adjusts it for local ostujõud so you know what your money is actually worth. Sobib travel planning apps, budget calculators, and trip comparison tools.
from
kohustuslik
to
kohustuslik
budget
valikuline
vaikeväärtus: 1000
curl "https://nordapi.ee/api/v1/mashup/travel/cost?from=US&to=JP&budget=5000"
GET /mashup/salary/compare
Võrrelge what a salary is worth across different countries after adjusting for ostujõu pariteet (PPP). Sisestage a salary amount and origin country, and get the PPP-equivalent salary in multiple target countries. A $100K US salary might have the ostujõud of $60K in Norway due to higher costs, or $150K in Thailand due to lower costs. Hädavajalik remote work negotiations, relocation planning, and HR tools setting international pay scales.
amount
kohustuslik
from
kohustuslik
to
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=85000&from=US&to=NO,TH,DE"
GET /mashup/ecommerce/price
Arvutage international product pricing for e-commerce, combining currency conversion, local VAT/tax rates, and ostujõu pariteet adjustments. Sisestage a product price and source currency, specify target countries, and get localized prices with tax included. Kasulik SaaS companies setting regional pricing, e-commerce platforms with international customers, and market research tools comparing effective prices across borders.
price
kohustuslik
from_currency
kohustuslik
to
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=99&from_currency=USD&to=DE,JP"
GET /mashup/business/expansion
Saage a comprehensive market analysis report for international business expansion, combining majandusnäitajad (GDP, growth, inflation), currency stability, VAT rates, workforce data, and comparison to your home market. Tagastab a structured report with key metrics for evaluating whether a country is a viable expansion target. Kasulik market entry strategy, international business development, and investment due diligence.
country
kohustuslik
home
valikuline
vaikeväärtus: US
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"
GET /mashup/nomad/score
Arvutage a livability score for any city for digital nomads, combining weather quality, elukallidus (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Valikuliselt provide your monthly salary to see ostujõud estimates. Tagastab a composite score and breakdown by category. Ideaalne digital nomad community platforms, remote work destination finders, and relocation planning tools.
city
kohustuslik
home
valikuline
vaikeväärtus: US
salary
valikuline
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"
GET /mashup/performance/compare
Võrrelge the performance of different asset classes kõrvuti: krüptorahad (Bitcoin, Ethereum, etc.), fiat currencies (relative to USD), and gold. Tagastab current values, recent price changes, and comparative performance metrics. Kasulik 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.
crypto
valikuline
fiat
valikuline
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin,ethereum&fiat=EUR,NOK"
GET /mashup/aurora/score
Saage an aurora borealis viewing score for any location, combining reaalajas space weather data (Kp index, solar wind) with local ilmaolud (cloud cover, valgusreostus) and geographic latitude. Tagastab a composite score from 0-100 indicating how likely you are to see the Northern Lights tonight. Ideaalne aurora alert apps, tourism platforms in Nordic regions, photography planning tools, and travel apps that help visitors time their trips to see the aurora.
lat
valikuline
lon
valikuline
city
valikuline
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=tallinn"
GET /mashup/energy/weather
Analüüsige the relationship between ilmaolud and elektrihinnad for a specific Nordic hinnapiirkond. Combines reaalajas electricity hetkhinnad from Nord Pool with current weather data (temperature, wind, cloud cover) to show how weather patterns affect energy costs. Tagastab price data alongside weather metrics and correlation insights. Hädavajalik energy trading dashboards, nutikodu optimization, and utility companies analyzing price drivers.
zone
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO1"
GET /mashup/currency/health
Saage a comprehensive health assessment for any supported currency, combining vahetuskurss trends, volatility metrics, majandusnäitajad of the issuing country, and comparative performance against major currencies. Tagastab a health score with detailed breakdown across stability, strength, and economic fundamentals. Kasulik forex traders evaluating currency risk, businesses assessing payment currency options, and financial advisors monitoring client exposure to specific currencies.
currency
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"
GET /mashup/portfolio/analyze
Analüüsige a portfolio of mixed assets (krüptorahad, fiat currencies, and commodities) ühes päringus. Esitage a komadega eraldatud list of asset identifiers and get back current values, performance metrics, correlation data, and diversification analysis. Toetab crypto coin IDs (bitcoin, ethereum), fiat currency codes (EUR, NOK), and gold. Ideaalne portfolio tracking dashboards, investment analysis tools, and wealth management platforms that span multiple asset classes.
varad
kohustuslik
base
valikuline
vaikeväärtus: USD
curl "https://nordapi.ee/api/v1/mashup/portfolio/analyze?assets=bitcoin,ethereum,EUR,gold"
GET /mashup/travel/safety
Genereerige a comprehensive travel safety report for any destination country, combining health indicators, earthquake risk, ilmaolud, political stability data, and holiday information. Compares the destination safety profile against your home country. Tagastab an overall safety score with category breakdowns for health, natural disaster risk, and security. Sobib travel insurance apps, corporate travel management tools, and trip planning platforms that need to inform travelers about destination risks.
destination
kohustuslik
home
valikuline
vaikeväärtus: US
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"
GET /mashup/shopping/optimize
Leidke the best country to shop in based on your budget, comparing currency vahetuskursid, local ostujõud, active shopping events, and VAT rates across multiple target countries. Sisestage your budget, currency, and a list of countries to compare. Tagastab a ranked list showing where your money goes furthest, factoring in current sales events and tax rates. Ideaalne cross-border e-commerce platforms, travel shopping guides, and deal-hunting apps.
budget
kohustuslik
currency
kohustuslik
countries
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=1000¤cy=USD&countries=DE,JP,GB"
GET /mashup/remote/optimize
Leidke the best countries for remote work based on your salary, employer timezone, and minimum overlap hours. Combines timezone compatibility, ostujõu pariteet, elukallidus, internet infrastructure, and quality of life metrics to rank potential remote work destinations. Tagastab a scored list of countries with detailed breakdowns. Hädavajalik remote workers choosing where to live, HR teams building remote work policies, and digital nomad platforms helping users find optimal locations.
salary
kohustuslik
currency
kohustuslik
tööandja ajavöönd
kohustuslik
minimaalne kattuvus
valikuline
vaikeväärtus: 4
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000¤cy=USD&employer_tz=America/New_York"
GET /mashup/congress/signals
Koondage ja analüüsige 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. Tagastab a summary of recent congressional trading activity with buy/sell ratios and top traded tickers. Kasulik 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
GET /mashup/cultural/moment
Genereerige a unique cultural snapshot for any city: combines current weather, a random museum artwork, a random classic poem, elevation data, valgusreostus levels, and sunrise/sunset times into an atmospheric moment. Sobib creative apps, daily inspiration features, and cultural tourism tools.
city
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/cultural/moment?city=paris"
GET /mashup/games/deals
Leidke the best digital game deals with automatic currency conversion. Combines CheapShark deal data across Steam, GOG, and Humble Bundle with reaalajas forex rates to show prices in your local currency. Filtreerige maximum price in your currency.
valuuta
valikuline
vaikeväärtus: USD
max_price
valikuline
curl "https://nordapi.ee/api/v1/mashup/games/deals?currency=EUR&max_price=10"
GET /mashup/outdoor/planner
Comprehensive outdoor activity assessment for any location. Combines reaalajas weather, õhukvaliteet, elevation, valgusreostus, nearby seismic activity, marine conditions, and sunrise/sunset into an overall outdoor score with personalized activity suggestions (hiking, cycling, stargazing, etc.).
lat
kohustuslik
lon
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/outdoor/planner?lat=59.91&lon=10.75"
GET /mashup/poetry/workshop
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. Tagastab a curated word palette for writing inspiration.
theme
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/poetry/workshop?theme=love"
GET /mashup/culture/explorer
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.
kood
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/culture/explorer?code=JP"
GET /mashup/border/intelligence
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
GET /mashup/estonian/heritage
Planeerige a cultural heritage trip through Estonia: combines 12,569 monuments, 70 museums, current ilmaolud, and daylight hours into a tourism-ready itinerary.
region
valikuline
curl https://nordapi.ee/api/v1/mashup/estonian/heritage
GET /mashup/stargazing
Hinnake any location for stargazing: combines Bortle-class valgusreostus data, cloud cover forecast, elevation, and sunset time into a viewing quality assessment with practical tips.
lat
kohustuslik
lon
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/stargazing?lat=58.5&lon=25.0"
GET /mashup/aquatic/adventure
Water sports recommendation engine: combines marine data (wave height, temperature), weather (wind, precipitation), and õhukvaliteet to recommend surfing, sailing, kayaking, swimming, or windsurfing.
lat
kohustuslik
lon
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7"
GET /mashup/travel/inflation
Hinnake travel destination value: combines vahetuskursid, inflation data, and ostujõu pariteet to show whether a destination is getting cheaper or more expensive relative to your home country.
destination
kohustuslik
home
valikuline
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"
GET /mashup/climate/risk
Property climate resilience score: combines seismic history, elevation (flood risk), õhukvaliteet, and marine conditions into a composite risk assessment with scores for seismic, flood, and õhukvaliteet factors.
lat
kohustuslik
lon
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/climate/risk?lat=59.4&lon=24.7"
GET /mashup/commodity/currency
Analyze how commodity prices relate to currency movements: combines commodity spot prices with forex rates and 30-day volatility for multiple currencies.
commodity
valikuline
valuutad
valikuline
curl "https://nordapi.ee/api/v1/mashup/commodity/currency?commodity=gold¤cies=USD,EUR,NOK"
GET /mashup/festival/finder
Avastage upcoming festivals and events: combines riigipühad, shopping events, weather forecasts, and country data for any country. Filtreerige how far ahead to look.
country
kohustuslik
months
valikuline
curl "https://nordapi.ee/api/v1/mashup/festival/finder?country=EE&months=6"
GET /mashup/culinary/route
Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events for any city üle maailma.
city
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"
GET /mashup/estonian/power
Combined elektrivõrk intelligence: reaalajas 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
GET /mashup/study/abroad
Võrrelge study abroad destinations: combines university data, elukallidus, weather, holidays, and country profiles for multiple destinations.
home
kohustuslik
destinations
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE"
GET /mashup/song/lyrics
Otsige for a song and get both the track info and full lyrics in one response.
q
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/song/lyrics?q=bohemian+rhapsody"
GET /mashup/green/energy
Nordic green energy assessment: combines current electricity price, generation mix, süsinikuintensiivsus, weather, and grid demand for any Nord Pool zone.
zone
valikuline
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"
GET /mashup/location
Comprehensive location profile: combines weather, õhukvaliteet, elevation, valgusreostus, nearby earthquakes, and timezone into a single location report.
lat
kohustuslik
lon
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/location?lat=59.4&lon=24.7"
GET /mashup/brewery/trip
Planeerige a craft brewery tour: combines local breweries, weather forecast, and location data for any city.
city
kohustuslik
curl "https://nordapi.ee/api/v1/mashup/brewery/trip?city=Oslo"