GET /mashup/travel/inflation
Bewerten Sie das Preis-Leistungs-Verhältnis eines Reiseziels: kombiniert Wechselkurse, Inflationsdaten und Kaufkraftparität, um zu zeigen, ob ein Reiseziel relativ zu Ihrem Heimatland günstiger oder teurer wird.
destination
erforderlich
Destination country code
home
optional
Home country code (default US)
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nein | - | 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-05-22T10:55:32.012955Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}