← Combinaisons intelligentes

Score de nomade numérique

GET /mashup/nomad/score

Calculez un score d'habitabilité pour tout city pour digital nomads, combining weather quality, cost of living (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, et visa friendliness. Fournissez éventuellement your monthly salary to see pouvoir d'achat estimates. Renvoie un composite score et breakdown by category. Idéal pour les digital nomad community platforms, remote work destination finders, et relocation planning tools.

Paramètres

city requis

City name

home optionnel par défaut: US

Home country

salary optionnel

Monthly salary

Exemples de requêtes

Utilisation de base
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"
Nomad score for Lisbon with $5000 salary
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"
Nomad score for Bangkok from Norway
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=bangkok&home=NO&salary=8000"
Nomad score for Berlin
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=berlin"
Nomad score for Bali on a budget
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=bali&salary=3000"

Réponse en direct

{
  "city": "lisbon",
  "conditions": {
    "air_quality": {
      "european_aqi": 24,
      "pm10": 9.0,
      "pm2_5": 7.0,
      "us_aqi": 31
    },
    "sun": {
      "astronomical_twilight_begin": "2026-04-09T04:35:59+00:00",
      "astronomical_twilight_end": "2026-04-09T20:40:15+00:00",
      "civil_twilight_begin": "2026-04-09T05:41:44+00:00",
      "civil_twilight_end": "2026-04-09T19:34:30+00:00",
      "day_length": 46874,
      "nautical_twilight_begin": "2026-04-09T05:09:27+00:00",
      "nautical_twilight_end": "2026-04-09T20:06:47+00:00",
      "solar_noon": "2026-04-09T12:38:07+00:00",
      "sunrise": "2026-04-09T06:07:30+00:00",
      "sunset": "2026-04-09T19:08:44+00:00"
    },
    "timezone": {
      "date": "04/09/2026",
      "datetime": "2026-04-09T09:31:26.4299588",
      "day_of_week": "Thursday",
      "time": "09:31",
      "timezone": "Europe/Lisbon",
      "utc_offset": null
    },
    "vat_rate": 23.0,
    "weather": {
      "humidity": 75,
      "temperature_c": 13.0,
      "wind_speed_kmh": 13.6
    }
  },
  "cost_analysis": {
    "converted": null,
    "home_currency": "USD",
    "interpretation": "Your money goes 94.0% further here",
    "local_currency": "EUR",
    "monthly_salary": 5.0e3,
    "ppp_spending_power": 9690.0
  },
  "country": {
    "code": "PT",
    "name": "Portugal"
  },
  "life_quality": {
    "gdp_per_capita": 29292.2421,
    "life_expectancy": 82.2805
  },
  "scores": {
    "air_quality": 9.0,
    "cost_of_living": 9.7,
    "health_safety": 9.7,
    "overall": 8.6,
    "weather": 6.0
  },
  "success": true,
  "upcoming_holidays": [
    {
      "date": "2026-04-25",
      "name": "Freedom Day"
    },
    {
      "date": "2026-05-01",
      "name": "Labour Day"
    },
    {
      "date": "2026-06-01",
      "name": "Azores Day"
    },
    {
      "date": "2026-06-04",
      "name": "Corpus Christi"
    },
    {
      "date": "2026-06-10",
      "name": "National Day"
    }
  ]
}