GET /mashup/study/abroad
Sammenlign utvekslingsstudiedestinasjoner: kombinerer universitetsdata, levekostnader, vær, helligdager og landsprofiler for flere destinasjoner.
home
påkrevd
Home country code
destinations
påkrevd
Comma-separated destination codes
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
home |
Ja | - | Home country code |
destinations |
Ja | - | Comma-separated destination codes |
curl "https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE"
{
"destinations": [
{
"code": "EE",
"cost_interpretation": "Significantly cheaper than home",
"cost_of_living_index": 1.736,
"country": "Estonia",
"currency": "EUR",
"exchange_rate": {
"example": "1000 USD = 867.68 EUR",
"rate": 0.86767896
},
"gdp_per_capita": 31428.3548,
"language": {
"est": "Estonian"
},
"life_expectancy": 78.4902,
"public_holidays_per_year": 12,
"universities": 10
},
{
"code": "DE",
"cost_interpretation": "Significantly cheaper than home",
"cost_of_living_index": 1.427,
"country": "Germany",
"currency": "EUR",
"exchange_rate": {
"example": "1000 USD = 867.68 EUR",
"rate": 0.86767896
},
"gdp_per_capita": 56103.7323,
"language": {
"deu": "German"
},
"life_expectancy": 80.5415,
"public_holidays_per_year": 19,
"universities": 100
},
{
"code": "NO",
"cost_interpretation": "More expensive than home",
"cost_of_living_index": 0.109,
"country": "Norway",
"currency": "NOK",
"exchange_rate": {
"example": "1000 USD = 9742.73 NOK",
"rate": 9.74273319
},
"gdp_per_capita": 86785.4334,
"language": {
"nno": "Norwegian Nynorsk",
"nob": "Norwegian Bokmål",
"smi": "Sami"
},
"life_expectancy": 83.1122,
"public_holidays_per_year": 12,
"universities": 24
}
],
"home_country": "US",
"home_currency": "USD",
"recommendation": "Estonia offers the best value with 10 universities and a cost index of 1.736",
"success": true
}