GET /mashup/culinary/route
Food trail planner: combines local recipes, craft breweries, current weather, and upcoming food-related events para cualquier city en todo el mundo.
city
requerido
City name
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
city |
Si | - | City name |
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"
{
"city": "Tallinn",
"country": "Estonia",
"generated_at": "2026-05-22T19:42:10.005365Z",
"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-05-24",
"name": "Pentecost"
},
{
"date": "2026-06-23",
"name": "Victory Day"
},
{
"date": "2026-06-24",
"name": "Midsummer Day"
}
],
"weather": {
"current": {
"apparent_temperature": 10.2,
"cloud_cover": 67,
"interval": 900,
"precipitation": 0.0,
"relative_humidity_2m": 91,
"temperature_2m": 12.1,
"time": "2026-05-22T22:30",
"weather_code": 2,
"wind_direction_10m": 247,
"wind_speed_10m": 14.4
},
"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.09751319885253906,
"latitude": 59.439518,
"longitude": 24.75708,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
}