← Combinaciones de inteligencia

Puntuación de nómada digital

GET /mashup/nomad/score

Calculate a livability score for any city for digital nomads, combinando weather quality, costo de vida (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Optionally provide your monthly salary to see poder adquisitivo estimates. Returns a puntuación compuesta and breakdown por categoría. Ideal para digital nomad community platforms, trabajo remoto destination finders, and relocation planning tools.

Parametros

city requerido

City name

home opcional predeterminado: US

Home country

salary opcional

Monthly salary

Ejemplos de solicitudes

Uso basico
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"

Respuesta en vivo

{
  "city": "lisbon",
  "conditions": {
    "air_quality": {
      "european_aqi": 28,
      "pm10": 17.7,
      "pm2_5": 15.0,
      "us_aqi": 54
    },
    "sun": {
      "astronomical_twilight_begin": "2026-04-05T04:43:04+00:00",
      "astronomical_twilight_end": "2026-04-05T20:35:24+00:00",
      "civil_twilight_begin": "2026-04-05T05:47:58+00:00",
      "civil_twilight_end": "2026-04-05T19:30:30+00:00",
      "day_length": 46282,
      "nautical_twilight_begin": "2026-04-05T05:16:02+00:00",
      "nautical_twilight_end": "2026-04-05T20:02:26+00:00",
      "solar_noon": "2026-04-05T12:39:14+00:00",
      "sunrise": "2026-04-05T06:13:33+00:00",
      "sunset": "2026-04-05T19:04:55+00:00"
    },
    "timezone": {
      "date": "04/05/2026",
      "datetime": "2026-04-05T21:42:26.6467903",
      "day_of_week": "Sunday",
      "time": "21:42",
      "timezone": "Europe/Lisbon",
      "utc_offset": null
    },
    "vat_rate": 23.0,
    "weather": {
      "humidity": 59,
      "temperature_c": 20.0,
      "wind_speed_kmh": 3.1
    }
  },
  "cost_analysis": {
    "converted": 4338.3948,
    "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": 7.0,
    "cost_of_living": 9.7,
    "health_safety": 9.7,
    "overall": 9.1,
    "weather": 10.0
  },
  "success": true,
  "upcoming_holidays": [
    {
      "date": "2026-04-05",
      "name": "Easter Sunday"
    },
    {
      "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"
    }
  ]
}