← Combinaisons intelligentes

Conseiller pour les études à l'étranger

GET /mashup/study/abroad

Comparez les destinations d'études à l'étranger: combines university data, cost of living, weather, holidays, et country profiles pour plusieurs destinations.

Paramètres

home requis

Home country code

destinations requis

Comma-separated destination codes

Exemples de requêtes

Utilisation de base
curl "https://nordapi.ee/api/v1/mashup/study/abroad?home=US&destinations=EE,NO,DE"

Réponse en direct

{
  "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
}