GET /mashup/nomad/score
Calculate a livability score for any city for digital nomads, combining weather quality, cost of living (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Optionally provide your monthly salary to see purchasing power estimates. Returns a composite score and breakdown by category. Ideal for digital nomad community platforms, remote work destination finders, and relocation planning tools.
city
required
City name
home
optional
default: US
Home country
salary
optional
Monthly salary
| Name | Required | Default | Description |
|---|---|---|---|
city |
Yes | - | City name |
home |
No | US | Home country |
salary |
No | - | Monthly salary |
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=lisbon&salary=5000"
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=bangkok&home=NO&salary=8000"
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=berlin"
curl "https://nordapi.ee/api/v1/mashup/nomad/score?city=bali&salary=3000"
{
"city": "lisbon",
"conditions": {
"air_quality": {
"european_aqi": 41,
"pm10": 31.3,
"pm2_5": 16.7,
"us_aqi": 58
},
"sun": {
"astronomical_twilight_begin": "2026-09-04T04:36:00+00:00",
"astronomical_twilight_end": "2026-09-04T20:35:08+00:00",
"civil_twilight_begin": "2026-09-04T05:41:23+00:00",
"civil_twilight_end": "2026-09-04T19:29:46+00:00",
"day_length": 46619,
"nautical_twilight_begin": "2026-09-04T05:09:15+00:00",
"nautical_twilight_end": "2026-09-04T20:01:53+00:00",
"solar_noon": "2026-09-04T12:35:34+00:00",
"sunrise": "2026-09-04T06:07:05+00:00",
"sunset": "2026-09-04T19:04:04+00:00"
},
"timezone": {
"date": "09/04/2026",
"datetime": "2026-09-04T03:00:35.0916829",
"day_of_week": "Friday",
"time": "03:00",
"timezone": "Europe/Lisbon",
"utc_offset": null
},
"vat_rate": 23.0,
"weather": {
"humidity": 62,
"temperature_c": 24.7,
"wind_speed_kmh": 2.8
}
},
"cost_analysis": null,
"country": {
"code": "PT",
"name": null
},
"life_quality": {
"gdp_per_capita": null,
"life_expectancy": null
},
"scores": {
"air_quality": 7.0,
"cost_of_living": 5.0,
"health_safety": 5.0,
"overall": 6.8,
"weather": 10.0
},
"success": true,
"upcoming_holidays": []
}