GET /mashup/travel/inflation
Mettu virði ferðaáfangastaða: sameinar gengi, verðbólgugögn og kaupmáttarjafnvægi til að sýna hvort áfangastaður er að verða ódýrari eða dýrari miðað við heimaland þitt.
destination
nauðsynlegt
Destination country code
home
valfrjálst
Home country code (default US)
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
destination |
Já | - | 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:07:02.184166Z",
"home": "US",
"inflation": {
"destination": 3.5206,
"home": 2.9495
},
"purchasing_power_ratio": 0.58,
"success": true
}