← Intelligenz-Mashups

Digitaler-Nomade-Wert

GET /mashup/nomad/score

Berechnen Sie eine livability score for any city for digital nomads, combining weather quality, cost of living (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, und visa friendliness. Optional provide your monthly salary to see purchasing power estimates. Liefert eine composite score und breakdown by category. Ideal für digital nomad community platforms, remote work destination finders, und relocation planning tools.

Parameter

city erforderlich

City name

home optional Standard: US

Home country

salary optional

Monthly salary

Beispielanfragen

Grundlegende Verwendung
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"

Live-Antwort

{
  "city": "lisbon",
  "conditions": {
    "air_quality": {
      "european_aqi": 33,
      "pm10": 17.8,
      "pm2_5": 14.6,
      "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-05T20:34:03.5803897",
      "day_of_week": "Sunday",
      "time": "20:34",
      "timezone": "Europe/Lisbon",
      "utc_offset": null
    },
    "vat_rate": 23.0,
    "weather": {
      "humidity": 44,
      "temperature_c": 21.9,
      "wind_speed_kmh": 4.2
    }
  },
  "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"
    }
  ]
}