city
必填
City name
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
city |
是 | - | City name |
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"
{
"city": "Tallinn",
"country": "Estonia",
"generated_at": "2026-07-06T22:57:44.578302Z",
"local_breweries": [],
"local_recipes": [],
"success": true,
"tip": "Ask locals about seasonal specialties — many dishes are only available at certain times of year.",
"upcoming_food_festivals": [
{
"date": "2026-08-20",
"name": "Day of Restoration of Independence"
},
{
"date": "2026-12-24",
"name": "Christmas Eve"
},
{
"date": "2026-12-25",
"name": "Christmas Day"
}
],
"weather": {
"current": {
"apparent_temperature": 7.6,
"cloud_cover": 98,
"interval": 900,
"precipitation": 0.0,
"relative_humidity_2m": 77,
"temperature_2m": 10.9,
"time": "2026-07-07T01:45",
"weather_code": 3,
"wind_direction_10m": 230,
"wind_speed_10m": 17.3
},
"current_units": {
"apparent_temperature": "°C",
"cloud_cover": "%",
"interval": "seconds",
"precipitation": "mm",
"relative_humidity_2m": "%",
"temperature_2m": "°C",
"time": "iso8601",
"weather_code": "wmo code",
"wind_direction_10m": "°",
"wind_speed_10m": "km/h"
},
"elevation": 10.0,
"generationtime_ms": 0.2397298812866211,
"latitude": 59.25,
"longitude": 24.75,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
}