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": null,
"generated_at": "2026-08-12T07:31:23.757383Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}