destination
必填
Destination country code
home
可选
Home country code (default US)
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
destination |
是 | - | Destination country code |
home |
否 | - | 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": 0.86767896,
"generated_at": "2026-04-05T19:32:44.758158Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}