← Intelligenz-Mashups

Inflationsbereinigte Reisekosten

GET /mashup/travel/inflation

Bewerten Sie travel destination value: combines Wechselkurse, inflation data, und Kaufkraftparität to show whether a destination is getting cheaper oder more expensive relative to your home country.

Parameter

destination erforderlich

Destination country code

home optional

Home country code (default US)

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"

Live-Antwort

{
  "cost_assessment": "Affordable destination",
  "currencies": {
    "destination": "EUR",
    "home": "USD"
  },
  "destination": "EE",
  "exchange_rate": 0.86767896,
  "generated_at": "2026-04-05T20:47:51.571111Z",
  "home": "US",
  "inflation": {
    "destination": 3.5206,
    "home": 2.9495
  },
  "purchasing_power_ratio": 0.58,
  "success": true
}