GET /mashup/travel/inflation
Vurder reisedestinasjonens verdi: kombinerer valutakurser, inflasjonsdata og kjøpekraftsparitet for å vise om en destinasjon blir billigere eller dyrere i forhold til hjemlandet ditt.
destination
påkrevd
Destination country code
home
valgfri
Home country code (default US)
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nei | - | Home country code (default US) |
curl "https://nordapi.ee/api/v1/mashup/travel/inflation?destination=EE&home=US"
{
"cost_assessment": "Affordable destination",
"currencies": {
"destination": "EUR",
"home": "USD"
},
"destination": "EE",
"exchange_rate": null,
"generated_at": "2026-08-12T08:06:54.294357Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}