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": 61,
"pm10": 38.5,
"pm2_5": 26.7,
"us_aqi": 59
},
"sun": {
"astronomical_twilight_begin": "2026-07-05T03:21:19+00:00",
"astronomical_twilight_end": "2026-07-05T22:01:04+00:00",
"civil_twilight_begin": "2026-07-05T04:46:04+00:00",
"civil_twilight_end": "2026-07-05T20:36:19+00:00",
"day_length": 53410,
"nautical_twilight_begin": "2026-07-05T04:06:25+00:00",
"nautical_twilight_end": "2026-07-05T21:15:58+00:00",
"solar_noon": "2026-07-05T12:41:12+00:00",
"sunrise": "2026-07-05T05:16:07+00:00",
"sunset": "2026-07-05T20:06:17+00:00"
},
"timezone": {
"date": "07/05/2026",
"datetime": "2026-07-05T18:13:29.8850672",
"day_of_week": "Sunday",
"time": "18:13",
"timezone": "Europe/Lisbon",
"utc_offset": null
},
"vat_rate": null,
"weather": {
"humidity": 27,
"temperature_c": 35.2,
"wind_speed_kmh": 5.6
}
},
"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": 5.0,
"weather": 3.0
},
"success": true,
"upcoming_holidays": []
}