GET /mashup/study/abroad
Võrrelge välismaal õppimise sihtkohti: ühendab ülikoolide andmed, elukallidust, ilma, pühad ja riigiprofiilid mitme sihtkoha kohta.
home
kohustuslik
Home country code
destinations
kohustuslik
Comma-separated destination codes
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
home |
Jah | - | Home country code |
destinations |
Jah | - | 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": {
"example": "1000 USD = 876.04 EUR",
"rate": 0.8760403
},
"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": {
"example": "1000 USD = 876.04 EUR",
"rate": 0.8760403
},
"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": {
"example": "1000 USD = 9841.44 NOK",
"rate": 9.84143671
},
"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
}