GET /mashup/culinary/route
Skipuleggjandi matarleiðar: sameinar staðbundnar uppskriftir, handverksbrugghús, núverandi veður og væntanlega matartengda viðburði fyrir hvaða borg sem er um allan heim.
city
nauðsynlegt
City name
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
city |
Já | - | City name |
curl "https://nordapi.ee/api/v1/mashup/culinary/route?city=Tallinn"
{
"city": "Tallinn",
"country": "Estonia",
"generated_at": "2026-08-12T07:26:54.961032Z",
"local_breweries": [],
"local_recipes": [
{
"id": "53575",
"name": "Apple Pie",
"thumbnail": "https://www.themealdb.com/images/media/meals/stnxzp1784835840.jpg"
},
{
"id": "53576",
"name": "Carrot and Bean Fritters",
"thumbnail": "https://www.themealdb.com/images/media/meals/xjii2g1784836867.jpg"
},
{
"id": "53578",
"name": "Gingerbread Waffles",
"thumbnail": "https://www.themealdb.com/images/media/meals/0wmns51784837949.jpg"
},
{
"id": "53579",
"name": "Honey Cookies",
"thumbnail": "https://www.themealdb.com/images/media/meals/yleo1y1784839077.jpg"
},
{
"id": "53574",
"name": "Quark and Rhubarb Pie",
"thumbnail": "https://www.themealdb.com/images/media/meals/s5o6521784834958.jpg"
}
],
"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": 12.2,
"cloud_cover": 71,
"interval": 900,
"precipitation": 0.0,
"relative_humidity_2m": 59,
"temperature_2m": 16.1,
"time": "2026-08-12T10:15",
"weather_code": 2,
"wind_direction_10m": 306,
"wind_speed_10m": 23.0
},
"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.14293193817138672,
"latitude": 59.439518,
"longitude": 24.75708,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
}