← Intelligence Mashups

Study Abroad Advisor

GET /mashup/study/abroad

Compare study abroad destinations: combines university data, cost of living, weather, holidays, and country profiles for multiple destinations.

Parameters

home required

Home country code

destinations required

Comma-separated destination codes

Example Requests

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

Live Response

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