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": null,
"cost_of_living_index": null,
"country": null,
"currency": null,
"exchange_rate": null,
"gdp_per_capita": null,
"language": null,
"life_expectancy": null,
"public_holidays_per_year": 0,
"universities": 100
},
{
"code": "NO",
"cost_interpretation": null,
"cost_of_living_index": null,
"country": null,
"currency": null,
"exchange_rate": null,
"gdp_per_capita": null,
"language": null,
"life_expectancy": null,
"public_holidays_per_year": 0,
"universities": 100
},
{
"code": "DE",
"cost_interpretation": null,
"cost_of_living_index": null,
"country": null,
"currency": null,
"exchange_rate": null,
"gdp_per_capita": null,
"language": null,
"life_expectancy": null,
"public_holidays_per_year": 0,
"universities": 100
}
],
"home_country": "US",
"home_currency": "USD",
"recommendation": " offers the best value with 100 universities and a cost index of ",
"success": true
}