GET /mashup/nomad/score
为数字游民计算任何城市的宜居评分,结合天气质量、生活成本(PPP 调整后)、互联网基础设施指标、医疗质量、安全性和签证友好度。可选提供月薪以查看购买力估算。返回综合评分和分类明细。适用于数字游民社区平台、远程工作目的地查找器和搬迁规划工具。
city
必填
City name
home
可选
默认: US
Home country
salary
可选
Monthly salary
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
city |
是 | - | City name |
home |
否 | US | Home country |
salary |
否 | - | 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": 28,
"pm10": 14.1,
"pm2_5": 9.7,
"us_aqi": 52
},
"sun": {
"astronomical_twilight_begin": "2026-07-06T03:22:11+00:00",
"astronomical_twilight_end": "2026-07-06T22:00:33+00:00",
"civil_twilight_begin": "2026-07-06T04:46:41+00:00",
"civil_twilight_end": "2026-07-06T20:36:02+00:00",
"day_length": 53361,
"nautical_twilight_begin": "2026-07-06T04:07:07+00:00",
"nautical_twilight_end": "2026-07-06T21:15:36+00:00",
"solar_noon": "2026-07-06T12:41:22+00:00",
"sunrise": "2026-07-06T05:16:41+00:00",
"sunset": "2026-07-06T20:06:02+00:00"
},
"timezone": {
"date": "07/06/2026",
"datetime": "2026-07-06T23:55:59.1992002",
"day_of_week": "Monday",
"time": "23:55",
"timezone": "Europe/Lisbon",
"utc_offset": null
},
"vat_rate": 23.0,
"weather": {
"humidity": 71,
"temperature_c": 21.4,
"wind_speed_kmh": 8.2
}
},
"cost_analysis": {
"converted": 4380.2015,
"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": null
},
"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-08-15",
"name": "Assumption Day"
},
{
"date": "2026-10-05",
"name": "Republic Day"
},
{
"date": "2026-11-01",
"name": "All Saints Day"
},
{
"date": "2026-12-01",
"name": "Restoration of Independence"
},
{
"date": "2026-12-08",
"name": "Immaculate Conception"
}
]
}