GET /mashup/nomad/score
Arvutage a livability score for any city for digital nomads, combining weather quality, elukallidus (PPP-adjusted), internet infrastructure indicators, healthcare quality, safety, and visa friendliness. Valikuliselt provide your monthly salary to see ostujõud estimates. Tagastab a composite score and breakdown by category. Ideaalne digital nomad community platforms, remote work destination finders, and relocation planning tools.
city
kohustuslik
City name
home
valikuline
vaikeväärtus: US
Home country
salary
valikuline
Monthly salary
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
city |
Jah | - | City name |
home |
Ei | US | Home country |
salary |
Ei | - | 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": 31,
"pm10": 19.1,
"pm2_5": 14.6,
"us_aqi": 55
},
"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-05T22:45:51.7573129",
"day_of_week": "Sunday",
"time": "22:45",
"timezone": "Europe/Lisbon",
"utc_offset": null
},
"vat_rate": 23.0,
"weather": {
"humidity": 76,
"temperature_c": 18.0,
"wind_speed_kmh": 3.3
}
},
"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"
}
]
}