GET /mashup/travel/inflation
Bedöm resedestinationsvärde: kombinerar växelkurser, inflationsdata och köpkraftsparitet för att visa om en destination blir billigare eller dyrare i förhållande till ditt hemland.
destination
obligatorisk
Destination country code
home
valfri
Home country code (default US)
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nej | - | 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-12T07:31:24.663062Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}