← Tiedusteluyhdistelmät

Vaihto-opiskeluneuvoja

GET /mashup/study/abroad

Vertaile ulkomaisia opiskelukohteita: yhdistää useiden kohteiden yliopistotiedot, elinkustannukset, sään, vapaapäivät ja maaprofiilit.Vertaa vaihto-opiskelukohteita: yhdistää yliopistotiedot, elinkustannukset, sään, juhlapäivät ja maaprofiileja useille kohteille.

Parametrit

home pakollinen

Home country code

destinations pakollinen

Comma-separated destination codes

Esimerkkipyynnöt

Peruskäyttö
curl "https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE"

Reaaliaikainen vastaus

{
  "destinations": [
    {
      "code": "EE",
      "cost_interpretation": "Significantly cheaper than home",
      "cost_of_living_index": 1.736,
      "country": null,
      "currency": "EUR",
      "exchange_rate": {
        "example": "1000 USD = 873.52 EUR",
        "rate": 0.87351502
      },
      "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 = 873.52 EUR",
        "rate": 0.87351502
      },
      "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 = 9843.64 NOK",
        "rate": 9.84364081
      },
      "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
}