GET /mashup/study/abroad
Compare study abroad destinations: combines university data, cost of living, weather, holidays, and country profiles for multiple destinations.
home
required
Home country code
destinations
required
Comma-separated destination codes
| Name | Required | Default | Description |
|---|---|---|---|
home |
Yes | - | Home country code |
destinations |
Yes | - | 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": null,
"currency": "EUR",
"exchange_rate": null,
"gdp_per_capita": 31428.3548,
"language": null,
"life_expectancy": 78.4902,
"public_holidays_per_year": 12,
"universities": 100
},
{
"code": "DE",
"cost_interpretation": "Significantly cheaper than home",
"cost_of_living_index": 1.427,
"country": null,
"currency": "EUR",
"exchange_rate": null,
"gdp_per_capita": 56103.7323,
"language": null,
"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": null,
"currency": "NOK",
"exchange_rate": null,
"gdp_per_capita": 86785.4334,
"language": null,
"life_expectancy": 83.1122,
"public_holidays_per_year": 12,
"universities": 100
}
],
"home_country": "US",
"home_currency": "USD",
"recommendation": " offers the best value with 100 universities and a cost index of 1.736",
"success": true
}